gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00219
[Bug 579325] Re: ORG operator
Attaching the patch for the ORG assembler directive. I have tested with
the nqueen.asm file by putting different function in different position.
Let me know your feedbacks.
One limitation is successive section has to be in the increasing order.
** Patch added: "03_oct_2010_ORG_assembler_directive.patch"
https://bugs.launchpad.net/gnusim8085/+bug/579325/+attachment/1668658/+files/03_oct_2010_ORG_assembler_directive.patch
--
ORG operator
https://bugs.launchpad.net/bugs/579325
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
Status in gnusim8085: New
Bug description:
We need an ORG operator for Gnusim. Often, different parts of a program need to be loaded at different addresses: for example an interrupt handler would be loaded at a different address from the main program. Currently this is not possible.
This directive should be quite easy to implement - since it is already implemented as an interactive command.
Thanks
Dinesh