[A86] Re: Displaying Variables
[Prev][Next][Index][Thread]
[A86] Re: Displaying Variables
Depending on the type of variable you're talking about, theres several ways
to go about it. If you're talking about a TI-OS variable, then it depends
on the type of variable. If it's a numeric variable stored in hl or
something, just call _dispahl. If it's a string (inside the program) just
locate the pointer to hl and call _puts or _vputs.
-Tim Buckingham
Btw. It's been about 2 years since I programmed 86 asm, so don't flame me
if I get anything wrong =)
----- Original Message -----
From: <ToRiHe2000@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Saturday, September 15, 2001 6:30 PM
Subject: [A86] Displaying Variables
> Hi, I'm a beginner at ASM and I was wondering how to go about displaying a
> variable since every time I load a var into a register it just displays a
> bunch of wierd symbols to screen when it's run.
>
>
>
References: