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.
move #>$3,var68k アセンブリでの命令の 意味は?
move #>$3,var
私はそれを考え出した。構文#>は、68K でロング (即時) アドレッシング モードを強制する演算子であるため、私の命令 move #>$3,varは、値 $3 (0x03) を変数に移動してvar、68K アセンブリでロング アドレッシング モードを強制することを意味します。この操作をサポートしているプロセッサについては確信が持てません。
#>
var
@drhirschはほとんどそれを釘付けにしました。