Hi all, I'm writing a program onto a floppy disk to open a door. This is the code to open the door one block.
2 IOX!
10 TICKS
0 IOX!
5 Ticks
The trouble is I need this 19 times and then another program of this 19 times to close it.
Does anyone know if there is a program out there to compile/assemble FORTH code onto a disk (img file) from notepad. I've tried the RPC Paste Tool but it is very glitchy and slow. I'm really looking for a compiler.
Thanks.