sjasmplus icon indicating copy to clipboard operation
sjasmplus copied to clipboard

Macro defined operators

Open ped7g opened this issue 4 years ago • 1 comments

Extend the macro language enough so that new operators can be defined as well. In ideal case one should be able to recreate something like Zeus zeuskeyaddr without native support, just building it in the macro language itself.

Possible inspiration: http://john.ccac.rwth-aachen.de:8000/as/as_EN.html#sect_2_10_6_

ped7g avatar Aug 11 '19 21:08 ped7g

A nice selection of ideas on implementing operators in macro language can be found in the later versions of sjasm: http://www.xl2s.tk/sjasmman11.html

specke avatar Aug 29 '20 16:08 specke