Skip to content

Add Hello World program in assembly (MacOS and Linux)#27

Open
mlalic2358 wants to merge 1 commit intoR4356th:mainfrom
mlalic2358:add_helloworld_in_assembler
Open

Add Hello World program in assembly (MacOS and Linux)#27
mlalic2358 wants to merge 1 commit intoR4356th:mainfrom
mlalic2358:add_helloworld_in_assembler

Conversation

@mlalic2358
Copy link

@mlalic2358 mlalic2358 commented Mar 19, 2026

Description

This PR adds a "Hello World" implementation in assembly (for MacOS and Linux). Assembly is a low-level programming language where each instruction maps directly to a CPU instruction, requiring you to manually manage registers and memory with no abstractions.

Changes

  • Added hello_world.s containing the program for MacOS platform
  • Added hello_world.asm containing the program for Linux platform

Related to #8 (Adding new languages to the collection).

@R4356th R4356th self-requested a review March 20, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant