
I think it might be a problem with your startup.s file, maybe deleted a space in the "title" area? thus throwing off the offsets.
Moderator: BigEvilCorporation
If you can find it, that'd be very interesting, and cool as I wanted to run this in a super restricted environment.plee wrote:If you want, I can post the source code. ( if I can find it)
I think it might be a problem with your startup.s file, maybe deleted a space in the "title" area? thus throwing off the offsets.
Code: Select all
endsyms()
_etext 15B0:A2
_edata 15D0:A4
_end 15D4:A1
end_sym("_edata", textsize+datasize, (F_DATA|F_GLBL|F_DEF));
Code: Select all
00000325: 00 FF
00000326: 15 00
00000327: D0 00
0000059F: 00 FF
000005A0: 15 00
000005A1: D0 00
000005A5: 00 FF
000005A6: 15 00
000005A7: D0 00