8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

Issues with ][+ development

Open TedThompson opened this issue 8 months ago • 1 comments

The following worked:

Exported HGRtest as "ROM" and wav file. Put ROM bin file on a disk image via ciderpress.

Loaded disk image into applewin and was able to brun file. Loaded disk image into actual IIe and was able to brun file.

Loaded wav into an actual IIe computer and it ran automatically. No issues.

The following does NOT work:

Any program from the c compiler no matter the system or method. Even a simple "hello world" does not work and crashes to monitor on IIe and AppleWin in ][+ mode.

TedThompson avatar May 30 '25 23:05 TedThompson

Further research has shown that the IDE provides "AppleSingle" format files with the extension ".bin"

CiderPress2 will correctly ingest these files if they have an ".as" extension instead.

Furthermore AppleCommander will also ingest them if one uses the -as command line option.

So far I have only tried this with more simple programs like hello world or the example keyboardtest, but this seems to have corrected the problem.

I suggest the documentation should be updated accordingly.

TedThompson avatar May 31 '25 01:05 TedThompson

Done! Doc page updated.

sehugg avatar Nov 07 '25 13:11 sehugg