



OR1K assembly directives
by CleberGomes on Feb 1, 2013 |
CleberGomes
Posts: 14 Joined: Feb 1, 2013 Last seen: Sep 9, 2014 |
||
Hello All,
I would like to know where I can find the assembly directives for the OR1K processor. Specifically, what is the directive for determining the start address for an assembly code? Thank you and regards, Cleber |
RE: OR1K assembly directives
by firefalcon on Feb 1, 2013 |
firefalcon
Posts: 99 Joined: Jan 10, 2011 Last seen: Mar 26, 2024 |
||
See the binary GNU utils manual.
|
RE: OR1K assembly directives
by jeremybennett on Feb 4, 2013 |
jeremybennett
Posts: 815 Joined: May 29, 2008 Last seen: Jun 13, 2019 |
||
Specifically you want the GNU assembler manual. Compiler directives are mostly generic, so it will be the same for OR1K as it is for other processors.
HTH, Jeremy |
RE: OR1K assembly directives
by CleberGomes on Feb 4, 2013 |
CleberGomes
Posts: 14 Joined: Feb 1, 2013 Last seen: Sep 9, 2014 |
||
Hi Jeremy,
I found the manual. That will help, thanks. Regards, Cleber. |



