sy2002 / gbc4mega65

Game Boy and Game Boy Color Core for MEGA65

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QNICE V1.7: Replace redundant routines by SYSCALLs

sy2002 opened this issue · comments

strcpy

QNICE V1.7 comes with a strcpy operating system function, so replace redundant strcpy routines by SYSCALL:

  • dirbrowse.asm has _DIRBR_STRCPY
  • llist_test.asm has _DIRBR_STRCPY

ENTER/LEAVE

QNICE V1.7 comes with ENTER/LEAVE functions so tools.asm can be thinned and the respective calls can be replaced by SYSCALLs