The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Alloy on December 27, 2004, 11:32:31 PM

Title: Indexing the stack to use local variables in nested procedures?
Post by: Alloy on December 27, 2004, 11:32:31 PM
  Are there drawbacks to indexing real8 variables pushed onto the stack in order to access them in nested procedures? I have procedures calling many other procedures that read, write and compare alot of floating point variables and need them cached for the extra speed. Is there a cleaner way under MASM?