GithubHelp home page GithubHelp logo

appleiie-self-test's Introduction

Apple IIe built-in self test

This is a reverse engineered code of the $C400-C7FF ROM area for an Apple IIe. This ROM area covers the internal self test routine, which can be triggered by "Ctrl - Alt - Solid Apple" keypress. This code is contained inside the so called "Diagnostics ROM" (also known as CD ROM for its position in the chip grid onto the board), together with part of the Applesoft BASIC interpreter.

See the "Apple Ile Technical Reference Manual" for more information.

How to assemble

I decided to leave the code formatting unchanged out of the disassebler (virtual 6502), keeping addresses and binary code to better put in connection ROM data with the code. If you need to re-assemble it, just throw away the first 18 columns (skipping comments) and adapt the obtained code to your assembler (some of them like : after labels, some others do not like EQU and prefer =, ...). Inside this repository you can find a python script that can produce code compliant with acme 6502 assembler, but feel free to adapt it for your most loved assembler.

If you use or you want to try with acme assembler, just type

cat self-test.asm | python3 asm2acme.py > self-test_acme.asm
acme --cpu 6502 --color -o self-test_acme.bin self-test_acme.asm

Copyright

Fair use applied to abandonware is invoked.

The disassembly work is distribute under terms of the Creative Commons Attribution 4.0 license.

appleiie-self-test's People

Contributors

giuliof avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.