fix source.s duplicate .debuginfo and some comments
This commit is contained in:
parent
f647c68edf
commit
be13c298c7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
;; Neded when vice wants to import labels (for debuging)
|
||||
.debuginfo +
|
||||
|
||||
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
||||
.debuginfo + ; Generate debug info
|
||||
.org $080D
|
||||
|
@ -15,8 +12,11 @@
|
|||
.include "mainloop.s"
|
||||
.include "loader.s"
|
||||
|
||||
;; Note that arithmatic tests may use upp all the memory and the compiler dont complain!
|
||||
;.include "routines/arithmatic/mult_test.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"
|
||||
;.include "routines/circle/circle_test_position.s"
|
||||
|
|
Loading…
Add table
Reference in a new issue