Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3645 → Rev 2108

/programs/system/test/trunk/makefile
File deleted
/programs/system/test/trunk/test.asm
15,7 → 15,6
dd 0x0 , 0x0 ; I_Param , I_Icon
 
include '../../../macros.inc'
include 'lang.inc'
 
START: ; start of execution
 
92,8 → 91,11
notest8:
 
 
 
 
jmp still
 
 
; *********************************************
; ******* WINDOW DEFINITIONS AND DRAW ********
; *********************************************
140,28 → 142,9
 
; DATA AREA
 
if lang eq it
 
text:
db 'Il programma usa 0x10000 byte di memoria'
db ' '
db 'Open debug board for rezult information '
db ' '
db ' CLI '
db ' '
db ' STI '
db ' '
db ' MOV [0x10000],BYTE 1 '
db ' '
db ' JMP DWORD 0x10000 '
db ' '
db ' MOV ESP,0 & PUSH EAX '
db ' '
db ' IN Al,0x60 '
db ' '
db ' OUT 0x60,AL '
db 'x '
else
text:
 
db 'Application uses 0x10000 bytes of memory'
db ' '
db 'Open debug board for rezult information '
180,9 → 163,11
db ' '
db ' OUT 0x60,AL '
db 'x '
end if
 
 
 
tlabel:
db 'Kolibri protection test',0
 
 
I_END: