OpenCores
URL https://opencores.org/ocsvn/rtf65002/rtf65002/trunk

Subversion Repositories rtf65002

[/] [rtf65002/] [trunk/] [software/] [asm/] [null.asm] - Blame information for rev 40

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 40 robfinch
 
2
; ============================================================================
3
;        __
4
;   \\__/ o\    (C) 2013, 2014  Robert Finch, Stratford
5
;    \  __ /    All rights reserved.
6
;     \/_//     robfinch@opencores.org
7
;       ||
8
;
9
;
10
; This source file is free software: you can redistribute it and/or modify
11
; it under the terms of the GNU Lesser General Public License as published
12
; by the Free Software Foundation, either version 3 of the License, or
13
; (at your option) any later version.
14
;
15
; This source file is distributed in the hope that it will be useful,
16
; but WITHOUT ANY WARRANTY; without even the implied warranty of
17
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
; GNU General Public License for more details.
19
;
20
; You should have received a copy of the GNU General Public License
21
; along with this program.  If not, see .
22
;
23
; keyboard.asm
24
; ============================================================================
25
;
26
;------------------------------------------------------------------------------
27
;------------------------------------------------------------------------------
28
;
29
public NullDCB:
30
        align   4
31
        db      "NULL        "  ; name
32
        dw      4       ; number of chars in name
33
        dw      0        ; type
34
        dw      1       ; nBPB
35
        dw      0        ; last erc
36
        dw      0        ; nBlocks
37
        dw      NullCmdProc
38
        dw      NullInit
39
        dw      NullStat
40
        dw      255     ; reentrancy count (1 to 255 are valid)
41
        dw      0        ; single user
42
        dw      0        ; hJob
43
        dw      0        ; OSD1
44
        dw      0        ; OSD2
45
        dw      0        ; OSD3
46
        dw      0        ; OSD4
47
        dw      0        ; OSD5
48
        dw      0        ; OSD6
49
 
50
NullCmdProc:
51
        rts
52
 
53
NullInit:
54
        rts
55
 
56
NullStat:
57
        rts

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.