Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             include "src\buildconf.asm"
  2.  
  3. ; ----------------------------------------------------------------
  4. ; Sega Screen
  5. ; ----------------------------------------------------------------
  6.  
  7.             section main,code
  8.             xdef    GM_Sega
  9.  
  10. GM_Sega:
  11.             move.l  #$12345678,d0
  12.             bra     *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement