Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4619 → Rev 4620

/programs/media/midamp/trunk/midamp.asm
7,6 → 7,8
;
; COMPILE WITH FASM
 
format binary as ""
 
PLAYLIST_PATH equ '/HD0/1/PLAYLIST.TXT'
;APP_MEM equ 150*1024
 
/programs/media/midamp/trunk/playlist.inc
173,6 → 173,8
PL_getnextsel:
push eax ecx
movzx ecx,[list_count]
test ecx, ecx
jz .ex2
.lp:
movzx eax,word[esi]
btr eax,15