mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
wcf4b -> wStringBuffer
This commit is contained in:
parent
236426138b
commit
7ee8a6509e
51 changed files with 112 additions and 114 deletions
|
|
@ -1,9 +1,9 @@
|
|||
; copies a string from [de] to [wcf4b]
|
||||
CopyStringToCF4B::
|
||||
ld hl, wcf4b
|
||||
; copies a string from de to wStringBuffer
|
||||
CopyToStringBuffer::
|
||||
ld hl, wStringBuffer
|
||||
; fall through
|
||||
|
||||
; copies a string from [de] to [hl]
|
||||
; copies a string from de to hl
|
||||
CopyString::
|
||||
ld a, [de]
|
||||
inc de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue