Update boot_sect_memory.asm

This commit is contained in:
proneon267 2019-01-15 13:29:29 +05:30 committed by GitHub
parent 7aff64740e
commit 81814a9094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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