Skip to content

Failing to build the project #123

Description

@rodoufu
$ 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions