Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly 370 > Re: Machine-Lev...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 8 Topic 326 of 328
Post > Topic >>

Re: Machine-Level Assembly Language

by glen herrmannsfeldt <gah@[EMAIL PROTECTED] > Mar 28, 2008 at 06:43 AM

Brian wrote:

> I've heard of a level of assembly language called Machine-Level
> Assembly Language.  What is Machine-Level Assembly Language?

Well, since the current S/3x0 assembler is called High Level
Assembler, it could be that machine level assembler is the
non-high level version.

Even so, there are many different ways to use the assembler.
One can code instructions with absolute constants or symbolic
addresses.  Code such as:

    B  12(15)
    DC X'6',CL7'MYNAME'
    STM 14,12,12(13)

used to be somewhat common, where others would use a macro or
a USING statement for R15 and use a symbolic name for the branch
destination.

The more symbolic assembler features are used the less
machine-language like the resulting code.

-- glen
 




 8 Posts in Topic:
Machine-Level Assembly Language
Brian <briansipler@[EM  2008-03-26 18:54:28 
Re: Machine-Level Assembly Language
"John W. Kennedy&quo  2008-03-26 23:40:57 
Re: Machine-Level Assembly Language
Allodoxaphobia <bit-bu  2008-03-27 22:44:47 
Re: Machine-Level Assembly Language
Old Roadie <road.biker  2008-04-11 21:51:21 
Re: Machine-Level Assembly Language
glen herrmannsfeldt <g  2008-03-28 06:43:02 
Re: Machine-Level Assembly Language
Clark F Morris <cfmpub  2008-03-28 16:12:15 
Re: Machine-Level Assembly Language
Anne & Lynn Wheeler &  2008-04-12 10:14:47 
Re: Machine-Level Assembly Language
Anne & Lynn Wheeler &  2008-04-12 13:03:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 20:22:51 CDT 2008.