##################################################
# #
-# 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:
.end
+# vim:filetype=asmM68k