add documentation for current addressing modes to instructions.toml

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-08-07 21:26:23 +00:00
parent 3bc256dab2
commit 4fb7e78c2a
2 changed files with 37 additions and 0 deletions

View file

@ -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
}
*/
}