From b1cf9d8a524edab9363bb53c0fd70457a8bdbd76 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 9 Dec 2020 11:28:59 -0500 Subject: - Implemented support for the `set` instruction in the assembler. The main thing I had to do was implement the parsing of the condition code token, but that wasn't hard to do, since I had already done the lexing part already. The next thing to do, will be to design a calling convention for Sux. --- test/ortho.s | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ortho.s') diff --git a/test/ortho.s b/test/ortho.s index 83f3554..312c8eb 100644 --- a/test/ortho.s +++ b/test/ortho.s @@ -23,6 +23,7 @@ loop: inc.q count ; mov.q e, count mov (b+e), b + set a, eq mov a, (b+e) bra loop -- cgit v1.2.3-13-gbd6f