Advertisement
Guest User

imt 539 DELUXE

a guest
Mar 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. *-----------------------------------------------------------
  2. * Title :
  3. * Written by :
  4. * Date :
  5. * Description:
  6. *-----------------------------------------------------------
  7. ORG $1000
  8. START:
  9. MOVE.B #5, D2
  10. MOVE.B #5, D1
  11. MOVE.B #5, D4
  12. MOVE.B #3, D0
  13. TRAP #15
  14.  
  15. JSR PRIKAZINOVIRED
  16.  
  17. MOVE.B #6, D3
  18. MOVE.B #6, D5
  19. MOVE.B #6, D1
  20. MOVE.B #3, D0
  21. TRAP #15
  22.  
  23. JSR PRIKAZINOVIRED
  24.  
  25. ADDX D2, D3
  26. MOVE.B D3, D1
  27. MOVE.B #3, D0
  28. TRAP #15
  29.  
  30. JSR PRIKAZINOVIRED
  31.  
  32. MULS D4, D5
  33. MOVE.B D5, D1
  34. MOVE.B #3, D0
  35. TRAP #15
  36.  
  37. SIMHALT
  38.  
  39. PRIKAZINOVIRED:
  40. LEA NOVIRED, A1
  41. MOVE.B #0, D1
  42. MOVE.B #0, D0
  43. TRAP #15
  44. RTS
  45.  
  46. NOVIRED DC.B ''
  47.  
  48.  
  49.  
  50. END START
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement