CSE 320 Lecture Examples
Example #1 -- The ASCII Character Set
Example #2 -- Character I/O in C
Example #3 -- Formatted I/O in C
Example #4 -- Number Systems for Computing
Example #5 -- Internal Representation of ASCII Characters
Example #6 -- Twos Complement Representation
Example #7 -- Bitwise Operations on Integers
Example #8 -- Bitwise Operations on Characters
Example #9 -- Shifting and Masking
Example #10 -- IEEE Floating Point Representation
Example #11 -- A Six-Bit Floating Point Format
Example #12 -- SPARC Assembly Language (Fundamentals)
Example #13 -- SPARC Assembly Language (Synthetic Instructions)
Example #14 -- SPARC Integer Operations
Example #15 -- SPARC Selective Control Constructs
Example #16 -- SPARC Repetitive Control Constructs
Example #17 -- SPARC Nested Control Constructs
Example #18 -- SPARC Functions and Register Windows
Example #19 -- SPARC Functions and Control Flow
Example #20 -- SPARC Functions and Leaf Routines
Example #21 -- SPARC Functions and Delay Slots
Example #22 -- C and SPARC Functions
Example #23 -- SPARC Data Organization (Records)
Example #24 -- SPARC Data Organization (Arrays)
Example #25 -- SPARC Data Organization (Arrays of Records)
Example #26 -- SPARC Data Organization (Chains of Records)
Example #27 -- SPARC Floating Point Operations
Example #28 -- SPARC Double Precision Operations
Example #29 -- SPARC Functions and the FPU (C Source Code Module)
Example #30 -- The Translation Process
Example #31 -- Assembler Processing