Skip to content

Commit

Permalink
[BASIC] correct value of π constant (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjreed authored Feb 6, 2025
1 parent 107ba7f commit 92bbf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/code9.s
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pival .byt $82
.byt $49
.byt $0f
.byt $da
.byt $a1
.byt $a2
qdot cmp #'.'
beq eval1
cmp #minutk
Expand Down

0 comments on commit 92bbf07

Please sign in to comment.