flat assembler
Message board for the users of flat assembler.
Index
> Main > "call or Jmp [ax]" |
Author |
|
ouadji 27 Mar 2009, 10:54
hi all,
Fasm 1.67.37 jmp word [bx] ... it's ok, no problem compiling but jmp word [ax] ... fails .. (error: reserved word used as symbol) ??? |
|||
27 Mar 2009, 10:54 |
|
MazeGen 27 Mar 2009, 10:57
[ax] is not a valid addressing method. You can use only [bx+si], [bx+di], [bp+si], [bp+di], [bx], [si], [di], [label].
|
|||
27 Mar 2009, 10:57 |
|
revolution 27 Mar 2009, 10:57
In 16 bit code AX is not allowed as an address register. Only SI, Di, BP and BX plus a few combinations SI/DI+BP/BX
|
|||
27 Mar 2009, 10:57 |
|
MazeGen 27 Mar 2009, 10:59
you're late
|
|||
27 Mar 2009, 10:59 |
|
revolution 27 Mar 2009, 11:13
MazeGen wrote: you're late And now I can't delete because you posted already |
|||
27 Mar 2009, 11:13 |
|
DOS386 27 Mar 2009, 14:52
Already asked 1'000'000 times. RTFF: http://board.flatassembler.net/topic.php?t=9473
Also, move to Main. |
|||
27 Mar 2009, 14:52 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.