Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1783 → Rev 1784

/programs/demos/3dsheart/trunk/3DSheart.ASM
319,7 → 319,15
include "../../3DS/GRD3.INC"
include "../../3DS/FLAT3.INC"
 
fill_Z_buffer:
mov eax,0x70000000
; mov edi,Z_buffer
mov edi,[Zbuffer_ptr]
mov ecx,SIZE_X*SIZE_Y
rep stosd
ret
 
 
;alloc_buffer_mem:
; mov eax,68
; mov ebx,5