mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-21 02:32:06 +00:00
Set the name of the 65c816 XCE opcode to detect it on traces
This commit is contained in:
parent
79a584fb95
commit
53842b2b4e
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user