#!/bin/sh
gcc -Os -Wall -ffast-math -fomit-frame-pointer -fgcse -march=pentiumpro  -o dasm main.c exp.c globals.c mne6502.c ops.c symbols.c -s
