forked from AbleOS/ableos
24 lines
450 B
Markdown
24 lines
450 B
Markdown
|
|
|
|
|
|
`create_object`
|
|
```
|
|
params
|
|
i32
|
|
start address of the string to use as the object name
|
|
i32
|
|
length of string
|
|
returns
|
|
i64 Handle to the object
|
|
```
|
|
|
|
`read_object_attribute`
|
|
```
|
|
params
|
|
i64 Handle to the object
|
|
i32
|
|
start address of the string to use as the attribute name
|
|
i32
|
|
end address of the string to use as the attribute name
|
|
returns
|
|
``` |