Skip to content

Commit

Permalink
Add information about linker source reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
agn453 committed Jan 7, 2022
1 parent af49bba commit 8e2ebbe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,18 @@ error messages to the console device CON:. This works under CP/M
and ZXCC emulation until I find a fix.


## Sourcecode reconstruction for the HI-TECH C linker

Both Andrey Nikitin and Mark Ogden have reconstructed the source
code to the HI-TECH object code linker. You'll find it at

https://github.com/nikitinprior/dlink

and it can be compiled using gcc under Linux or CLANG under macOS
to produce a executable that doesn't require Z80 emulation for
cross-compilation.


--
Tony Nicholson
06-Jan-2022
08-Jan-2022

0 comments on commit 8e2ebbe

Please sign in to comment.