Skip to content

sandyzikun/asm-trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Your Name
May 7, 2022
18e7e36 · May 7, 2022

History

3 Commits
May 7, 2022
May 7, 2022
May 7, 2022
May 7, 2022
May 5, 2022

Repository files navigation

asm-trail

A Simple Trail on Assembly.

nasm could be Installed via apt.

  1. Compilation

    $ nasm ./init-01.asm -f elf64 [-o ./init-01.o]
  2. Linking

    $ ld -s ./init-01.o -o ./init-01.out
  3. Execution

    $ ./init-01.out
    Holax, sekai!
    39
    Sharing (the World)
    We're Sharing an Endless Love

    (The part in brackets() is User's input.)

About

A Simple Trail on Assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published