Home
last modified time | relevance | path

Searched refs:TOK_JMP (Results 1 – 15 of 15) sorted by relevance

/dports/games/tycho/species/
H A Dasm.h51 TOK_JMP, enumerator
H A Dasm.c72 { "JMP", TOK_JMP },
371 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/species/species/
H A Dasm.h51 TOK_JMP, enumerator
H A Dasm.c72 { "JMP", TOK_JMP },
371 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h49 TOK_JMP, enumerator
H A Dasm.c72 { "JMP", TOK_JMP },
373 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h49 TOK_JMP, enumerator
H A Dasm.c72 { "JMP", TOK_JMP },
373 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h49 TOK_JMP, enumerator
H A Dasm.c72 { "JMP", TOK_JMP },
373 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/tycho/tycho/
H A Dasm.h51 TOK_JMP, enumerator
H A Dasm.c80 { "JMP", TOK_JMP },
381 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h51 TOK_JMP, enumerator
H A Dasm.c80 { "JMP", TOK_JMP },
381 case TOK_JMP: op = JMP; break; in asm_line()
/dports/games/fmars/fmars-0.0.207/
H A Dfm_asm.c179 TOK_SUB, TOK_SEQ, TOK_SNE, TOK_SLT, TOK_JMN, TOK_JMP, TOK_NOP, TOK_MUL, enumerator
274 {"EQU", TOK_EQU}, {"LDP", TOK_LDP}, {"JMP", TOK_JMP}, {"ROF", TOK_ROF} in lookup_tok()
1189 case TOK_JMP: return JMP; in op_to_exhaust()