A86: re:
[Prev][Next][Index][Thread]
A86: re:
You need a 'ret' instruction after you last call inorder to return to the
86 system.
Later,
Pat
------------------
Original text
From: Filipe Alberto Soares Pinto <nop56773@mail.telepac.pt>, on 2/19/98 8:40
PM:
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?
References:
- No Subject
- From: Filipe Alberto Soares Pinto <nop56773@mail.telepac.pt>