port(100分)

  • 主题发起人 主题发起人 满弓
  • 开始时间 开始时间

满弓

Unregistered / Unconfirmed
GUEST, unregistred user!
在pascal中以下读取CMOS参数的语句如何在delphi中实现:
for i:=$14 to $1A do begin
port[$70]:=i;
inc(d,port[$71]); // d为integer类型
end;
 
delphi能支持port操作吗?
 
我想知道在delphi中类似port功能的操作方法。
 
delphi可以使用嵌入的 asm
只是可能只能在win9x下执行,不能在nt下执行
 
多人接受答案了。
 

Similar threads

回复
0
查看
991
不得闲
回复
0
查看
874
不得闲
回复
0
查看
1K
不得闲
S
回复
0
查看
908
SUNSTONE的Delphi笔记
S
S
回复
0
查看
885
SUNSTONE的Delphi笔记
S
后退
顶部