├── LICENSE ├── README.md ├── final ├── README.md ├── final-1.asm ├── final-2.asm └── final-3.asm ├── homework ├── README.md ├── hw-1 │ ├── screenshot-1.png │ ├── screenshot-2.png │ ├── screenshot-3.png │ └── screenshot-4.png ├── hw-2.asm ├── hw-3.asm ├── hw-4.asm ├── hw-5.asm ├── hw-6.asm └── hw-7.asm ├── images ├── android.jpg ├── pos-edge-d-flipflop.jpg └── sr-flipflop.gif └── notes ├── 1 - Computer Architecture ├── images │ └── android.jpg ├── week1 - Introduction.md ├── week2.1 - Digital Circuits.md ├── week2.2 - Computer Systems.md ├── week3.1 - Number Systems.md ├── week3.2 - Bit Representations of Integers.md ├── week3.3 - Bit Representations of Real Numbers and Characters.md └── week4.1 - IA32 Processor.md ├── 2 - Assembly Language ├── week4.2 - Basic Elements of Assembly Language.md ├── week5.1 - Defining Data.md ├── week5.2 - Data Transfer Instructions.md ├── week7.1 - Arithmetic Instructions.md └── week7.2 - Flags.md └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/README.md -------------------------------------------------------------------------------- /final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/final/README.md -------------------------------------------------------------------------------- /final/final-1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/final/final-1.asm -------------------------------------------------------------------------------- /final/final-2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/final/final-2.asm -------------------------------------------------------------------------------- /final/final-3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/final/final-3.asm -------------------------------------------------------------------------------- /homework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/README.md -------------------------------------------------------------------------------- /homework/hw-1/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-1/screenshot-1.png -------------------------------------------------------------------------------- /homework/hw-1/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-1/screenshot-2.png -------------------------------------------------------------------------------- /homework/hw-1/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-1/screenshot-3.png -------------------------------------------------------------------------------- /homework/hw-1/screenshot-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-1/screenshot-4.png -------------------------------------------------------------------------------- /homework/hw-2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-2.asm -------------------------------------------------------------------------------- /homework/hw-3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-3.asm -------------------------------------------------------------------------------- /homework/hw-4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-4.asm -------------------------------------------------------------------------------- /homework/hw-5.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-5.asm -------------------------------------------------------------------------------- /homework/hw-6.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-6.asm -------------------------------------------------------------------------------- /homework/hw-7.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/homework/hw-7.asm -------------------------------------------------------------------------------- /images/android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/images/android.jpg -------------------------------------------------------------------------------- /images/pos-edge-d-flipflop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/images/pos-edge-d-flipflop.jpg -------------------------------------------------------------------------------- /images/sr-flipflop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/images/sr-flipflop.gif -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/images/android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/images/android.jpg -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week1 - Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week1 - Introduction.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week2.1 - Digital Circuits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week2.1 - Digital Circuits.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week2.2 - Computer Systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week2.2 - Computer Systems.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week3.1 - Number Systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week3.1 - Number Systems.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week3.2 - Bit Representations of Integers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week3.2 - Bit Representations of Integers.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week3.3 - Bit Representations of Real Numbers and Characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week3.3 - Bit Representations of Real Numbers and Characters.md -------------------------------------------------------------------------------- /notes/1 - Computer Architecture/week4.1 - IA32 Processor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/1 - Computer Architecture/week4.1 - IA32 Processor.md -------------------------------------------------------------------------------- /notes/2 - Assembly Language/week4.2 - Basic Elements of Assembly Language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/2 - Assembly Language/week4.2 - Basic Elements of Assembly Language.md -------------------------------------------------------------------------------- /notes/2 - Assembly Language/week5.1 - Defining Data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/2 - Assembly Language/week5.1 - Defining Data.md -------------------------------------------------------------------------------- /notes/2 - Assembly Language/week5.2 - Data Transfer Instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/2 - Assembly Language/week5.2 - Data Transfer Instructions.md -------------------------------------------------------------------------------- /notes/2 - Assembly Language/week7.1 - Arithmetic Instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/2 - Assembly Language/week7.1 - Arithmetic Instructions.md -------------------------------------------------------------------------------- /notes/2 - Assembly Language/week7.2 - Flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/2 - Assembly Language/week7.2 - Flags.md -------------------------------------------------------------------------------- /notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftpsh/sgcs-cse3030/HEAD/notes/README.md --------------------------------------------------------------------------------