git.y1.nz

gbdk-2020

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

gbdk-lib/libc/targets/sm83/tim_nested.s

      1         .include        "global.s"
      2 
      3         .globl  .int, .int_0x50
      4         .globl  .add_TIM
      5 
      6         .area   _HEADER_NESTED_TIM (ABS)
      7 
      8         .org    0x50            ; TIM
      9 .int_TIM_nested:
     10         EI
     11         PUSH    AF
     12         PUSH    HL
     13         JP      .process_TIM_callbacks
     14 
     15         .area   _HOME
     16 
     17 .process_TIM_callbacks:
     18         LD      HL, #.int_0x50
     19         JP      .int
     20 
     21 _add_low_priority_TIM::
     22          JP      .add_TIM

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