X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fxa51%2Fmain.c;h=d7353dee9ae108f1c6b9460770fded58b6bd0853;hb=f970f0e6603401042048d98927927133a0f9f255;hp=a9b329cbcab4f3db73732f0b3199852fac466383;hpb=116a1bfc169e441ed10267f1b0fe8a2336b6dc78;p=fw%2Fsdcc diff --git a/src/xa51/main.c b/src/xa51/main.c index a9b329cb..d7353dee 100755 --- a/src/xa51/main.c +++ b/src/xa51/main.c @@ -269,6 +269,8 @@ PORT xa51_port = /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */ 1, 2, 2, 4, 2, 2, 3, 1, 4, 4 }, + /* tags for generic pointers */ + { 0x00, 0x40, 0x60, 0x80 }, /* far, near, xstack, code */ { "XSEG (XDATA)", "STACK (XDATA)", @@ -286,6 +288,7 @@ PORT xa51_port = "XISEG (XDATA)", // initialized xdata "XINIT (CODE)", // a code copy of xiseg "CONST (CODE)", // const_name - const data (code or not) + "CABS (ABS,CODE)", // cabs_name - const absolute data (code or not) NULL, // default local map NULL, // default global map 1