Next: Using Scheme in mixvm and gmixvm, Previous: Running the program, Up: Getting started [Contents][Index]
mixguileWith mixguile you can run a MIX simulator embedded in a Guile
shell, that is, using Scheme functions and programs. As with
mixvm, mixguile can be run both in interactive and
non-interactive modes. The following subsections provide a quick tour on
using this MIX emulator.
| • The mixguile shell | Using the Scheme MIX virtual machine. | |
| • Additional functions | Scheme functions accessing the VM. | |
| • Defining new functions | Defining your own Scheme functions. | |
| • Hook functions | Using command and break hook functions. | |
| • Scheme scripts |