NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on March 17, 2006, 12:59:00 PM
-
How do I make a calltable, the easier way in NASM, similar to this ?
Window.MessagesJumpTable:
0 0 ;1
Window.WMDestroy ;2
0 0 ;4
Window.WMSize ;5
Window.WMActivate ;6
Window.WMSetFocus ;7
Window.WMKillFocus ;8
0 0 0 0 0 0 ;14
.........
]
-
How do I make a calltable, the easier way in NASM, similar to this ?
Window.MessagesJumpTable:
0 0 ;1
Window.WMDestroy ;2
0 0 ;4
Window.WMSize ;5
Window.WMActivate ;6
Window.WMSetFocus ;7
Window.WMKillFocus ;8
0 0 0 0 0 0 ;14
.........
]
-
So where's that macro NASM
is supposedly choking on?