Now I want to port Palo-Alto Tiny Basic to Risc-V.
In assembly on bare-metal (well, qemu for now) RV32I, with input/output through the emulated UART...
The porting of Palo-Alto Tiny Basic to RV32I has begun! My target is bare RV32I, no M extension, and no misaligned memory access either.
At this point, numbered lines can be entered, deleted and updated;
LIST and NEW are working. STOP supposedly works as well but is pointless as RUN is not implemented yet.



