A83: Re: how do I run a prog after devpac83'ed


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

A83: Re: how do I run a prog after devpac83'ed




> :"CLEAR"
> :send(9prgmZASMLOAD

Bingo, there's your problem.  ZASMLOAD is trying to run CLEAR"...get rid of
that last quotation mark:

: "CLEAR
:send(9prgmZASMLOAD

and it should work!

Later,

James.