summaryrefslogtreecommitdiff
path: root/src/codegen.ml
blob: 2709526a5d4afcb4334214c0c437c304a45ed2f7 (plain) (blame)
1
2
3
4
5
6
open Mips


let generate p =
  { text = nop;
    data = nop }