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
********
* Misc functions and API entry block
* AUXMEM.MISC.S
* (c) Bobbi 2021 GPLv3
*
* Misc functions and API entry block
* OSBYTE $80 - ADVAL
************************************

View File

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

View File

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