prog8
Write and debug Prog8 and 6502 assembly code
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Prog8 skills?โผ
Run `npx skills add irmen/prog8 --all -g -y` in your terminal to install all skills in this repository globally.
What is the Prog8 programming language?โผ
Prog8 is a structured programming language that compiles to fast native machine code for 8-bit 6502 retro computers like the Commodore 64 and Commander X16, plus the 32-bit Motorola 68000.
How to write 6502 assembly with AI help?โผ
The asm6502-coder skill teaches your agent correct 64tass syntax, CPU differences, and zeropage rules so it writes valid 6502 and 65C02 assembly for you.
How to debug Prog8 compiler problems?โผ
The included guide explains a clear workflow: use the -noopt flag to isolate optimizer bugs, -compareir to see code changes, and -vmtrace to follow program execution.
Do I need retro computing experience to use this?โผ
Basic programming knowledge helps, but the skills explain syntax pitfalls, data types, and library routines in plain terms so your agent can handle the low-level details.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core