mirror of
https://github.com/creeperlv/SVM.git
synced 2026-01-11 12:59:54 +00:00
Added a sample program.
Change: JAL -> JMP, JALF -> JIF.
This commit is contained in:
@@ -217,9 +217,9 @@ namespace SVM.Core
|
||||
//Console.WriteLine($"SVM:SD:{data} form PC={PC}");
|
||||
}
|
||||
break;
|
||||
case PrimaryInstruction.JAL:
|
||||
case PrimaryInstruction.JMP:
|
||||
break;
|
||||
case PrimaryInstruction.JALF:
|
||||
case PrimaryInstruction.JIF:
|
||||
break;
|
||||
case PrimaryInstruction.Load:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user