1
0
mirror of https://github.com/Russell-S-Harper/COMMON.git synced 2025-04-22 15:38:11 +00:00

Merge pull request from Russell-S-Harper/development

Correcting typo.
This commit is contained in:
Russell-S-Harper 2018-08-14 10:38:24 -04:00 committed by GitHub
commit 5f8203d049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -422,7 +422,7 @@ _1 LDA _R0,Y ; check for zero argument
ORA _R0+2,Y
ORA _R0+3,Y
BNE _2 ; q is non-zero
JMP_RETZD ; q is zero, return zero
JMP _RETZD ; q is zero, return zero
_2 LDA _R0+3,X ; save sign of register p
AND #%11000000
PHA