View Single Post
Old 08 May 2022, 18:41   #25
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,210
about to zone a beta of Red Zone with fastmem enabled, redone from scratch (I think I had corrupt the other exe I was working on), no more glitches.

Practice is working, still a small crash to investigate should be nothing.

I have used a special check technique to avoid corrupting data when reworking the program.
I compile to an executable, but first I compile the program to the original address location as a binary, and I compare to the original. If there's a mismatch, an error is raised.

This allows to introduce enhancements (with IFD directives) and fix relocs but preserve the original code.
jotd is offline  
 
Page generated in 0.04372 seconds with 11 queries