Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 122 → Rev 131

/programs/demos/numcalc/trunk/@numcalc.asm
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/programs/demos/numcalc/trunk/build.bat
File deleted
\ No newline at end of file
/programs/demos/bgitest/trunk/bgifont.inc
570,6 → 570,12
jg .nobold
end if
mov edx,[.color]
; \begin{diamond}[18.08.2006]
; starting from K0530 kernel interprets flag 0x1000000 as
; negate existing pixels colors, disregarding passed color
; we do not want this
and edx, 0xFFFFFF
; \end{diamond}[18.08.2006]
mov eax,38
int 0x40
test ebp,BGI_BOLD
/programs/demos/bgitest/trunk/bgitest.asm
72,7 → 72,6
include 'macros.inc'
;include 'debug.inc'
include 'bgifont.inc'
lang equ en;ru;en
 
START:
mov [help],0