Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. HEAD_ADDR .fill x4000
  2.  
  3. MAX_VALUE .fill x0000
  4. MIN_VALUE .fill x7FFF
  5.  
  6. ANSWER_MAX .blkw 1
  7. ANSWER_MIN .blkw 1
  8.  
  9. .end
  10.  
  11. .orig x4000
  12. .fill x4002 ;; Node 1
  13. .fill 4
  14. .fill x4004 ;; Node 2
  15. .fill 5
  16. .fill x4006 ;; Node 3
  17. .fill 25
  18. .fill x4008 ;; Node 4
  19. .fill 1
  20. .fill x0000 ;; Node 5
  21. .fill 10
  22. .end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement