restore comment alignment
This commit is contained in:
@@ -75,11 +75,11 @@ start:
|
||||
lda MEMTOP
|
||||
sbc #<__RESERVED_MEMORY__
|
||||
sta APPMHI ; initialize our APPMHI value
|
||||
sta c_sp ; set up runtime stack part 1
|
||||
sta c_sp ; set up runtime stack part 1
|
||||
lda MEMTOP+1
|
||||
sbc #>__RESERVED_MEMORY__
|
||||
sta APPMHI+1
|
||||
sta c_sp+1 ; set up runtime stack part 2
|
||||
sta c_sp+1 ; set up runtime stack part 2
|
||||
|
||||
.endif
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@ freefnd:txa
|
||||
beq l2
|
||||
|
||||
l1: ldy #0
|
||||
lda (c_sp),y ; get device
|
||||
lda (c_sp),y ; get device
|
||||
l2: sta fd_table+ft_dev,x ; set device
|
||||
lda #1
|
||||
sta fd_table+ft_usa,x ; set usage counter
|
||||
|
||||
@@ -69,7 +69,7 @@ loop2: lda (ptr4),y
|
||||
cmp #'a'
|
||||
bcc L1 ; Not lowercase
|
||||
and #$DF ; make upper case char, assume ASCII chars
|
||||
sta (c_sp),y ; store back
|
||||
sta (c_sp),y ; store back
|
||||
L1:
|
||||
iny
|
||||
bpl loop2 ; bpl: this way we only support a max. length of 127
|
||||
@@ -93,7 +93,7 @@ copy_end:
|
||||
jsr subysp ; adjust stack pointer
|
||||
dey
|
||||
cpdev: lda __defdev,y
|
||||
sta (c_sp),y ; insert device name, number and ':'
|
||||
sta (c_sp),y ; insert device name, number and ':'
|
||||
dey
|
||||
bpl cpdev
|
||||
hasdev2:
|
||||
|
||||
Reference in New Issue
Block a user