Skip to content
View Akhil841's full-sized avatar

Block or report Akhil841

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

Pinned Loading

  1. jasmine jasmine Public

    Game Boy emulator written in C++

    C++

  2. nee nee Public

    NEE (Numerical Expression Evaluator) evaluates any numerical expression that complies with its context-free grammar.

    C++

  3. penumbra penumbra Public

    C++ unit testing framework

    C++

  4. scale-cpp scale-cpp Public

    SCALE (Simple Compression Algorithm that's Lossless and somewhat Efficient) is a program that uses Huffman Coding to encrypt and decrypt files.

    C++

  5. Game Boy BIOS dissassembly Game Boy BIOS dissassembly
    1
    ; Game Boy BIOS, disassembled by Akhil841
    2
    ; 8/10/2022
    3
    
                  
    4
    ld sp, 0xFFFE        ; 0x00: set stack pointer to 0xFFFE
    5
    xor a                ; 0x03: set register a to 0
  6. cse-131-egg-eater cse-131-egg-eater Public

    my egg eater

    Rust