Change of starting condition for potential testing purposes of another person
This commit is contained in:
parent
a617d91183
commit
de2d597612
2 changed files with 9 additions and 9 deletions
|
@ -92,4 +92,4 @@ end__:
|
||||||
ORA (>btp_mem_pos, X)
|
ORA (>btp_mem_pos, X)
|
||||||
STA (>btp_mem_pos, X)
|
STA (>btp_mem_pos, X)
|
||||||
RTS
|
RTS
|
||||||
.endproc
|
.endproc
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
.include "macros/timer.s"
|
.include "macros/timer.s"
|
||||||
|
|
||||||
.include "STARTUP.s"
|
.include "STARTUP.s"
|
||||||
.include "routines/line/line_test.s"
|
.include "routines/line/line_test_time.s"
|
||||||
|
|
||||||
;;This is used by .s files to terminate nicely without reading includes at the end!
|
;;This is used by .s files to terminate nicely without reading includes at the end!
|
||||||
exit:
|
exit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue