Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

急救!!!!!...DELPHI vs Masn....

0 views
Skip to first unread message

唉....

unread,
Mar 27, 1997, 3:00:00 AM3/27/97
to

請問個位大哥...
delphi..可以像C++一樣


加入組合語言的程式碼嗎?....

if 可以..要如何做ㄚ....


謝謝大哥們的回答.....


--
* Origin: ● 華夏計中BBS ● From: cc

腐风滇

unread,
Mar 27, 1997, 3:00:00 AM3/27/97
to

==> 在 wowwo...@bbs.hwh.edu.tw (唉....) 的文章中提到:
: 請問個位大哥...

: delphi..可以像C++一樣
: 加入組合語言的程式碼嗎?....
: if 可以..要如何做ㄚ....
: 謝謝大哥們的回答.....

On-Line Help 中即有範例...
--
歡迎加入免費的 DelphiChat Mailing List,加入辦法請參見:
32 Bit Delphi 深度歷險 : http://www.aaa.hinet.net/delphi
http://www.kpi.edu.tw/delphi http://ibmsrv.cc.nthu.edu.tw/DELPHI

唉....

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to

==> 在 Tomm...@csie.nctu.edu.tw (葛瑞菲) 的文章中提到:
: ==> 在 wowwo...@bbs.hwh.edu.tw (唉....) 的文章中提到:

: : 請問個位大哥...
: : delphi..可以像C++一樣
: : 加入組合語言的程式碼嗎?....
: : if 可以..要如何做ㄚ....
: : 謝謝大哥們的回答.....

: On-Line Help 中即有範例...
^^^^^^^^^^^^^
Tomm大哥...小弟找不到?????..
可否說詳細一點.....謝謝

腐风滇

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to

==> 在 wowwo...@bbs.hwh.edu.tw (唉....) 的文章中提到:
: ==> 在 Tomm...@csie.nctu.edu.tw (葛瑞菲) 的文章中提到:
: : On-Line Help 中即有範例...
: ^^^^^^^^^^^^^
: Tomm大哥...小弟找不到?????..
: 可否說詳細一點.....謝謝
以 asm 這個 keyword 下去找:可以找到這個範例:

procedure foo;
label
BigJump;
begin
asm
mov ax, SomeVar
or ax, ax
JZ BigJump
mov SomeVar, dx
end
writeln(SomeVar);
asm
BigJump:
mov ax, dx
end;
end;

The following example declares local labels.

procedure foo;
begin
asm
or ax, ax
JZ @@MyLabel
mov dx, ax
mov cx, ax
@@MyLabel:
inc ax
end;
end;

唉....

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to


謝謝...我了解....
delphi..真的是非常好用!!!!!

0 new messages