Difference between revisions of "83Plus:Ports:2A"
m (minor change) |
(tied to 2e) |
||
Line 11: | Line 11: | ||
=== Usage === | === Usage === | ||
− | + | When Bit 1 is set the effects of speed adjustment [[83Plus:Ports:2E|port 2E]] can be seen. | |
Bits 2-7 control the amount of delay added at specified instructions. To calculate the number of clock cycles added divide the contents of port 2A by 4 and round off. '''NOTE:''' The contents of this port should NOT be less than 0Ch or the LCD will no longer update. | Bits 2-7 control the amount of delay added at specified instructions. To calculate the number of clock cycles added divide the contents of port 2A by 4 and round off. '''NOTE:''' The contents of this port should NOT be less than 0Ch or the LCD will no longer update. | ||
Line 17: | Line 17: | ||
== Comments == | == Comments == | ||
This port is not available on the normal TI-83+. On the normal TI-83+ this port is a shadow of [[83Plus:Ports:02|Port 02h]]. | This port is not available on the normal TI-83+. On the normal TI-83+ this port is a shadow of [[83Plus:Ports:02|Port 02h]]. | ||
− | |||
− | |||
The effect of this port is only seen if the contents of [[83Plus:Ports:20|port 20h]] equals 01. | The effect of this port is only seen if the contents of [[83Plus:Ports:20|port 20h]] equals 01. |
Revision as of 03:23, 22 August 2005
This port only exists as a distinct port on the TI-83 Plus Silver Edition, the TI-84 Plus, and the TI-84 Plus Silver Edition. On the standard TI-83 Plus, it acts as a shadow of port 02. |
Synopsis
Port Number: 2Ah
Function: LCD Delay (15 MHz)
This port works in the same manner 29 does, but only when the calculator is set at 15mhz and if port 20 equals 01. It removes the amount of delay needed between accesses to the lcd driver by adding a delay to any instruction which reads from or writes to ports 10 or 11, as well as the mirror ports 12 and 13.
Usage
When Bit 1 is set the effects of speed adjustment port 2E can be seen.
Bits 2-7 control the amount of delay added at specified instructions. To calculate the number of clock cycles added divide the contents of port 2A by 4 and round off. NOTE: The contents of this port should NOT be less than 0Ch or the LCD will no longer update.
Comments
This port is not available on the normal TI-83+. On the normal TI-83+ this port is a shadow of Port 02h.
The effect of this port is only seen if the contents of port 20h equals 01.