diff --git a/docs/index.html b/docs/index.html index 037dda4..7baf405 100644 --- a/docs/index.html +++ b/docs/index.html @@ -178,7 +178,7 @@ segment .text global main -extern ExitProcess +extern exit extern printf @@ -190,8 +190,8 @@ lea rcx, [msg] call printf - xor rax, rax - call ExitProcess + xor ecx, ecx + call exit ~~~~~~~~~~~~~~~~~~~~~~~~~~~ You might be asking, "what on earth am I typing here?" at this point. We'll go