Open x87 opened 1 year ago
{$CLEO .cs} :label 0@ = Memory.GetLabelPointer(@label)
throws error 0084 A jump to offset 0 found.
workaround: add NOP before label
{$CLEO .cs} 0000: :label 0@ = Memory.GetLabelPointer(@label)
throws error 0084 A jump to offset 0 found.
workaround: add NOP before label