Subversion Repositories Kolibri OS

Rev

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

Rev 529 Rev 604
Line 30... Line 30...
30
 
30
 
31
  mov   eax,37       ; ª ª¨¥ ­ ¦ âë ª¯®¯ª¨?
31
  mov	eax,37	     ; ª ª¨¥ ­ ¦ âë ª¯®¯ª¨?
32
  mov   ebx,2
32
  mov	ebx,2
Line 33... Line 33...
33
  mcall
33
  mcall
34
 
34
 
Line 35... Line 35...
35
  cmp   eax,2        ; ¥á«¨ ­¥ ¯à ¢ ï, ¢®§¢à â
35
  cmp	eax,ebx        ; ¥á«¨ ­¥ ¯à ¢ ï, ¢®§¢à â
Line 36... Line 36...
36
  jne   still
36
  jne	still
Line 101... Line 101...
101
 
101
 
102
@@:             ; ¯®¤®¦¤ñ¬, ¯®ª  ¯®«ì§®¢ â¥«ì ­¥ ®â¯ãá⨫ ¯à ¢ãî ª­®¯ªã ¬ëè¨
102
@@:		; ¯®¤®¦¤ñ¬, ¯®ª  ¯®«ì§®¢ â¥«ì ­¥ ®â¯ãá⨫ ¯à ¢ãî ª­®¯ªã ¬ëè¨
103
  mov   eax,37
103
  mov	eax,37
104
  mov   ebx,2   ; äã­ªæ¨ï 37-2:
104
  mov	ebx,2	; äã­ªæ¨ï 37-2:
105
  mcall    ;   ­ ¦ âë «¨ ª­®¯ª¨ ¬ëè¨?
105
  mcall    ;   ­ ¦ âë «¨ ª­®¯ª¨ ¬ëè¨?
106
  cmp   eax,ebx ; ¥á«¨ ®â¯ãá⨫, (eax != 2)
106
  test	eax,ebx ; ¥á«¨ ®â¯ãá⨫, (eax != 2)
Line 107... Line 107...
107
  jnz   @f      ;   ¨¤ñ¬ ¢ ­ ç «® £« ¢­®£® 横« 
107
  jz	@f	;   ¨¤ñ¬ ¢ ­ ç «® £« ¢­®£® 横« 
108
 
108
 
109
  mov   eax,5   ; ¨­ ç¥
109
  mov	eax,5	; ¨­ ç¥
Line 110... Line 110...
110
  mov   ebx,2   ;   ¯®¤®¦¤ñ¬ 2 ¬á
110
  ;mov   ebx,2   ;   ¯®¤®¦¤ñ¬ 2 ¬á
111
  mcall
111
  mcall