      C++Builder_____759

        Delphi. 
  Open parameters  Strict var-strings    -
 .

 Complete boolean eval (  {$})  -
    ,      -
      true  false.

 Extended syntax (  {$})  
  ,    ,   -
   Pchar.

 Typed @ operator (  {$})   -
,   @.

 Open parameters (  {$})   -
       .  Huge strings (-
  {$})     . 
    string    AnsiString.  -
   string   ShortString.

 Assignable typed constants (  {$J}) 
    Delphi 1,   
.

  Runtime errors     -
.  Range checking (  {$R})  
      .  I/O checking
(  {$!})     /-
.  Overflow checking (Q) (  {$Q})  -
    .

  Debugging    , 
   .obj.      -
       .  Debug infor-
mation (  {$D})     
 .dcu.  Local symbols (  {$L})  -
   .  Reference info (Y) ( 
{$Y})    .   Definition only,
     Reference info (Y),  
    .  Assertions () ( -
 {$})   ,    Assert.

  Messages   ,  -
 Object Pascal.  No (  {$R})  -
 .  Show hints   ,  
Show warnings   .

13.2.2.5  Tasm

      . 
          
  asm. ,

asm mov ax, Ox0e07


asm
(

mov ax, Ox0e07

xor bx, bx

int 010
}

     .asm,
.

   

