Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 551 → Rev 552

/programs/system/cpuid/trunk/CPUID.ASM
35,8 → 35,6
include 'multipli.inc' ;(multiplier decoding)
include 'features.inc' ;(features decoding)
 
include 'gif2img.inc' ;macros to convert gif to img
 
include 'rsatest.inc'
include 'variable.inc'
 
1717,9 → 1715,10
load_gif:
mov edi, img_area
load_gif2:
gif2img esi,edi
; ret
 
COLOR_ORDER equ MENUETOS
include 'gif_lite.inc' ; parse GIF files
 
; DATA AREA
 
title db 'CPUID 2.21 by S.Kuzmin & the KolibriOS team',0
2134,8 → 2133,6
img_area2: ; image is going to be unpacked to here
rb 93*24*3+8 ; image resolution (bits to reserve)
 
gif_hash_area:
rd 4096+1 ;hash area size for unpacking gif
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
I_END:
2148,20 → 2145,8
iter rd 1
openkey rd 1
 
; GIF unpacker data
globalColor dd ?
img_count dd ?
cur_info dd ? ; image table pointer
codesize dd ?
compsize dd ?
bit_count dd ?
CC dd ?
EOI dd ?
Palette dd ?
block_ofs dd ?
table_ptr dd ?
IncludeUGlobals
 
 
ost dd ?
sot dd ?
f dd ?