]> Shamusworld >> Repos - rmac/blobdiff - mntab
Re-introduced .abs mnemonic (it was renamed to .offset for some reason) like madmac.
[rmac] / mntab
diff --git a/mntab b/mntab
index f07715ce651ed311cdf5eff65e76e916e235cc49..95407024eb19d16d672b59c3affc3b01f6e3a7bf 100644 (file)
--- a/mntab
+++ b/mntab
@@ -11,6 +11,8 @@ data  5
 text   6
 .offset  7
 offset   7
+.abs   7
+abs    7
 .comm  8
 comm   8
 .init  9
@@ -93,6 +95,8 @@ cstruct       53
 jpad   54
 .nojpad        55
 nojpad 55
+.gpumain       56
+gpumain        56
 .if    500
 if     500
 .else  501