Advertisement
Guest User

Assembleur

a guest
Jan 5th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. START   ORG $1000
  2. nb1     EQU $0FF1000
  3. nb2 EQU $0FF1002
  4. RES EQU $0FF1004
  5. DEBUT   MOVE    nb1,D0
  6.     ADD nb2,D0
  7.     MOVE    D0, RES
  8.     TRAP    #0
  9.  
  10.    
  11.  
  12.  
  13.  
  14.     END START
  15.  
  16. *~Font name~Courier New~
  17. *~Font size~10~
  18. *~Tab type~1~
  19. *~Tab size~8~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement