Microsoft MASM語言包括.K3D directive。文檔很少: 允許組裝K3D指令。 從其他指令推斷這似乎是一個x86 ISA擴展。 我在整個英特爾架構文檔中找不到該術語的實例。 A Google search on intel.com顯示總共8個結果,沒有任何用處。 A Google search on microsoft.com只能找到MASM文檔。 什麼是K3D x86 ISA
當我們有這樣的代碼: main: MOV #SFE(CSTACK), SP ; set up stack
;;; some instructions .......
; load the starting address of the array1 into the register R4
MOV.W #arr1, R4
; load the st