From cc2c1fc8a15f999a50ae63e3774dee74196517e0 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Mon, 31 Mar 2025 06:14:09 +0000 Subject: [PATCH] Upload files to "/" --- esercizio_stack.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/esercizio_stack.asm b/esercizio_stack.asm index 95ea03c..f33b9b3 100644 --- a/esercizio_stack.asm +++ b/esercizio_stack.asm @@ -6,6 +6,7 @@ fill_memory: push bc ld hl, 200h ld c, 01h + ld b, 4h ld a, c loop_fill: ld (hl), a