Author: Compynerd255
Posted: 04 Dec 2012 01:54:53 pm (GMT -5)
Hey, I was just trying to play with GlassOS and start writing for it, but I cannot get it to run. Here are my results so far:
- I put the GlassOS.8xu from the SDK on SourceForge onto my 84 Plus SE on WabbitEmu. The program stayed at the formatting step for over 10 minutes, even with my calc running at max speed.
- I also installed SDCC and Cygwin so that I could run make on example C programs. I was able to compile the sample Hello World program to a .bin file. How would I send that to an emulator or physical calc?
EDIT: Taking a look at the WabbitEmu debugger, it appears to be stuck in this infinite loop at address $D067:
Code:
As you can see, de and b never change, so there is no way it can escape. Trying to change execution to the address after the loop causes it to get stuck back in that loop when I close the debugger and reopen it.
_________________
Visit Betafreak Games: http://www.betafreak.com
Help Me Pay for College:
- Sign up for Fastweb through my referal link!
Posted: 04 Dec 2012 01:54:53 pm (GMT -5)
Hey, I was just trying to play with GlassOS and start writing for it, but I cannot get it to run. Here are my results so far:
- I put the GlassOS.8xu from the SDK on SourceForge onto my 84 Plus SE on WabbitEmu. The program stayed at the formatting step for over 10 minutes, even with my calc running at max speed.
- I also installed SDCC and Cygwin so that I could run make on example C programs. I was able to compile the sample Hello World program to a .bin file. How would I send that to an emulator or physical calc?
EDIT: Taking a look at the WabbitEmu debugger, it appears to be stuck in this infinite loop at address $D067:
Code:
D067 1A ld a,(de)
D068 6F ld l,a
D069 90 sub b
D06A 20FB jr nz, $D067
As you can see, de and b never change, so there is no way it can escape. Trying to change execution to the address after the loop causes it to get stuck back in that loop when I close the debugger and reopen it.
_________________
Visit Betafreak Games: http://www.betafreak.com
Help Me Pay for College:
- Sign up for Fastweb through my referal link!