X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhc08%2Fmain.c;h=5e8555c9e5c06153bba8240bf43ac80cdb1cee2c;hb=d2da99feec099aa224e1db53bc5a1ed42ed51ec9;hp=7a5d1730e6751d5743c3cc4b4477ee05f70bb15a;hpb=84fb81b57dc769b19740a964732b4c6ea7f5ad29;p=fw%2Fsdcc diff --git a/src/hc08/main.c b/src/hc08/main.c index 7a5d1730..5e8555c9 100644 --- a/src/hc08/main.c +++ b/src/hc08/main.c @@ -62,7 +62,7 @@ _hc08_init (void) } static void -_hc08_reset_regparm () +_hc08_reset_regparm (void) { regParmFlg = 0; } @@ -423,6 +423,7 @@ PORT hc08_port = "CSEG (CODE)", "DSEG", NULL, /* "ISEG" */ + NULL, /* "PSEG" */ "XSEG", "BSEG", "RSEG", @@ -463,6 +464,14 @@ PORT hc08_port = 1, /* offsetSP */ }, }, + { + 256, /* maxCount */ + 2, /* sizeofElement */ + {8,16,32}, /* sizeofMatchJump[] */ + {8,16,32}, /* sizeofRangeCompare[] */ + 5, /* sizeofSubtract */ + 10, /* sizeofDispatch */ + }, "_", _hc08_init, _hc08_parseOptions,