struc ExtendedFCB ; (FCB functions are obsolete) extSignature db 0ffh ; Extended FCB signature (0ffh) extReserved db 5 dup (0) ; Reserved (0) extAttribute db ? ; Attribute byte FCB ? ; File control block (FCB structure)ends ; = 44d bytes (7 + 37)