#!/bin/sh # http://neil.franklin.ch/Projects/PDP-10/comp - compile java an bitfile # author Neil Franklin, last modification 2001.12.28 # update state logic diagram and state machine random logic functions ./sld ./lf # do the actual Java compile and generate bit stream echo compiling ... && javac pdp10.java && echo running ... && java pdp10 | tee pdp10.run