mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-02-12 08:31:01 +00:00
addresses
This commit is contained in:
parent
f36413e597
commit
812475c07e
@ -0,0 +1,3 @@
|
||||
package com.htmlism.scratchpad
|
||||
|
||||
case class AbsoluteAddress(n: Int)
|
@ -0,0 +1,3 @@
|
||||
package com.htmlism.scratchpad
|
||||
|
||||
case class ZeroPageAddress(n: Int)
|
Loading…
x
Reference in New Issue
Block a user