gb-starter-kit icon indicating copy to clipboard operation
gb-starter-kit copied to clipboard

Improve interrupt handler layout

Open ISSOtm opened this issue 1 year ago • 1 comments

  • [x] Ensure each "stub" is in its own section, without padding
  • [ ] Put the STAT handler "inline", since the other handlers are not used
  • [x] Put the VBlank handler at $150 so that it can be jr'd to (acceptable because of the header right before)
  • [ ] Add "dynamic raster FX" STAT handler

ISSOtm avatar Jan 02 '24 17:01 ISSOtm

See https://gist.github.com/ISSOtm/7a7a082fb2d73b5e7c645e62571b352d for the VBlank handler's skeleton.

ISSOtm avatar Jan 03 '24 10:01 ISSOtm