Migrate code to new asm! syntax #1
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I was hoping to experiment with this repo a little bit to see if I could use Rust for implementing new built-in DOS commands for dosbox-staging, but ATM it does not compile.
Nightly transitioned to new
asm!
syntax; old syntax can still be used viallvm_asm!
(but somehow it does not work for me), but perhaps it would be better to move to new syntax right away.rust-lang/rust#70173
rust-lang/rust#68404
Right now, the code fails to compile with several errors like this one:
The text was updated successfully, but these errors were encountered: