A86: Running Basic Programs


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

A86: Running Basic Programs




I recently took out of my shell _exec_basic and put in the thing where it
runs it from the basic program:

Lbl A
::::::::             <- 8 ':'s
asm(shell
If Ans==1
Goto A
Return

Well, in my shell, when I run basic program 'hi', it writes to the program
just fine, but it gives me an error syntax and when I goto it, this is what
shows:

Lbl A
Dec Hex::::::        <- 6 ':'s
asm(shell
If Ans==1
Goto A
Return

Do I have to do some tokenize or something? Any ideas?

Thanks..
Brent



Follow-Ups: