Note
Little Man Computing
Little Man Computing is an instruction set for assembly language, composed of 12 instructions, using Memory Addressing. Example Adding two numbers. Labels A label is a reference to...
computer-scienceprogrammingassembly
Tag view
2 related notes
Little Man Computing is an instruction set for assembly language, composed of 12 instructions, using Memory Addressing. Example Adding two numbers. Labels A label is a reference to...
Direct References the given memory location which contains the wanted value. Immediate References the given value itself. Note: limited in bit size due to mnemonic structure: Indir...