.WHILE (32-bit MASM)
Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)
Syntax
.WHILE condition
statements
.ENDW
See also
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ
لم يعد هذا المتصفح مدعومًا.
بادر بالترقية إلى Microsoft Edge للاستفادة من أحدث الميزات والتحديثات الأمنية والدعم الفني.
Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)
.WHILE condition
statements
.ENDW
إرسال الملاحظات وعرضها المتعلقة بـ