diff options
author | FreeArtMan <dos21h@gmail.com> | 2021-06-22 08:00:52 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2021-06-22 08:00:52 +0100 |
commit | 0529fb42a1de31001bc350da6b8ccb3ff3d84a80 (patch) | |
tree | a1279e426badaaf1a0c186308694c22d3b88beeb /md/writeup/arm64_assembly_hello_world.md | |
parent | 64fe9c50d7c78a1a5b4b0b5d22612a2225c3a3c8 (diff) | |
download | md-content-0529fb42a1de31001bc350da6b8ccb3ff3d84a80.tar.gz md-content-0529fb42a1de31001bc350da6b8ccb3ff3d84a80.zip |
Removing empty lines
Diffstat (limited to 'md/writeup/arm64_assembly_hello_world.md')
-rw-r--r-- | md/writeup/arm64_assembly_hello_world.md | 4 |
1 files changed, 0 insertions, 4 deletions
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 |