From 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:01:45 +0000 Subject: deploy: 9c3c3fd923d894d2351eb22129ea693eb98fa8ff --- search.desc/tiny_vm/tiny_vm-desc-0-.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 search.desc/tiny_vm/tiny_vm-desc-0-.js (limited to 'search.desc/tiny_vm/tiny_vm-desc-0-.js') diff --git a/search.desc/tiny_vm/tiny_vm-desc-0-.js b/search.desc/tiny_vm/tiny_vm-desc-0-.js new file mode 100644 index 0000000..06fb5d0 --- /dev/null +++ b/search.desc/tiny_vm/tiny_vm-desc-0-.js @@ -0,0 +1 @@ +searchState.loadedDescShard("tiny_vm", 0, "TinyVm example.\nAdd the register to the register reg1 += reg2.\nAdd the immediate to the register reg += imm.\nJump unconditional (absolute addressing) pc = disp.\nJump if the register is zero (absolute addressing) …\nA minial fixup utility to implement jump labels when …\nHalt the VM.\nLoad a value from the memory (absolute addressing) into …\nLoad the immediate value into the register reg = imm.\nA guest physical address.\nStore a value from the register into the memory (absolute …\nThe instructions for the TinyVm.\nThe registers for the TinyVm.\nThe TinyVm virtual machine state.\nBind the Fixup to the current location of prog and resolve …\nDump the VM state to stdout.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nRun in interpreter mode until the next TinyInsn::Halt …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRun in JIT mode until the next TinyInsn::Halt instruction …\nGenerate a guest program to compute the fiibonacci …\nGenerate a simple count down loop to crunch some …\nGenerate a test program for the jit.\nCreate a new TinyVm and initialize the instruction memory …\nCreate a new Fixup at the current pc.\nRead guest data memory.\nRead guest register.\nWrite guest data memory.\nWrite guest register.") \ No newline at end of file -- cgit v1.2.3