Cpu 6502 tests
Test that lda #1 loads a 1 to a
org $0000 lda #1 org $FFFC ; reset vector dcw $0000
regs.a==1
regs.x==0