flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
avcaballero
Hi there
In MASM I can do something like this MOV BX, OFFSET Position + 2 [...] Position: Can I do something similar with FASM? Maybe using macroes? Thank you |
|||
![]() |
|
avcaballero
I'm sorry,
Too fast typing, I have just seen i can do it with: MOV BX, Position + 2 [...] Position: ![]() |
|||
![]() |
|
THEWizardGenius
If you want to do be more "MASM-compliant" you can use the code
Code: OFFSET equ at the beginning of your program, then the MASM code will work just fine. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.