summaryrefslogtreecommitdiff
path: root/Source/Applications/ASMApps/syscalls.asm
blob: cdd5cc6ef45bcf3ccb5fbd3f81d4bd8ddd12b018 (plain) (blame)
1
2
3
4
5
6
7
[bits 32]

dd 0xFEEDBEEF		; magic number ^^
dd end - start

%define SC_PUTCH 0xFFFFFF01
%define SC_SLEEP 0xFFFFFF02