mirror of
https://github.com/trebonian/visual6502.git
synced 2024-11-19 13:32:26 +00:00
Added EXX to test program, as we seem to start off with alternative BC/DE/HL active
This commit is contained in:
parent
85058171b2
commit
3315f309a7
@ -15,6 +15,7 @@ readTriggers[0x8000]="var c=consolegetc; consolegetc=undefined; (c)";
|
||||
// for opcodes, see http://www.textfiles.com/programming/CARDS/6800
|
||||
|
||||
testprogram = [
|
||||
0xD9, // EXX
|
||||
0x21, 0x34, 0x12, // LD HL,$1234
|
||||
0x31, 0xfe, 0xdc, // LD SP,0xDCFE
|
||||
0xe5, // PUSH HL
|
||||
|
Loading…
Reference in New Issue
Block a user