home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
aros
/
source
/
exec
/
internal
/
i386-emul
/
disable.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
172 b
|
13 lines
IDNestCnt = 302
.text
.align 16
.globl Exec_Disable
.type Exec_Disable,@function
Exec_Disable:
pushl %eax
movl 8(%esp),%eax
incb IDNestCnt(%eax)
popl %eax
ret