From b807f8d7c5de623b1b83281c99e30b4a9a9604c0 Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 31 Jul 2020 19:13:27 -0400 Subject: [PATCH] Updated Instruction Set (markdown) --- Instruction-Set.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Instruction-Set.md b/Instruction-Set.md index 9c0ed68..1b4da02 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -32,6 +32,9 @@ Current opcodes unsused | [**HWI**](#hwi) *source* | *mem/reg/imm* | 0x09 |`- - - - -` | | [**HWQ**](#hwq) *source* | *mem/reg/imm* | 0x1C |`- - - - -` | | [**INC**](#inc) *destination* | *mem/reg* | 0x2A | `- X X X -` | +| [**INT**](#int) | *imm* (0-255) | 0x30 | `- - - - -` | +| [**INTO**](#into) | *None* | 0x08 | `- - - - -` | +| [**IRET**](#iret) | *None* | 0x31 | `- - - - -` | | [**JA**](#ja) *target* | *mem/reg/imm* | 0x2E |`- - - - -` | | [**JAE**](#jae) *target* | *mem/reg/imm* | 0x22 |`- - - - -` | | [**JC**](#jc) *target* | *mem/reg/imm* | 0x21 |`- - - - -` |