all: test.bin
	goodasm test.asm -NL
test.bin:
	goodasm test.asm -o test.bin


clean:
