Hi Tom & Bob,
1. Can you build-in blocks for the inline assembler:
First way: ! or asm
New way like this
BEGIN ASM
mov ax, bx
mov ax, 5
END ASM
2. Function for dynamic memory allocating:
PBMemAlloc()
PBMemFree()
PBMemRelease()
3. Build-in 80x87 machine instructions in the build-in assembly
Greetings
Greetings
------------------
1. Can you build-in blocks for the inline assembler:
First way: ! or asm
New way like this
BEGIN ASM
mov ax, bx
mov ax, 5
END ASM
2. Function for dynamic memory allocating:
PBMemAlloc()
PBMemFree()
PBMemRelease()
3. Build-in 80x87 machine instructions in the build-in assembly
Greetings
Greetings
------------------
Comment