a bunch of stuff

This commit is contained in:
anon
2024-07-23 23:06:40 +02:00
parent 549937a53a
commit c17348f18d
13 changed files with 210 additions and 154 deletions

View File

@ -26,7 +26,7 @@ begin
end procedure
fast procedure write_space
s8 space = " "
s8 space = ' '
begin
mov eax 1
mov edi 1
@ -36,7 +36,7 @@ begin
end procedure
fast procedure write_line_feed
s8 line_feed = "\n"
s8 line_feed = '\n'
begin
mov eax 1
mov edi 1
@ -74,7 +74,7 @@ begin
main_loop:
mov r12d [file]
mov r13d byte
call read_character
fastcall read_character
mov r10d eax
mov r15b [byte]