Subversion Repositories Kolibri OS

Rev

Rev 3497 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3497 Rev 3628
Line 23... Line 23...
23
  dd     I_END                   ; size of image
23
  dd     I_END                   ; size of image
24
  dd     I_END+STACK_SIZE        ; memory for app
24
  dd     I_END+STACK_SIZE        ; memory for app
25
  dd     I_END+STACK_SIZE        ; esp
25
  dd     I_END+STACK_SIZE        ; esp
26
  dd     0x0 , 0x0               ; I_Param , I_Icon
26
  dd     0x0 , 0x0               ; I_Param , I_Icon
Line 27... Line -...
27
 
-
 
-
 
27
 
Line 28... Line 28...
28
 
28
include 'lang.inc' ;language support
Line 253... Line 253...
253
end_base		dd 0x80000000		; ok
253
end_base		dd 0x80000000		; ok
254
pos_ascii		dd 0
254
pos_ascii		dd 0
255
ascii_string	rb 0x11	
255
ascii_string	rb 0x11
256
reservado		rb 3
256
reservado		rb 3
Line -... Line 257...
-
 
257
 
-
 
258
if lang eq it
-
 
259
	titulo    db 'Visualizza la memoria del sistema operativo',0
-
 
260
	teste	db '--------  ----------------- Codice Hex  -----------------   -- A S C I I  --',0
Line -... Line 261...
-
 
261
	barra1	db 'Indirizzo:00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f   0123456789abcdef',0
257
 
262
 
258
 
-
 
259
titulo    db 'Mostra a memoria do sistema operacional',0
263
else if lang eq es
260
 
264
	titulo    db 'Mostra a memoria do sistema operacional',0
Line -... Line 265...
-
 
265
	teste	db '--------  ------------------ Hex Code -------------------   -- A S C I I  --',0
-
 
266
	barra1	db 'Address:  00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f   0123456789abcdef',0
-
 
267
 
-
 
268
else
-
 
269
	titulo    db 'Displays the operating system memory',0
Line 261... Line 270...
261
teste	db '--------  ------------------ Hex Code -------------------   -- A S C I I  --',0
270
	teste	db '--------  ------------------ Hex Code -------------------   -- A S C I I  --',0
262
barra1	db 'Address:  00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f   0123456789abcdef',0
271
	barra1	db 'Address:  00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f   0123456789abcdef',0