From fce27dd56199e94478f10fb7fbc821f70f5a0032 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 16 Mar 2009 20:28:42 +0000 Subject: [PATCH] minor adjustments --- nshtest/test.s | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 -- 2.39.2