NASM fails to FAR Jump to specified Address
From: Anish (anish.n_at_lycos.com)
Date: 03/26/04
- Next message: Bx.C: "Re: disassembler prefix-byte check -- wanting comments good and bad"
- Previous message: Brad Barber: "Announcing Thesa 2004.1 -- a thesaurus of quotations and programs"
- Next in thread: Frank Kotler: "Re: NASM fails to FAR Jump to specified Address"
- Reply: Frank Kotler: "Re: NASM fails to FAR Jump to specified Address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 18:28:25 +0000 (UTC)
Part of the BootLoader code i am trying to develop.
The below code is unable to jump the specified address. Address 0x9000
contains my code loaded from floppy. The code at that address has got
the display routine, which is not executed after the jmp instruction.
mov ax,0x0900
mov es,ax
mov bx,0000
jmp 0x0900:0000
or
jmp [es:bx]
Assembler : NASM on Linux
Platform : LINUX Mandrake 8.0 ( Kernel 2.4.22 )
CPU : AMD ATHLON x86
Please anybody can answer at the earliest, it will be helpful for me.
- Next message: Bx.C: "Re: disassembler prefix-byte check -- wanting comments good and bad"
- Previous message: Brad Barber: "Announcing Thesa 2004.1 -- a thesaurus of quotations and programs"
- Next in thread: Frank Kotler: "Re: NASM fails to FAR Jump to specified Address"
- Reply: Frank Kotler: "Re: NASM fails to FAR Jump to specified Address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|