76
Programming / Re: How to begin assembly on Enterprise
« on: 2015.May.18. 17:22:54 »And the CRC bytes add some rhythm



Is there a z80 crossassembler for use with Context that uses Maxam's assembler syntax (used by WinApe cpc emulator)?
Not sure how you already solved this problem.
You can use WinApe to assemble to a file on your PC, then transfer this file to a disc image and load/use it in Ep128Emu. This is the way I am developing for the Enterprise and all other Z80 machines, so I always have the same assembler (WinApe, =Maxam syntax) for all platforms.
Just use the WRITE command at the beginning of your source code:
Code: [Select]
WRITE "C:\Z80coding\PROGRAM.COM"
...or whatever

Code: [Select]
WRITE "C:\Z80coding\PROGRAM.COM"
READ "C:\Z80coding\PROGRAM.ASM"
I like the Alt+H shortcut in Ep128Emu a lot for reloading the disc image in drive A. This is very helpful and missing in other emulators.