fn main()
{
let cmd = 0xd1;
unsafe
{
asm!("out 0x64 eax", in("eax") cmd);
}
}
error: use of unstable library feature 'asm': inline assembly is not stable enough for use and is subject to change
1
共 1 条评论, 1 页
评论区
写评论下个nightly然后开启feature