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