A86: Re:


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

A86: Re:




First you need to load a 16bit number in HL, such as $0001 (works best that
way).   Seconed I would try avoid using the _ILine Call, b ecause it has
bugs in version 1.2.
You may need to search and locate another line routine.

At 08:40 PM 2/19/98 +0000, you wrote:
>
>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: