summaryrefslogblamecommitdiff
path: root/src/stem/task_.asm
blob: ae45c6872c5446b5dba176296aa5bcf77e666a31 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                     
[GLOBAL read_eip]
read_eip:
	pop eax
	jmp eax

[GLOBAL task_idle]
task_idle:
	sti
	hlt
	jmp task_idle