add documentation for current addressing modes to instructions.toml
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
3bc256dab2
commit
4fb7e78c2a
2 changed files with 37 additions and 0 deletions
|
|
@ -1117,6 +1117,7 @@ mod tests {
|
|||
assert!(case.test_passes(&vm));
|
||||
}
|
||||
|
||||
/*
|
||||
#[test]
|
||||
fn isa_index() {
|
||||
// TODO INDEX on V, BV, S, L
|
||||
|
|
@ -1146,4 +1147,5 @@ mod tests {
|
|||
fn isa_string_ops() {
|
||||
// TODO CONCAT and S_APPEND
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue