yazdmich

Untitled

Nov 10th, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ; LIST FILE : SUCCESS : No errors found.
  2. ;
  3. ; This shows the machine code that was generated and
  4. ; the addresses at which the codes were stored.
  5. ;
  6. MOV AL,1 ; [00] D0 00 01
  7. LOOP: ;
  8. INC AL ; [03] A4 00
  9. JMP LOOP ; [05] C0 FE
  10. END ; [07] 00
  11. ;
  12. ; SUCCESS : No errors found.
Advertisement
Add Comment
Please, Sign In to add comment