Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. old:
  2. l76
  3.     moveq   #0,d0
  4.     move.w  (a2),d0
  5.     moveq   #0,d1
  6.     move.w  d3,d1
  7.     or.l    d1,d0
  8.     move.w  d0,(a2)
  9.     moveq   #0,d0
  10.     move.w  (a3),d0
  11.     moveq   #0,d1
  12.     move.w  d3,d1
  13.     or.l    d1,d0
  14.     move.w  d0,(a3)
  15.     moveq   #0,d0
  16.     move.w  (a4),d0
  17.     moveq   #0,d1
  18.     move.w  d3,d1
  19.     or.l    d1,d0
  20.     move.w  d0,(a4)
  21.     moveq   #0,d0
  22.     move.w  (a5),d0
  23.     moveq   #0,d1
  24.     move.w  d3,d1
  25.     or.l    d1,d0
  26.     move.w  d0,(a5)
  27. l60
  28.  
  29. new:
  30. l76
  31.     or.w    d3,(a2)
  32.     or.w    d3,(a3)
  33.     or.w    d3,(a4)
  34.     or.w    d3,(a5)
  35. l60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement