I just thought there needs to be a place to post things we would like to see in the flat assembler
so we don't fill up Privalov's message box or email box
with wish lists
so we don't fill up Privalov's message box or email box
with wish lists
I would like to see some ideas from A86
error reports inserted into the source files pointing
out the error and are removed if the error in cleared
on the next atempt at assembly it is a lot easer to fix errors when thay are reported in the file that caused them in the first place
source code librarys the first place A86 looks for symbols
that aren't resolved in the source code is in the source library if it finds the symbol in the library the source code from the library is inserted into the source being assembled the library manager is a separate program from the assembler that builds an index for the source files that comprise the library
error reports inserted into the source files pointing
out the error and are removed if the error in cleared
on the next atempt at assembly it is a lot easer to fix errors when thay are reported in the file that caused them in the first place
source code librarys the first place A86 looks for symbols
that aren't resolved in the source code is in the source library if it finds the symbol in the library the source code from the library is inserted into the source being assembled the library manager is a separate program from the assembler that builds an index for the source files that comprise the library
I would have to agree on this, I've used A86/A386 and these are great features, though the error inserted into file thing can mess up your source at times.:tongue:
yha but it never over writes the orgnal source file
and removes them if you fix the error
and removes them if you fix the error