diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-06-08 23:27:31 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-06-10 11:29:02 +1000 |
commit | 5b90d6d4183d0455ba5077cfa8601bfacaa0bf15 (patch) | |
tree | 481e2e85c8edbd6c60ef184cc75c719a0d979a31 /docs/esp32/tutorial/intro.rst | |
parent | bbab2e98f5d82b3111544d26e600af592977c0c3 (diff) | |
download | micropython-5b90d6d4183d0455ba5077cfa8601bfacaa0bf15.tar.gz micropython-5b90d6d4183d0455ba5077cfa8601bfacaa0bf15.zip |
py/asmarm: Give a proper name to the temporary register.
This commit performs a small refactoring on the Arm native emitter, by
renaming all but one instance of ASM_ARM_REG_R8 into REG_TEMP.
ASM_ARM_REG_R8 is the temporary register used by the emitter when
operations cannot overwrite the value of a particular register and some
extra storage is needed.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions