[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

About using tgi library in Apple II



I used cc65 and AppleWin emulator.

I tried to run this interesting article on AppleWin. But failed T.T.
=> http://home.roadrunner.com/~jbmatthews/a2/cross.html#lst7

co65 --code-label _a2e_lo_install a2e.lo.tgi
ca65 a2e.lo.s
cl65 -O -t apple2enh hello.c --obj a2e.lo.o
java -jar ac.jar -d cc65.po runme
java -jar ac.jar -cc65 cc65.po runme bin < hello

I tried applecommander or a2tools to make runnable image but
everything failed.

Can you help me?