Skip to content
View Linuxperoxo's full-sized avatar
💭
Casado. Muito bem casado. Se alguma catileia mexer cmg eu toro. Amo mha muie 🥺🫶
💭
Casado. Muito bem casado. Se alguma catileia mexer cmg eu toro. Amo mha muie 🥺🫶

Block or report Linuxperoxo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Linuxperoxo/README.txt
.section .text
.align 16
.type .main, @function
.global main
main:
  movq $1, %rax
  movq $1, %rdi
  leaq .str(%rip), %rsi
  movq .str_len(%rip), %rdx
  syscall

  movq $60, %rax
  xorq %rdi, %rdi
  syscall

.section .rodata
.align 16
.type .str, @object
.str:
  .ascii "O--------------------------O\n"
  .ascii "| Hello there! :^)         |\n"
  .ascii "| Im 17 years old          |\n"
  .ascii "| And I Love C/C++ and ASM |\n"
  .asciz "O--------------------------O\n"

.type .str_len, @object
.str_len:
  .quad (. - .str)

.section .note.GNU-stack

Pinned Loading

  1. OpenSaturn OpenSaturn Public

    A Unix Kernel

    Zig 1

  2. AtlasB AtlasB Public

    Bootloader OpenSaturn

    Assembly 1