From 8d7f27d9a0b61d3694a62f3e54be885d8073f02b Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 13 Feb 2021 13:59:48 -0500 Subject: - Reverted back one commit before the previous commit. This is because the previous commit actually created a bug, rather than fixing one. - Added JMP, and JSR to the ortho extension, and implemented them both in the assembler, and emulator. --- programs/sub-suite/subsuite.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs/sub-suite/subsuite.s') diff --git a/programs/sub-suite/subsuite.s b/programs/sub-suite/subsuite.s index 7b31c31..3fc025d 100644 --- a/programs/sub-suite/subsuite.s +++ b/programs/sub-suite/subsuite.s @@ -20,5 +20,5 @@ a ;.org reset ;v ;f "subsuite.bin" $8000 -;q +q d -- cgit v1.2.3-13-gbd6f