A86: Re: Why doesn't this work


[Prev][Next][Index][Thread]

A86: Re: Why doesn't this work




Try this:
-----Original Message-----
From: BrncAvFan2@aol.com <BrncAvFan2@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, August 30, 1998 4:53 PM
Subject: A86: Why doesn't this work


>
>I am having trouble with this program.  All it's supposed to do is display
>this exactly:
>
>***************************
>*BASIC**COMMANDS*
>***************************
>               by:
>    DAN
>        (C) 1998
>
>It's all centered and everything.  For some reason, it is not showing the
top
>line of stars.  It is all in inverted text.  Here is the part of the
program
>that is not working:
>
>#include "ti86asm.inc"
>
>.org _asm_exec_ram
>
> call _clrLCD
> call _homeup        ;you should call _runindicoff too, because that thing
is annoying
> set 3,(iy+$05)
> ld hl,welcome
> call _puts
> res 3,(iy+$05)
> call $4D40 <-----------------Change this to $4D43
>
>Next:
> call _clrLCD
> call _homeup
> ret
>
>welcome:
> .db "  *****************  ",0
> .db "  *BASIC**COMMANDS*  ",0
> .db "  *****************  ",0
> .db "         by:         ",0                        There should be zeros
beside all the strings
> .db "         DAN         ",0
> .db "       (C)1998       ",0
>
>.end
>
>
>THANX
>Dan
>
--------------
Jbrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
I just added a TI-86 page, Check it out!!!