Subversion Repositories Kolibri OS

Rev

Rev 7136 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7136 Rev 8175
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 7136 $
8
$Revision: 8175 $
9
 
9
 
10
struc VBE_VGAInfo {
10
struc VBE_VGAInfo {
11
  .VESASignature          dd ?    ; char
11
  .VESASignature          dd ?    ; char
Line 479... Line 479...
479
.loops:
479
.loops:
480
        cmp     ax, word [es:si]
480
        cmp     ax, word [es:si]
481
        jne     .next
481
        jne     .next
482
        cmp     bx, word [es:si+2]
482
        cmp     bx, word [es:si+2]
483
        jne     .next
483
        jne     .next
-
 
484
        jcxz    @f
484
        cmp     cx, word [es:si+8]
485
        cmp     cx, word [es:si+8]
485
        jne     .next
486
        jne     .next
-
 
487
@@:
486
        xor     ax, ax
488
        xor     ax, ax
487
        ret
489
        ret
488
.next:
490
.next:
489
        add     si, size_of_step
491
        add     si, size_of_step
490
        cmp     word [es:si], -1
492
        cmp     word [es:si], -1