diff options
Diffstat (limited to 'xxx/read_eip.asm')
| -rw-r--r-- | xxx/read_eip.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xxx/read_eip.asm b/xxx/read_eip.asm new file mode 100644 index 0000000..3341943 --- /dev/null +++ b/xxx/read_eip.asm @@ -0,0 +1,6 @@ +; http://www.jamesmolloy.co.uk/tutorial_html/9.-Multitasking.html +[bits 32] +global read_eip +read_eip: + pop eax + jmp eax |
