mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-03 19:31:02 +00:00
8080: parse "DEC BC" correctly
This commit is contained in:
parent
56c806ffa3
commit
f71b6a0b04
@ -256,7 +256,7 @@ case class Z80Parser(filename: String,
|
||||
case "OR" => one8Register(OR)
|
||||
case "XOR" => one8Register(XOR)
|
||||
case "SUB" => one8Register(SUB)
|
||||
case "DEC" => one8Or16Register(DEC, INC_16)
|
||||
case "DEC" => one8Or16Register(DEC, DEC_16)
|
||||
case "INC" => one8Or16Register(INC, INC_16)
|
||||
|
||||
case "RLA" => imm(RLA)
|
||||
|
Loading…
Reference in New Issue
Block a user