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.
ラベルにジャンプするのに問題があります。
私のコード:
asm{ keypress: ... cmp ax,0000 jz keypress }
ボーランドは言う:未定義のラベル「キープレス」
ラベルをasmブロックの外側(つまり、「asm {」行のすぐ上)に移動してみてください。これは、このリンクとこのリンクごとです。
また、明らかにフォワードラベルにジャンプできない場合もありますが(ここでは)、この例ではもちろん問題ではありません。