Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
VirtualMachine
Guides
Virtual Machine Package
Symbols
VirtualMachineAdd
VirtualMachineDefinition
VirtualMachineExecute
VirtualMachineList
VirtualMachine
VirtualMachineObject
VirtualMachineObjectQ
$VirtualMachines
Other
Intel4004
MOS6502
NFA
PDP1
PDP8
RegisterMachine
Virtual Machine Package
The Wolfram Language has built-in capabilities that allow you to run, debug and develop different types of virtual machines and emulators.
Using existing machines
V
i
r
t
u
a
l
M
a
c
h
i
n
e
— create a virtual machine instance
V
i
r
t
u
a
l
M
a
c
h
i
n
e
O
b
j
e
c
t
— holds data of a virtual machine instance
V
i
r
t
u
a
l
M
a
c
h
i
n
e
E
x
e
c
u
t
e
— execute a command on a virtual machine object
V
i
r
t
u
a
l
M
a
c
h
i
n
e
O
b
j
e
c
t
Q
— test whether an expression is a virtual machine object
V
i
r
t
u
a
l
M
a
c
h
i
n
e
L
i
s
t
— a list of the supported virtual machines
Adding new machines
V
i
r
t
u
a
l
M
a
c
h
i
n
e
D
e
f
i
n
i
t
i
o
n
— represents the definition of a virtual machine
V
i
r
t
u
a
l
M
a
c
h
i
n
e
A
d
d
— adds a virtual machine definition to the current session
$
V
i
r
t
u
a
l
M
a
c
h
i
n
e
s
— an association with the virtual machine definitions loaded
Computer Architectures
P
D
P
-
1
— an emulator of DEC's PDP-1 computer
"
P
D
P
-
8
"
— an emulator of DEC's PDP-8 computer
"
I
n
t
e
l
4
0
0
4
"
— an emulator of Intel's 4004 (MCS-4) computer architecture
"
M
O
S
6
5
0
2
"
— an emulator of the MOS 6502 computer architecture
Abstract Machines
"
R
e
g
i
s
t
e
r
M
a
c
h
i
n
e
"
— a register machine
"
D
F
A
"
— a deterministic finite automaton (DFA)
"
N
F
A
"
— a nondeterministic finite automaton (NFA)
V
i
r
t
u
a
l
M
a
c
h
i
n
e
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
O
b
j
e
c
t
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
O
b
j
e
c
t
Q
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
E
x
e
c
u
t
e
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
D
e
f
i
n
i
t
i
o
n
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
L
i
s
t
▪
V
i
r
t
u
a
l
M
a
c
h
i
n
e
A
d
d
▪
$
V
i
r
t
u
a
l
M
a
c
h
i
n
e
s
"
"