Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             mov.b   #-66,       R5
  2.             mov.w   #'ZA',      R5
  3.  
  4.             mov.b   &0250Eh,    R5
  5.             mov.w   &0250Dh,    R5
  6.  
  7.             mov.w   #00h,       R6
  8.             mov.b   #10101010b, R6
  9.             add.b   #01101101b, R6  ; Flag =
  10.  
  11.             mov.w   #00h,       R7
  12.             mov.b   #1001h,     R7
  13.             add.b   #FFFFh,     R7  ; Flag =
  14.  
  15.             mov.w   #00h,       R8
  16.             mov.b   #'3',       R8
  17.             sub.b   #'2',       R8  ; Flag =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement