Conditional assembly language: Difference between revisions

Content deleted Content added
No edit summary
Line 2:
{{Article for deletion/dated|page=Conditional assembly language|timestamp=20210826234400|year=2021|month=August|day=26|substed=yes|help=off}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Conditional assembly language|date=26 August 2021|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->{{Single source
| date = August 2021
{{Unreferenced|date=December 2009}}
}}
 
A '''conditional assembly language''' is that part of an [[assembly language]] used to write [[Macro (computer science)|macros]].
 
== Example ==
In the [[IBM]] conditional assembly language,<ref>{{Cite web|date=2015-06-11|title=Conditional assembly language|url=https://www.ibm.com/docs/en/zos/2.2.0?topic=SSLTBW_2.2.0/com.ibm.zos.v2r2.asma400/asmr1021181.htm|access-date=2021-08-29|website=www.ibm.com|language=en-us}}</ref> the most important statements are:
 
* MACRO and MEND - used to start and finish a macro
Line 19 ⟶ 21:
[[Category:Assembly languages]]
 
== References ==
 
{{Reflist}}{{Reflist}}{{Compu-lang-stub}}