diff --git a/host/source.s b/host/source.s index 50a9093..d545d0b 100644 --- a/host/source.s +++ b/host/source.s @@ -38,4 +38,8 @@ JMP exit .include "routines/memory/memcpy.s" .include "routines/arithmatic/mult.s" .include "routines/arithmatic/div.s" + +batch_userprog: +.incbin "userprog.bin", 0, 1024 + .include "END.s"