mirror of
https://github.com/mist64/msbasic.git
synced 2025-02-19 06:31:26 +00:00
cleanup
This commit is contained in:
parent
a5f2c9ddcc
commit
c60f652a6d
@ -1,4 +1,6 @@
|
||||
; configuration
|
||||
CONFIG_10A := 1
|
||||
|
||||
CONFIG_DATAFLAG := 1
|
||||
CONFIG_NULL := 1
|
||||
CONFIG_PRINT_CR := 1 ; print CR when line end reached
|
||||
|
4
eval.s
4
eval.s
@ -499,6 +499,7 @@ L2DC2:
|
||||
.endif
|
||||
.ifdef CONFIG_CBM1_PATCHES
|
||||
jmp PATCH3
|
||||
.byte $19
|
||||
.endif
|
||||
.ifdef CBM2
|
||||
bit $62
|
||||
@ -509,9 +510,6 @@ L2DC2:
|
||||
.ifndef CONFIG_CBM_ALL
|
||||
jmp LOAD_FAC_FROM_YA
|
||||
.endif
|
||||
.ifdef CBM1
|
||||
.byte $19
|
||||
.endif
|
||||
.ifdef CONFIG_CBM_ALL
|
||||
LCE69:
|
||||
cpy #$49
|
||||
|
4
float.s
4
float.s
@ -1331,11 +1331,11 @@ GETEXP:
|
||||
lda EXPON
|
||||
cmp #MAX_EXPON
|
||||
bcc L3C2C
|
||||
.ifndef CBM1
|
||||
.ifdef CONFIG_10A
|
||||
lda #$64
|
||||
.endif
|
||||
bit EXPSGN
|
||||
.ifndef CBM1
|
||||
.ifdef CONFIG_10A
|
||||
bmi L3C3A
|
||||
.else
|
||||
bmi LDC70
|
||||
|
Loading…
x
Reference in New Issue
Block a user