Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; LIST FILE : SUCCESS : No errors found.
- ;
- ; This shows the machine code that was generated and
- ; the addresses at which the codes were stored.
- ;
- MOV AL,1 ; [00] D0 00 01
- LOOP: ;
- INC AL ; [03] A4 00
- JMP LOOP ; [05] C0 FE
- END ; [07] 00
- ;
- ; SUCCESS : No errors found.
Advertisement
Add Comment
Please, Sign In to add comment