Search found 4 matches

by na_th_an
Wed Dec 12, 2007 11:06 am
Forum: Sinclair ZX
Topic: IF2 Roms with z88dk
Replies: 16
Views: 23813

Yeah, my pal Utopian from CEZGS pointed me in the right direction and I solved it this morning. I was coming here to post the sollution and it turns out to be exactly what you have suggested. I'm trying to use splib from a ROM :P I'll keep you posted ;) Next step is adding splib2 to the mix. So far,...
by na_th_an
Tue Dec 11, 2007 3:40 pm
Forum: Sinclair ZX
Topic: IF2 Roms with z88dk
Replies: 16
Views: 23813

IF2 Roms with z88dk

Hi, this is the new crazy stuff I'm trying to do: generate IF2 Roms using z88dk. So far I've written a super-simple crt0 module for this "new target" (which does nothing but jump to main), but now I'm having trouble using some sort of stuff to be able to use globals in RAM. Here's my code:...
by na_th_an
Thu Jul 19, 2007 12:12 pm
Forum: Windows
Topic: zcc.exe not working correctly after install
Replies: 6
Views: 17537

Thanks for your prompt answer :)
Now let's get busy.

Greetings!
by na_th_an
Thu Jul 19, 2007 11:04 am
Forum: Windows
Topic: zcc.exe not working correctly after install
Replies: 6
Views: 17537

zcc.exe not working correctly after install

I downloaded 1.7, it comes a a zipped z88dk folder. No installer (although the INSTALL.TXT tells me to use it :P). My problem comes executing zcc.exe to compile. It claims that "cp is not a valid command". AFAIK, cp is for linux. Shouldn't this be calling "copy"? What am I missin...