flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > mov ax,es:[bx] |
Author |
|
lazer1 27 Jan 2006, 22:06
fasm doesnt seem to accept
mov ax,es:[bx] in 16 bit real programs, eg see attached no-op program xyz.asm I know this is correct asm as it is accepted by the assembler I was using previously, the hex dump of xyz.com via the previous assembler is: 0000: BB000026 8B07B44C CD21 and it runs without problem doing nothing, I want to be able to use non default segments otherwise the coding can get very tricky trying to do everything via implicit segment registers I looked through the online documentation but couldnt see this explained, is there some directive to do this?
|
|||||||||||
27 Jan 2006, 22:06 |
|
LocoDelAssembly 28 Jan 2006, 01:41
mov ax, [es:bx] will work
|
|||
28 Jan 2006, 01:41 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.