Skip to content

Instantly share code, notes, and snippets.

@adachristine
Last active March 23, 2022 02:07
Show Gist options
  • Save adachristine/98941e6c02e947871880751bfabb6df2 to your computer and use it in GitHub Desktop.
Save adachristine/98941e6c02e947871880751bfabb6df2 to your computer and use it in GitHub Desktop.
102c9c: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi
102ca0: 83 ec 0c sub $0xc,%esp
102ca3: 68 c4 00 00 00 push $0xc4
102ca8: e8 03 f1 ff ff call 101db0 <PutChar>
102cad: 89 f0 mov %esi,%eax
102caf: 83 c4 10 add $0x10,%esp
102cb2: 2c 01 sub $0x1,%al
102cb4: 89 c6 mov %eax,%esi
102cb6: 75 e8 jne 102ca0 <kmain+0xe0>
1023c2: c6 45 f7 01 movb $0x1,-0x9(%ebp)
1023c6: eb 1a jmp 1023e2 <kmain+0x113>
1023c8: 83 ec 0c sub $0xc,%esp
1023cb: 68 c4 00 00 00 push $0xc4
1023d0: e8 10 f0 ff ff call 1013e5 <PutChar>
1023d5: 83 c4 10 add $0x10,%esp
1023d8: 0f b6 45 f7 movzbl -0x9(%ebp),%eax
1023dc: 83 c0 01 add $0x1,%eax
1023df: 88 45 f7 mov %al,-0x9(%ebp)
1023e2: 80 7d f7 4e cmpb $0x4e,-0x9(%ebp)
1023e6: 76 e0 jbe 1023c8 <kmain+0xf9>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment