Skip to content

Commit

Permalink
MMIX 2009 — Release 2017-05-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
ascherer committed May 21, 2017
1 parent e275f77 commit 0c08ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ ALL = $(WEBFILES) $(TESTFILES) $(MISCFILES)
basic: mmixal mmix

doc: mmix-doc.ps mmixal.dvi mmix-sim.dvi
dvips -n13 mmixal.dvi -o mmixal-intro.ps
dvips -n8 mmix-sim.dvi -o mmix-sim-intro.ps
dvips -pp 0-13 mmixal.dvi -o mmixal-intro.ps
dvips -pp 0-8 mmix-sim.dvi -o mmix-sim-intro.ps

all: mmixal mmix mmotype mmmix

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mmixal.w Assembly program; includes detailed description of the

mmix-arith.w Subroutines to implement 64-bit arithmetic on a
32-bit computer; includes complete implementation
of standard IEEE floating binary arithemtic
of standard IEEE floating binary arithmetic

mmix-sim.w Program for the simple (non-pipelined) simulator;
includes detailed description of the runtime
Expand Down

0 comments on commit 0c08ceb

Please sign in to comment.