Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
/ i-need-coffee Public archive

Small project to get acquainted with the intel X86 assembly language.

License

Notifications You must be signed in to change notification settings

GuillaumeMCK/i-need-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i-need-coffee

Small project to get acquainted with the intel X86 assembly language. i-need-coffee

How to build

$ nasm -f elf32 makeCoffees.asm # Compile the assembly code
$ ld -m elf_i386 -s -o makeCoffees makeCoffees.o # Link the object file

How to run

$ chmod +x makeCoffees # Make the executable file executable
$ ./makeCoffees # Run the executable file

About

Small project to get acquainted with the intel X86 assembly language.

Topics

Resources

License

Stars

Watchers

Forks