projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fe59636
)
archs: Fixed type in sbc a, n8 instruction
master
origin/HEAD
origin/master
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 25 Jun 2025 08:08:19 +0000
(10:08 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 25 Jun 2025 08:08:19 +0000
(10:08 +0200)
src/archs.c
patch
|
blob
|
history
diff --git
a/src/archs.c
b/src/archs.c
index c71502985d8acadace7081b4371448e037034975..d2e8f94830c14baeda1030468dc8af69fc7aa0f8 100644
(file)
--- a/
src/archs.c
+++ b/
src/archs.c
@@
-255,7
+255,7
@@
const struct ulas_instr ULASINSTRS_SM83[] = {
ULAS_INSTRSM83_R8_EXPR8("or", 0xF6, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("adc", 0xCE, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("or", 0xF6, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("adc", 0xCE, ULAS_REGSM83_A),
- ULAS_INSTRSM83_R8_EXPR8("s
u
c", 0xDE, ULAS_REGSM83_A),
+ ULAS_INSTRSM83_R8_EXPR8("s
b
c", 0xDE, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("xor", 0xEE, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("cp", 0xFE, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("xor", 0xEE, ULAS_REGSM83_A),
ULAS_INSTRSM83_R8_EXPR8("cp", 0xFE, ULAS_REGSM83_A),