Subversion Repositories Kolibri OS

Rev

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

Rev 539 Rev 661
Line 7... Line 7...
7
;;    Copyright 2002 (c) Ville Turjanmaa             ;;
7
;;    Copyright 2002 (c) Ville Turjanmaa             ;;
8
;;                                                   ;;
8
;;                                                   ;;
9
;;    Compile with FASM for Menuet                   ;;
9
;;    Compile with FASM for Menuet                   ;;
10
;;                                                   ;;
10
;;                                                   ;;
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
include '..\..\..\macros.inc'
12
include 'macros.inc'
13
version equ '0.1'
13
version equ '0.1'
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
use32
15
use32
Line 809... Line 809...
809
    mcall
809
    mcall
Line 810... Line 810...
810
 
810
 
811
    mov  eax,0                     ; draw window
811
    mov  eax,0                     ; draw window
812
    mov  ebx,5*65536+435
812
    mov  ebx,5*65536+435
813
    mov  ecx,5*65536+232
813
    mov  ecx,5*65536+232
814
    mov  edx,0x13ffffff
814
    mov  edx,0x14ffffff
815
    mov  edi,labelt
815
    mov  edi,labelt
Line 816... Line 816...
816
    mcall
816
    mcall