diff options
Diffstat (limited to 'home/copy.asm')
-rw-r--r-- | home/copy.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/copy.asm b/home/copy.asm index 5f4ea079..c623d335 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -54,7 +54,6 @@ GetFarHalfword:: rst Bankswitch ret - ByteFill:: ; fill bc bytes with the value of a, starting at hl inc b ; we bail the moment b hits 0, so include the last run |