Do not support assembly inline statements

This commit is contained in:
2025-09-14 16:55:51 +02:00
parent ee3b733a81
commit c5f2986120
4 changed files with 3561 additions and 22 deletions

View File

@@ -696,7 +696,7 @@ begin
_compile_binary_rhs();
(* Execute the operation. *)
_write_z("slt t0, t0, t1\n\0");
_write_z("slt t0, t1, t0\n\0");
goto .compile_expression_end;