Skip to content
lenanya edited this page Jan 5, 2025 · 1 revision

useage

icmp <cmpType>;

compare the top 2 integer nodes with a comparison type: eq | ne | lt | le | gt | ge

example

push 69;
push 32;
icmp lt;
// will push a boolean node with value true
Clone this wiki locally