This commit is contained in:
proneon267 2023-10-01 02:24:05 -03:00 committed by GitHub
commit 259a3b71cd
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