We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Decleq

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Decleq (Decrement and jump if Less or Equal to zero) is an OISC by User:ChuckEsoteric08 inspired by P1eq.

Command

a b c

Means: b=a-1 and jump to c if b is less or equal to zero.

Memory-mapped I/O

It is optional

-2 b c

Outputs b

-1 b c

Set b to user input.

Examples

a=b=b-a with temporary address tmp<=0

Written using SUBBIG Assembly:

loop:b b NEXT
a a :endloop
tmp tmp :loop
endloop:

See Also