.__________________________.
| .___________________. |==|
| | ................. | | |
| | ::::Hello:::::::: | | |
| | :::(for the very: | | |
| | ::::first time):: | | |
| | ::::::::::::::::: | | |
| | :::Apple1Py:::::: | | |
| | ::::::::::::::::: | | ,|
| !___________________! |(c|
!_______________________!__!
/ \
/ [][][][][][][][][][][][][] \
/ [][][][][][][][][][][][][][] \
( [][][][][____________][][][][] )
\ ------------------------------ /
\______________________________/
(art from https://www.asciiart.eu/computers/apple#google_vignette)
Apple1Py is a 6502 assembler and emulator written in Python, designed in order to make Apple 1 development easy. It contains a fully self written assembler and modular specifications for ease of programming.
Standing for Lucas' Bad Assembler/Debugger, a built in 6502 Assembler and Debugger for Apple 1 systems. designed to use as little shortcuts as possible and achieve the minimum amount of code to account for the 4K of programming
A 6502 emulator built from the ground up, specifically designed with Apple 1 configurations in mind and the ability to emulate the display of the Apple 1.
THis project is under the MIT License 2.0. Anyone can do anything with this code.
- Made by Lucas Frias
- Thanks to Professor Schoonover and Professor Gibbons for insight on emulation and assistance with the project