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

      1         .include        "global.s"
      2 
      3         .globl  .int, .add_int, .remove_int
      4 
      5         .area   _HOME
      6 
      7 .add_TIM::
      8         LD      HL,#.int_0x50
      9         JP      .add_int
     10 
     11 _remove_TIM::
     12 .remove_TIM::
     13         LD      HL,#.int_0x50
     14         JP      .remove_int
     15 
     16         .area   _DATA
     17 
     18 .int_0x50::
     19         .blkw   0x05

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