Giter Club home page Giter Club logo

wozmon_cbm's Introduction

wozmon 6502 hex monitor for Commodore 8-bit

WozMon is the default monitor for Apple 1 ROMs as documented in the Apple-1 Operation Manual by Apple Computer Company

Written by Steve Wozniak for the Apple 1 release

Here is a (yet another) port to Commodore. This version intends to support at least three of the common models

  • Commodore 64
  • Vic-20
  • Commodore 128

(I've loaded and run it on TED Plus/4 system, but the zero page usage overlaps the clock, so something needs to change, same for PET 2001)

Why would you use this? Mostly for historic, nostalgic reasons. Also it fits in 256 bytes.

This project is built to compile the source with ACME and VICE tools. Should be easy enough to adapt to other assemblers. Its load address is $1400 (5120) so it can work with most of these systems unchanged. Note the routines have different addresses than on the Apple-1 so when entering hex programs for it, be sure to adapt for the addresses. See wozmon.lst. Originally I ported it to minimum 6502/6850 system.

Because it uses the Commodore KERNAL screen editor, you can cursor around the screen, edit, and press ENTER again on existing lines.

Usage:

LOAD "WOZMON*",8,1

LOAD "VWAS6502",8,1 (optional to load the new disassembler)

SYS 5120

wozmon shows a backslash prompt on the Apple 1. On Commodore it is £.

Example statements:

  • 01FF to display single memory byte
  • FF00.FF7F to display memory range
  • 1000: 01 02 03 04 to enter bytes into memory
  • 1000 R to JMP to machine code at address
  • 1500 R 1400 to start disassembly of wozmon (1400 is address to list 20 statements) *** requires vwasm6502 loaded at $1500 ***

wozmon64.png wozmon20.png wozmon128.png wozmon80.png

wozmon_cbm's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

wozmon_cbm's Issues

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.