Ripes icon indicating copy to clipboard operation
Ripes copied to clipboard

Assembly incorrect when `.text` section start address is sufficiently high

Open mortbopet opened this issue 4 years ago • 0 comments

As found in #150, setting the .text section start address to some sufficiently high address, e.g. 0xFFFFFFFF, the symbols of the input assembly code are emitted starting from 0xFFFFFFFFFFFFFFFF, and the (dis)assembled code is never shown in the programming viewer.

This issue is partly within the assembler, and partly within the fact that (at least on 32-bit systems), it should be invalid to set the .text section start address s.t.:

(start address + program size) > 0xFFFFFFFF

mortbopet avatar Oct 21 '21 08:10 mortbopet