Follow Us
Contribute
  • Register

Fatal Error C1603: inline assembly branch target out of range by (number) bytes

0 votes

The computed distance between a JCXZ or JECXZ instruction and its specified target label was greater than 128 bytes.


requested 1 year ago by errorbase (169,970 points)

3 Solutions

0 votes

This article is a derivative work based on http://msdn.microsoft.com/en-us/library/47xdkc00.aspx" title="http://msdn.microsoft.com/en-us/library/47xdkc00.aspx" target="_blank">Fatal Error C1603 which is provided by http://msdn.microsoft.com/en-us/library/60k1461a.aspx" title="http://msdn.microsoft.com/en-us/library/60k1461a.aspx" target="_blank">MSDN Community Content - Visual C++.

solved 1 year ago by errorbase (169,970 points)
0 votes

An explanation for the cause.


solved 1 year ago by errorbase (169,970 points)
0 votes

Update your code so that the label is closer to the instruction.


solved 1 year ago by errorbase (169,970 points)

Related errors