A89: Re: ASM help please


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

A89: Re: ASM help please




I'm sure that your code is nowhere near as sloppy as what my first code
looked like... but I wont go into that.  Don't be embarassed, this list was
created with the intent of helping aspiring programmers like you and me.
And if someone does mock your code, then you already know who the idiot is.
Don't let other people's choices influence you.

-Miles Raymond

-----Original Message-----
From: BLoWh0Le@aol.com <BLoWh0Le@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Tuesday, November 24, 1998 9:50 PM
Subject: A89: ASM help please


>I'm trying to compile a program with asm89.bat in the ps package, but it's
>giving me an error as follows:
>
>Error: 16-bit relocations are unsupported
>
>What does that mean?  I have no idea because I am still learning ASM and I
am
>going at a very slow pace because most of the tutorials aren't very helpful
>unless you already know ASM (which is the catch-22).  Most of what is in my
>program is based on the only 5 or so instructions I know so far:
>
>move,add,sub,cmp,beq (and the other booleans),bsr, and a few ROM calls I
>learned from hello.asm.
>
>I can upload the source if you want to look at it, but it's rather
embarassing
>because it's a real pile.
>
>Also, is there an easy way to implement a delay?  Right now, I'm just using
a
>"for...next" type loop that repeats 700 times or so.
>
>Another thing, what is the ROM call equivalent to "getKey()" and how do I
use
>it?