Build raw function
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user