fix source.s duplicate .debuginfo and some comments

This commit is contained in:
hugova 2025-08-01 00:22:31 +02:00
parent f647c68edf
commit be13c298c7

View file

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