The Jupiter ACE has a built-in FORTH interpreter in ROM (no BASIC, here!) There is very little software for it; maybe the Z88DK will help !
s l bsave <name> saves l bytes from the memory starting at address s as <name> s l bload <name> loades l bytes to the memory starting at address s as <name>. If s or l is zero will their value be taken from the file. Get the file: http://users.aol.com/autismuk/ace/ace32.zip
It is compiled with an old DOS extender and gives compatibility problems when used on WinNT. To override this, get the updated extender from: http://michael.tippach.bei.t-online.de/wdosx/
Download the latest release and unzip the binary folder. Then update the ACE32 DOS extender stub with the “stubtit” utility: stubit ace32.exe
It will replace the faulty stub with a working one.
Then (HOWTO for the “ACE32” emulator):
Have fun !