Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 316 → Rev 315

/programs/demos/tube/trunk/tube.asm
5,8 → 5,6
 
; Menuet port by VT
 
appname equ 'TUBE - FPU'
 
use32
org 0x0
 
15,7 → 13,7
dd START
dd I_END
dd 0x40000
dd 0x40000
dd 0x3ff00
dd 0,0
 
include 'macros.inc'
49,7 → 47,7
cmp eax,0
je still
 
or eax,-1
mov eax,-1
int 0x40
 
 
177,7 → 175,7
 
mov eax,7
mov ecx,320*65536+160
xor edx,edx
mov edx,10*65536+27
mov ebx,0x10000
int 0x40
 
194,13 → 192,21
mov ebx,1
int 0x40
 
xor eax,eax
mov ebx,100*65536+329
mov ecx,100*65536+186
mov edx,0x33000000
mov edi,header
mov eax,0
mov ebx,100*65536+339
mov ecx,100*65536+198
mov edx,0x03225588
mov esi,0x0
mov esi,0x0
int 0x40
 
mov eax,4
mov ebx,8*65536+8
mov ecx,0xffffff
mov edx,labeltext
mov esi,19
int 0x40
 
mov eax,12
mov ebx,2
int 0x40
208,7 → 214,7
popa
ret
 
header db appname,0
labeltext db 'TUBE.ASM - with FPU'
 
db 41,0,0xC3,0x3C