Re: A86: Porting?
[Prev][Next][Index][Thread]
Re: A86: Porting?
jp z,LeaveGame
call z,MoveUp
call _clrLCD ;I might be wrong with the actual call name, I do 83asm
mostly
jp StartIntro
call nz,DrawLine
jp nz,CMLineChkHorSt
jp c,Test
-Phelan 'Amen' Wolf
PS: do you know what any of that means anyway? You don't sound like someone
who does. And If you want an explanation ask someone on the list, I will be
more than glad to help. Also check out Matt's page, he might have some
toutorials there.
Pat J wrote:
> I am porting a game from ZShell to the TI-86 and I have a questions, The
> following are lines from the ZShell code and I was wondering what their
> equivilent is in TI-86 asm:
>
> JUMP Z(LeaveGame)
>
> CALL Z(MoveUp)
>
> CALL (DrawFrame)
>
> ROM CALL(CLEARLCD)
>
> JUMP (StartIntro)
>
> CALL NZ(DrawLine)
>
> JUMP NZ(CMLineChkHorSt)
> and
> JUMP C(Test)
>
> Please Help. Thank You.
> -PJ
References: