Arithmetic instructions
414
Part III FP Instructions
This result is then compared to the ASCII BIN code of the next character, i.e. "1".
Sign for comparison ASCII BIN code
Exclusive OR result 00010101
1 00110001
Next exclusive OR 00100100
And so on until the final character is reached.
LD
ST
IF start THEN
F70_BCC( s1_Control:= BCC_Calc_Methode,
s2_Start:= Adr_Of_VarOffs( Var:= ASCII_String,
Offs:= 2),
s3_Number:= LEN( ASCII_String),
d=> BCC);
END_IF;