compiler icon indicating copy to clipboard operation
compiler copied to clipboard

`JUMP` mnemonic doesn't work.

Open DEntis-T opened this issue 3 years ago • 0 comments

Issue description:

Simply said - JUMP mnemonic doesn't work.

stock func(params)
{
        #emit JUMP cool
        somecode;
        cool:
                some othercode;
        return 1;
}

Workspace Information:

  • Compiler version: 3.10.10
  • Command line arguments provided (or sampctl version):
#pragma option -i<include>

#pragma option $file

#pragma option -;+

And yes, I know this is not the command line.

  • Operating System: Windows 7 32bit (despondency)

DEntis-T avatar Feb 18 '22 12:02 DEntis-T