Subversion Repositories Kolibri OS

Rev

Rev 75 | Rev 102 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 76
Line 33... Line 33...
33
        dw     0x0000
33
        dw     0x0000
34
        db     0x00
34
        db     0x00
35
        dw     11011111b *256 +10010010b
35
        dw     11011111b *256 +10010010b
36
        db     0x00
36
        db     0x00
Line -... Line 37...
-
 
37
 
-
 
38
; --------------- APM ---------------------
-
 
39
apm_code_32:
-
 
40
        dw     0x10        ; limit 64kb
-
 
41
        db     0, 0, 0
-
 
42
        dw     11011111b *256 +10011010b
-
 
43
        db     0x00
-
 
44
apm_code_16:
-
 
45
        dw     0x10
-
 
46
        db     0, 0, 0
-
 
47
        dw     10011111b *256 +10011010b
-
 
48
        db     0x00
-
 
49
apm_data_16:
-
 
50
        dw     0x10
-
 
51
        db     0, 0, 0
-
 
52
        dw     10011111b *256 +10010010b
-
 
53
        db     0x00
-
 
54
; -----------------------------------------
37
 
55
 
38
app_code_l:
56
app_code_l:
39
      dw ((0x80000000-std_application_base_address) shr 12) and 0xffff
57
      dw ((0x80000000-std_application_base_address) shr 12) and 0xffff
40
      dw 0
58
      dw 0
41
      db 0
59
      db 0