This commit is contained in:
Kartik Agaram 2018-09-21 17:38:43 -07:00
parent c18634ac55
commit ef47911ff3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
50/push . . . . . . . . # push EAX
53/push . . . . . . . . # push EBX
# call
e8/call argv_equal/disp32
e8/call argv_equal/disp32
# exit(EAX)
89/copy 3/mod/direct 3/rm32/EBX . . . 0/r32/EAX . . # copy EAX to EBX
b8/copy . . . . . . . 1/imm32 # copy 1 to EAX