From c0dc98a2c9fdf1b39392b54321adaa9064ac3142 Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Thu, 24 Jul 2025 13:20:29 +0200 Subject: [PATCH] Move wip-hugo stuff into "host" (to be sorted) --- {wip-hugo => host}/END.s | 0 {wip-hugo => host}/README.md | 0 {wip-hugo => host}/STARTUP.s | 0 {wip-hugo => host}/build.sh | 0 {wip-hugo => host}/build/new.labels.labels | 0 {wip-hugo => host}/build/program.lbl | 0 {wip-hugo => host}/dubbel_buffer/raster_irqs.s | 0 {wip-hugo => host}/macros/16aritmatic.s | 0 {wip-hugo => host}/macros/timer.s | 0 {wip-hugo => host}/program.lbl | 0 {wip-hugo => host}/retrodebugger_label_build_tool/end_file | 0 .../retrodebugger_label_build_tool/rdb_build_label.sh | 0 {wip-hugo => host}/retrodebugger_label_build_tool/start_file | 0 {wip-hugo => host}/retrodebugger_label_build_tool/temp_file | 0 {wip-hugo => host}/routines/arithmatic/arithmatic.inc | 0 {wip-hugo => host}/routines/arithmatic/div.s | 0 {wip-hugo => host}/routines/arithmatic/div_test.s | 0 {wip-hugo => host}/routines/arithmatic/mult.s | 0 {wip-hugo => host}/routines/arithmatic/mult_test.s | 0 {wip-hugo => host}/routines/circle/circle.inc | 0 {wip-hugo => host}/routines/circle/circle.s | 0 {wip-hugo => host}/routines/circle/circle_test.s | 0 {wip-hugo => host}/routines/circle/circle_test_position.s | 0 {wip-hugo => host}/routines/circle/circle_test_size.s | 0 {wip-hugo => host}/routines/line/line.inc | 0 {wip-hugo => host}/routines/line/line.s | 0 {wip-hugo => host}/routines/line/line_down.s | 0 {wip-hugo => host}/routines/line/line_down_inv.s | 0 {wip-hugo => host}/routines/line/line_test.s | 0 {wip-hugo => host}/routines/line/line_test_extensive.s | 0 {wip-hugo => host}/routines/line/line_up.s | 0 {wip-hugo => host}/routines/line/line_up_inv.s | 0 {wip-hugo => host}/routines/memory/mem.inc | 0 {wip-hugo => host}/routines/memory/memcpy.s | 0 {wip-hugo => host}/routines/memory/memcpy_test.s | 0 {wip-hugo => host}/routines/memory/memset.s | 0 {wip-hugo => host}/routines/memory/memset_alt.s | 0 {wip-hugo => host}/routines/memory/memset_test.s | 0 {wip-hugo => host}/routines/pixel/pixel.inc | 0 {wip-hugo => host}/routines/pixel/pixel_calc.s | 0 {wip-hugo => host}/routines/pixel/pixel_draw.s | 0 {wip-hugo => host}/routines/pixel/pixel_test.s | 0 {wip-hugo => host}/routines/text/char.inc | 0 {wip-hugo => host}/routines/text/char_draw.s | 0 {wip-hugo => host}/routines/text/char_draw_test.s | 0 {wip-hugo => host}/routines/triangle/lower_triangle.s | 0 {wip-hugo => host}/routines/triangle/triangle.inc | 0 {wip-hugo => host}/routines/triangle/triangle.s | 0 {wip-hugo => host}/routines/triangle/triangle_test.s | 0 {wip-hugo => host}/routines/triangle/upper_triangle.s | 0 {wip-hugo => host}/run.sh | 0 {wip-hugo => host}/run_retro_debugger.sh | 0 {wip-hugo => host}/source.s | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename {wip-hugo => host}/END.s (100%) rename {wip-hugo => host}/README.md (100%) rename {wip-hugo => host}/STARTUP.s (100%) rename {wip-hugo => host}/build.sh (100%) rename {wip-hugo => host}/build/new.labels.labels (100%) rename {wip-hugo => host}/build/program.lbl (100%) rename {wip-hugo => host}/dubbel_buffer/raster_irqs.s (100%) rename {wip-hugo => host}/macros/16aritmatic.s (100%) rename {wip-hugo => host}/macros/timer.s (100%) rename {wip-hugo => host}/program.lbl (100%) rename {wip-hugo => host}/retrodebugger_label_build_tool/end_file (100%) rename {wip-hugo => host}/retrodebugger_label_build_tool/rdb_build_label.sh (100%) rename {wip-hugo => host}/retrodebugger_label_build_tool/start_file (100%) rename {wip-hugo => host}/retrodebugger_label_build_tool/temp_file (100%) rename {wip-hugo => host}/routines/arithmatic/arithmatic.inc (100%) rename {wip-hugo => host}/routines/arithmatic/div.s (100%) rename {wip-hugo => host}/routines/arithmatic/div_test.s (100%) rename {wip-hugo => host}/routines/arithmatic/mult.s (100%) rename {wip-hugo => host}/routines/arithmatic/mult_test.s (100%) rename {wip-hugo => host}/routines/circle/circle.inc (100%) rename {wip-hugo => host}/routines/circle/circle.s (100%) rename {wip-hugo => host}/routines/circle/circle_test.s (100%) rename {wip-hugo => host}/routines/circle/circle_test_position.s (100%) rename {wip-hugo => host}/routines/circle/circle_test_size.s (100%) rename {wip-hugo => host}/routines/line/line.inc (100%) rename {wip-hugo => host}/routines/line/line.s (100%) rename {wip-hugo => host}/routines/line/line_down.s (100%) rename {wip-hugo => host}/routines/line/line_down_inv.s (100%) rename {wip-hugo => host}/routines/line/line_test.s (100%) rename {wip-hugo => host}/routines/line/line_test_extensive.s (100%) rename {wip-hugo => host}/routines/line/line_up.s (100%) rename {wip-hugo => host}/routines/line/line_up_inv.s (100%) rename {wip-hugo => host}/routines/memory/mem.inc (100%) rename {wip-hugo => host}/routines/memory/memcpy.s (100%) rename {wip-hugo => host}/routines/memory/memcpy_test.s (100%) rename {wip-hugo => host}/routines/memory/memset.s (100%) rename {wip-hugo => host}/routines/memory/memset_alt.s (100%) rename {wip-hugo => host}/routines/memory/memset_test.s (100%) rename {wip-hugo => host}/routines/pixel/pixel.inc (100%) rename {wip-hugo => host}/routines/pixel/pixel_calc.s (100%) rename {wip-hugo => host}/routines/pixel/pixel_draw.s (100%) rename {wip-hugo => host}/routines/pixel/pixel_test.s (100%) rename {wip-hugo => host}/routines/text/char.inc (100%) rename {wip-hugo => host}/routines/text/char_draw.s (100%) rename {wip-hugo => host}/routines/text/char_draw_test.s (100%) rename {wip-hugo => host}/routines/triangle/lower_triangle.s (100%) rename {wip-hugo => host}/routines/triangle/triangle.inc (100%) rename {wip-hugo => host}/routines/triangle/triangle.s (100%) rename {wip-hugo => host}/routines/triangle/triangle_test.s (100%) rename {wip-hugo => host}/routines/triangle/upper_triangle.s (100%) rename {wip-hugo => host}/run.sh (100%) rename {wip-hugo => host}/run_retro_debugger.sh (100%) rename {wip-hugo => host}/source.s (100%) diff --git a/wip-hugo/END.s b/host/END.s similarity index 100% rename from wip-hugo/END.s rename to host/END.s diff --git a/wip-hugo/README.md b/host/README.md similarity index 100% rename from wip-hugo/README.md rename to host/README.md diff --git a/wip-hugo/STARTUP.s b/host/STARTUP.s similarity index 100% rename from wip-hugo/STARTUP.s rename to host/STARTUP.s diff --git a/wip-hugo/build.sh b/host/build.sh similarity index 100% rename from wip-hugo/build.sh rename to host/build.sh diff --git a/wip-hugo/build/new.labels.labels b/host/build/new.labels.labels similarity index 100% rename from wip-hugo/build/new.labels.labels rename to host/build/new.labels.labels diff --git a/wip-hugo/build/program.lbl b/host/build/program.lbl similarity index 100% rename from wip-hugo/build/program.lbl rename to host/build/program.lbl diff --git a/wip-hugo/dubbel_buffer/raster_irqs.s b/host/dubbel_buffer/raster_irqs.s similarity index 100% rename from wip-hugo/dubbel_buffer/raster_irqs.s rename to host/dubbel_buffer/raster_irqs.s diff --git a/wip-hugo/macros/16aritmatic.s b/host/macros/16aritmatic.s similarity index 100% rename from wip-hugo/macros/16aritmatic.s rename to host/macros/16aritmatic.s diff --git a/wip-hugo/macros/timer.s b/host/macros/timer.s similarity index 100% rename from wip-hugo/macros/timer.s rename to host/macros/timer.s diff --git a/wip-hugo/program.lbl b/host/program.lbl similarity index 100% rename from wip-hugo/program.lbl rename to host/program.lbl diff --git a/wip-hugo/retrodebugger_label_build_tool/end_file b/host/retrodebugger_label_build_tool/end_file similarity index 100% rename from wip-hugo/retrodebugger_label_build_tool/end_file rename to host/retrodebugger_label_build_tool/end_file diff --git a/wip-hugo/retrodebugger_label_build_tool/rdb_build_label.sh b/host/retrodebugger_label_build_tool/rdb_build_label.sh similarity index 100% rename from wip-hugo/retrodebugger_label_build_tool/rdb_build_label.sh rename to host/retrodebugger_label_build_tool/rdb_build_label.sh diff --git a/wip-hugo/retrodebugger_label_build_tool/start_file b/host/retrodebugger_label_build_tool/start_file similarity index 100% rename from wip-hugo/retrodebugger_label_build_tool/start_file rename to host/retrodebugger_label_build_tool/start_file diff --git a/wip-hugo/retrodebugger_label_build_tool/temp_file b/host/retrodebugger_label_build_tool/temp_file similarity index 100% rename from wip-hugo/retrodebugger_label_build_tool/temp_file rename to host/retrodebugger_label_build_tool/temp_file diff --git a/wip-hugo/routines/arithmatic/arithmatic.inc b/host/routines/arithmatic/arithmatic.inc similarity index 100% rename from wip-hugo/routines/arithmatic/arithmatic.inc rename to host/routines/arithmatic/arithmatic.inc diff --git a/wip-hugo/routines/arithmatic/div.s b/host/routines/arithmatic/div.s similarity index 100% rename from wip-hugo/routines/arithmatic/div.s rename to host/routines/arithmatic/div.s diff --git a/wip-hugo/routines/arithmatic/div_test.s b/host/routines/arithmatic/div_test.s similarity index 100% rename from wip-hugo/routines/arithmatic/div_test.s rename to host/routines/arithmatic/div_test.s diff --git a/wip-hugo/routines/arithmatic/mult.s b/host/routines/arithmatic/mult.s similarity index 100% rename from wip-hugo/routines/arithmatic/mult.s rename to host/routines/arithmatic/mult.s diff --git a/wip-hugo/routines/arithmatic/mult_test.s b/host/routines/arithmatic/mult_test.s similarity index 100% rename from wip-hugo/routines/arithmatic/mult_test.s rename to host/routines/arithmatic/mult_test.s diff --git a/wip-hugo/routines/circle/circle.inc b/host/routines/circle/circle.inc similarity index 100% rename from wip-hugo/routines/circle/circle.inc rename to host/routines/circle/circle.inc diff --git a/wip-hugo/routines/circle/circle.s b/host/routines/circle/circle.s similarity index 100% rename from wip-hugo/routines/circle/circle.s rename to host/routines/circle/circle.s diff --git a/wip-hugo/routines/circle/circle_test.s b/host/routines/circle/circle_test.s similarity index 100% rename from wip-hugo/routines/circle/circle_test.s rename to host/routines/circle/circle_test.s diff --git a/wip-hugo/routines/circle/circle_test_position.s b/host/routines/circle/circle_test_position.s similarity index 100% rename from wip-hugo/routines/circle/circle_test_position.s rename to host/routines/circle/circle_test_position.s diff --git a/wip-hugo/routines/circle/circle_test_size.s b/host/routines/circle/circle_test_size.s similarity index 100% rename from wip-hugo/routines/circle/circle_test_size.s rename to host/routines/circle/circle_test_size.s diff --git a/wip-hugo/routines/line/line.inc b/host/routines/line/line.inc similarity index 100% rename from wip-hugo/routines/line/line.inc rename to host/routines/line/line.inc diff --git a/wip-hugo/routines/line/line.s b/host/routines/line/line.s similarity index 100% rename from wip-hugo/routines/line/line.s rename to host/routines/line/line.s diff --git a/wip-hugo/routines/line/line_down.s b/host/routines/line/line_down.s similarity index 100% rename from wip-hugo/routines/line/line_down.s rename to host/routines/line/line_down.s diff --git a/wip-hugo/routines/line/line_down_inv.s b/host/routines/line/line_down_inv.s similarity index 100% rename from wip-hugo/routines/line/line_down_inv.s rename to host/routines/line/line_down_inv.s diff --git a/wip-hugo/routines/line/line_test.s b/host/routines/line/line_test.s similarity index 100% rename from wip-hugo/routines/line/line_test.s rename to host/routines/line/line_test.s diff --git a/wip-hugo/routines/line/line_test_extensive.s b/host/routines/line/line_test_extensive.s similarity index 100% rename from wip-hugo/routines/line/line_test_extensive.s rename to host/routines/line/line_test_extensive.s diff --git a/wip-hugo/routines/line/line_up.s b/host/routines/line/line_up.s similarity index 100% rename from wip-hugo/routines/line/line_up.s rename to host/routines/line/line_up.s diff --git a/wip-hugo/routines/line/line_up_inv.s b/host/routines/line/line_up_inv.s similarity index 100% rename from wip-hugo/routines/line/line_up_inv.s rename to host/routines/line/line_up_inv.s diff --git a/wip-hugo/routines/memory/mem.inc b/host/routines/memory/mem.inc similarity index 100% rename from wip-hugo/routines/memory/mem.inc rename to host/routines/memory/mem.inc diff --git a/wip-hugo/routines/memory/memcpy.s b/host/routines/memory/memcpy.s similarity index 100% rename from wip-hugo/routines/memory/memcpy.s rename to host/routines/memory/memcpy.s diff --git a/wip-hugo/routines/memory/memcpy_test.s b/host/routines/memory/memcpy_test.s similarity index 100% rename from wip-hugo/routines/memory/memcpy_test.s rename to host/routines/memory/memcpy_test.s diff --git a/wip-hugo/routines/memory/memset.s b/host/routines/memory/memset.s similarity index 100% rename from wip-hugo/routines/memory/memset.s rename to host/routines/memory/memset.s diff --git a/wip-hugo/routines/memory/memset_alt.s b/host/routines/memory/memset_alt.s similarity index 100% rename from wip-hugo/routines/memory/memset_alt.s rename to host/routines/memory/memset_alt.s diff --git a/wip-hugo/routines/memory/memset_test.s b/host/routines/memory/memset_test.s similarity index 100% rename from wip-hugo/routines/memory/memset_test.s rename to host/routines/memory/memset_test.s diff --git a/wip-hugo/routines/pixel/pixel.inc b/host/routines/pixel/pixel.inc similarity index 100% rename from wip-hugo/routines/pixel/pixel.inc rename to host/routines/pixel/pixel.inc diff --git a/wip-hugo/routines/pixel/pixel_calc.s b/host/routines/pixel/pixel_calc.s similarity index 100% rename from wip-hugo/routines/pixel/pixel_calc.s rename to host/routines/pixel/pixel_calc.s diff --git a/wip-hugo/routines/pixel/pixel_draw.s b/host/routines/pixel/pixel_draw.s similarity index 100% rename from wip-hugo/routines/pixel/pixel_draw.s rename to host/routines/pixel/pixel_draw.s diff --git a/wip-hugo/routines/pixel/pixel_test.s b/host/routines/pixel/pixel_test.s similarity index 100% rename from wip-hugo/routines/pixel/pixel_test.s rename to host/routines/pixel/pixel_test.s diff --git a/wip-hugo/routines/text/char.inc b/host/routines/text/char.inc similarity index 100% rename from wip-hugo/routines/text/char.inc rename to host/routines/text/char.inc diff --git a/wip-hugo/routines/text/char_draw.s b/host/routines/text/char_draw.s similarity index 100% rename from wip-hugo/routines/text/char_draw.s rename to host/routines/text/char_draw.s diff --git a/wip-hugo/routines/text/char_draw_test.s b/host/routines/text/char_draw_test.s similarity index 100% rename from wip-hugo/routines/text/char_draw_test.s rename to host/routines/text/char_draw_test.s diff --git a/wip-hugo/routines/triangle/lower_triangle.s b/host/routines/triangle/lower_triangle.s similarity index 100% rename from wip-hugo/routines/triangle/lower_triangle.s rename to host/routines/triangle/lower_triangle.s diff --git a/wip-hugo/routines/triangle/triangle.inc b/host/routines/triangle/triangle.inc similarity index 100% rename from wip-hugo/routines/triangle/triangle.inc rename to host/routines/triangle/triangle.inc diff --git a/wip-hugo/routines/triangle/triangle.s b/host/routines/triangle/triangle.s similarity index 100% rename from wip-hugo/routines/triangle/triangle.s rename to host/routines/triangle/triangle.s diff --git a/wip-hugo/routines/triangle/triangle_test.s b/host/routines/triangle/triangle_test.s similarity index 100% rename from wip-hugo/routines/triangle/triangle_test.s rename to host/routines/triangle/triangle_test.s diff --git a/wip-hugo/routines/triangle/upper_triangle.s b/host/routines/triangle/upper_triangle.s similarity index 100% rename from wip-hugo/routines/triangle/upper_triangle.s rename to host/routines/triangle/upper_triangle.s diff --git a/wip-hugo/run.sh b/host/run.sh similarity index 100% rename from wip-hugo/run.sh rename to host/run.sh diff --git a/wip-hugo/run_retro_debugger.sh b/host/run_retro_debugger.sh similarity index 100% rename from wip-hugo/run_retro_debugger.sh rename to host/run_retro_debugger.sh diff --git a/wip-hugo/source.s b/host/source.s similarity index 100% rename from wip-hugo/source.s rename to host/source.s