rectangles work

This commit is contained in:
2025-06-11 15:50:22 +01:00
parent be7943320d
commit 4d71868ac6
17 changed files with 321 additions and 48 deletions

View File

@@ -37,7 +37,8 @@ os_main:
je no_change
no_change:
call print_help_text
mov si, help_text
call os_print_string_nl
call os_start_cli
bootdev db 0
@@ -64,6 +65,11 @@ Sides dw 2
%INCLUDE "features/cli.asm"
%INCLUDE "features/power.asm"
%INCLUDE "features/strings.asm"
%INCLUDE "features/graphics.asm"
%INCLUDE "features/sound.asm"
; GAMES
%INCLUDE "games/pong.asm"
; ==================================================================
; END OF KERNEL