mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-08-05 08:26:15 +00:00
dirent...
This commit is contained in:
@@ -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
20
p.equ
Normal 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
|
Reference in New Issue
Block a user