Issues with ][+ development
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.
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.
Done! Doc page updated.