remove unused stuff from test file.
This commit is contained in:
parent
063838a118
commit
b6a63a6a26
1 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue