Hi !MASM64 (ML64) has serious bug:can't compile asm-file like this:mov [rax], offset any_functionML64 show error:A2070: "invalid instruction operands"When I try like this:mov qword ptr [rax], offset any_functionML64 show error:A2084: "constant value too large"When I using Flat Assembler (FASM),this construction:mov qword ptr [rax], offset any_functioncompiled and work OK.What does at mean ?What can I do with MASM ?Any MASM patch exists ?Please, answer to: avtukhoff@hotmail.com
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results