A86: Re: Need help
[Prev][Next][Index][Thread]
A86: Re: Need help
>
>okay i want to have a box starting on the outside and getting smaller this
is
>the code I have now. Pleeze fix it up
>
>#include "ti86asm.inc"
>
>.org _asm_exec_ram
>Zip_out:
>
> ld b,0
> ld c,0
> ld d,0
> ld e,64
> ld h,1
> call _ILine
> ld b,126
> ld c,0
> ld d,126
> ld e,64
> ld h,1
> call _ILine
> ld c,63
> ld d,128
> ld e,63
> ld h,1
> call _ILine
> ld b,0
> ld c,1
> ld d,128
> ld e,1
> ld h,1
> call _ILine
>quit:
> call _clrlcd
maybe you want jp _clrLCD, this isn't going to return
>.end