From 1b638a6a3f38877595bc67a5dc59d2bc0e66bef2 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 8 Feb 2023 21:56:31 -0800 Subject: [PATCH] Added comment to determine file type --- arm32-hello-world/main.s | 1 + 1 file changed, 1 insertion(+) diff --git a/arm32-hello-world/main.s b/arm32-hello-world/main.s index 7bbe84f..06cd480 100644 --- a/arm32-hello-world/main.s +++ b/arm32-hello-world/main.s @@ -1,3 +1,4 @@ +@ armv7 .data msg: .asciz "Hello World!\n"