Git Product home page Git Product logo

cbm-edit-rom's Introduction

PET/CBM EDIT ROM PROJECT - Steve J. Gray - Started Nov 26, 2013
======================== - Updated - Apr 26, 2022

This project will allow you to build various EDIT ROMS for the Commodore PET/CBM line of computers.

FILES:

make.bat	- Type "make" to assemble with options set in "edit.asm" file

edit.asm	- The "main" source file. Contains directives to choose which options to include/use.

editrom.asm	- Logic to assemble code in LOWER 2K area and determine if HI area is required.
edit_hi.asm	- Logic to assemble code in UPPER 2K area, including IO area.
editrom40.asm	- CODEBASE 0 - 40 column, 2K ROM
editrom80.asm   - CODEBASE 1 - 80 column, 2K ROM
editrom82.asm   - CODEBASE 2 - LOWER area. 80 column, 4K ROM, DIN editor
editrom82ext.asm- CODEBASE 2 - UPPER area.

ext*		- Code for CODEBASE 2's upper 2K of 4K (subsections)
crt*		- Files to define screen settings. Written to CRTC controller chip.
kbd*		- Files to define keyboard matrix for simple keyboard scanning routine.
kbdx*		- Keyboard matrices for extended keyboard scanning routine.
screen*		- Screen line pointer tables for 40/80 column screens
mem*		- Standard PET/CBM memory usage includes - zero page, low mem, and chips etc

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.