Next: Emacs tools, Previous: MIX and MIXAL tutorial, Up: Top [Contents][Index]
In this chapter, you will find a sample code-compile-run-debug session using the MDK utilities. Familiarity with the MIX mythical computer and its assembly language MIXAL (as described in Knuth’s TAOCP) is assumed; for a compact reminder, see MIX and MIXAL tutorial.
• Writing a source file | A sample MIXAL source file. | |
• Compiling | Using mixasm to compile source
files into binary format.
| |
• Running the program | Running and debugging your programs. | |
• Using mixguile | Using the Scheme interpreter to run and debug your programs. | |
• Using Scheme in mixvm and gmixvm |