Skip to content
View s-mv's full-sized avatar
💭
Our realities differ.
💭
Our realities differ.

Highlights

  • Pro

Block or report s-mv

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 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
s-mv/README.md

Hello there!

It's smv! Who doesn't know what else to add in here.

Pinned Loading

  1. gcode-plus-plus gcode-plus-plus Public

    gcode++

    C++ 2

  2. smvm smvm Public

    Register-based bytecode VM implementation.

    C 10

  3. smvrt smvrt Public

    The smv RTOS.

    C

  4. black-scholes-visualizer black-scholes-visualizer Public

    JavaScript

  5. brainfudge brainfudge Public

    Badly designed brainfuck interpreter.

    C

  6. nqueens.asm nqueens.asm
    1
    ; build instructions
    2
    ; nasm -g -felf64 nqueens.asm -o nqueens.o
    3
    ; ld nqueens.o -o nqueens
    4
    ; ./nqueens
    5