Home | History | Annotate | Download | only in Basic

Lines Matching full:operand

340     case 'm': // memory operand.
341 case 'o': // offsetable memory operand.
342 case 'V': // non-offsetable memory operand.
343 case '<': // autodecrement memory operand.
344 case '>': // autoincrement memory operand.
347 case 'g': // general register, memory operand or immediate integer.
348 case 'X': // any operand.
408 // A number must refer to an output only operand.
413 // same operand referenced to by the number.
433 // same operand referenced to by the number.
441 // FIXME: Fail if % is used with the last operand.
458 case 'm': // memory operand.
459 case 'o': // offsettable memory operand.
460 case 'V': // non-offsettable memory operand.
461 case '<': // autodecrement memory operand.
462 case '>': // autoincrement memory operand.
465 case 'g': // general register, memory operand or immediate integer.
466 case 'X': // any operand.
472 case 'p': // address operand.