mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-02-23 03:28:58 +00:00
add todo
This commit is contained in:
parent
9e81295fe1
commit
1fc217992d
@ -13,6 +13,7 @@ package object syntax:
|
||||
s"$storeInstruction ${reg.n.toString}"
|
||||
|
||||
// TODO encoding now already makes the structures lose semantic meaning
|
||||
// TODO maybe AsmN's should be traits such that semantic structures can just obey the contracts and be AND'ed
|
||||
Asm2(List(s"$storeInstruction ${reg.n.toString}"))
|
||||
|
||||
class PartiallyAppliedWrite[Addr: Loadable, A](reg: WriteAddress[A], x: Addr):
|
||||
|
Loading…
x
Reference in New Issue
Block a user