Posts: 10
Threads: 4
Joined: Apr 2015
Reputation:
0
And that the PAUSE freeze the flow of the program also has something to do or is another bug?
Posts: 1,770
Threads: 55
Joined: Aug 2019
Reputation:
24
Could be. PAUSE statement uses ROM PAUSE implementation which relays on interruptions.
This could also indicate a problem with interruptions (EI, DI), vector interruptions, etc.
I usually used EmuZWin with its integrated debugger to debug the asm code generated by the compiler, BTW.
Posts: 1,770
Threads: 55
Joined: Aug 2019
Reputation:
24
Sorry!
I completely overlooked this message!
Let me check it...
Posts: 805
Threads: 135
Joined: Apr 2009
Reputation:
5
Did you find a solution here?
Posts: 1,770
Threads: 55
Joined: Aug 2019
Reputation:
24
Not yet. But this is a BUG (I forgot about it, OMG).
Let me fix this...
Posts: 1,770
Threads: 55
Joined: Aug 2019
Reputation:
24
Okay, Fixed in version 1.8.6. Download from here:
<!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive#Latest_Development_Version">http://www.boriel.com/wiki/en/index.php ... nt_Version</a><!-- m -->
A pitty I forgot about this issue. Now I wonder is Sinclair is already interested... :?