Re: GNU AS and multiplatform example ...
- From: Tim Roberts <spamtrap@xxxxxxxxxx>
- Date: Thu, 27 Apr 2006 05:10:48 GMT
spamtrap@xxxxxxxxxx wrote:
Please can someone help me find or make me a simple example of a
'hello world' using GNU ASsembler that runs on both Linux and Windows ?
What you ask is impossible. The low-level interfaces to the two operating
systems are vastly different.
Now, if you allow yourself the luxury of using the C run-time library, so
that your entry point is "main" and you call "printf" to do the work, then
it is certainly possible. However, many would call that cheating.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- Re: GNU AS and multiplatform example ...
- From: spamtrap
- Re: GNU AS and multiplatform example ...
- References:
- GNU AS and multiplatform example ...
- From: spamtrap
- GNU AS and multiplatform example ...
- Prev by Date: Re: CISC vs RISC concepts -- from an assembly view
- Next by Date: Re: CISC vs RISC concepts -- from an assembly view
- Previous by thread: Re: GNU AS and multiplatform example ...
- Next by thread: Re: GNU AS and multiplatform example ...
- Index(es):
Relevant Pages
|