From 153bd1a32441362bc377d3c36fc5f9684d4aa909 Mon Sep 17 00:00:00 2001 From: texhno Date: Wed, 14 Feb 2024 02:31:17 +0000 Subject: [PATCH] Update Utility containers --- Utility-containers.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Utility-containers.md b/Utility-containers.md index aa70ceb..c1d934a 100644 --- a/Utility-containers.md +++ b/Utility-containers.md @@ -2,9 +2,6 @@ (Add a section for each new utility container, as well as documentation) -***Intel or AT&T syntax for asm code?*** -* This is simply a matter of personal preference, as both are translated into the same machine code. - *Decision*: Intel syntax, as it is used both in [AMD][amd64v1] and [Intel][intel64] architecture manuals. (...)