diff --git a/mach/z80/top/.distr b/mach/z80/top/.distr new file mode 100644 index 000000000..ecbe2e6d5 --- /dev/null +++ b/mach/z80/top/.distr @@ -0,0 +1 @@ +table diff --git a/mach/z80/top/table b/mach/z80/top/table new file mode 100644 index 000000000..b87128643 --- /dev/null +++ b/mach/z80/top/table @@ -0,0 +1,15 @@ + +/* 8080 desciptor table for ACK target optimizer */ + +MAXOP 2; + +%%; + +X, Y, Z { TRUE }; +%%; + +/* Whitespace is significant here! */ + +ld X, Y : ld X, Z -> mov X, Z ; + +%%;