Re: [OT] asm in bcc

1999-03-23 Thread David Murn
On Tue, 23 Mar 1999, Stacy D. Coil wrote: >uint32 v; >uint32 m; > #asm > mov v, eax > mov m, ebx > #endasm > > But this returns and no symbol for v and m. Could someone be kind enough > to show me how to pass varibles from c to assembly and back? You can't just say "m

[OT] asm in bcc

1999-03-23 Thread Stacy D. Coil
Please excuse the slight off topic question. I am trying to use bcc for a couple of small routines. There needs to be some assembly in it, and I need to pass arguments back and forth. I tried the following: #define BDOOR_MAGIC 0x564D5868 #define BDOOR_CMD_GETVERSION 10 #define BDOOR