format ELF64 executable
segment readable writable
name db 'Chinmoy Das', 0
org db 'github.com/wbccpals'
acknowledgements db 'Hobby Developer', 0
location db 'Bankura, Westbengal, India', 0
segment readable executable
entry start
start:
mov rax, 60 ; Sys_exit
xor rdi, rdi ; Exit code 0
syscall
Just another guy interested in computers
-
Xnimbus
- Kolkata
-
11:20
(UTC +05:30) - Xnimbus.com
- in/chinmoysdk445
Pinned Loading
-
wbccpals/nativeWeb
wbccpals/nativeWeb PublicA linux based web server written in assembly .
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.