由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
ebiz版 - 包子现金求助关于68k assembly问题
相关主题
Lingo Global 6-language translator一顿buffet又来了
已经CLEAR的支票还会跳票的?这个ebay上买的ipad有啥猫腻没
这下知道W8买少了吧TE
bill pay 一问大牛帮我看看这个电脑配置,拜谢
新手弱问一个关于Paypal的问题谁有扫雪机的deal阿
靠,是从深圳邮寄出来的?哪位对dell熟悉的兄弟帮忙看一下这个吧
$45买10000美元 (转载)苹果称还可维持iPad 2生产2~3周 后或减产一半
$45买10000美元 (转载)南美人不能卖...被开case了,还被要挟,再寄一个就改差评。
相关话题的讨论汇总
话题: assembly话题: int话题: code话题: 现金话题: short
进入ebiz版参与讨论
1 (共1页)
d********e
发帖数: 6814
1
有个要翻译c code的题目,不知道怎么写。。。
100刀paypal boa现金或者1000个包子
Translate the following C code into assembly, using the execution block and
then compile your code into binary. Explain the 2 phases CLEARLY!
int main()
{
int n;
short s = 3;
n = f(c);
return n;
}
int f(short s)
{
return 2*s;
}
上面那个有点会写,下面要嵌入call不太会,谢谢
s*****e
发帖数: 854
2
gcc -S
will generate the assembly

and

【在 d********e 的大作中提到】
: 有个要翻译c code的题目,不知道怎么写。。。
: 100刀paypal boa现金或者1000个包子
: Translate the following C code into assembly, using the execution block and
: then compile your code into binary. Explain the 2 phases CLEARLY!
: int main()
: {
: int n;
: short s = 3;
: n = f(c);
: return n;

m******s
发帖数: 152
3
ls -1
1 (共1页)
进入ebiz版参与讨论
相关主题
南美人不能卖...被开case了,还被要挟,再寄一个就改差评。新手弱问一个关于Paypal的问题
没想到dell堕落到这种地步靠,是从深圳邮寄出来的?
QB simple start记账能行吗?$45买10000美元 (转载)
[bssd[我老公这样的情况还能找到cs相关工作吗?$45买10000美元 (转载)
Lingo Global 6-language translator一顿buffet又来了
已经CLEAR的支票还会跳票的?这个ebay上买的ipad有啥猫腻没
这下知道W8买少了吧TE
bill pay 一问大牛帮我看看这个电脑配置,拜谢
相关话题的讨论汇总
话题: assembly话题: int话题: code话题: 现金话题: short