diff options
| author | Miguel <m.i@gmx.at> | 2018-09-02 00:08:42 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-02 00:08:42 +0200 |
| commit | 8e3411139b27a3421e9ac75c13f14f99f6dd3137 (patch) | |
| tree | cf8b53ab02863117c310bde11ee4683e134cf1b2 /asm/read_eip.asm | |
| parent | 0fff2e6dc6fae82da1c7978918a490c25cc36f04 (diff) | |
syscalls
Diffstat (limited to 'asm/read_eip.asm')
| -rw-r--r-- | asm/read_eip.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/asm/read_eip.asm b/asm/read_eip.asm deleted file mode 100644 index 3341943..0000000 --- a/asm/read_eip.asm +++ /dev/null @@ -1,6 +0,0 @@ -; http://www.jamesmolloy.co.uk/tutorial_html/9.-Multitasking.html -[bits 32] -global read_eip -read_eip: - pop eax - jmp eax |
