On Mon, 2 Dec 2019 19:27:42 +0000, Keith Moe wrote:

>Even when using "baseless" code, I like to keep ONE register 
>as the base/entry point of the module (plus what ever is 
>needed for constant/data areas beyond the first 4K).

Locating your constants at the beginning of the program allows 
you to do that without sacrificing a register.

-- 
Tom Marchant

Reply via email to