Programming the Apple II - Everything you need to know

This is a beginner’s guide to getting started with programming the Apple II. This tutorial covers what you need to do to set up the proper environment (both physical and emulated) and what resources to look at for further programming in either BASIC or Assembly specifically for this computer. Apple II reference manual: Emulators: Windows: AppleWin Linux: LinApple Mac: Virtual ][ Javascript Online Version: BASIC Programming Watchable guides: Kurt Leucht - Hobby Programming - Readable guides: Apple II BASIC Reference Manual PDF - BASIC reference guide - Tutorial for beginners - Assembly Programming: Assembler Software: EDASM DOS - EDASM PRODOS - (15-JAN-84).dsk MERLIN ASSEMBLER - Watchable guides Advanced 6502 Assembly - With the Merlin Assembler - Readable guides Apple 6502 Assembler/Editor - Using 6502 Assembly Language - (This guide has a very helpful chart of useful subroutines in Appendix A) High Res Graphics Guide - Another Useful Graphics Guide - C2T Use in the bin file of this project: c2t-96h -n8 The .DSK file here is located in that same bin file, as will be the output, so you can adjust your path as needed 00:00 Getting an Apple II 01:20 Programming in BASIC 02:10 Programming in Assembly 03:40 A few more tips 04:22 Graphics Mode 06:07 Copying Digital Disk to Physical
Back to Top