Skip to content

Commit

Permalink
Fixed syntax error preventing build
Browse files Browse the repository at this point in the history
  • Loading branch information
JJuiice committed Feb 17, 2021
1 parent 3190904 commit 62c743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.asm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _START:

; SET STACK TO SLIGHTLY ABOVE END OF BOOT SECTOR AS IT GROWS DOWNWARDS
; STACK SIZE = 0X8000 - (0X7C00 + 0X01FF)
MV BP, 0X8000
MoV BP, 0X8000
MOV SP, BP
; PRINT STRING TO SCREEN, THEN INVOKE BIOS VIDEO INTERRUPT
Expand Down

0 comments on commit 62c743b

Please sign in to comment.