Skip to content

Instantly share code, notes, and snippets.

make VERSION=full
../misc/yis sdriver.yo
../misc/yis ldriver.yo
(cd ../y86-code; make testpsim)
(cd ../ptest; make SIM=../pipe/psim TFLAGS=-i)
./correctness.pl -p
@Chrisdf
Chrisdf / Space Fighters
Created April 28, 2014 15:26
Issue with background painting over asseroid objects, think it is a problem with for loop synchronization
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
import java.util.ArrayList;
public class Space_Fighters extends Applet implements Runnable, KeyListener{
Graphics bufferGraphics;
Image offscreen;