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.
私ができることがわかっている2つのレジスタr5とr6を比較しようとしています
CMP R7, R5
私がやろうとしていることは
if R7 > 1 thenADD R8, R8, #1コードの異なるセクションでこれを複数回使用するため、分岐なし
ADD R8, R8, #1
より大きい場合、または分岐後に前の位置に戻ってカウントに追加できる場合は、BGT が分岐することを知っていますか?