99 Bottles of Beer/Assembly: Difference between revisions

m
→‎{{header|360 Assembly}}: Superfluous blanks suppressed
m (→‎{{header|360 Assembly}}: Superfluous blanks suppressed)
Line 17:
=={{header|360 Assembly}}==
For maximum compatibility, this program uses only the basic instruction set.
<lang 360asm>* 99 Bottles of Beer 04/09/2015
* 99 Bottles of Beer 04/09/2015
BOTTLES CSECT
USING BOTTLES,R12
Line 67 ⟶ 66:
DC H'0' must be binary zeroes
YREGS
END BOTTLES</lang>
</lang>
{{out}}
<pre style="height:20ex">
Line 97 ⟶ 95:
No more bottles of beer on the wall
</pre>
 
 
=={{header|6502 Assembly}}==
1,392

edits