У нас вы можете посмотреть бесплатно Programming the Apple II - Everything you need to know или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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: http://www.applelogic.org/files/AIIRE... Emulators: Windows: AppleWin https://github.com/AppleWin/AppleWin Linux: LinApple http://linapple.sourceforge.net/index... Mac: Virtual ][ https://virtualii.com/ Javascript Online Version: https://www.scullinsteel.com/apple2/ BASIC Programming Watchable guides: Kurt Leucht - • My Apple IIe: Intro to Applesoft Basic (ep... Hobby Programming - • Apple 2 programming tutorial Readable guides: Apple II BASIC Reference Manual PDF - https://tinyurl.com/p25z8jkc BASIC reference guide - https://www.calormen.com/jsbasic/refe... Tutorial for beginners - http://www.hoist-point.com/applesoft_... Assembly Programming: Assembler Software: EDASM DOS - https://mirrors.apple2.org.za/ftp.app... EDASM PRODOS - https://mirrors.apple2.org.za/ftp.app... MERLIN ASSEMBLER - https://mirrors.apple2.org.za/ftp.app... Watchable guides Advanced 6502 Assembly - • Advanced 6502 Assembly Programming for the... With the Merlin Assembler - • Apple II Assembly Programming with Merlin ... Readable guides Apple 6502 Assembler/Editor - https://archive.org/details/apple-650... Using 6502 Assembly Language - https://archive.org/details/Using_650... (This guide has a very helpful chart of useful subroutines in Appendix A) High Res Graphics Guide - https://archive.org/details/Hi-ResGra... Another Useful Graphics Guide - https://www.chibiakumas.com/6502/appl... https://archive.org/details/Assembly_... https://archive.org/details/Assembly_... C2T https://github.com/datajerk/c2t Use in the bin file of this project: c2t-96h -n8 DISKNAME.DSK AIFFILENAME.aif 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