Hack 1.03 for the QL

Anything QL Software or Programming Related.
neozeed
ROM Dongle
Posts: 15
Joined: Thu Jan 06, 2022 7:54 am

Re: Hack 1.03 for the QL

Post by neozeed »

Derek_Stewart wrote: Wed Dec 28, 2022 3:34 pm Hi,

Just downloaded the Git Hub zio file, quite big program.

Writing in assembler was just wild idea... maybe C is better.

Can this be compiled with C68 instead of GCC?
Probably it's not very exciting C... I have built it with Microsoft C, 16bit & 32bit, so I should imagine it's dooable.


neozeed
ROM Dongle
Posts: 15
Joined: Thu Jan 06, 2022 7:54 am

Re: Hack 1.03 for the QL

Post by neozeed »

Code: Select all

"eat.c", line 455: warning [3]: using out of scope declaration for 'prme'
 as68 -v c:\xtc\temp\eat.s eat.o
Sozobon Assembler, Version 2.0
Copyright (c) 1988,1991 by Sozobon, Limited
make: *** [eat.o] Error -1073741819
Turns out sozobon isn't really geared to hack. Not so sure why.


Post Reply