z80:Directives:ADDINSTR

From Learn @ Cemetech
Revision as of 17:41, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Allows you to add an instruction to the Z80 instruction set at runtime.

Syntax

.addinstr instruction args opcode size rule class [shift [or]]

Example:

.addinstr B_CALL * EF 3 NOP 1
b_call _PutS

Allowed inputs

Uses

See Also