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. --- test/ortho.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ortho.s') diff --git a/test/ortho.s b/test/ortho.s index c7cdd83..6499d6e 100644 --- a/test/ortho.s +++ b/test/ortho.s @@ -32,6 +32,8 @@ reset: lea s, count mov (e), #0 mov a, (e) + lea d, loop + jmp (d) loop: inc b inc.q count -- cgit v1.2.3-13-gbd6f