From 0c81162553691b60922b25da48c965dafc5e9daa Mon Sep 17 00:00:00 2001 From: janis Date: Fri, 5 Jun 2026 02:46:58 +0200 Subject: [PATCH] move hex1 to its own stage --- stages/{hex0 => hex1}/helloworld.h1 | 0 stages/{hex0 => hex1}/hex1.asm | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename stages/{hex0 => hex1}/helloworld.h1 (100%) rename stages/{hex0 => hex1}/hex1.asm (100%) diff --git a/stages/hex0/helloworld.h1 b/stages/hex1/helloworld.h1 similarity index 100% rename from stages/hex0/helloworld.h1 rename to stages/hex1/helloworld.h1 diff --git a/stages/hex0/hex1.asm b/stages/hex1/hex1.asm similarity index 100% rename from stages/hex0/hex1.asm rename to stages/hex1/hex1.asm