()
| 17 | ) |
| 18 | |
| 19 | func init() { |
| 20 | // This is needed to arrange that main() runs on main thread. |
| 21 | // See documentation for functions that are only allowed to be called from the main thread. |
| 22 | runtime.LockOSThread() |
| 23 | } |
| 24 | |
| 25 | var binFile = flag.String("bin", "/dev/stdin", "the bin file to load into the computer") |
| 26 | var printState = flag.Bool("print-state", false, "print the computer state to stdout") |
nothing calls this directly
no outgoing calls
no test coverage detected