Advertisement
Guest User

Untitled

a guest
Jul 8th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. $3E $0001 Read LD A,* Instruction from Memory
  2. $0F $0002 Read from Memory
  3. $00 $0003 Read NOP Instruction from Memory
  4. $3C $0004 Read INC A Instruction from Memory
  5. $00 $0005 Read NOP Instruction from Memory
  6. $06 $0006 Read LD B,* Instruction from Memory
  7. $60 $0007 Read from Memory
  8. $00 $0008 Read NOP Instruction from Memory
  9. $00 $0009 Read NOP Instruction from Memory
  10. $C3 $000A Read JP ** Instruction from Memory
  11. $10 $000B Read from Memory
  12. $00 $000C Read from Memory
  13. $00 $0010 Read NOP Instruction from Memory
  14. $00 $0011 Read NOP Instruction from Memory
  15. $80 $0012 Read ADD A,B Instruction from Memory
  16. $00 $0013 Read NOP Instruction from Memory
  17. $C6 $0014 Read ADD A,* Instruction from Memory
  18. $06 $0015 Read from Memory
  19. $00 $0016 Read NOP Instruction from Memory
  20. $32 $0017 Read LD(**),A Instruction from Memory
  21. $20 $0018 Read from Memory
  22. $00 $0019 Read from Memory
  23. $00 $0020 Write to Memory
  24. $00 $001A Read NOP Instruction from Memory
  25. $00 $001B Read NOP Instruction from Memory
  26. $00 $001C Read NOP Instruction from Memory
  27. $00 $001D Read NOP Instruction from Memory
  28. $00 $001E Read NOP Instruction from Memory
  29. $00 $001F Read NOP Instruction from Memory
  30. $76 $0020 Read HALT Instruction from Memory
  31. $00 $0021 Read NOP Instruction from Memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement