Merge out from the z80 far branch
[fw/sdcc] / src / asm.c
index e1b3a0b13e112878bb3082c3596b69ae3e3ad44a..2766b9875aee9da29897f9122084cb5e949ab407 100644 (file)
--- a/src/asm.c
+++ b/src/asm.c
@@ -146,9 +146,9 @@ static const ASM_MAPPING _asxxxx_mapping[] = {
     { "areadata", ".area %s" },
     { "ascii", ".ascii \"%s\"" },
     { "ds", ".ds %d" },
-    { "db", ".db %d" },
+    { "db", ".db" },
     { "dbs", ".db %s" },
-    { "dw", ".dw %d" },
+    { "dw", ".dw" },
     { "dws", ".dw %s" },
     { "constbyte", "0x%02X" },
     { "constword", "0x%04X" },
@@ -166,6 +166,7 @@ static const ASM_MAPPING _asxxxx_mapping[] = {
       "; ---------------------------------"
     },
     { "functionlabeldef", "%s:" },
+    { "bankimmeds", "0 ; PENDING: bank support" },
     { NULL, NULL }
 };