True, My understanding is works created by the federal government are for the public good and are as such in the public domain. Note that they can still limit distribution. mainly this is done via classifying the work. Also note the public domain may not apply to works created for the federal government by a third party. final note. The good state governments follow the federal government in placing things in the public domain, but some states try to copyright works they have made. Boo hiss.
The chip itself can have up to 64k Flash (and another 64k of RAM). But the CPU accesses the memory via a MMU that can map the 1M address space into (mostly) 64k chunks. So effectively the OS can use 1M physical addresses and the CPU itself uses close to 64k of them (depending on how you configure the MMU).
edit: so the whole address space of 1M can be mapped via the MMU into 64k installments.
The microarchitecture (how the CPU is internally designed, how it executes instructions) is irrelevant to RISC vs CISC.