Skip to content
View las-nish's full-sized avatar
:octocat:
The Programmer from HELL ☣
:octocat:
The Programmer from HELL ☣

Highlights

  • Pro

Organizations

@Plymouth-University @OELanguage @Tvative
Block or Report

Block or report las-nish

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
las-nish/README.md
; I will modify this content after I create and publish my own programming language

section .data                           
    message db "There is nothing for you to see here yet and I will put something on later", 0
    message_length equ $ - message

section .text
    global _start

_start:
    mov rax, 1
    mov rdi, 1
    mov rsi, message
    mov rdx, message_length
    syscall
    
    mov rax, 60
    mov rdi, 0
    syscall

Pinned

  1. NASM-Assembly-Collection NASM-Assembly-Collection Public archive

    NASM 64bit Short Note and sample files

    Assembly 19 4

  2. Gav-ENVIRONMENT Gav-ENVIRONMENT Public archive

    GTK Theme for Gnome 40 / 41

    11