MESS Emulator Assembly Offset WRONG

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
Okie
Interested
Posts: 37
Joined: Wed Jun 30, 2021 7:31 pm
Location: United States Of America

MESS Emulator Assembly Offset WRONG

Post by Okie » Wed Jul 21, 2021 7:14 pm

When running through code of a rom with MESS, the address of the assembly is different than the address in the list file if I had assembled the assembly file using snasm /p file.asm,file.bin,file.sym,file.lst or the same for Asm68. Anyone know why it does this? The address is wrong in the program of MESS and when I dump a disassembly in MESS command line using dump dump.asm,0,ROMEND where ROMEND is the end address of the rom

Okie
Interested
Posts: 37
Joined: Wed Jun 30, 2021 7:31 pm
Location: United States Of America

Re: MESS Emulator Assembly Offset WRONG

Post by Okie » Mon Jul 26, 2021 6:35 pm

Would anyone here use the Mess Emulator much for debugging? Appreciate any help with this address problem.

Post Reply