Delete esercizio_stack.asm
This commit is contained in:
parent
3ffe243347
commit
4b4283b025
|
@ -1,17 +0,0 @@
|
||||||
fill_memory:
|
|
||||||
push hl
|
|
||||||
push bc
|
|
||||||
ld hl, 200h
|
|
||||||
ld c, 01h
|
|
||||||
ld a, c
|
|
||||||
loop_fill:
|
|
||||||
ld (hl), a
|
|
||||||
inc hl
|
|
||||||
inc a
|
|
||||||
dec b
|
|
||||||
jr nz, loop_fill
|
|
||||||
pop bc
|
|
||||||
pop hl
|
|
||||||
finish:
|
|
||||||
halt
|
|
||||||
end
|
|
Loading…
Reference in New Issue