Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マイクロコントローラ用のアセンブリ言語でプログラムを作成しようとしていstm8sf103ます。RAM レジスタ ($0 など) に即時の 16 進数値を格納したいのですが、これが機能せず、その理由がわかりません。
stm8sf103
stm8/ segment 'rom' loop ld $0,#5 jp loop end
エラーが発生します:
as1 : Error 54: Can't match Addressing mode ' ld $0,#5'