|
|
| version 1.1, 2003/10/16 17:59:13 | version 1.2, 2003/10/21 11:51:16 |
|---|---|
| Line 437 static void cat_hexs8x(UNASM_T *unasm_t, | Line 437 static void cat_hexs8x(UNASM_T *unasm_t, |
| strcat(unasm_t->operand, buf); | strcat(unasm_t->operand, buf); |
| } | } |
| #if 0 | |
| static void cat_hexs8(UNASM_T *unasm_t, BYTE value) { | static void cat_hexs8(UNASM_T *unasm_t, BYTE value) { |
| char buf[16]; | char buf[16]; |
| Line 452 static void cat_hexs8(UNASM_T *unasm_t, | Line 453 static void cat_hexs8(UNASM_T *unasm_t, |
| wsprintf(unasm_t->extend, ";'%c'", value); | wsprintf(unasm_t->extend, ";'%c'", value); |
| } | } |
| } | } |
| #endif | |
| static void cat_hex16(char *str, WORD value) { | static void cat_hex16(char *str, WORD value) { |