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: