Posted By
Mike on 2001-06-09
| CrossAssembly
Unless you actually want to program ON a plus/4 (or in BASIC)I would recomend using a PC assembler and an emulator. This has a MUCH faster turnaround. In the old days when developers wrote for Plus/4's and C64's we used crossdevelopment kits. These are PC's hooked into a real machine, we'd assemble on a PC and download to the remote machine. VERY quick, VERY nice. Nowadays, you can assemble on a PC, and run using an EMU.. almost as nice. Minus4dos has "real" source level debugging, and although its a big fiddly, it does allow a good local development environment. Using TASM for the PC you can assemble and run, and trace with ease..
|