Ignore:
Timestamp:
Aug 4, 2007, 4:36:34 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Opcode.h

    r255 r262  
    2020
    2121#define breakpoint compiler.codeGenerator.PutOld( (char)0xCC );
    22 
    23 
    24 //ラベルアドレス
    25 struct LABEL{
    26     char *pName;
    27     int line;
    28     DWORD address;
    29 };
    3022
    3123
Note: See TracChangeset for help on using the changeset viewer.