X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=nshtest%2Ftest.s;h=3802920008e96b3e425142263246f3b416a1e4dc;hb=fce27dd56199e94478f10fb7fbc821f70f5a0032;hp=6e55b6c64a983f81f3faa0c8efa550909754ac84;hpb=fa45c6d9d1be59d152ce7775297436fba6d15de4;p=megadrive.git diff --git a/nshtest/test.s b/nshtest/test.s index 6e55b6c..3802920 100644 --- a/nshtest/test.s +++ b/nshtest/test.s @@ -1,19 +1,13 @@ ################################################## # # -# KeroDemo # -# # -# mic, 2005 # -# # -# # -# Assemble with m68k-coff-as # +# Assemble with gas # +# --register-prefix-optional --bitwise-or # # # ################################################## .text .globl main - - ################################################## # # # Register and bitmask definitions # @@ -119,6 +113,12 @@ .endm +################################################# +# # +# DATA # +# # +################################################# + colors: dc.w 0x0040,0x0080,0x000e,0x00e0,0x0e00,0x00ee pattern: @@ -440,3 +440,4 @@ scrollx: .long 0 .end +# vim:filetype=asmM68k