Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MakeVideoNoise:
  2.         move.l #PixelGarbage, a0
  3.         moveq.l #0, d4
  4.         move.w #18240, d4
  5. MakeVideoNoise_2:
  6.         cmp.w #0, d4
  7.         beq.s MakeVideoNoise_End
  8.         JSR RandomNumberGenerator
  9.         cmp.w #$7FFF, d0
  10.         bge.s MakeVideoNoise_3
  11.         move.w d0, (a0)
  12.         jmp ROFLCOPTER3399
  13. MakeVideoNoise_3:
  14.         move.w d0, (a0)
  15. ROFLCOPTER3399:
  16.         add.l #2, a0
  17.         sub.w #1, d4
  18.         jmp MakeVideoNoise_2
  19. MakeVideoNoise_End:
  20.         lea PixelGarbage, a0
  21.         jsr DisplayFullScreenTiles
  22.         RTS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement