flat assembler
Message board for the users of flat assembler.
Index
> Main > ORG Directive Problems |
Author |
|
bogdanontanu 12 May 2004, 19:36
Read the Faq?
Well in FASm the ORG directive is not going to jump you in the output file. Instead it will just setup the address reference counter. If you also want to jump arround (forward) in output file you have to use a form of "db" aka rb (reserve byte) and do some "simple" arithmetics for determining how much... Why is this? Well a decission of the creator i guess. Since FASM is able to directly output binary without a linker imagine what will happen if ORG 07C00h would jump in output location... --> you will get a 7C00h od zeroes or whatever in front of your code MASM and TASM and other assemblers use the linker to fix this IMHO in SOl_ASM i will use another directive for this issue _________________ "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|||
12 May 2004, 19:36 |
|
Tommy 12 May 2004, 19:56
Hi bogdanontanu!
How is SOL_ASM going? Any demos available? /Tommy |
|||
12 May 2004, 19:56 |
|
bogdanontanu 12 May 2004, 21:23
SOL_ASM is going just fine, but as all of my projects pretty slow in development
The slowness is because i have to work in other areas to make a living and i can only allocate small ammounts of time for other projects I guess there will be a demo of SOL_ASM pretty soon 1-2weeks up to 1 month, keep me hot and it might be even faster _________________ "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." Last edited by bogdanontanu on 13 May 2004, 14:25; edited 1 time in total |
|||
12 May 2004, 21:23 |
|
bogdanontanu 12 May 2004, 21:44
If anybody wants a demo in its actuall state (for testing/bugs/help/etc)...
Just let me know _________________ "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|||
12 May 2004, 21:44 |
|
Tommy 13 May 2004, 08:50
I would like to test it...
|
|||
13 May 2004, 08:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.