Operating System
step_3
include
bridge.inc
Go to the documentation of this file.
1
%macro pushl 1
2
push word 0
3
push word %1
4
%endmacro
5
6
%macro calll 1
7
push cs
8
call %1
9
%endmacro
10
11
%macro retl 0
12
pop ecx
13
jmp cx
14
15
%endmacro
Generated by
1.8.15