flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Nop at start of bootloader |
Author |
|
Octavio 11 Feb 2007, 14:23
Qu4Z wrote: Hi! that is because after the 3 first bytes is found the parameters table and the 'jmp' sometimes is just 2 bytes some people add a 'nop' or use a 'jmp word' wich is 3 bytes in size if your boot code do not have a parameter (not a fat system) table you do not neet this jmp at all. |
|||
11 Feb 2007, 14:23 |
|
Borsuc 14 Feb 2007, 13:25
Isn't FAT something like this:
Code: jmp start nop ; data here (format header whatever) db ... start: ; code here But why doesn't it put at the end? it would be much simpler, and without the jump. So if you don't use FAT and need some data, try it at the end |
|||
14 Feb 2007, 13:25 |
|
Qu4Z 23 Feb 2007, 21:44
Thanks
|
|||
23 Feb 2007, 21:44 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.