mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2025-02-04 23:34:15 +00:00
Kelvin Sherlock
c85d401fbf
add support for $4F relocation record, which is a 1-byte, internal relocation with 8-bit shift. Found via linking marinetti.
…
…
merlin-utils
utilities for the Merlin 8/16+ assembler
An OMF linker for Merlin 8/16+ REL files. Why? ummm....
merlin-link [-D key=value] [-X] [-C] [-o outfile] files....
-X
: inhibit expressload segment-C
: inhibit super relocation records-D
: define an absolute label. value can use$
,0x
, or%
prefix.-o
: specify output file. default isgs.out
Building
git submodule init
git submodule update
make
Requires a c++17 compiler. (ie, ubuntu bionic or OS X 10.13). Also assumes a little-endian environment :/
Description
Languages
C++
98.3%
Makefile
0.9%
C
0.8%