.code .align 1 .global pceAppInit pceAppInit: xld.w %r12,vbuff xcall pceLCDSetBuffer xcall pceLCDDispStart ret .align 1 .global pceAppProc pceAppProc: xcall pcePadGet xand %r10,%r10,0x00004000 xjreq __L3 ld.w %r12,0x0 xcall pceAppReqExit xjp __L2 __L3: xcall pceLCDTrans __L2: ret .align 1 .global pceAppExit pceAppExit: ret .comm vbuff 11264