Home
last modified time | relevance | path

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

/dports/games/tycho/species/
H A Dasm.h56 TOK_LDP, enumerator
H A Dasm.c79 { "LDP", TOK_LDP },
384 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/species/species/
H A Dasm.h56 TOK_LDP, enumerator
H A Dasm.c79 { "LDP", TOK_LDP },
384 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h54 TOK_LDP, enumerator
H A Dasm.c79 { "LDP", TOK_LDP },
386 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h54 TOK_LDP, enumerator
H A Dasm.c79 { "LDP", TOK_LDP },
386 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h54 TOK_LDP, enumerator
H A Dasm.c79 { "LDP", TOK_LDP },
386 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/tycho/tycho/
H A Dasm.h56 TOK_LDP, enumerator
H A Dasm.c87 { "LDP", TOK_LDP },
394 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h56 TOK_LDP, enumerator
H A Dasm.c87 { "LDP", TOK_LDP },
394 case TOK_LDP: op = LDP; break; in asm_line()
/dports/games/fmars/fmars-0.0.207/
H A Dfm_asm.c180 TOK_MOD, TOK_DIV, TOK_LDP, TOK_STP, TOK_ORG, TOK_END, TOK_PIN, TOK_FOR, enumerator
274 {"EQU", TOK_EQU}, {"LDP", TOK_LDP}, {"JMP", TOK_JMP}, {"ROF", TOK_ROF} in lookup_tok()
1194 case TOK_LDP: return LDP; in op_to_exhaust()
1249 case TOK_LDP: in default_mod()