At the very start, I obviously had to get the core of the OS working well enough on paper to 'boot and do something' before I could move it to the machine (obviously typing in by hand the first time or three!). At that stage about the earliest routines I developed on paper were necessarily the ones for burning code to EEPROM and an interface (largely hardware, not much code) to a domestic audio cassette recorder. Once they had been written/debugged//built, I was then able to store the evolving OS on EEPROM or cassette as development proceeded. Eventually (after the first version of the 'word processor'was completed) I added a (100KB) 5.25" floppy drive.Now I see, you had no OS to support an assembler! How did you store your programs? Did you have to re-enter it all after power up/bootstrap etc?
Indeed - see above. OS in EPROM, programs/files initially stored on audio cassette and later on floppy.I see, but surely you had an OS by the time you wrote a word processor otherwise how would you manage files, store files etc? Did you store them just in memory only?
Kind Regards, John.