Paul Grammens wrote: > David Empson wrote > > > > I'd suggest concatenating the four files and saving it as a binary image > > (128 KB). > > > > I know how to do this on a PC. If I get the files onto my PC and concatenate > them, will that work? Yes - another followup has the details. > Else, could someone tell me how to concatenate on an Apple II? You can actually save the image as a single file by modifying the previous intructions slightly: CALL-151 0/1000 BTW, is there a reason why I couldn't extract the ROM contents in one file > rather than four? You can't do it with a single command, because BASIC.SYSTEM's BSAVE and BLOAD commands are only able to address memory within bank zero, and you only have about 35 KB of unused RAM to work with ($0800 to $95FF, depending on the presence of BASIC programs and the number of files which are open).