Re: A86: running a BASIC program


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

Re: A86: running a BASIC program




load name to op1, call this.

exec_basic:
     call $4c57	;_parse_inp
	in a,(5)
	cp $0d
	ret z		;ok to continue asm prog
     ld   a,$0D	;force quit on stop command
     out  (5),a
	jp $409c

-josh

On Sun, 19 Mar 2000 16:20:03 -0500 "J.S." <rengets@erols.com> writes:
> how would I run a BASIC program from an assembly program?

________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.


Follow-Ups: