Difference between revisions of "83Plus:BCALLs:4603"

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:83Plus:BCALLs:By Name|CompareContext]]
 
[[Category:83Plus:BCALLs:By Name|CompareContext]]
 
[[Category:83Plus:BCALLs:By Address|4603 - CompareContext]]
 
[[Category:83Plus:BCALLs:By Address|4603 - CompareContext]]
 
+
{{missinfo|Destroys}}
 
== Synopsis ==
 
== Synopsis ==
  

Revision as of 06:23, 6 February 2008

This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Unofficial Name: CompareContext

BCALL Address: 4603

Compares cxCurApp value in A to predefined list.

Inputs

  • A is cxCurApp value to compare against

Outputs

Destroys

  • Unknown

Comments

The complete code for this BCALL (OS 2.41) is below.

 ld bc,18
 ld hl,$F
 cpir
 ret
$$:
 DB 5Ah ;echoStart1
 DB 59h ;kNewApps
 DB 41h ;LINK menu
 DB 42h ;MATRIX editor
 DB 45h ;MODE menu
 DB 46h ;PROGRAM editor
 DB 47h ;PROGRAM CREATE menu
 DB 4Bh ;TABLE SET editor
 DB 4Ch ;CHECK RAM menu
 DB 4Dh ;DELETE MEM menu
 DB 4Eh ;RESET MEM menu
 DB 4Fh ;RESET DEFAULTS menu
 DB 52h ;ERROR menu
 DB 53h ;TVM SOLVER
 DB 55h ;STAT PLOT
 DB 57h ;FORMAT menu
 DB 54h ;SOLVE EDITOR
 DB 56h ;Inferential Statistics