gregorygaines - Overview

View gregorygaines's full-sized avatar

Gregory Gaines gregorygaines

Block or report gregorygaines

Pinned Loading

  1. Rust macro for generating flexible bitfields, useful for low-level code (embedded or emulators).

    Rust 55 6

  2. Gameboy emulator written in native Java, built using maven. The goal was to test my reverse engineering skills, software engineering skills, and to push Java.

    Java 17

  3. A Gameboy emulator that draws using Google Sheets

    HTML 16

  4. My attempt at emulating the PlayStation 2 floating-point implementation that deviates from the IEEE 754 standard.

    Rust 4

  5. Anime OAV (Anime or any other video) is a Chrome extension that automatically translate, transcribes, and generates overlaying subtitles for videos.

    TypeScript 4 1

  6. 1

    type Instruction func(opcode uint32, arm *ARM7TDMI)

    3

    func DecodeARMInstruction(opcode uint32) Instruction {

    5

        case IsBranchAndBranchExchange(opcode):