Open tuckerpo opened 4 years ago
C++ compilers mangle the piss out of symbols so you need to just through some hoops to bind to JS. Figure out how.
This is specifically relevant for the load_rom routine which dumps a rom into Chip8's memory and begins executing it. Pretty important.
C++ compilers mangle the piss out of symbols so you need to just through some hoops to bind to JS. Figure out how.