[Instructions] [Search] [Current] [Syllabus] [Handouts] [Outlines] [Assignments] [Code]
Held Friday, December 11, 1998
Handouts
Notes
JUMP instruction, which is an indexed
jump. Note that the indexing is 1-based. So, if you just want to jump
to label l, use JUMP 1 l.
Tree.StmList
(Java) or T_stmList (C), representing a
``straight line IRT program''.
IRT.Frame (Java) or irtframe.c
(C).
IRT.Print
(Java) or irtprint (C) to convert your code to a form
that can be interpreted by the IRT interpreter. Note that the
commands take a PrintWriter (Java) or
FILE (C), so that you can specify which file to
write to.
irt.pl.
Temp.Temp (Java) and temp.{c,h} (C)
support named and prenumbered temporaries.
Tree.BUILTIN and Tree.STRING
(Java) or T_BUILTIN and T_STRING (C)
support additional instructions. You will not need to use these,
but you need the files that define them.
History
Back to Student presentations.
[Instructions] [Search] [Current] [Syllabus] [Handouts] [Outlines] [Assignments] [Code]
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
Source text last modified Fri Dec 11 10:43:02 1998.
This page generated on Fri Dec 11 10:45:05 1998 by SiteWeaver.
Contact our webmaster at rebelsky@math.grin.edu