Factor out string token search

This commit is contained in:
Nero 2019-09-28 12:37:16 +00:00
parent 7f9820bace
commit cc28b42897
3 changed files with 33 additions and 32 deletions

View file

@ -58,6 +58,7 @@ init:
hlt
jmp .halt
%include "string.asm"
%include "config.asm"
kernel_end: