1
0

Compatibility issue with Z3PLUS resolved

This commit is contained in:
Anna Christina Naß 2020-06-27 22:12:06 +02:00
parent 36d7ecd715
commit df68fac23f
5 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -15,12 +15,13 @@
Build: Build:
zcc +cpm -lndos -o MAZEZAM.COM mazezam.c -O3 zcc +cpm -lndos -O3 -o MAZEZAM.COM mazezam.c
This code may be used and distributed under This code may be used and distributed under
the terms of the GNU General Public Licence. the terms of the GNU General Public Licence.
*/ */
#pragma output REGISTER_SP = 0xa000
#pragma output hrgpage = 36096 #pragma output hrgpage = 36096
#include <stdio.h> // We use printf(); putchar(); #include <stdio.h> // We use printf(); putchar();

Binary file not shown.

View File

@ -38,6 +38,6 @@ Robot Chase is written in C for the ZXCC compiler which can be found in [z88dk](
Use this command line (tested in Linux) to compile: Use this command line (tested in Linux) to compile:
zcc +cpm -lm -lndos -o CHASE.COM chase.c ansi.c zcc +cpm -lm -lndos -O3 -o CHASE.COM chase.c ansi.c

View File

@ -1,3 +1,5 @@
#pragma output REGISTER_SP = 0xa000
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>