A83: Re: Re: how do I run a prog after devpac83'ed
[Prev][Next][Index][Thread]
A83: Re: Re: how do I run a prog after devpac83'ed
um... that shouldn't make any difference.
Joe Wingbermuehle
http://www.usmo.com/~joewing/
-----Original Message-----
From: James Matthews <matthews@tkb.att.ne.jp>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Saturday, September 19, 1998 8:57 PM
Subject: 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.
>