Novice question.

Kevin D. Quitt kdq at demott.COM
Wed Nov 14 15:44:05 AEST 1990


In article <1990Nov14.010511.7241 at ux1.cso.uiuc.edu> gordon at osiris.cso.uiuc.edu (John Gordon) writes:
>	"register" means that the variable will be stored in a portion of
>memory that can be accessed significantly faster than normal.  Useful for 
>loop counters, among other things.  There are a limited number of registers
>available.  MS-DOS machines, for example, have around 16 (I think).

    Would you believe 2 registers for C (SI and DI)?


-- 
 _
Kevin D. Quitt         demott!kdq   kdq at demott.com
DeMott Electronics Co. 14707 Keswick St.   Van Nuys, CA 91405-1266
VOICE (818) 988-4975   FAX (818) 997-1190  MODEM (818) 997-4496 PEP last

                96.37% of all statistics are made up.



More information about the Comp.lang.c mailing list