From 74f589b98db1a66a8c4c4e41ee6a07be5abe5f14 Mon Sep 17 00:00:00 2001 From: hugova Date: Fri, 11 Jul 2025 16:20:33 +0200 Subject: [PATCH] added code comments to loader.s --- wip-hugo/testing.s | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wip-hugo/testing.s diff --git a/wip-hugo/testing.s b/wip-hugo/testing.s new file mode 100644 index 0000000..2a4b504 --- /dev/null +++ b/wip-hugo/testing.s @@ -0,0 +1,4 @@ +start: +STX $d020 +INX +JMP start