fox32os/fox32os.def
2022-08-11 17:35:13 -07:00

20 lines
489 B
Modula-2

; fox32os routine definitions
; system jump table
get_os_version: jmp [0x00000810]
; FXF jump table
parse_fxf_binary: jmp [0x00000910]
; task jump table
new_task: jmp [0x00000A10]
yield_task: jmp [0x00000A14]
end_current_task: jmp [0x00000A18]
get_current_task_id: jmp [0x00000A1C]
get_unused_task_id: jmp [0x00000A20]
is_task_id_used: jmp [0x00000A24]
; memory jump table
allocate_memory: jmp [0x00000B10]
free_memory: jmp [0x00000B14]