dirent...

This commit is contained in:
Kelvin Sherlock 2015-08-14 15:51:22 -04:00
parent e6aff91699
commit 7c93388281
3 changed files with 21 additions and 1 deletions

View File

@ -8,6 +8,7 @@
include 'M16.Debug'
include 'records.equ'
include 'p.equ'
;
; dirent_entry 0 is a special case.

20
p.equ Normal file
View File

@ -0,0 +1,20 @@
; with p
; rep #(m|x|c)
; endwith
p record 0
;nvmxdizc
n equ $80
v equ $40
m equ $20
x equ $10
d equ $08
i equ $04
z equ $02
c equ $01
mx equ $30
endr

View File

@ -9,7 +9,6 @@ stubs proc
export flush
export format
export get_dev_num
export get_dir_entry
export get_eof
export get_mark
export judge_name