Dont_go -

In low-level programming (like x86 assembly), dont_go is often used as a for conditional jumps. Since assembly doesn't have standard "if/else" blocks, you use labels to skip over code you don't want to execute. Example Usage:

cmp $3, %rdi ; Compare value in register rdi to 3 jnz dont_go ; If NOT equal (Jump if Not Zero), skip to 'dont_go' jmp *%r11 ; Otherwise, jump to the address in r11 dont_go: ; Label marking the rest of the program // rest of your code here Use code with caution. Copied to clipboard Source: Stack Overflow 2. Social Media & Fandom (EXO) dont_go

Use it when sharing lyrics, cover videos, or fan art related to their XOXO album. Source: Instagram 3. Pet Care & Separation Anxiety In low-level programming (like x86 assembly), dont_go is