Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 2.23 KB

File metadata and controls

39 lines (23 loc) · 2.23 KB

READYCode Documentation

A BASIC listing with REM comments rendered as PETSCII graphics

READYCode is a Windows 10/11 desktop editor for writing Commodore 64 BASIC and 6502 assembly programs, built around real hardware and emulator workflows: what you write is the same tokenized .prg a C64 would produce itself, and it can be sent straight to a C64 Ultimate or VICE emulator and run. This documentation covers what the application can do, organized by feature area.

For installation and a build-from-source guide, see the project README.

Contents

Start here

  • Getting Started - installing READYCode, launching it for the first time, and a tour of the interface.

Editing

  • The BASIC Editor - syntax highlighting, keyword completion and shortcuts, PETSCII-accurate rendering, line numbering, diagnostics, and the reference panels.
  • The Assembly Editor - the built-in 6502 assembler, supported mnemonics and directives, labels, and diagnostics.
  • Minify and Prettify - reshaping BASIC source for compactness or readability.
  • The Hex Editor - viewing and editing the raw bytes of any file.

Files and projects

Running your program

Reference

Getting help

Found a bug, or have a feature request? Open an issue on GitHub. If you would like to contribute code, see CONTRIBUTING.md for coding conventions and the PR workflow.