summaryrefslogtreecommitdiff
path: root/asm/read_eip.asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm/read_eip.asm')
-rw-r--r--asm/read_eip.asm6
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