Subversion Repositories Kolibri OS

Rev

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

Rev 7294 Rev 8965
Line 1... Line 1...
1
; Macroinstructions for defining and calling procedures
1
; Macroinstructions for defining and calling procedures
Line 2... Line 2...
2
 
2
 
-
 
3
; @brief Directly call STDCALL procedure
-
 
4
; @param proc Callee name
-
 
5
; @param arg Arguments to pass
3
macro stdcall proc,[arg]                ; directly call STDCALL procedure
6
macro stdcall proc,[arg]
4
 { common
7
 { common
5
    if ~ arg eq
8
    if ~ arg eq
6
   reverse
9
   reverse
7
        pushd   arg
10
        pushd   arg