diff options
Diffstat (limited to 'boot/common.asm')
| -rw-r--r-- | boot/common.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/common.asm b/boot/common.asm index 02e1a0b..c241f55 100644 --- a/boot/common.asm +++ b/boot/common.asm @@ -1,6 +1,15 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; +;print_string +;print_hex +;disk_load +; +; +; +; + [bits 16] |
