GithubHelp home page GithubHelp logo

scmvm's Introduction

scmvm

NAME

scmvm - a Scheme virtual machine. And assembler.

HOW TO USE IT

  $ scheme-of-choice             # scheme-of-choice means csi
REPL> (load "defs.scm")
REPL> (load "vm.scm")

DESCRIPTION

scmvm is a very basic virtual machine for experimenting with compilation techniques. It is designed to run in Chicken Scheme (defs.scm is actually a copy of my .csirc), but modifying it to run under other Schemes is trivial.

scmvm instruction code isn't really a bytecode but a symbolic code - that is, it is made of Lisp atoms. This enables extending the instruction set with great ease.

scmvm comes with an assembler. In the repository you can find the examples of assembly code (note that it is mostly a symbolic code with labels instead of raw addresses).

FUNCTIONS

(vm:assemble-from-file source-file origin-offset) - assembles a program from source-file and stores it in the VM memory at address origin-offset.

(vm:run) - runs a program until HALT.

(vm:step) - executes a single instruction and stops.

(vm:dump-registers) - examine the content of registers.

(vm:reset) - resets the VM. Resetting scmvm might not be the thing you think it is.

(vm:load-program vector) - loads a vector with symbolic code into VM's memory.

BUGS

The README is misleading. The code is, too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.