Style changes.

This commit is contained in:
Greg King
2015-10-02 10:50:22 -04:00
committed by Oliver Schmidt
parent 203200e259
commit b5d939c858
23 changed files with 142 additions and 159 deletions

View File

@@ -2,17 +2,15 @@
; clock_t clock (void);
;
.include "pce.inc"
.include "extzp.inc"
.export _clock
.constructor initclock, 24
.forceimport ticktock
.importzp sreg
.constructor initclock
.include "extzp.inc"
.proc _clock
lda tickcount+3
sta sreg+1
lda tickcount+2
@@ -20,7 +18,6 @@
ldx tickcount+1
lda tickcount
rts
.endproc
.segment "ONCE"