Comments, problems, suggestions about Oric emulators (Euphoric, Mess, Amoric, etc...) it's the right place to ask. And don't hesitate to give your tips and tricks that help using these emulations in the best possible way on your favorite operating system.
ibisum wrote:This is super cool .. the debugger interface looks like exactly what I needed when I was 13 years old to figure out how everything works. Great!
Thanks
Are you going to release the sources/make a Linux/OSX version?
I'm going to open source it once i have disk drives working. Maybe sooner if i get stuck with that
I'll still maintain the official version, but will happily give SVN access to interested parties.
After spending some time with the debugger there is one suggestion I'd make. Instead of just a memory dump it would be nice if you could display a block of memory and it's contents were updated as we step through the code or while it runs.
I've used this feature on the Virtual MC-10 emulator and it's really nice. http://www.geocities.com/emucompboy/
It also imports the lst file generated by the assembler so you can see labels in the code as you step through it and some other cool things.
JamesD wrote:It also imports the lst file generated by the assembler so you can see labels in the code as you step through it and some other cool things.
It's what Euphoric is doing, the label file generated by XA is loader by the debugger so we can have symbols.
JamesD wrote:It also imports the lst file generated by the assembler so you can see labels in the code as you step through it and some other cool things.
It's what Euphoric is doing, the label file generated by XA is loader by the debugger so we can have symbols.
I have Vista on the machine I'm developing on. Running DOSBox just to run Euphoric is inconvenient to say the least.
JamesD wrote:It also imports the lst file generated by the assembler so you can see labels in the code as you step through it and some other cool things.
It's what Euphoric is doing, the label file generated by XA is loader by the debugger so we can have symbols.
I have Vista on the machine I'm developing on. Running DOSBox just to run Euphoric is inconvenient to say the least.
Well, let's say it was more like a "discreet" hint to suggest Xeron to try to be compatible with the way he handles symbols
I've also refactored and commented parts of the code.
There is a WIP snapshot build in the download section of the google code page, if anyone wants to try it out. It includes disk support, but don't expect it to work, it is still hopelessly broken.
BTW, if anyone wants commit access to the SVN to help out with development, let me know. You need a google account (not necessarily a gmail account).
Hey there, any developer around ?
I'm far from being an Oric expert, but well, I'd be glad to help if I can.
Just tell us on which topics you'd like some help, and I think it would help people to see if they can help (or not).