Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6485 → Rev 6486

/programs/system/cpuid/trunk/CPUID.ASM
28,22 → 28,21
dd 0x0
dd path
 
include 'macros.inc' ; useful macroses
include 'lang.inc'
include 'draw.inc'
include 'brand.inc' ;Brand ID decoding
include 'caches.inc' ;(L1 and L2 cashes decoding for Intel)
include 'multipli.inc' ;(multiplier decoding)
include 'features.inc' ;(features decoding)
 
;include 'gif2img.inc' ;macros to convert gif to img
 
include 'brand.inc' ; brand ID decoding
include 'caches.inc' ; L1 and L2 cashes decoding for Intel
include 'multipli.inc' ; multiplier decoding
include 'features.inc' ; features decoding
include 'logos.inc' ; include file where gif's are stored
include 'rsatest.inc'
include 'variable.inc'
include 'load_lib.mac'
include '..\..\..\macros.inc'
include '..\..\..\develop\libraries\box_lib\load_lib.mac'
 
@use_library
 
START: ;
START:
mcall 68,11
mcall 66,1,1
 
3081,7 → 3080,6
load_gif2:
COLOR_ORDER equ MENUETOS
include 'gif_lite.inc' ; parse GIF files
 
; DATA AREA
 
4210,17 → 4208,7
 
tualatcoeff db 120, 35, 35, 40, 55, 35, 115, 35, 160, 70, 80, 60, 40, 75, 35, 65, 90, 110, 35, 35, 95, 35, 85, 35, 35, 35, 130, 100, 140, 35, 150, 105
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
 
; include images and unpacking- and hasharea
 
;
 
include 'logos.inc' ; include file where gif's are stored
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
I_END:
 
img_area: ; image is going to be unpacked to here