If the operand is a register, A86 generates a TEST of the register with itself. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
The error also occurs if the operand is a constant number, and you are assembling to an OBJ format. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
The operand should be a doubleword memory quantity; but A86 will accept a word memory variable or a memory variable of unspecified size. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
"c" means the operand is a code label, pointing to a part of the program to be jumped to or called. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 6] Reference
MOVM moves the second operand to the first operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
The operand can also be a label, defined with a colon. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 6] Reference
PARA specifier, 10-9 parenthesized operand numbers, 11-9. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Index] Reference
The macro will loop once for every character in the operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
ROL4 and ROR4 require the only operand to be a byte-sized register. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
A86 also allows you to specify a constant operand number up to 255. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
"B", to get the adjacent operand after or before the specified operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
This is a general rule that applies to all two-operand instruction statements. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 4] Reference
IIT-2C87 support, 7-2 immediate operand to FLD, 7-4 implicit public names, 10-5. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Index] Reference
A86 supports this by letting you give a constant byte-sized operand to AAM or AAD. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
In general, the undefined operand to any CALL or JMP instruction is assumed to be NEAR. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 10] Reference
All you need to do is to append a B or a W to the operand, to specify the size you want. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
If you end your R-loop with #E2, the variable operand advances 2 operands, not just one. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
(FIxxx) require a W or D operand; floating arithmetic instructions require a D or Q operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This is reported when an operand to a floating point instruction is not of the correct type. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
You should not use AAD with an operand if you want your program to run on everybody's machine. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
If the C-operand is a null operand (no characters in it), the loop text is skipped completely. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
That single character will be substituted for each instance of the indicated variable operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
Third, A86 accepts a MOV of a word-sized memory operand into another word-sized memory operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
Note that this value does not depend on the contents of the operand that was passed to the macro. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 11] Reference
This is reported if the operand to a call or jump instruction cannot be taken as a jump destination. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This version supports macros, conditional assembly, include files, operand expressions and structures. From Wordnik.com. [FAQ: The x86 Assembly Language FAQ by Raymond Moon (Part II)] Reference
Floating Point operand Types The list of floating point instructions contains a variety of operand types. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 7] Reference
You should look up the instruction in the chart in Chapter 6, to determine the proper operand forms allowed. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
The destination operand of a conditional jump must be a label within 128 bytes of the end of the instruction. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This is reported if an inappropriate operand is seen in a data initialization (DB, DW, DD, DQ, or DT) directive. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This is reported when you attempt to add or combine terms in an operand expression that do not allow combination. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This is reported when something other than a word-sized operand is provided for one of the 286 instructions ARPL. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
The 32 rows give the possible values for the effective address operand: 8 registers and 24 memory indexing modes. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 6] Reference
This is reported if a constant number operand to an 87 instruction, which is supposed to represent an 87 stack number. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
This is reported for instructions requiring two operands, for which you have provided no operands or only one operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 14] Reference
A bat file can then pick up on this errorlevel in order to perform the desired operation using the bat file 'errorlevel' operand. From Wordnik.com. [DOCUMENTATION: COMCall Version 3.0 by Clive Jones] Reference
WARNING: A couple of my users point out to me that the AAD instruction with a general operand won't work on the NEC V20 and V30 chips. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
A numeric operand appearing in an INC or DEC statement will cause the previous INC (s) or DEC (s) to be propagated that number of times. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 5] Reference
Basically, Python has found the addition operator (+) without any operand in that logical line and hence it doesn't know how to continue. From Wordnik.com. [A Byte of Python]
For example, to subtract stack i from 0, you must provide two operands; to do the equivalent comparison, you must provide only one operand. From Wordnik.com. [DOCUMENTATION: A86 Assembler Package by Eric Isaacson Chapter 7] Reference
LearnThatWord and the Open Dictionary of English are programs by LearnThat Foundation, a 501(c)3 nonprofit.
Questions? Feedback? We want to hear from you!
Email us
or click here for instant support.
Copyright © 2005 and after - LearnThat Foundation. Patents pending.

