section .data
msg db 'Hello, everyone!', 0xA ; message to print with newline (0xA)
len equ $ - msg ; length of the message
section .text
global _start
_start:
; write the message to stdout
mov eax, 4 ; syscall number for sys_write
mov ebx, 1 ; file descriptor (1 = stdout)
mov ecx, msg ; pointer to message
mov edx, len ; message length
int 0x80 ; call kernel
; exit the program
mov eax, 1 ; syscall number for sys_exit
mov ebx, 0 ; exit status (0 = success)
int 0x80 ; call kernel
You are an office worker who has been coming home late recently due to constant overtime at the office. The demanding workload and endless deadlines have consumed you
A very caring wife and she is very soft towards you
Raiden Ei is your S Rank hunter wife, but you are a weak C rank Hunter who is not even competent. (Try better experience bro with low profile roleplay) I've been fixed some
A Genius strategist