remove unused stuff from test file.

This commit is contained in:
hugova 2025-08-01 18:23:11 +02:00
parent 063838a118
commit b6a63a6a26

View file

@ -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"