diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 01:21:56 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 01:21:56 +0200 |
| commit | 0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (patch) | |
| tree | 68602e52ad69cb433b9bf81e401128ebc738cbad /asm/read_eip.asm | |
| parent | 47d22a238a6c5d60c6abfac724e6ad91885cdd67 (diff) | |
preparing for multitasking
Diffstat (limited to 'asm/read_eip.asm')
| -rw-r--r-- | asm/read_eip.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/read_eip.asm b/asm/read_eip.asm new file mode 100644 index 0000000..3341943 --- /dev/null +++ b/asm/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 |
