Subversion Repositories Kolibri OS

Rev

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

Rev 1563 Rev 1591
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
2
;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved.
3
;; Copyright (C) KolibriOS team 2004-2010. All rights reserved.
4
;; PROGRAMMING:
4
;; PROGRAMMING:
5
;; Ivan Poddubny
5
;; Ivan Poddubny
6
;; Marat Zakiyanov (Mario79)
6
;; Marat Zakiyanov (Mario79)
7
;; VaStaNi
7
;; VaStaNi
8
;; Trans
8
;; Trans
Line 55... Line 55...
55
;;
55
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
include 'macros.inc'
58
include 'macros.inc'
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
$Revision: 1563 $
60
$Revision: 1591 $
Line 4614... Line 4614...
4614
.3:                             ; bytes per scanline
4614
.3:                             ; bytes per scanline
4615
     mov   eax,[BytesPerScanLine]
4615
     mov   eax,[BytesPerScanLine]
4616
     mov   [esp+32],eax
4616
     mov   [esp+32],eax
4617
     ret
4617
     ret
Line 4618... Line -...
4618
 
-
 
4619
 
-
 
4620
align 4 ; PCI functions
-
 
4621
 
-
 
4622
sys_pci:
-
 
4623
 
-
 
4624
     call  pci_api
-
 
4625
     mov   [esp+36],eax
-
 
4626
     ret
-
 
4627
 
-
 
4628
 
4618
 
Line 4629... Line 4619...
4629
align 4  ;  system functions
4619
align 4  ;  system functions
Line 4630... Line 4620...
4630
 
4620