bootstrap1: .org directive is useless in a case of binary output

so we may remove one.

Thank you @slo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
pull/550/head
Alexander Kuleshov 7 years ago
parent 6c1827bf74
commit abf4f684a5

@ -110,7 +110,6 @@ For example:
; Note: this example is written in Intel Assembly syntax
;
[BITS 16]
[ORG 0x7c00]
boot:
mov al, '!'

Loading…
Cancel
Save