Gordon College Department of Mathematics and Computer …

MOV CPU flags are NOT set Addressing Mode Assembler Example Machine Code Supported Explanation Immediate mov al,10 D0 00 10 YES Copy 10 into AL Direct (register) mov al,bl NO Copy BL into AL Direct (memory) mov al,[50] D1 00 50 YES Copy data from RAM at address 50 into AL. [50] is a pointer to data held in a RAM location. ................
................