Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8680 → Rev 8681

/programs/develop/libraries/box_lib/trunk/editbox.asm
772,10 → 772,16
;----------------------------------------------------------
;--- ¯à®æ¥¤ãà  ¯®«ã祭¨ï ª®«¨ç¥á⢠ ᨬ¢®«®¢ ¢ ⥪ã饩 è¨à¨­¥ ª®¬¯®­¥­â 
;----------------------------------------------------------
align 4
edit_box.get_n:
mov eax,ed_width
sub eax,4
xor edx,edx
cmp word ed_char_width,0
jne @f
xor eax,eax
ret
@@:
div word ed_char_width
ret