<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=84PCSE%3ABCALLs%3A55BA</id>
		<title>84PCSE:BCALLs:55BA - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=84PCSE%3ABCALLs%3A55BA"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=84PCSE:BCALLs:55BA&amp;action=history"/>
		<updated>2026-06-01T18:13:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=84PCSE:BCALLs:55BA&amp;diff=10178&amp;oldid=prev</id>
		<title>FloppusMaximus: IVertLine</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=84PCSE:BCALLs:55BA&amp;diff=10178&amp;oldid=prev"/>
				<updated>2013-10-20T02:55:39Z</updated>
		
		<summary type="html">&lt;p&gt;IVertLine&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:84PCSE:BCALLs:By Name|IVertLine]] [[Category:84PCSE:BCALLs:By Name:Drawing|IVertLine]] [[Category:84PCSE:BCALLs:By Address|55BA - IVertLine]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Unofficial Name:''' IVertLine&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 55BAh&lt;br /&gt;
&lt;br /&gt;
Draw a vertical line.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* DE = X coordinate of line&lt;br /&gt;
* B = Y coordinate of bottom end of line (from bottom of screen)&lt;br /&gt;
* C = Y coordinate of top end of line; must be greater than or equal to B&lt;br /&gt;
* A = 1 to use the current foreground color, or 4 to copy pixels from the graph buffer&lt;br /&gt;
* ([[84PCSE:RAM:A038|penFGColor]]) = RGB color to draw (if A = 1)&lt;br /&gt;
* ([[84PCSE:RAM:A03A|penFGColorIndex]]) = Color index to store in graph buffer (if A = 1)&lt;br /&gt;
* [[84PCSE:Flags:2B#Bit_2|fullScrnDraw, (iy + apiFlg4)]] = 1 to use LCD coordinates; 0 to use graph coordinates&lt;br /&gt;
* [[84PCSE:Flags:02#Bit_1|plotLoc, (iy + plotFlags)]] = 1 to draw to LCD only; 0 to draw to LCD and graph buffer&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
''None''&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* Interrupts disabled&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This routine is analogous to calling [[84PCSE:BCALLs:47CE|IPoint]] several times for a vertical row of pixels, but somewhat faster.  Like IPoint, A may either be 1 (to draw with the current foreground color), or 4 (to copy pixels from the graph buffer to the LCD.)  The other IPoint operations are not supported.&lt;br /&gt;
&lt;br /&gt;
Unlike IPoint, this routine does not check that the input coordinates are valid (i.e., within the bounds of the LCD or graph buffer); passing invalid coordinates may have strange effects.&lt;/div&gt;</summary>
		<author><name>FloppusMaximus</name></author>	</entry>

	</feed>