Skip to content
View IJ4L's full-sized avatar
speedster
speedster
  • Makassar

Highlights

  • Pro

Block or report IJ4L

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
IJ4L/README.md
section .data
    hello db 'hallo semuanya',0

section .text
    global _start

_start:
    ; Write the text to stdout
    mov ebx, 1        ; file descriptor 1 (stdout)
    mov ecx, hello    ; pointer to the message
    int 0x80          ; invoke syscall

; Exit the program
    xor ebx, ebx      ; exit status
    int 0x80          ; invoke syscall

Pinned Loading

  1. rentapp rentapp Public

    shop realtime chat feature

    Dart 1

  2. go-graph go-graph Public

    graphql

    Go

  3. go-mongo go-mongo Public

    mongodb

    Go

  4. heropos heropos Public

    connect to bluetooth print

    Dart