Re: [hatari-devel] External disassembler and FPU instructions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Donnerstag, 18. April 2019 14:53:52 CEST Nicolas Pomarède wrote:
> Or even to (code that could be assembled directly) :
>
> CMP.L #$fa52235f,$00fa0000
> BNE.B #$0a
> LEA.L (PC,$0008),A6
The $0008 there is just the offset in the instruction. To an assembler, that
instruction would mean something different. Same for branches etc. But
especial for branches, it would make IMHO more sense to print the target
address instead of the offset.