| cpu | |
| USE: |
specify a signed integer of system width (32/64 bits wide). Also used to specify the cpu
calling convention.
|
| EXAMPLE: |
cpu p 'dim as cpu p function f cpu (a,b,c,d) 'params are passed in reisters: ecx,edx,esi,edi return a*b+c*d end function |
| RELATED: |
sys
fpu
types
|