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.s

      1         .include        "global.s"
      2 
      3         .globl  .int, .int_0x50
      4         .globl  .add_TIM
      5 
      6         .area   _HEADER_TIM (ABS)
      7 
      8         .org    0x50            ; TIM
      9 .int_TIM:
     10         PUSH    AF
     11         PUSH    HL
     12         LD      HL,#.int_0x50
     13         JP      .int
     14 
     15         .area   _HOME
     16 
     17 _add_TIM::
     18         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.