forked from backup/30dayMakeOS
13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
[FORMAT "WCOFF"]
|
|
[INSTRSET "i486p"]
|
|
[BITS 32]
|
|
[FILE "api004.nas"]
|
|
|
|
GLOBAL _api_end
|
|
|
|
[SECTION .text]
|
|
|
|
_api_end: ; void api_end(void);
|
|
MOV EDX,4
|
|
INT 0x40
|