X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fmain.asm;h=d1d89fb159a71c3a928867094aa499ee9213c4dc;hb=2de2e402e0ad0d0612ff75c473512b10ccda0c7a;hp=73fbc0da59dfce86ab222b4a3efa27974d089631;hpb=66af56e87b98d8a21bc85c426c7475373f899fa2;p=rrq%2Fjonasforth.git diff --git a/src/main.asm b/src/main.asm index 73fbc0d..d1d89fb 100644 --- a/src/main.asm +++ b/src/main.asm @@ -14,7 +14,7 @@ ;; ;; os_terminate ;; Shut down the system, returning the error code given in RAX. -include 'os/uefi.asm' +include 'src/uefi.asm' ;; The code in this macro is placed at the end of each Forth word. When we are ;; executing a definition, this code is what causes execution to resume at the