Post Reply 
Evolution of Conditional Tests
01-04-2020, 12:58 AM
Post: #8
RE: Evolution of Conditional Tests
A little out of subject, but for the HP-41 the missing tests can be simulated:
Code:
X>=0?     X>=Y?       // missing test
INST.     INST.       // instruction to execute when the missing test is true
-----------------------------------------------------------------------------
X<0?      X<Y?        // reverse test
FS? 30    FS? 30      // always false (catalog in progress flag)
INST.     INST.       // instruction to execute when the missing test is true
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Evolution of Conditional Tests - Sylvain Cote - 01-04-2020 12:58 AM



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