gregorygaines - Overview
Pinned Loading
-
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
-
A Gameboy emulator that draws using Google Sheets
HTML 16
-
My attempt at emulating the PlayStation 2 floating-point implementation that deviates from the IEEE 754 standard.
Rust 4
-
1
type Instruction func(opcode uint32, arm *ARM7TDMI)
3
func DecodeARMInstruction(opcode uint32) Instruction {
5
case IsBranchAndBranchExchange(opcode):