Comments fix

This commit is contained in:
Bobbi Webber-Manners 2021-08-24 14:04:37 -04:00
parent ab8ba0c274
commit 0c41bf0f3a
4 changed files with 8 additions and 9 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
* MISC.S * AUXMEM.MISC.S
******** * (c) Bobbi 2021 GPLv3
* Misc functions and API entry block
* *
* Misc functions and API entry block
* OSBYTE $80 - ADVAL * OSBYTE $80 - ADVAL
************************************ ************************************

View File

@ -1,8 +1,9 @@
* MOSEQU.S * AUXMEM.MOSEQU.S
******************************* * (c) Bobbi 2021 GPLv3
* BBC MOS WORKSPACE LOCATIONS * *
******************************* * Constant definitions for AppleMOS
* BBC MOS WORKSPACE LOCATIONS
* $00-$8F Language workspace * $00-$8F Language workspace
* $90-$9F Network workspace * $90-$9F Network workspace
* $A0-$A7 NMI workspace * $A0-$A7 NMI workspace

View File

@ -1,5 +1,4 @@
* AUXMEM.OSCLI.S * AUXMEM.OSCLI.S
****************
* (c) BOBBI 2021 GPLv3 * (c) BOBBI 2021 GPLv3
* *
* Handle OSCLI system calls * Handle OSCLI system calls
@ -170,7 +169,6 @@ CLIUNKNOWN LDA #$04
LDA #$03 ; FSC 3 = unknown command LDA #$03 ; FSC 3 = unknown command
STARFSC AND #$7F ; A=command, XY=>parameters STARFSC AND #$7F ; A=command, XY=>parameters
STARFSC2 JSR CALLFSCV ; Hand on to filing system STARFSC2 JSR CALLFSCV ; Hand on to filing system
* TO DO: hostfs.s needs to return A=0
TAX TAX
BEQ CLIDONE BEQ CLIDONE
RTS ; *TEMP* RTS ; *TEMP*