mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Update boot_sect_memory.asm
This commit is contained in:
parent
7aff64740e
commit
81814a9094
@ -24,9 +24,7 @@ int 0x10
|
||||
; A register can't be used as source and destination for the same command.
|
||||
mov al, "3"
|
||||
int 0x10
|
||||
mov bx, the_secret
|
||||
add bx, 0x7c00
|
||||
mov al, [bx]
|
||||
mov al, [the_secret+0x7c00]
|
||||
int 0x10
|
||||
|
||||
; attempt 4
|
||||
|
Loading…
Reference in New Issue
Block a user