git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/examples/gb/crash/crash.c

      1 #include <gb/crash_handler.h>
      2 
      3 typedef void (*somefunc_t)(void);
      4 
      5 void main(void) {
      6     ((somefunc_t)0x3000)(); // call something in the middle of nowhere
      7 }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.