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/z80/color.s

      1         .include        "global.s"
      2 
      3         .title  "Colors"
      4         .module colors
      5 
      6         .area   _INITIALIZED
      7 
      8 __current_1bpp_colors::
      9 .fg_colour::
     10         .ds     1
     11 .bg_colour::
     12         .ds     1
     13 
     14         .area   _INITIALIZER
     15 
     16         .db     0x03    ; .fg_colour
     17         .db     0x00    ; .bg_color

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