??? 09/08/07 23:06 Read: times |
#144158 - D52 patch |
I've added a patch for d52 to allow the specification of decimal numbers in the disassembler control file. Numbers will be evaluated as hexadecimal unless they are preceded by a '#' character, ie: '#100' means 100 decimal whereas '100' means 100H (256 decimal).
Rather than a new release, I've put three new files on the d52 page (the Disassembler link on the left): A C source file with two routines that replace the routine 'get_adrs' in the file common.c, and precompiled binaries for Linux and Windows. Thanks to Jan and Frieder for suggesting and testing this feature. |