From 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:01:45 +0000 Subject: deploy: 9c3c3fd923d894d2351eb22129ea693eb98fa8ff --- tiny_vm/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tiny_vm/index.html') diff --git a/tiny_vm/index.html b/tiny_vm/index.html index 72eb51e..9cb7f75 100644 --- a/tiny_vm/index.html +++ b/tiny_vm/index.html @@ -1,6 +1,4 @@ -tiny_vm - Rust -

Crate tiny_vm

source ·
Expand description

TinyVm example.

+tiny_vm - Rust

Crate tiny_vm

source
Expand description

TinyVm example.

This example introduces a simple 16 bit virtual machine the TinyVm. The VM consists of three registers defined in TinyReg, a separate data and instruction memory and a small set of instructions TinyInsn, sufficient to implement a guest program to compute the @@ -33,4 +31,4 @@ Fibonacci sequence.

assert_eq!(8, vm.icnt); assert_eq!(4, vm.pc); }
-

Structs

  • A minial fixup utility to implement jump labels when constructing guest programs.
  • A guest physical address.
  • The TinyVm virtual machine state.

Enums

Functions

\ No newline at end of file +

Structs§

Enums§

Functions§

\ No newline at end of file -- cgit v1.2.3