Home
last modified time | relevance | path

Searched refs:PAGE2 (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/cc65/cc65-2.19/samples/
H A Dplasma.c44 #define PAGE2 ((SCREEN2 >> 8) & 0xF8) macro
48 #define PAGE2 ((SCREEN2 >> 6) & 0xF0) | ((CHARSET >> 10) & 0x0E) macro
246 outb (&TED.video_addr, PAGE2); in main()
248 outb (&VIC.addr, PAGE2); in main()
H A Dfire.c54 #define PAGE2 ((SCREEN2 >> 6) & 0xF0) | ((CHARSET >> 10) & 0x0E) macro
213 outb (&VIC.addr, PAGE2); in main()
/dports/devel/cc65/cc65-2.19/cfg/
H A Dcbm610.cfg8 PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
17 PAGE2: load = PAGE2, type = rw;
H A Dcbm510.cfg9 PAGE2: file = %O, start = $0200, size = $0100, fill = yes;
20 PAGE2: load = PAGE2, type = rw;
/dports/devel/dev86/dev86-0.16.20/as/
H A Dassemble.c301 if ((page = (symptr->data & (PAGE1 | PAGE2))) != 0) in asline()
304 if (page == (PAGE1 | PAGE2)) in asline()
313 if (page == PAGE2) in asline()
H A Dtable.c43 install(page2ops, PAGE2); in inst_keywords()
46 install(bytesizeops, PAGE1 | PAGE2); in inst_keywords()
/dports/cad/tkgate/tkgate-2.1/locale/en/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/ja/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/uk/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/de/tutorials/
H A Doptions.v59 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/es/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/it/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/cs/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/ru/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/cad/tkgate/tkgate-2.1/locale/pl/tutorials/
H A Doptions.v58 module PAGE2(); module
H A Dverilog.v66 module PAGE2(); module
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mc68hc11/
H A Dhc11dasm.h39 PAGE2, enumerator

1234567