fix errno related underscores in all libsrc/*.s files

This commit is contained in:
mrdudz
2022-08-28 21:52:53 +02:00
parent 5d390489a8
commit 2dabb65ee0
88 changed files with 213 additions and 213 deletions

View File

@@ -5,11 +5,11 @@
;
.export _dio_query_sectcount
.import __oserror
.import ___oserror
_dio_query_sectcount:
lda #0
sta __oserror
sta ___oserror
lda #<683
ldx #>683
rts