No Subject
[Prev][Next][Index][Thread]
No Subject
I'd like to ask two questinons
1.
Why doesn't this work?
#include "asm86.h"
#include "ti86asm.inc"
#include "ti86math.inc"
#include "ti86ops.inc"
#include "ti86abs.inc"
.org _asm_exec_ram
call _clrLCD
ld hl,1
ld b,3
ld c,5
ld d,5
ld e,1
call _ILine
.end
END
I've tried changinh b,c,d and e value, but it still crashes my calc
2.
How do I print to the graph screen, not the home screen?
Follow-Ups:
- A86: re:
- From: Pat Milheron <pmilheron@ti.com>
- A86: Re:
- From: Trent Lillehaugen <tllilleh@polymail.cpunix.calpoly.edu>
- A86: Re:
- From: "Bill N." <b.nagel@usa.net>
- A86: Re:
- From: Dave Piper <piperc@jcave.com>