From 0529fb42a1de31001bc350da6b8ccb3ff3d84a80 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 22 Jun 2021 08:00:52 +0100 Subject: Removing empty lines --- md/writeup/arm64_assembly_hello_world.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'md') diff --git a/md/writeup/arm64_assembly_hello_world.md b/md/writeup/arm64_assembly_hello_world.md index f3bc452..118e7b6 100644 --- a/md/writeup/arm64_assembly_hello_world.md +++ b/md/writeup/arm64_assembly_hello_world.md @@ -34,7 +34,6 @@ Architecture shown as aarch64 enoughs to indicate that os ir 64bit Linux raspberrypi 5.4.42-v8+ #1319 SMP PREEMPT Wed May 20 14:18:56 BST 2020 aarch64 GNU/Linux ``` - ```asm .data @@ -71,11 +70,8 @@ should work perfectly fine. gcc hello.o -o hello ``` - - ## Apple M1 - ```asm .global _start // Provide program starting address to linker .align 2 // Make sure everything is aligned properly -- cgit v1.2.3