I want to compil assembler file for CPC 6128.
what is the exact compiler command?
This work but i don't now if it is a right order, the bin file is created.
z88dk-z80asm.exe -v -l myprog.asm -omyprog.bin
I still have this error:
Code: Select all
Predefined constant: __CPU_Z80__ = 1
Predefined constant: __CPU_ZILOG__ = 1
Predefined constant: __FLOAT_GENMATH__ = 1
Library 'z88dk-z80asm.lib' not found
Reading library 'c:/z88dk/lib/z88dk-z80asm.lib'
Assembling 'D:/donnees/dev/Z88DK/test/src/test.asm'
Writing object file 'D:/donnees/dev/Z88DK/test/bin/test.bin'
thank for your help.