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
bra .5
.6 lda hMem
>SYSCALL SYS.FreeMemA
.7 ldy #FileLen
.6 ldy #FileLen
lda TmpLen
sta (pData),y
iny
lda TmpLen+1
sta (pData),y
jsr .98
clc
rts
.98 pha
lda hMem
beq .9
>SYSCALL SYS.FreeMemA
pla
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 |
| LSDEV | Working | | 0.8 |
| PS | Working | | 0.8 |
| MD | Working | | |
| MD | Working | | 0.8 |
| RM | Working | switches not yet implemented | |
| LS | Working | BUG: `ls dir` does not list dir content (`ls dir/` works) | |
| 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 | |
| IPCONFIG | Working | renamed from NETINFO | 0.8 |
| NETSTAT | Working | | 0.8 |
| EDIT | Working | still missing : find/replace | |
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E | |
| EDIT | Working | still missing : find/replace | 0.8 |
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E | 0.8 |
## BIN,External DEV Shell commands:
| Name | Status | Comment | K.Ver |