-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
$ cargo +nightly build
Compiling ramp v0.5.9 (/home/rodolfo/git/ramp)
error: expected one of `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `"adc {1}, {bh}"`
--> src/ll/limb.rs:559:21
|
558 | "add {0}, {bl}", // adds bl to al and stores in low
| - expected one of 8 possible tokens
559 | "adc {1}, {bh}", // adds bh to ah with carry and stores in high
| ^^^^^^^^^^^^^^^ unexpected token
error: expected one of `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `"sbb {1}, {bh}"`
--> src/ll/limb.rs:608:21
|
607 | "sub {0}, {bl}", // subtracts bl from al and stores in low
| - expected one of 8 possible tokens
608 | "sbb {1}, {bh}", // subtracts bh from ah with carry and stores in high
| ^^^^^^^^^^^^^^^ unexpected token
error: aborting due to 2 previous errors
error: could not compile `ramp`.
To learn more, run the command again with --verbose.Metadata
Metadata
Assignees
Labels
No labels