Conditional assembly language: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes
Tag: New redirect
 
(7 intermediate revisions by 6 users not shown)
Line 1:
#REDIRECT [[Assembly language#Macros]]
{{Unreferenced stub|auto=yes|date=December 2009}}
A '''Conditional Assembly Language''' is that part of an [[Assembly Language]] used to write [[Macro (computer science)|macros]].
 
{{Rcat shell|
In the [[IBM]] conditional assembly language (as an example), the most important statements are:-
{{R to related topic}}
 
}}
*MACRO and MEND - used to start and finish a macro
*AIF, AGO, ANOP, AEND, AEXIT and MEXIT - used to control the generation of different assembly language statements, depending on the nature of the macro’s supplied arguments.
*SETx - used to manipulate variables within the macro.
 
{{DEFAULTSORT:Conditional Assembly Language}}
[[Category:Assembly languages]]
 
 
{{Compu-lang-stub}}