How to alias register in GNU assembler?

Discussion to talk about software related topics only.
Post Reply
User avatar
yevgenit
Posts: 84
Joined: Fri Apr 25, 2008 12:47 am
Contact:

How to alias register in GNU assembler?

Post by yevgenit »

How to alias register in GNU assembler?
Let I need to give the alias "myVar" to register %d0.
Yevgeni Tunik
Embedded/RealTime software engineer
https://www.linkedin.com/in/yevgenitunik/
________________________
tantalum
Posts: 1
Joined: Sat Oct 25, 2008 12:38 pm

Re: How to alias register in GNU assembler?

Post by tantalum »

Code: Select all

.set name, %register
Post Reply