Hello, I'm in the process of making a custom computer and I'm working on getting it to run programs. However, writing machine code to EEPROM one instruction or value at a time is difficult. I have an assembly language and an assembler, and I'd prefer to import that data instead of writing machine code manually, which is error-prone and tedious. Is there any way I could import an external binary...
Created by Andrew Lobley• 7 days ago
General