Skip to content
View kuzlik340's full-sized avatar
:shipit:
Relaxing somewhere
:shipit:
Relaxing somewhere

Block or report kuzlik340

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kuzlik340/README.md

Typing SVG

C/C++ software engineer at Nokia. Currently studying at STU university. Embedded coding is my second name :)

; This program does absolutely nothing.

.global _start

_start:
    mov     x0, #42        ; the answer to everything
    mov     x1, x0         ; share wisdom with another register

    mov     x8, #93        ; syscall: exit 
    mov     x0, #0         ; exit code
    svc     #0             ; invoke syscall

Pinned Loading

  1. SonimaOS SonimaOS Public

    Sonima OS - lightweight OS kernel for Raspberry PI 4b

    Assembly 7

  2. stm32-dino-game stm32-dino-game Public

    C 13

  3. NyxPico NyxPico Public

    CMake 2

  4. TrunkPod TrunkPod Public

    TrunkPod - Honeypot Management Toolkit for VLAN segmented networks

    Python 7