I'm the creator of TRSE (www.turborascal.com), a cross-platform IDE/compiler for 8/16-bit development. I'm looking into the possibility of adding VZ200-support (since TRSE natively already supports the Z80), where TRSE produces raw binary machine code output that should be injected directly into an emulator.
If there isn't already support for this in your emulator, would it be possible to add support for something like
Hi there!
I'm the creator of TRSE (www.turborascal.com), a cross-platform IDE/compiler for 8/16-bit development. I'm looking into the possibility of adding VZ200-support (since TRSE natively already supports the Z80), where TRSE produces raw binary machine code output that should be injected directly into an emulator.
If there isn't already support for this in your emulator, would it be possible to add support for something like
java -cp ... ... -file=/code/my_file.bin -start_address=0x7B00
to the emulator?