compiler
compiler copied to clipboard
`JUMP` mnemonic doesn't work.
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)