1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Add missing instruction: RESET.

This commit is contained in:
Thomas Harte 2022-06-03 11:15:39 -04:00
parent fd66a9b396
commit 7b3cf6e747

View File

@ -45454,7 +45454,7 @@
"4e73": "RTE",
"4e72": "STOP #",
"4e71": "NOP",
"4e70": "None",
"4e70": "RESET",
"4e6f": "MOVEfromUSP A7",
"4e6e": "MOVEfromUSP A6",
"4e6d": "MOVEfromUSP A5",
@ -65535,4 +65535,4 @@
"0002": "OR.b #, D2",
"0001": "OR.b #, D1",
"0000": "OR.b #, D0"
}
}