Jump to content

User:Alon Alush

This user is a recent changes patroller.
From Wikipedia, the free encyclopedia
This user is a Jewish atheist.
section .data
    msg db 'Hi there! I love assembly language', 0

section .text
    global _start

_start:
    ; Print the message
    mov eax, 4        ; syscall number for sys_write
    mov ebx, 1        ; file descriptor (stdout)
    mov ecx, msg      ; pointer to the message
    mov edx, 32       ; message length
    int 0x80          ; call kernel

    ; Exit program
    mov eax, 1        ; syscall number for sys_exit
    xor ebx, ebx      ; exit status 0
    int 0x80          ; call kernel

Pages I've created:

[edit]
This editor uses AutoWikiBrowser to automate tedious repetitive tasks.
This user HATES Vandalism and will destroy it in sight.
This user has extended confirmed rights on the English Wikipedia. (verify)

MThis user enjoys their steak Medium.
This user hopes we can Save the Amazon Rainforest.
H2OThis user drinks water regularly.
Wikipedia LogoThis user is Wikipedia Addicted
This user is an avid blogger.


This user has a 4G connection in their area.
This user believes that one should never stop feeding one's brain.
This user is interested in
science.
!This user is a naturalist, who believes that only natural laws and forces operate in the universe.
This user believes science, practiced through the scientific method, is the
most reliable way of determining the
nature of reality.