Move host source code into "src" directory

This commit is contained in:
John Lorentzson 2025-07-25 12:50:26 +02:00
parent d3b48e99f4
commit 90ca5d6836
46 changed files with 1 additions and 1 deletions

View file

@ -48,7 +48,7 @@ JMP exit
.ifdef EMULATOR_PREVIEW
batch_userprog:
.incbin "userprog.bin"
.incbin "../userprog.bin"
.endif
.include "END.s"