ADD A,59H MOV 5AH, A LOOP: SJMP LOOP END 我知道ORG 00H表示程式在 00H位置開始工作, 但如果ORG 00H改成ORG 100H會怎樣?
www.google.com.tw