From 36c8d5238887d7acb09040adfaf51aef4f89f637 Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Thu, 24 Jul 2025 15:28:29 +0200 Subject: [PATCH] Add origin address to host program --- host/source.s | 1 + 1 file changed, 1 insertion(+) diff --git a/host/source.s b/host/source.s index b949b61..50a9093 100644 --- a/host/source.s +++ b/host/source.s @@ -3,6 +3,7 @@ ;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*- .debuginfo + ; Generate debug info +.org $080D ;;Macros .include "macros/16aritmatic.s" ;;inc files