Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Addval: add [salary],1000 ; this line has all five operands
  2. YYY
  3. testit: ; a label and comment
  4. YY#
  5. ; a comment line by all by itself
  6. YNY
  7. sub ax,bx
  8. NNY
  9. inc [counter] ; opcode and operand1 and comment
  10. YNY
  11. ret ; opcode and comment
  12. YN#
  13. a_label_by_itself:
  14. NYY
  15. goback: ret ; label and opcode and comment
  16. YYY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement