Subject: Re: Apple II/e newbie - please help Newsgroups: comp.sys.apple2 References: <3962654d.5374841@news.reliable-net.net> <39617442.8E95040E@swbell.net> <3963133d.49909228@news.reliable-net.net> <3962AD0F.2F9266A7@dcnet2000.com> <396409c1.35634753@news.reliable-net.net> X-Newsreader: NN version 6.5.6 (NOV) From: david@uow.edu.au (David Wilson) NNTP-Posting-Host: 130.130.64.1 Message-ID: <396a606c@news.uow.edu.au> Date: 11 Jul 2000 09:46:52 +1000 X-Trace: 11 Jul 2000 09:46:52 +1000, 130.130.64.1 Organization: University of Wollongong Lines: 12 Path: lobby!newstf02.news.aol.com!portc01.blue.aol.com!newsfeed.skycache.com!Cidera!128.230.129.106!news.maxwell.syr.edu!news.mel.connect.com.au!news1.optus.net.au!optus!news.usyd.edu.au!news.newcastle.edu.au!news.uow.edu.au!david processoroverclocked@33mhz.cjb.net (Jon Bettencourt) writes: >PR#3 is an output remapping command. By typing PR#3 you are remapping >output to the card in the auxilary slot (in this case an 80-column card). >All it actually does is call location $C300, where the card's ROM starts. Strictly speaking PR#3 does not call $C300. All it does is place $C300 in the character output vector. The first character that is output after the PR#3 command will cause a JSR to $C300 (the init entry point to the 80 col card firmware). The 80 col firmware will then change the output vector to point to $C307 (BASICOUT) and the input vector to $C305 (BASICIN). -- David Wilson School of IT & CS, Uni of Wollongong, Australia