Set the name of the 65c816 XCE opcode to detect it on traces

This commit is contained in:
Ivan Izaguirre 2020-08-13 16:41:55 +02:00
parent 79a584fb95
commit 53842b2b4e
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ func add65c02NOPs(opcodes *[256]opcode) {
opcodes[i+0x0b] = nop11
// BBR and BBS: opcodes[i+0x0f] = nop11
}
// Detection of 65c816
opcodes[0xbf].name = "XCE"
}
var opcodes65c02Delta = [256]opcode{