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
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