home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
messroms.de
/
2007-01-13_www.messroms.de.zip
/
VZ200
/
TOOLS
/
ZCCSRC.ZIP
/
test
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-01-31
|
316b
|
12 lines
hello.ihx: hello.c 0crt.rel
PATH="../bin:$$PATH" zcc -O -v -b_CODE=0x8000 -b_BSS=0x9000 -b_STACK=0x9f00 hello.c
x.ihx: x.c 0crt.rel
PATH="../bin:$$PATH" zcc -O -v -b_CODE=0x8000 -b_BSS=0x9000 -b_STACK=0x9f00 x.c
0crt.rel: 0crt.asm
../bin/asz80 0crt.asm
flashled.rel: flashled.asm
../bin/asz80 -c flashled.asm