This is a portion of a listing where the address of the line of code are not changing. I have included the compilation options for reference and a short section of the code. All the indicated addresses for actual code are 'AT 6A6'. I could not maintain the formatting when I copied/pasted the segments; apologies.
Silverfrost FTN95/x64 Ver 9.02.0.0 process_missing_configuration_file.FOR Fri Mar 1 07:52:10 2024
Compiler used [C:\Program Files (x86)\Silverfrost\FTN95\FTN95.exe] Salflibc path [C:\Program Files (x86)\Silverfrost\FTN95\salflibc.dll] Salflibc version [26.2.13.8] Compiler options in effect: 64;BINARY;BOUNDS_CHECK;CFPP;DUMP;ERROR_NUMBERS;FPP;IGNORE; IMPLICIT_NONE;LIST;NO_COMMENT;PERSIST;SAVE;UNLIMITED_ERRORS;WIDE_SOURCE;XREF; ZEROISE;
Salflibc path [C:\Program Files (x86)\Silverfrost\FTN95\salflibc.dll] Salflibc version [26.2.13.8] Compiler options in effect: 64;BINARY;BOUNDS_CHECK;CFPP;DUMP;ERROR_NUMBERS;FPP;IGNORE; IMPLICIT_NONE;LIST;NO_COMMENT;PERSIST;SAVE;UNLIMITED_ERRORS;WIDE_SOURCE;XREF; ZEROISE;
[quote:c7d568b1d7] 0058 config = ' ' ! clear out the config filename AT 6a6 0059 i = index(appfolder,'\',.true.) AT 6a6 0060 CONFIG_HELP = appfolder(1:i)//'Config_Edit.CHM' AT 6a6 0061 10000 continue AT 6a6 0062 is_dropped_file = 0 ! AT 6a6 0063 local_window_parameters%arbitrary_pointer = loc(is_dropped_file) AT 6a6 0064 call load_config_file_from_registry(failure) AT 6a6 0065 if(failure) then AT 6a6