Search found 3 matches

by tangent3D
Sat Jan 15, 2022 11:01 pm
Forum: Other targets
Topic: Embedded_Z80/appmake output .bin, .rom?
Replies: 5
Views: 2266

Re: Embedded_Z80/appmake output .bin, .rom?

Thank you for the instructions and for taking another look! I confirmed that adding -Cz--romsize=16384 to my ROM target results in the behavior I expected (.rom output) on both platforms. Adding -s/-gen-symbol-file to my RAM target produces a .bin file on win32. This is exactly what I wanted! Many t...
by tangent3D
Sat Jan 15, 2022 12:15 am
Forum: Other targets
Topic: Embedded_Z80/appmake output .bin, .rom?
Replies: 5
Views: 2266

Re: Embedded_Z80/appmake output .bin, .rom?

I'll share a more verbose compile line in case it may reveal a problem with my setup: zcc +z80 -clib=sdcc_iy -startup=0 -pragma-define:REGISTER_SP=-1 -pragma-define:CRT_ON_EXIT=0x10002 -ID:/depot/Z-FIGHTER/src/zf_lib -lD:/depot/Z-FIGHTER/src/zf_lib/zf_lib D:/depot/Z-FIGHTER/src/zf_lib/zf_init.asm -m...
by tangent3D
Thu Jan 13, 2022 8:06 pm
Forum: Other targets
Topic: Embedded_Z80/appmake output .bin, .rom?
Replies: 5
Views: 2266

Embedded_Z80/appmake output .bin, .rom?

Hi all, I'm running the latest win32 nightly (as of this posting) as well as an up-to-date local build from the z88dk source on Debian. I've noticed that, when using -create-app, output binaries now use a '.rom' extension on win32 but remain as '.bin' in my Debian build. Changing between RAM model (...