Diff for /np2/win9x/debuguty/Attic/unasm.cpp between versions 1.1 and 1.2

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) {
   

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>