feat: Languages
This commit is contained in:
@@ -16,6 +16,7 @@ section '.text'
|
||||
public _init_heap
|
||||
public _alloc
|
||||
public _free
|
||||
public _get_lang
|
||||
|
||||
_exit:
|
||||
mov eax, SF_TERMINATE_PROCESS
|
||||
@@ -111,3 +112,9 @@ _free:
|
||||
int 0x40
|
||||
ret
|
||||
|
||||
_get_lang:
|
||||
mov eax, SF_SYSTEM_GET
|
||||
mov ebx, SSF_SYS_LANG
|
||||
int 0x40
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user