From fe982295397a63030192c8d7e26c12c2bf2af199 Mon Sep 17 00:00:00 2001 From: Creeper Lv Date: Fri, 15 Aug 2025 05:33:39 +1000 Subject: [PATCH] Added definition of call and return in the ISA. --- src/SVM.Assembler/ISA.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/SVM.Assembler/ISA.xml b/src/SVM.Assembler/ISA.xml index 3bfd878..66ec493 100644 --- a/src/SVM.Assembler/ISA.xml +++ b/src/SVM.Assembler/ISA.xml @@ -6,7 +6,8 @@ - + + @@ -111,6 +112,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +