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
fn printf(format: *i8, _: usize) -> void;
fn main() -> u8 {
for let i: usize = 0; i < 2; i = i + 1 {
printf("%d\n", i);
}
}
{standard input}: Assembler messages:
{standard input}:43: Error: operand type mismatch for `mov'
ld: cannot find main.o: No such file or directory
No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: