diff options
Diffstat (limited to 'asm.h')
-rw-r--r-- | asm.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +// +// macros to create x86 segments from assembler +// from JOS +// + #define SEG_NULL \ .word 0, 0; \ .byte 0, 0, 0, 0 |