Removed a %03x, which does not work on USG systems
This commit is contained in:
parent
3588a1599f
commit
4be7b3dfa5
@ -19,7 +19,7 @@ and then run "make" again
|
|||||||
#define pop_fmt "(sp)+"
|
#define pop_fmt "(sp)+"
|
||||||
#define cst_fmt "%ld"
|
#define cst_fmt "%ld"
|
||||||
#define off_fmt "%ld"
|
#define off_fmt "%ld"
|
||||||
#define ilb_fmt "I%03x%x"
|
#define ilb_fmt "I%x_%x"
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ and then run "make" again
|
|||||||
#define pop_fmt "(sp)+"
|
#define pop_fmt "(sp)+"
|
||||||
#define cst_fmt "%ld"
|
#define cst_fmt "%ld"
|
||||||
#define off_fmt "%ld"
|
#define off_fmt "%ld"
|
||||||
#define ilb_fmt "I%03x%x"
|
#define ilb_fmt "I%x_%x"
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ and then run "make" again
|
|||||||
#define pop_fmt "(sp)+"
|
#define pop_fmt "(sp)+"
|
||||||
#define cst_fmt "%ld"
|
#define cst_fmt "%ld"
|
||||||
#define off_fmt "%ld"
|
#define off_fmt "%ld"
|
||||||
#define ilb_fmt "I%03x%x"
|
#define ilb_fmt "I%x_%x"
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ and then run "make" again
|
|||||||
#define pop_fmt "(sp)+"
|
#define pop_fmt "(sp)+"
|
||||||
#define cst_fmt "%ld"
|
#define cst_fmt "%ld"
|
||||||
#define off_fmt "%ld"
|
#define off_fmt "%ld"
|
||||||
#define ilb_fmt "I%03x%x"
|
#define ilb_fmt "I%x_%x"
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user