mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 20:28:31 +00:00
[SPCA] ASM ops, basic syntax
This commit is contained in:
2
semester3/spca/code-examples/01_asm/00_operations.s
Normal file
2
semester3/spca/code-examples/01_asm/00_operations.s
Normal file
@@ -0,0 +1,2 @@
|
||||
main:
|
||||
addl 8(%rbp), %eax # Add long
|
||||
@@ -1,2 +0,0 @@
|
||||
main:
|
||||
addl 8(%rbp), %eax // Add long
|
||||
Reference in New Issue
Block a user