Kernel version 0.8 :some progress upgrading external commands

This commit is contained in:
Rémy GIBERT 2016-10-10 08:01:29 +02:00
parent 1bd5a456b8
commit e93a9e3f7c
4 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -386,19 +386,19 @@ LoadFile >PUSHWI 0 Aux type
inc ZPPTR2+1 inc ZPPTR2+1
bra .5 bra .5
.6 lda hMem .6 ldy #FileLen
>SYSCALL SYS.FreeMemA
.7 ldy #FileLen
lda TmpLen lda TmpLen
sta (pData),y sta (pData),y
iny iny
lda TmpLen+1 lda TmpLen+1
sta (pData),y sta (pData),y
jsr .98
clc
rts
.98 pha .98 pha
lda hMem lda hMem
beq .9
>SYSCALL SYS.FreeMemA >SYSCALL SYS.FreeMemA
pla pla
sec sec

View File

@ -77,7 +77,7 @@ In Progress : moving TCPIP to socket API
| MEM | Working | Old dump behavior is now MEMDUMP. New MEM command displays MEMSTAT (Main, Aux & Kernel Memory) | 0.8 | | MEM | Working | Old dump behavior is now MEMDUMP. New MEM command displays MEMSTAT (Main, Aux & Kernel Memory) | 0.8 |
| LSDEV | Working | | 0.8 | | LSDEV | Working | | 0.8 |
| PS | Working | | 0.8 | | PS | Working | | 0.8 |
| MD | Working | | | | MD | Working | | 0.8 |
| RM | Working | switches not yet implemented | | | RM | Working | switches not yet implemented | |
| LS | Working | BUG: `ls dir` does not list dir content (`ls dir/` works) | | | LS | Working | BUG: `ls dir` does not list dir content (`ls dir/` works) | |
| CP | Working| switches not yet implemented | | | CP | Working| switches not yet implemented | |
@ -86,8 +86,8 @@ In Progress : moving TCPIP to socket API
| DNSINFO | Working | dump DNS cache, setup a static DNS entry | | | DNSINFO | Working | dump DNS cache, setup a static DNS entry | |
| IPCONFIG | Working | renamed from NETINFO | 0.8 | | IPCONFIG | Working | renamed from NETINFO | 0.8 |
| NETSTAT | Working | | 0.8 | | NETSTAT | Working | | 0.8 |
| EDIT | Working | still missing : find/replace | | | EDIT | Working | still missing : find/replace | 0.8 |
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E | | | NSCUTIL | Working | Tool for setting time in NSC/DL1216E | 0.8 |
## BIN,External DEV Shell commands: ## BIN,External DEV Shell commands:
| Name | Status | Comment | K.Ver | | Name | Status | Comment | K.Ver |