1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-26 01:25:42 +00:00
6502bench/SourceGen/Tools/Omf
Andy McFadden 190f68d1f8 Add code hints to OMF jump tables
We now put a code hint on the JML instruction in each jump table
entry.  This is necessary to ensure that the target address is
recognized as code, since a dynamic segment won't otherwise be
referenced.

Also, fiddle with the note/comment formatting some more.
2020-07-02 13:41:44 -07:00
..
WpfGui Tweak OMF converter 2020-06-30 11:48:11 -07:00
Loader.cs Add code hints to OMF jump tables 2020-07-02 13:41:44 -07:00
OmfFile.cs Progress toward OMF file handling 2020-06-30 08:20:12 -07:00
OmfRecord.cs Progress toward OMF file handling 2020-06-28 21:10:53 -07:00
OmfReloc.cs Progress toward OMF file handling 2020-06-28 21:10:53 -07:00
OmfSegment.cs Progress toward OMF file handling 2020-06-30 08:20:12 -07:00