6 lines
86 B
C
6 lines
86 B
C
#pragma once
|
|
|
|
#define SYS_WRITE 0x001
|
|
#define SYS_BRK 0x002
|
|
#define SYS_DEBUG 0x3FF
|