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

      1 	.include	"global.s"
      2 
      3 	.title	"System clock"
      4 	.module	Clock
      5 
      6         .globl  .sys_time
      7 
      8 	.area	_HOME
      9 
     10 _clock::
     11 	LD	HL,(.sys_time)
     12 	RET

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