A83: Re: gsinput


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

A83: Re: gsinput




Chris:

Basically, what I do when I use something from the squish.inc is simply
copy the code into my program.  So if it says:

whateverromcall  equ  9999h

I copy that into my code:
#include "ti83asm.inc"
.
.
.
.
whateverromcall .equ 9999h

.org 9327h

Makes life easier...don't bother including squish.inc.

James.

____________________

James Matthews.
E-mail (family):    matthews@tkb.att.ne.jp
E-mail (private):  james_matthews@hotmail.com

Homepage:  http://home.att.ne.jp/gold/tomcat21/index.html
ICQ:  7413754
____________________________________

----------
> From: Chris Hiszpanski <mecad@scv.net>
> To: assembly digest <assembly-83-digest@lists.ticalc.org>
> Subject: A83: gsinput
> Date: Tuesday, July 28, 1998 4:20 AM
> 
> 
> I know that Linus is away but I tried to compile his source about string
> input. Now I did get 584 error from the squish.inc file. The errors were
> all duplicate labels. Anyway I did the regular Send(9prgmGSINPUT and all
it
> did was display done. What am I doing wrong or is the source screwed up?
> Also how would it look for _vputmap instead of _putc.
> 
> From: Chris
> mecad@scv.net
>