Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 476 Bytes

fatal-error-c1603.md

File metadata and controls

13 lines (11 loc) · 476 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1603
Fatal Error C1603
11/04/2016
C1603
C1603
e5a06925-f916-4637-8240-6d2d280e6124

Fatal Error C1603

inline assembly branch target out of range by 'number' bytes

The computed distance between a JCXZ or JECXZ instruction and its specified target label was greater than 128 bytes. Update your code so that the label is closer to the instruction.