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.
いくつかの変数を入力しています。毎回アドレスをインクリメントする方法を知りたいので、各入力は異なるアドレスに保存されます。毎回1を追加しようとしましたが、アドレスではなく、特定の入力に対してのみ可能です。
あなたが必要としているのはDAT機能だと思います。STAこれにより、特定のメモリ アドレスに変数を (格納)できるメモリ アドレスが予約されます。
DAT
STA
たとえばA DAT、変数のメモリアドレスを予約しますA
A DAT
A