@@ -1,14 +1,14 @@ bits 32 global kio_posix_fd_write -%include "../arch/x86.lin.32.inc" +%include "../arch/x86.lin.32.s" ; vim: ft=nasm kio_posix_fd_write: - mov lin.reg.0, lin.call.write - mov lin.reg.1, [esp + 4] ; holy god but this took the most - mov lin.reg.2, [esp + 8] ; stupidly long time to fucking - mov lin.reg.3, [esp + 12]; figure out - lin.call + mov sys.reg.0, sys.call.write + mov sys.reg.1, [esp + 4] ; holy god but this took the most + mov sys.reg.2, [esp + 8] ; stupidly long time to fucking + mov sys.reg.3, [esp + 12]; figure out + sys.call ret