Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly x86 > Re: Assemblers
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 19 of 20 Topic 4564 of 4728
Post > Topic >>

Re: Assemblers

by nbaker2328 <spamtrap@[EMAIL PROTECTED] > Mar 15, 2008 at 10:28 PM

On Mar 13, 8:19 am, Frank Kotler  <spamt...@[EMAIL PROTECTED]
> wrote:
>
> r0, r1, r2... are used outside of the x86 world, including x86-64, s0
> sounds like Herbert to me. :) If it *is* his syntax you're seeing, his
> assembler (Daniela/Windela/Lindela - I think the original name
> translates to "the other assembler") is available, plus he's written a
> set of macros that will allow you to write something similar to his
> preferred syntax, and assemble it with Nasm. I'm not sure I see the
> point of this - Lindela works fine, if you wanna do it that way - but it
> shows that you can design your own custom syntax, within limits.
>
> Herbert's syntax looks like so:
>
> atoi1:  move.l  #result,r6
>          move.l  #size,r2
>          eor.l   r0,r0
>          rep_r2  move.l  r0,(r6)+-{s1}
>
>          move.l  #10,r6
> _20:    movu.bl (r3),r2
>          inc.l   r3
>          cmp.b   #'9',r2
>          bhi.l   _done
>          sub.b   #'0',r2
>          bcs.l   _done
>          ...
>
> If that's the syntax you're interested in, the manual's in English,
> although the assembler yells at me in German if I make a mistake.
>
> ftp://137.193.64.130/pub/assembler/windela.zip
>

This is just a notice that I have successfully 'mirrored' Lindela to
Canonical's Launchpad:

http://launchpad.net/lindela

Nathan.
 




 20 Posts in Topic:
Assemblers
Terence <spamtrap@[EM  2008-03-11 15:04:37 
Re: Assemblers
santosh <spamtrap@[EM  2008-03-12 04:57:52 
Re: Assemblers
NoSpam@[EMAIL PROTECTED]   2008-03-12 13:08:00 
Re: Assemblers
"Wolfgang Kern"  2008-03-12 13:26:33 
Re: Assemblers
"Maarten Kronenburg&  2008-03-12 16:50:58 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-12 16:10:45 
Re: Assemblers
Frank Kotler <spamtra  2008-03-13 12:19:33 
Re: Assemblers
santosh <spamtrap@[EM  2008-03-13 16:01:25 
Re: Assemblers
"Wolfgang Kern"  2008-03-14 12:49:58 
Re: Assemblers
Frank Kotler <spamtra  2008-03-14 17:32:29 
Re: Assemblers
"Wolfgang Kern"  2008-03-15 12:33:19 
Re: Assemblers
Phat Sam <spamtrap@[E  2008-03-13 01:06:21 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-14 15:25:26 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-14 16:01:03 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-14 15:56:07 
Re: Assemblers
"Wolfgang Kern"  2008-03-15 12:47:35 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-14 16:09:59 
Re: Assemblers
Terence <spamtrap@[EM  2008-03-14 15:51:47 
Re: Assemblers
nbaker2328 <spamtrap@[  2008-03-15 22:28:37 
Re: Assemblers
Rugxulo <spamtrap@[EM  2008-03-20 13:32:45 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 0:27:04 CDT 2008.