December 14, 2003 [BUG] Labels can't be moved, pushed, etc. in asm block | ||||
---|---|---|---|---|
| ||||
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) |
Copyright © 1999-2021 by the D Language Foundation