Skip to content

Add the NES-6502 instruction set #1815

Description

@dercode-solutions-2025

Hello WORLD in the NES6502 is not a regular text output, but rather a simple test of the PPU (Picture Processing Unit). This can be achieved by displaying a color onscreen. The file extension is .asm, and here is the code:

LDA $0
STA $200

LDA $0
STA $203

LDA #$01
STA $201

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions