Skip to content
View mothcompute's full-sized avatar
Block or Report

Block or report mothcompute

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
mothcompute/README.md
[org 0x7c00]

mov ax, 0x13
int 10h

xor bx, bx
mov di, bx
mov cx, bx
push 0xA000
pop es

l:      mov ch, 0x32
        mov al, [c+bx]
        or al, al
        jz $
        inc bl
        rep stosb
        jmp l

c:      db 11, 13, 15, 13, 11

times 510-($-$$) db 0
dw 0xAA55

Pinned

  1. snezzy snezzy Public

    SNES emulator (or bits of one really)

    C 2

  2. starport-ii-nasm starport-ii-nasm Public

    starport 2. for nasm

    Assembly 1

  3. alchemy-banal alchemy-banal Public

    alchemy deluxe but not deluxe

    C

  4. mcl mcl Public

    A barebones Minecraft launcher

    Shell

  5. stuff stuff Public

    miscellaneous scripts, short programs, and tools that do not deserve an entire repository

    Shell

  6. xmpnx xmpnx Public

    xmp but its not very good and also its on the nintendo switch. i think i have to make the repo gpl3 because of libxmp's depackers

    C