update Demo-Build/8051/readme.txt.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2026-07-30 17:02:04 +00:00
committed by Gitee
parent c8c509ca10
commit 30a237e4aa
+3 -1
View File
@@ -78,6 +78,8 @@
__A51__ 关键字做条件编译,如果编译器不支持该关键字可自行添加。
2CosyOS 内核中会用到 #pragma NOAREGS 来实现相对寄存器访问,如果
编译器不支持应设法等效替换。
3其它可能的、未知的兼容性问题。
3已知某些编译器不支持 .s 汇编文件,可将移植文件中的 .s 文件更名为
.A51,如 port_8051s.s 更名为 port_8051s.A51。
(4)其它可能的、未知的兼容性问题。