Home
last modified time | relevance | path

Searched refs:BIFROST2_showTilePosH (Results 1 – 10 of 10) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/
H A DBIFROST2_showTilePosH.asm7 ; void BIFROST2_showTilePosH(unsigned int lin,unsigned int col)
12 PUBLIC BIFROST2_showTilePosH
16 BIFROST2_showTilePosH: label
H A DBIFROST2_showTilePosH_callee.asm7 ; void BIFROST2_showTilePosH(unsigned int lin,unsigned int col)
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zx/
H A Dbifrost2.h232 extern void __LIB__ BIFROST2_showTilePosH(unsigned char lin,unsigned char col) __smallc;
234 #define BIFROST2_showTilePosH(a,b) BIFROST2_showTilePosH_callee(a,b) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zx/
H A Dbifrost2.h229 extern void BIFROST2_showTilePosH(unsigned char lin,unsigned char col);
231 #define BIFROST2_showTilePosH(a,b) BIFROST2_showTilePosH_callee(a,b) macro
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sdcc/
H A DBIFROST2_showTilePosH.asm7 ; void BIFROST2_showTilePosH(unsigned int lin,unsigned int col)
H A DBIFROST2_showTilePosH_callee.asm7 ; void BIFROST2_showTilePosH(unsigned char lin,unsigned char col)
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zx/
H A Dbifrost2.h224 extern void BIFROST2_showTilePosH(unsigned char lin,unsigned char col);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost2/
H A Dbifrost2_sccz80.lst18 arch/zx/bifrost2/c/sccz80/BIFROST2_showTilePosH
H A Dbifrost2_sdcc.lst19 arch/zx/bifrost2/c/sdcc/BIFROST2_showTilePosH
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zx/
H A Dbifrost2.h202 __DPROTO(,,void,,BIFROST2_showTilePosH,unsigned char lin,unsigned char col)