Re: A83: 83 Disassembler


[Prev][Next][Index][Thread]

Re: A83: 83 Disassembler




In accordance with the prophecy, Scott Dial uttered:


> You should realize too that not all ld rr,(xxxx) are reference to
> data... I use them all the time to modify code to change semi-static cp
> values to save clocks and bytes everytime it is tested. So... the moral
> of the story is, well... i don't know

The moral of the story is that a byte in memory in a microprocessor system
can be either data or code. There is no real difference. Therefore, a
disassembler should output both the binary image of what it's disassembling,
and the instructions it decodes.

Linus

   - Linus Akesson ------------------------- http://linusworld.cjb.net -
   ::: :::. :.:: :. ::.. : :... ::.: ::. :::: :.:. :: :..: :.. :.: :....

                       recursion, n.: see recursion.



Follow-Ups: References: