Commit Graph

4 Commits

Author SHA1 Message Date
78a2fd2deb disasm: move functions to their own module
This moves disassembler functions into their own module.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-06 16:42:58 +08:00
f3cfc9e94b disassembler: implement disassembler
The disassembler will be useful in tracking down build errors.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-06 14:03:39 +08:00
dccb088961 stable: put macro debug flags behind feature gate
This enables tests to work on stable. To enable macro debugging, build
with `--features macro-debug`.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-06 10:49:58 +08:00
bunnie
45b9dc1790 initial commit 2020-08-06 03:21:51 +08:00