Skip to content

Commit

Permalink
Add missing copy syscall to def
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed May 5, 2024
1 parent 524bd75 commit 5d55f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fox32os.def
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ write: jmp [0x00000D20]
get_size: jmp [0x00000D24]
create: jmp [0x00000D28]
delete: jmp [0x00000D2C]
copy: jmp [0x00000D30]

; widget jump table
draw_widgets_to_window: jmp [0x00000E10]
Expand Down

0 comments on commit 5d55f64

Please sign in to comment.