At Sun, 11 Feb 2024 10:39:36 +0100, Fekete Zoltán <fekete.zol...@minux.hu> 
wrote:
Subject: x86_64 assembly Hello World
> 
> I have played with GNU as and ld, and
> subsequently created a "Hello World!"
> program, which I could not find anywhere
> else so far.

Very nice!

Here's my hello.s written in x86_64 assembler for NetBSD:

        https://github.com/robohack/experiments/blob/master/thello.s

Therein you will find a reference to the following page from whence I
borrowed most of the implementation:

        https://polprog.net/blog/netbsdasmprog/

Also here's my example true(1) and false(1) written in x86_64 assembler:

        https://github.com/robohack/experiments/blob/master/ttrue.s
        https://github.com/robohack/experiments/blob/master/tfalse.s

-- 
                                        Greg A. Woods <gwo...@acm.org>

Kelowna, BC     +1 250 762-7675           RoboHack <wo...@robohack.ca>
Planix, Inc. <wo...@planix.com>     Avoncote Farms <wo...@avoncote.ca>

Attachment: pgp7uoDGQGKR6.pgp
Description: OpenPGP Digital Signature

Reply via email to