Maybe a pin from the parallel port?
Ideally, there won't be any complicated chip-setup procedure, os libraries to load, or anything.
If I could just add/mov a 1 or a 0 into an address, that would be perfect.
Parallel port is simplest, you just need a couple of move.b to set the port to output and write a byte to the port.