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


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

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




> um... that shouldn't make any difference.

Ah, yes...you're right.  Darn.  Hmm, ok lemme see:  Actually, I got that
same message when I tried to run one of my programs...I then tried another
one, and it worked.  The problematic program was:

     call _zerooop1
     ld hl,op1+1
     ld (hl),'W'     ; or any other var
     call _rclvarsym ; op1 / op2 -> value
     call _convop1
     ex   de,hl
     call _disphl
     
It runs normally, but not devpaced...strange.  Hannes?  Try another
program, see if it works.

Later,

James.


Follow-Ups: