From ad208d8f2ea1b293eb1e9b392f975b9d6960b086 Mon Sep 17 00:00:00 2001 From: 0x3bb <0x3bb@3bb.io> Date: Sat, 27 Jul 2024 20:00:00 +0000 Subject: [PATCH] Update 2024-07-27-sys-write-string.md --- 2024-07-27-sys-write-string.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2024-07-27-sys-write-string.md b/2024-07-27-sys-write-string.md index 01cc5bb..244457a 100644 --- a/2024-07-27-sys-write-string.md +++ b/2024-07-27-sys-write-string.md @@ -4,7 +4,6 @@ author: "0x3bb" date: M07-27-2024 --- -## context I'm reading a book on x86-64 NASM. One of the exercises involves printing a string to stdout by leveraging a Linux syscall called `sys_write`, but doesn't mention the reasoning behind the `mov` instructions into the registers or how they're used once you make the syscall.