Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:b2w [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:b2w [2024/03/27 13:54] (current) stimpy
Line 1: Line 1:
 ====== B2W(var1:integer,var2:integer) :INTEGER ====== ====== B2W(var1:integer,var2:integer) :INTEGER ======
  Returns a word built from two byte sized values by the formula:    Returns a word built from two byte sized values by the formula:  
-   
       (var1*0100h+var2)       (var1*0100h+var2)