1
0
mirror of https://github.com/mcanlas/6502-opcodes.git synced 2025-01-10 07:29:30 +00:00

correct definition values

This commit is contained in:
Mark Canlas 2020-08-26 03:30:57 -04:00
parent 04312a0fb2
commit 0a6379b9dd

@ -10,6 +10,5 @@ trait DefinitionValue[A] {
object DefinitionValue {
implicit val definitionValueForInt: DefinitionValue[Int] =
Operand.operandInt
.toAddressLiteral(_)
(x: Int) => String.format("$%02x", x)
}