diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-12-27 16:59:16 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-12-27 17:00:18 -0500 |
| commit | 2122e32f072378758c8a4c693036678300d40631 (patch) | |
| tree | db592f6f7127c71d28bb639bd72abfec77949025 | |
| parent | cfcc77e723ccb9aa023e35d3d0172161d4907bed (diff) | |
Improve error message for unrecognized instructions.
| -rw-r--r-- | asm.myr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ const emitinstr = {p ;; ;; | _: - -> `std.Err("unrecognized instruction") + -> `std.Err(std.fmt("unrecognized instruction {}", p[0])) ;; -> `std.Ok((b, mark)) |