Home
last modified time | relevance | path

Searched refs:TOK_ORG (Results 1 – 18 of 18) sorted by relevance

/dports/games/tycho/species/
H A Dasm.h61 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c82 { "ORG", TOK_ORG }, /* pseudo-ops */
338 case TOK_ORG: in asm_line()
/dports/games/species/species/
H A Dasm.h61 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c82 { "ORG", TOK_ORG }, /* pseudo-ops */
338 case TOK_ORG: in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h59 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c82 { "ORG", TOK_ORG }, /* pseudo-ops */
340 case TOK_ORG: in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h59 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c82 { "ORG", TOK_ORG }, /* pseudo-ops */
340 case TOK_ORG: in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h59 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c82 { "ORG", TOK_ORG }, /* pseudo-ops */
340 case TOK_ORG: in asm_line()
/dports/games/tycho/tycho/
H A Dasm.h61 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c90 { "ORG", TOK_ORG }, /* pseudo-ops */
348 case TOK_ORG: in asm_line()
/dports/games/species/tycho/
H A Dasm.h61 TOK_ORG, /* pseudo-ops and start label */ enumerator
H A Dasm.c90 { "ORG", TOK_ORG }, /* pseudo-ops */
348 case TOK_ORG: in asm_line()
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dstruct.c192 case TOK_ORG: in DoStructInternal()
H A Dtoken.h224 TOK_ORG, enumerator
H A Dscanner.c252 { ".ORG", TOK_ORG },
/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
269 {"ORG", TOK_ORG}, {"DJN", TOK_DJN}, {"X", TOK_X}, {"DIV", TOK_DIV}, in lookup_tok()
1086 if (tok.id == TOK_ORG) in for_rof_expand()