mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 01:53:24 +08:00
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
|