Conditional assembly language: Difference between revisions

Content deleted Content added
m clean up, replaced: the 1970's → the 1970s using AWB
Nonlead-word nonproper noun MOS:CAPS > low-case. WP:LINK update.
Line 1:
{{Unreferenced|date=December 2009}}
A '''Conditionalconditional Assemblyassembly Languagelanguage''' is that part of an [[Assemblyassembly Languagelanguage]] used to write [[Macro (computer science)|macros]].
 
== Example ==
In the [[IBM]] conditional assembly language, the most important statements are:-
 
* MACRO and MEND - used to start and finish a macro
Line 10:
 
=== Alternative use ===
The conditional assembler is not restricted to generating assembler code and was in fact used by IBM in the 1970s onwards to generate [[COBOL]] or [[PL/1]] statements for compiling into [[CICS]] application programs.
 
{{DEFAULTSORT:Conditional Assembly Language}}