On Jan 7, 3:37 am, Marco van de Voort <mar...@[EMAIL PROTECTED]
> wrote:
>
> Verify what exactly? Syntax check is done by the compiler automatically.
Fair question! I'm trying to unravel complexity. The author did a fine
job, but to maintain and expand the assembler it needed clarification.
The assembler has about 8 units (i combined some) and the program
file. To run the assembler, one needs an AVR assembly mnemonic source
program file. And there are many different AVR device types. Units
depend on other units, global variables are placed in unit interface
sections. And many subroutines depend on other subroutines, so
declaration order is im****tant.
MSEide screenshots show a capability to somewhat unravel a bird's nest
program.
I'm just trying to figure out some good next steps.
Thanks,
Rick.


|