diff options
Diffstat (limited to 'src/SDCCasm.c')
| -rw-r--r-- | src/SDCCasm.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/SDCCasm.c b/src/SDCCasm.c index e6db1c8..2d00250 100644 --- a/src/SDCCasm.c +++ b/src/SDCCasm.c @@ -413,7 +413,7 @@ static const ASM_MAPPING _gas_mapping[] = { {"areadata", ".section %s"}, {"areahome", ".section %s"}, {"ascii", ".ascii \"%s\""}, - {"comm", ".comm %s, %d, %d"}, + {"comm", ".comm %s, %d"}, {"local", ".local %s"}, {"db", ".byte"}, {"dbs", ".byte %s"}, @@ -476,8 +476,8 @@ static const ASM_MAPPING _asxxxx_mapping[] = { {"immedword", "#0x%04x"}, {"immedbyte", "#0x%02x"}, {"hashedstr", "#%s"}, - {"lsbimmeds", "#<(%s)"}, - {"msbimmeds", "#>(%s)"}, + {"lsbimmeds", "#<%s"}, + {"msbimmeds", "#>%s"}, {"module", ".module %s"}, {"global", ".globl %s"}, {"fileprelude", ""}, @@ -529,8 +529,8 @@ static const ASM_MAPPING _asxxxx_smallpdk_mapping[] = { {"immedword", "#0x%04x"}, {"immedbyte", "#0x%02x"}, {"hashedstr", "#%s"}, - {"lsbimmeds", "#<(%s)"}, - {"msbimmeds", "#>(%s)"}, + {"lsbimmeds", "#<%s"}, + {"msbimmeds", "#>%s"}, {"module", ".module %s"}, {"global", ".globl %s"}, {"fileprelude", ""}, |
