From: notaz Date: Mon, 16 Mar 2009 20:28:42 +0000 (+0000) Subject: minor adjustments X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce27dd56199e94478f10fb7fbc821f70f5a0032;p=megadrive.git minor adjustments --- 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