Upload files to "/"
This commit is contained in:
parent
821e55cbab
commit
cc2c1fc8a1
|
@ -6,6 +6,7 @@ fill_memory:
|
||||||
push bc
|
push bc
|
||||||
ld hl, 200h
|
ld hl, 200h
|
||||||
ld c, 01h
|
ld c, 01h
|
||||||
|
ld b, 4h
|
||||||
ld a, c
|
ld a, c
|
||||||
loop_fill:
|
loop_fill:
|
||||||
ld (hl), a
|
ld (hl), a
|
||||||
|
|
Loading…
Reference in New Issue