]> Shamusworld >> Repos - rmac/blobdiff - mntab
Fix for bug #77 (ds with negative numbers).
[rmac] / mntab
diff --git a/mntab b/mntab
index 1ba0247329e85058752b915370fc9adffa456c16..57cf325027e39b8cd73025dd6d186f303e2bae10 100644 (file)
--- a/mntab
+++ b/mntab
@@ -2,6 +2,7 @@
 org    0
 .even  1
 even   1
+.6502  2
 .68000 3
 .bss   4
 bss    4
@@ -11,6 +12,7 @@ data  5
 text   6
 .offset  7
 offset   7
+.abs   7
 .comm  8
 comm   8
 .init  9
@@ -87,13 +89,18 @@ regundef 50
 ccundef  51
 .print 52
 print  52
-.gpumain 53
-.jpad 54
-jpad  54
-.nojpad  55
-nojpad   55
-.fail 56
-fail  56 
+.cstruct       53
+cstruct        53
+.jpad  54
+jpad   54
+.nojpad        55
+nojpad 55
+.gpumain       56
+gpumain        56
+.prgflags      57
+prgflags       57
+opt     58
+.opt    58
 .if    500
 if     500
 .else  501