minor adjustments
authornotaz <notasas@gmail.com>
Mon, 16 Mar 2009 20:28:42 +0000 (20:28 +0000)
committernotaz <notasas@gmail.com>
Mon, 16 Mar 2009 20:28:42 +0000 (20:28 +0000)
nshtest/test.s

index 6e55b6c..3802920 100644 (file)
@@ -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        #
 .endm
 
 
+#################################################
+#                                               #
+#                    DATA                       #
+#                                               #
+#################################################
+
 colors:
        dc.w 0x0040,0x0080,0x000e,0x00e0,0x0e00,0x00ee
 pattern:
@@ -440,3 +440,4 @@ scrollx:    .long 0
 
 .end
 
+# vim:filetype=asmM68k