aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta')
-rw-r--r--lib/xixanta/src/opcodes.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xixanta/src/opcodes.rs b/lib/xixanta/src/opcodes.rs
index a296aa5..e8d1e4c 100644
--- a/lib/xixanta/src/opcodes.rs
+++ b/lib/xixanta/src/opcodes.rs
@@ -3974,13 +3974,13 @@ pub static OPCODES: LazyLock<HashMap<u8, Instruction>> = LazyLock::new(|| {
// sed
ops.insert(
- 0x38,
+ 0xF8,
Instruction {
identifier: InstructionIdentifier::Sed,
addressing_mode: AddressingMode::Implied,
cycles: 2,
size: 1,
- opcode: 0x38,
+ opcode: 0xF8,
affected_on_page: false,
bytes: [0, 0],
},