Home
last modified time | relevance | path

Searched refs:OP_OFFSA (Results 1 – 2 of 2) sorted by relevance

/dports/devel/vasm/vasm/cpus/z80/
H A Dcpu.h241 #define OP_OFFSA 0x8000 /* Have +a as offset */ macro
H A Dcpu.c977 if ( ( optype & OP_OFFSA ) ) { in parse_operand()