Normalized style.
We don't use .ifndef .else .endif
This commit is contained in:
@@ -53,7 +53,14 @@ start:
|
||||
tsx
|
||||
stx SP_save
|
||||
|
||||
.ifndef __ATARIXL__
|
||||
.ifdef __ATARIXL__
|
||||
|
||||
lda #<(__RAM_START__ + __RAM_SIZE__ + __STACKSIZE__)
|
||||
sta sp
|
||||
lda #>(__RAM_START__ + __RAM_SIZE__ + __STACKSIZE__)
|
||||
sta sp+1
|
||||
|
||||
.else
|
||||
|
||||
; Report memory usage
|
||||
|
||||
@@ -72,13 +79,6 @@ start:
|
||||
sta APPMHI+1
|
||||
sta sp+1 ; setup runtime stack part 2
|
||||
|
||||
.else
|
||||
|
||||
lda #<(__RAM_START__ + __RAM_SIZE__ + __STACKSIZE__)
|
||||
sta sp
|
||||
lda #>(__RAM_START__ + __RAM_SIZE__ + __STACKSIZE__)
|
||||
sta sp+1
|
||||
|
||||
.endif
|
||||
|
||||
; Call module constructors
|
||||
|
||||
Reference in New Issue
Block a user