Search found 6 matches

by georgeo
Fri Nov 03, 2023 8:31 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 347613

Re: New release of EightyOne available

I am really loving the Jupiter Ace support in EightyOne, which helps me develop software for the Ace (and modern-day Minstrel 4th). The Minstrel 4th is fully compatible with the Jupiter Ace but has some modest extensions -- most notably extra ROM space. The Minstrel 4th accepts a 16kB ROM and, as we...
by georgeo
Wed Apr 19, 2023 2:41 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 347613

Re: New release of EightyOne available

Thanks for all of the updates to the debugger in EightyOne. This helps a lot with writing code. I have a (possibly foolish) question. I'm using memory view to see what changes when I do something at the ZX80 prompt. The viewer colours Red any memory cell that has changed, so you can easily spot that...
by georgeo
Thu Mar 02, 2023 10:10 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 347613

Re: New release of EightyOne available

I have realized that the problem only arise when when the option "Continuous" in "Control Window" is checked: Ah, ok. Thanks, I can reproduce the problem now. I see the the same issue applies to the Step Out button. I will look to include a fix in the next release. Hi, Thanks for investigating this...
by georgeo
Thu Aug 04, 2022 11:20 am
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 347613

Re: New release of EightyOne available

Anyone used the debugger in EightyOne to set breakpoints on I/O operations? I'm trying to detect OUT instructions to port FD (within the Jupiter Ace emulator) and have set up a breakpoint to trip when "OUT A7-0" = $FD. As I have to set a condition on the value, I set this to be >= $00. However, even...
by georgeo
Wed Jun 29, 2022 4:27 pm
Forum: Emulators
Topic: New release of EightyOne available
Replies: 342
Views: 347613

Re: New release of EightyOne available

I've been making good use of the built-in debugger in latest version of EightyOne (V 1.29). It is really useful (as is the profiler) but I do see an issue when single-stepping throuhg a program. Specifically, I assume the Over button, when used on a CALL command, runs the called code and then resume...
by georgeo
Mon Feb 24, 2020 8:48 pm
Forum: Sinclair Misc
Topic: Advice on Jupiter Ace development environment
Replies: 0
Views: 11330

Advice on Jupiter Ace development environment

Hi everyone, First of all, I realise this is a Sinclair forum and I am asking about a Jupiter Ace. However, I've not been able to find a dedicated Ace discussion group, plus I see there are some Ace-related discussions on this forum. I've been getting to grips with AceFORTH recently, using the Eight...