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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
It's smv! Who doesn't know what else to add in here.
gcode++
C++ 3
Register-based bytecode VM implementation.
C 10
Badly designed brainfuck interpreter.
C 1
; build instructions
; nasm -g -felf64 nqueens.asm -o nqueens.o
; ld nqueens.o -o nqueens
; ./nqueens
### math.s - a simple calculator in riscv asm ###
# grammar
# program -> stmt
# stmt -> assign | expr
# assign -> 'let' variable '=' expr
There was an error while loading. Please reload this page.