1
0
Fork
You've already forked C-exercise-4
0
C exercise 4, I did this repository because I want to do this better in the future.
  • C 83%
  • CMake 15.7%
  • Assembly 1.3%
2026年04月08日 23:50:42 -04:00
asm chore(project_organization): Organized source files, each in its unique folder 2026年04月08日 23:48:57 -04:00
include chore(project_organization): Organized source files, each in its unique folder 2026年04月08日 23:48:57 -04:00
src chore(project_organization): Organized source files, each in its unique folder 2026年04月08日 23:48:57 -04:00
.clang-format First Commit 2026年04月08日 11:27:55 -04:00
.clangd First Commit 2026年04月08日 11:27:55 -04:00
.gitignore First Commit 2026年04月08日 11:27:55 -04:00
CMakeLists.txt chore(CMakeLists): Organized better the CMakeLists file 2026年04月08日 23:50:42 -04:00
LICENSE chore(LICENSE): Added License 2026年04月08日 23:20:15 -04:00
README.md chore(README): Updated README.md to English and better explanation 2026年04月08日 23:49:52 -04:00

Exercises - Guía 4

I used NASM assembly for fun and to learn more about assembly and low level programming, for that, I specify here the instructions if someone needs to compile this program:

Linux

If you are using debian, ubuntu or derivated, use:

sudo apt install nasm

If you are using Arch based distribution, use:

sudo pacman -S nasm

macOS

For macOS, I didn't test this, but it should install if you do this:

brew install nasm

Soon I will fix the CLion project folder and add to the repository as well as improve the code and comments on the code itself.

PS for teacher: If I write in English, is to practice more the language at the same time of coding, as that will open more doors to my professional future.