Post Reply 
(12C Platinum) Memory Function
03-16-2019, 12:28 AM (This post was last modified: 03-16-2019 12:28 AM by Gamo.)
Post: #1
(12C Platinum) Memory Function
ALG mode Program to simulate the memory function found in most basic

calculators such as [M+] [M-] including [Mx] and [M÷]

------------------------------------------------

Procedure:

M+ n:

Store M

[RCL] M [+] n [R/S]

M on display is unaltered and memory M is added by n in memory.
----------------------------------------------
Example:

To add 5 in R0 // R0 is the storage Register 0

Input 10 at R0

10 [STO] 0

[RCL] 0 // recall R0 display 10
[+]
5
[R/S] // display 10 and now R0 is added and total in memory is 15

To check R0 // [RCL] 0 display 15
----------------------------------------------
Program: ALG mode
Code:

X<>Y
RCL 0
X<>Y
=
STO 0
X<>Y

Gamo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(12C Platinum) Memory Function - Gamo - 03-16-2019 12:28 AM



User(s) browsing this thread: 1 Guest(s)