mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 01:58:24 +00:00
[SPCA] Format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
max:
|
||||
cmpl %esi, %edi // Set condition flags
|
||||
jle .IF // Conditional jump if %edi <= %esi
|
||||
movl %edi, %edx // %edi -> return register
|
||||
cmpl %esi, %edi # Set condition flags
|
||||
jle .IF # Conditional jump if %edi <= %esi
|
||||
movl %edi, %edx # %edi -> return register
|
||||
jmp .ELSE
|
||||
.IF:
|
||||
movl %esi, %edx // &esi -> return register
|
||||
movl %esi, %edx # &esi -> return register
|
||||
.ELSE:
|
||||
ret
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user