Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;vsetmode.s
  2.     opt o-
  3.     section text
  4.  
  5.     move.w    #%100011,-(sp)    ; pal 50
  6.     move.w    #88,-(sp)     ; Offset 0
  7.     trap      #14           ; Call XBIOS
  8.     addq.l    #4,sp         ; Correct stack
  9.  
  10.             clr.w   -(A7)
  11.             trap    #1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement