Add small minute changes

This commit is contained in:
hugova 2025-05-02 21:51:49 +02:00
parent a5044d6e4c
commit 830c4d135d
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,7 @@
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*- ;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
.proc line; X_pos =< X_end skall alltid gälla .proc line; user-procedure :clobbers (A X Y) :clobbers-arguments 4
;X_pos =< X_end skall alltid gälla
.include "line.inc" .include "line.inc"
;;dx ;;dx
SEC SEC

View file

@ -3,8 +3,8 @@ killall x64sc
#Note that program start at $080D #Note that program start at $080D
cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l file.list source.s \ cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l file.list source.s \
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 file.prg </dev/null &>/dev/null & #&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 file.prg </dev/null &>/dev/null &
sleep 2 sleep 2
rm source.o rm source.o
rm file.prg #rm file.prg

View file

@ -6,9 +6,10 @@
.include "routines/memory/mem.inc" .include "routines/memory/mem.inc"
;;Code to run ;;Code to run
.include "STARTUP.s" .include "STARTUP.s"
;.include "routines/line/line_test.s" .include "dubbel_buffer/raster_irqs.s"
.include "routines/line/line_test.s"
;.include "routines/memory/memcpy_test.s" ;.include "routines/memory/memcpy_test.s"
.include "routines/triangle/triangle_test.s" ;.include "routines/triangle/triangle_test.s"
exit: exit:
JMP exit JMP exit
.include "routines/line/line.s" .include "routines/line/line.s"