Subversion Repositories Kolibri OS

Rev

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

Rev 718 Rev 743
Line 124... Line 124...
124
.good_char2:
124
.good_char2:
125
stosb
125
stosb
126
  dec  ecx
126
  dec  ecx
127
  jnz  .next_copy2
127
  jnz  .next_copy2
128
.fill_space2:
128
.fill_space2:
129
  mov  al,' '
129
  ;mov  al,' '
130
  cld
130
  ;cld
131
rep stosb
131
rep stosb
Line 132... Line 132...
132
 
132