Compatibility issue with Z3PLUS resolved
This commit is contained in:
Binary file not shown.
@@ -15,12 +15,13 @@
|
||||
|
||||
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
|
||||
the terms of the GNU General Public Licence.
|
||||
*/
|
||||
|
||||
#pragma output REGISTER_SP = 0xa000
|
||||
#pragma output hrgpage = 36096
|
||||
|
||||
#include <stdio.h> // We use printf(); putchar();
|
||||
|
Reference in New Issue
Block a user