Click to See Complete Forum and Search --> : Disassembler


Posidon
01-12-2003, 04:59 PM
Working on a disassembler written in C++. We're taking a simple example of the HP-15C calculator and using the input from a binary file. Opening the file, no big deal. Should we use a predefined set of values for the numbers once we convert them?

Any help would be appreciated.