push word 0b800h pop es xor di, di mov [es:di], word 441h jmp $ times 510 - ($-$$) db 0 db 55h db 0AAh
Because you write flat binary code without shortcuts. NASM should use 16 bits by default. This is because you do not have addressing or shortcuts, so there is no requirement to provide the [ORG ...] directive.
Source: https://habr.com/ru/post/1307032/More articles:Entity Framework 4 displays DateTimeOffset date in SQL datetime in Visual Studio 2010 - datetimeoffsetCan I use Visual Studio 2010 to edit Visual Studio 2008 solutions without conversion? - c #Embedding an external website inside a page - javascriptHow to programmatically detect Mac OS X Server Edition? - objective-cSQL: column <> '% TEST%' does not work, why? - sqlHow to break this line in C #? - splitinput field for javascript / json input and security issues - jsonjquery: why does the selector return an array to me, but doesnt attribute? - jqueryCulinary session Is this a security risk? - securityCreate a Visual Studio type view using Java Swing - javaAll Articles