mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-04-04 05:30:25 +00:00
document operand behavior
This commit is contained in:
parent
dfb7849353
commit
8b9828c63e
@ -5,10 +5,16 @@ trait Operand[A] {
|
||||
|
||||
def toAddressLiteral(x: A): String
|
||||
|
||||
/**
|
||||
* Suitable for comments
|
||||
*/
|
||||
def toShow(x: A): String
|
||||
|
||||
def operandType: OperandType
|
||||
|
||||
/**
|
||||
* The value as presented in a `define` declaration (i.e. where no alias is possible)
|
||||
*/
|
||||
def toDefinitionLiteral(x: A): String
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user