mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-16 10:38:33 +00:00
Z80: fix subtraction.
This commit is contained in:
parent
7cf78ca2bd
commit
a2eb6fe353
@ -401,7 +401,7 @@ object ZBuiltIns {
|
||||
setup ++ List(
|
||||
ZLine.implied(CPL),
|
||||
ZLine.register(INC, ZRegister.A),
|
||||
ZLine.register(SUB, lv),
|
||||
ZLine.register(ADD, lv),
|
||||
ZLine.ld8(lv, ZRegister.A))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user