Fixed first letter of comments (should be upper case).

This commit is contained in:
IrgendwerA8
2018-05-25 16:10:16 +02:00
parent 71420223bc
commit ba5b580368
3 changed files with 14 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
.export negax
.export _abs
_abs: cpx #$00 ; test hi byte
bpl L1 ; don't touch if positive
_abs: cpx #$00 ; Test hi byte
bpl L1 ; Don't touch if positive
negax: clc
eor #$FF
adc #1