601.229.02 (F19): C64 and 6502 resources

This page has some information about the 6502 and the Commodore 64, including information to help you write and test 6502 code using a C64 emulator.

Easy 6502: Easy 6502 web-based 6502 assembler and emulator

VICE (Commodore emulator):

VICE is a software emulator for a variety of Commodore computers including the C64. The C64 emulator program provided by VICE is named x64.

SMON is a simple but useful monitor program that allows you to

The SMON download is a C64 disk image: attach it as Drive 8 in VICE (File→Attach disk image→Drive #8), load from BASIC with

LOAD"SMONFC000",8,1

and then execute from BASIC with

SYS 49152