linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Niel A <amerei@gmail.com>
To: linux-assembly@vger.kernel.org
Subject: newbie
Date: Fri, 23 Dec 2005 16:50:14 +0000	[thread overview]
Message-ID: <20051223165014.3a1db406.amerei@gmail.com> (raw)

hello all!

i'm taking linux assembly as a hobby for christmas and i found your great site. the tutorials have been much helpful.

anyway, i meant to ask something.. 

section .data
	string: db "hi!",10

and i wanna capitalize the small letter 'h'.

at first i used
	mov di, string ; but di is 16 bits and ld complains

so i eventually started using the 32 bit ones to do the capitalisation operation. but for some reason, i lose all other letters, including the linefeed.

please point me to the right direction.

merry christmas,
- niel

             reply	other threads:[~2005-12-23 16:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-23 16:50 Niel A [this message]
2005-12-23  9:11 ` newbie Fred Marmond
2005-12-23  9:56 ` newbie Frank Kotler
2005-12-24 23:16   ` newbie Niel A

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051223165014.3a1db406.amerei@gmail.com \
    --to=amerei@gmail.com \
    --cc=linux-assembly@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).