* as/asx8051.dsp: added mcs51/strcmpi.h
[fw/sdcc] / src / asm.c
index 73c545c3832542c5f1096e45932bb3163c3caff8..9b75aac1cc05089de88e8f7a93a642bf2875da19 100644 (file)
--- a/src/asm.c
+++ b/src/asm.c
@@ -390,7 +390,7 @@ static const ASM_MAPPING _asxxxx_mapping[] =
   {"hihil","(%05d$ >> 16)"},
   {"hihihil","(%05d$ >> 24)"},
   {"equ","="},
-  {"org", ".org %04X"},
+  {"org", ".org 0x%04X"},
   {NULL, NULL}
 };
 
@@ -483,6 +483,7 @@ static const ASM_MAPPING _a390_mapping[] =
   {"hihil","((L%05d / 65536) & 0FFh)"},
   {"hihihil","((L%09d / 16777216) & 0FFh)"},
   {"equ"," equ"},
+  {"org", ".org 0x%04X"},
   {NULL, NULL}
 };