Add support for Atari XEX file format to LD65

This commit is contained in:
Daniel Serpell
2018-09-24 23:58:06 -03:00
parent c37582bb00
commit 0e947d594f
7 changed files with 435 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ int RelocatableBinFmt (unsigned Format)
switch (Format) {
case BINFMT_BINARY:
case BINFMT_ATARIEXE:
Reloc = 0;
break;