Subversion Repositories Kolibri OS

Rev

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

Rev 525 Rev 541
Line 1... Line 1...
1
$Revision: 525 $
1
$Revision: 541 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 616... Line 616...
616
@@:
616
@@:
617
           mov edi, [symbols]
617
           mov edi, [symbols]
618
           mov [edi+CSYM.Value], eax
618
           mov [edi+CSYM.Value], eax
619
           jmp .next
619
           jmp .next
620
.internal:
620
.internal:
-
 
621
           cmp bx, -1
-
 
622
           je .next
-
 
623
           cmp bx, -2
-
 
624
           je .next
-
 
625
 
621
           dec ebx
626
           dec ebx
622
           shl ebx, 3
627
           shl ebx, 3
623
           lea ebx, [ebx+ebx*4]
628
           lea ebx, [ebx+ebx*4]
624
           add ebx, [sec]
629
           add ebx, [sec]