diff --git a/host/src/test.s b/host/src/test.s index 54fd2cb..43b4300 100644 --- a/host/src/test.s +++ b/host/src/test.s @@ -10,11 +10,13 @@ ;; WIP, do not use. ;.include "dubbel_buffer/raster_irqs.s" + + mainsetup: ;; Note that arithmetic tests may use upp all the memory and the compiler don't complain! ;.include "routines/arithmatic/mult_test.s" -;.include "routines/arithmatic/div_test.s" -.include "routines/arithmatic/div_test_zero.s" +.include "routines/arithmatic/div_test.s" +;.include "routines/arithmatic/div_test_zero.s" ;.include "routines/circle/circle_test.s" ;.include "routines/circle/circle_test_size.s" @@ -44,8 +46,4 @@ JMP exit .include "routines/arithmatic/div.s" .include "lookup_tables.s" - -batch_userprog: -.incbin "../userprog.bin" - .include "END.s"