mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 00:55:05 +01:00
so yeah that was a bunch of code
This commit is contained in:
parent
3a282ffb89
commit
ebe01c7521
17 changed files with 590 additions and 106 deletions
14
notes.md
14
notes.md
|
|
@ -53,17 +53,3 @@ def main() {
|
|||
ret 0
|
||||
}
|
||||
```
|
||||
|
||||
```x86asm
|
||||
sub rbp, 4 ; a
|
||||
sub rbp, 4 ; %1
|
||||
mov rbx, 3
|
||||
mul rbx, 4
|
||||
mov dword ptr [rbp], rbx
|
||||
sub rbp, 4 ; %2
|
||||
mov rbx, 1
|
||||
add rbx, dword ptr [rbp + 4]
|
||||
mov dword ptr [rbp + 8], dword ptr [rbp]
|
||||
xor rax, rax
|
||||
ret
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue