MazeGen - 2013-12-20

Hello japheth, I believe there must be a way how to force JWASM to assemble (-coff -win64) the following code:

.code
jmp eax   ; Error A2049: Invalid instruction operands
end

JWASM should let the coder to use address stored in 32-bit register if he wants so.

I've also tried to use the .X64 directive instead of the win64 option but I do something wrong apparently:

.X64
.code   ; Error A2096: Model is not declared
jmp eax
end

I use JWasm v2.11, Oct 20 2013.

 

Last edit: MazeGen 2013-12-20