CSC 1410 Tutorial Notes 3

All pushes and pops are 16-bit operations. There is no way to push a single 8-bit value onto the stack. To push an 8-bit value you should load it into 16-bit register first, with the higher order byte being 0. Macro Processing. Macro Definition. For each symbolic instruction, the assembler generates one machine language instruction. ................
................