z80:Directives:ADDINSTR

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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