Skip to content

An extremely rudimental vm built in C to provide me with a method of exploring low-level systems.

Notifications You must be signed in to change notification settings

joshpmcghee/basic-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

basic-vm

An extremely simple vm built in C to provide me with a method of exploring low-level systems. Nothing other than integer arithmetic is supported. I will hopefully get round to floating point, eventually.

Instruction set is currently as follows:

0 - Halt

1 - Load integer

2 - Add

3 - Subtract

4 - Divide

5 - Multiply

About

An extremely rudimental vm built in C to provide me with a method of exploring low-level systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages