diff options
Diffstat (limited to '')
| -rw-r--r-- | src/kdata.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index eece708..83ed162 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -56,7 +56,6 @@ wFsPath:: DS 40 ; kernel-side copy of a path argument wFsSlashPtr::DS 2 ; last '/' seen while splitting a path wListDir:: DS 1 ; directory sys_list enumerates wKChar:: DS 1 ; scratch for KPutc -wConInSkip:: DS 1 ; console input: mid-SLIP-frame? (skip net packets) wSleepTarget::DS 1 ; sys_sleep: target in 1/64-second units wSleepAcc:: DS 2 ; sys_sleep: accumulated DIV ticks wSleepLastDiv::DS 1 ; sys_sleep: previous DIV reading |
