D - [BUG] Labels can't be moved, pushed, etc. in asm block
- Robert (8/8) Dec 13 2003 The following codes cause a compile error "undefined identifier 'LABEL'"...
The following codes cause a compile error "undefined identifier 'LABEL'". asm { LABEL: mov EAX, offset LABEL; push offset LABEL; lea EAX, LABEL; } and so on. Robert (Japanese)
Dec 13 2003