Build raw function

This commit is contained in:
Rafał Grodziński
2025-07-13 15:06:52 +09:00
parent 26c566f4f6
commit 228dd80423
4 changed files with 35 additions and 20 deletions

View File

@@ -25,8 +25,10 @@ i u32 <- 0, rep text[i] != 0:
;*/
rawAdd raw
mov eax, 5
mov ebx, 42
//push rbx
mov ebx, 5
//pop rbx
mov eax, 42
add eax, ebx
;