section .data profile_info db "Hi, I'm Reda Ghouzraf", 10 level_info db "A passionate low level developer", 10 languages db "Languages and Tools:", 10 languages_list db "C/C++, Assembly, Bash", 10 section .text global _start _start: mov eax, 4 mov ebx, 1 mov ecx, profile_info mov edx, 22 int 0x80 mov eax, 4 mov ebx, 1 mov ecx, level_info mov edx, 33 int 0x80 mov eax, 4 mov ebx, 1 mov ecx, languages mov edx, 21 int 0x80 mov eax, 4 mov ebx, 1 mov ecx, languages_list mov edx, 21 int 0x80 mov eax, 1 ; Syscall sys_exit -- xor ebx, ebx ; for 0 return int 0x80 ; you can see the output of this code in https://godbolt.org/z/KzWbjWPz7
Pinned Loading
-
raycaster-game-vec2-trigonemtry
raycaster-game-vec2-trigonemtry Publicgame implemented using raycasting
C 3
-
-
-
1,288 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Barameej-Al-Qawaqea/irc-server,
rghouzra/simple-lxcontainer_fs,
rghouzra/BinaryTreeVisualizer
and 13 other
repositories
Loading
Contribution activity
April 2025
Created 4 commits in 1 repository
Created 1 repository
-
rghouzra/rghouzra
This contribution was made on Apr 7