We have all the reference file within the installation as any solution has to work without the internet. No too hard as producing stand alone HTML is easy with AI. We have all the chip files, all the defaults for all the chips, a special file provided by Microsoft to find Datasheets and methods to find the home page. Up for a challenge?
Fix: AVR DX RAM-clear used SRAM_START, which GCASM silently resolved to 0 instead of the chip's real SRAM base, corrupting I/O register space on boot; build 1647
Fix: Dim x As Type = expr silently mis-set or dropped its initializer when the expression contained a function call; build 1646
Interesting. Could this approach replace PICInfo and AVRInfo? I can share all the data sources for these tools. I want to replace these tools as the licensing for the Dev Tools is very expensive.
Dir port.pin In or on another line Dir port.pin Out
In|Out means In or Out. You cannot use In|Out
Yes, just use dir port.pin In|Out I would use an alias for port.pin. But, this is a common practice.
Should we hold off this work until I get the ATTINY202 board here? As does not make sense.