]> Shamusworld >> Repos - rmac/blobdiff - mntab
Fix for bug #77 (ds with negative numbers).
[rmac] / mntab
diff --git a/mntab b/mntab
index fbceb879201c9881f85be7b74cca4c6d196b6590..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
@@ -89,6 +91,16 @@ ccundef  51
 print  52
 .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