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


Electronic Equipment > Microcontrollers 8bit > Re: SAsmE - Ope...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 825 of 855
Post > Topic >>

Re: SAsmE - OpenSource Smart Asm Editor for PIC18 Asm

by Dave <dave@[EMAIL PROTECTED] > Jan 29, 2008 at 10:07 AM

Or you could use the free C compiler from Microchip which makes the code=
  =

even easier to read and much safer if used in combination with MISRA.


On Tue, 29 Jan 2008 07:57:36 -0000, p.tucci <a t> gmail.com  =

<p.tucci@[EMAIL PROTECTED]
> wrote:

> Hi all,
> i just released my first version of SAsmE, it's a cross platform smart=

> editor (with syntax highlighting too of course) for PIC18 Asm with a
> very nice feature: it can translate brain-struggling asm code into
> human readable pseudo-code just pressing "Control-Space"...
> for example code such as
> -----------------------------
> movlw UPLOAD_CHUNK_SERIE
> movwf bl_counter2,A
> movlw BL_RAM_BANK
> movwf FSR0H,A
> clrf FSR0L,A
> -----------------------------
>
> gets translated into more readable
> -----------------------------
> W =3D UPLOAD_CHUNK_SERIE
> bl_counter2 =3D W {A}
> W =3D BL_RAM_BANK
> FSR0H =3D W {A}
> FSR0L =3D 0 {A}
> -----------------------------
>
> I hope someone could find it useful...
> Link: http://www.primianotucci.com/go/sasme
>
> Best Regards,
> Primiano Tucci



-- =

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
 




 1 Posts in Topic:
Re: SAsmE - OpenSource Smart Asm Editor for PIC18 Asm
Dave <dave@[EMAIL PROT  2008-01-29 10:07: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 Aug 28 22:30:24 CDT 2008.