sranbsleq

From Esolang
Jump to navigation Jump to search

sranbsleq(Shift Right, And Not, Being Subtracted, and jump if Less than or EQual to zero) is an OISC created by islptng.

It takes 6 arguments, and does not self-modify.

Logic of the command

e = d - ((a >> b) & !c); if(e <= 0) goto f;