You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: