[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
About using tgi library in Apple II
- Subject: About using tgi library in Apple II
- From: bluebird <mildstorm@gmail.com>
- Date: Wed, 2 Dec 2009 07:25:23 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-info: p23g2000vbl.googlegroups.com; posting-host=124.50.46.166; posting-account=59zgiAoAAAD1UBiNbwKTnEqZIAtVrM7Y
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:12801
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?