HTML's concatenated manually & edited with additional content by James Davis -- [Last updated on 2020-06-29]
Return to Project Page ... or ... Align Top (Table of Contents) [after a Home or Page Up!]
; ============================================================================== ; Apple II [$D0 ROM] (341-0016) - Programmer's Aid #1 [1978] ; ------------------------------------------------------------------------------ ; Copyright (c) 1978 by Apple Computer Inc. All Rights Reserved ; ============================================================================== ; Instructions are in the Programmer's Aid #1 Installation and Operating Manual: ; ------------------------------------------------------------------------------ ; Apple II Programmer's Aid #1 Manual (FTP Sources): ; ============================================================================== ; ; = ftp://public.asimov.net/pub/apple_II/ <-[Best for file explorers] ; = ftp://ftp.apple.asimov.net/pub/apple_II/ <-[Good for web browsers] ; = https://www.apple.asimov.net/ <-[Best for web browsers] ; ; ------------------------------------------------------------------------------ ; ; Apple II Programmer's Aid #1 Manual (Non-Searchable Un-Secured Version 1): ; ; Can copy parts of & pages as bit-mapped pictures; Can convert pictures to text ; via FreeOCR program. Best version for conversion & documenting. ; ; ftp://public.asimov.net/pub/apple_II/ <-[Best for file explorers] ; documentation/programming/6502assembly/ ; Apple%20II%20Programmer's%20Aid%201_alt.pdf ; ; ftp://ftp.apple.asimov.net/pub/apple_II/ <-[Good for web browsers] ; documentation/programming/6502assembly/ ; Apple%20II%20Programmer's%20Aid%201_alt.pdf ; ; View Apple II Programmers Aid 1 Manual (Non-Searchable Un-Secured Ver.1).pdf: ; ; https://www.apple.asimov.net/ <-[Best for web browsers] ; documentation/programming/6502assembly/ ; Apple%20II%20Programmer's%20Aid%201_alt.pdf ; ; [This one is a large file download: ~13.3 MB (13,288,901 bytes).] ; ; ------------------------------------------------------------------------------ ; ; Apple II Programmer's Aid #1 Manual (Searchable Secured Version 2): ; ; Cannot copy parts of nor pages as bit-mapped pictures; Cannot convert pictures ; to text via FreeOCR program. Best version for reading. ; ; ftp://public.asimov.net/pub/apple_II/ <-[Best for file explorers] ; documentation/programming/6502assembly/ ; Apple%20Programmer's%20Aid%201%20Manual%20(Searchable%20Version).pdf ; ; ftp://ftp.apple.asimov.net/pub/apple_II/ <-[Good for web browsers] ; documentation/programming/6502assembly/ ; Apple%20Programmer's%20Aid%201%20Manual%20(Searchable%20Version).pdf ; ; View Apple II Programmers Aid 1 Manual (Searchable Secured Ver.2).pdf: ; ; https://www.apple.asimov.net/ <-[Best for web browsers] ; documentation/programming/6502assembly/ ; Apple%20Programmer's%20Aid%201%20Manual%20(Searchable%20Version).pdf ; ; [This is the largest file download of the three: ~41.6 MB (41,505,669 bytes).] ; ; ------------------------------------------------------------------------------ ; ; Apple II Programmer's Aid #1 Manual (Searchable Secured Version 3): ; ; Cannot copy parts of nor pages as bit-mapped pictures; Cannot convert pictures ; to text via FreeOCR program. Worst version!--Comments are out of sync with ; assembly code/listings within the original Apple Computer published manual!** ; ; ftp://public.asimov.net/pub/apple_II/ <-[Best for file explorers] ; documentation/misc/Apple2ProgrammersAid1978.pdf ; ; ftp://ftp.apple.asimov.net/pub/apple_II/ <-[Good for web browsers] ; documentation/misc/Apple2ProgrammersAid1978.pdf ; ; View Apple II Programmers Aid 1 Manual (Searchable Secured Ver.3).pdf: ; ; https://www.apple.asimov.net/ <-[Best for web browsers] ; documentation/misc/Apple2ProgrammersAid1978.pdf ; ; [** This one must have been typed in. It is small: ~285 KB (284,686 bytes).] ; ; ==============================================================================