Home
last modified time | relevance | path

Searched refs:c6502i (Results 1 – 5 of 5) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dopcodes.h57 extern const struct cpu_s c6502i;
H A Darguments.c582 case 'i': arguments.cpumode = &c6502i;break; in testarg()
H A Doptimizer.c1331 if (cputype == &c6502i || cputype == &c65dtv02) { in cpu_opt()
1461 if (cputype == &c6502i) { in cpu_opt()
H A Dopcodes.c336 const struct cpu_s c6502i = { variable
H A D64tass.c4243 &c6502, &c65c02, &c65ce02, &c6502i, &w65816, &c65dtv02, in compile()