Assesmbly code keywords

Thread Solved

Join Date: Aug 2008
Posts: 35
Reputation: Darkangelchick is an unknown quantity at this point 
Solved Threads: 1
Darkangelchick Darkangelchick is offline Offline
Light Poster

Assesmbly code keywords

 
0
  #1
May 14th, 2009
Hey guys I have to analyse a short program for school and the only keyword i cannot find a definition for if ORG. What does this do in assembly code??
Any help would be appreciated. Thanks
H@nn@K*:)
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1,602
Reputation: jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of 
Solved Threads: 120
jephthah's Avatar
jephthah jephthah is offline Offline
Posting Virtuoso

Re: Assesmbly code keywords

 
0
  #2
May 14th, 2009
ORG declares the starting address where the code will be located in memory.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: Assesmbly code keywords

 
0
  #3
May 14th, 2009
Are u sure it's a keyword..
.:-cikara21-:.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1,602
Reputation: jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of jephthah has much to be proud of 
Solved Threads: 120
jephthah's Avatar
jephthah jephthah is offline Offline
Posting Virtuoso

Re: Assesmbly code keywords

 
0
  #4
May 14th, 2009
ORG (or sometimes, ".ORG" ) is an assembler directive.

assembler directives do not get translated into an instruction.

directives tell assembler *how* to assemble the source code into machine code. ORG sets the memory address at which the next instruction will be stored.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC