Compile in core/sys32.inc

This commit is contained in:
2023-01-12 21:24:06 +00:00
parent e8f75d1d03
commit 102dad1daf
4 changed files with 53 additions and 19 deletions

View File

@@ -16,10 +16,17 @@ start:
pushfd
btr dword[esp], BSF EFLAGS.ID
popfd
mov ecx, '0'
next_char:
cmp ecx, '9'
jbe @f
mov ecx, '0'
@@:
jmp $
mcall 63, 1, '*'
jmp @b
mcall 63, 1
;jmp $
mcall 5, 10
inc ecx
jmp next_char
exit:
mcall 18, 9, 2
mcall -1