diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 20:42:05 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 20:42:05 +0000 |
commit | bc3f12909380bd7a6f2d6dc76691ec8439b88388 (patch) | |
tree | 0a484f5727ae71406d8da6b68c4693458bedeecc /examples/instruction-test.asm | |
parent | 114fb829905cce1e1f63ff1fee6fdbe11bb72715 (diff) | |
download | ovm-bc3f12909380bd7a6f2d6dc76691ec8439b88388.tar.gz ovm-bc3f12909380bd7a6f2d6dc76691ec8439b88388.tar.bz2 ovm-bc3f12909380bd7a6f2d6dc76691ec8439b88388.zip |
Updated instruction-test example for removal of jump.register
Diffstat (limited to 'examples/instruction-test.asm')
-rw-r--r-- | examples/instruction-test.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/instruction-test.asm b/examples/instruction-test.asm index 84f311e..8e8ca2e 100644 --- a/examples/instruction-test.asm +++ b/examples/instruction-test.asm @@ -65,7 +65,6 @@ print.word jump.abs 1 jump.stack - jump.register 2 jump.if.byte 1 jump.if.hword 2 jump.if.word 3 |