Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
January 29, 2008, 7:57 am

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 = UPLOAD_CHUNK_SERIE
bl_counter2 = W
W = BL_RAM_BANK
FSR0H = W
FSR0L = 0
-----------------------------
I hope someone could find it useful...
Link: http://www.primianotucci.com/go/sasme
Best Regards,
Primiano Tucci

Re: SAsmE - OpenSource Smart Asm Editor for PIC18 Asm
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 =

-- =
Using Opera's revolutionary e-mail client: http://www.opera.com/mail /
Using Opera's revolutionary e-mail client: http://www.opera.com/mail /
Site Timeline
- » z80 help
- — Next thread in » Microcontroller Discussions
-
- » 8051:Keil C's linker command file(.lin)
- — Previous thread in » Microcontroller Discussions
-
- » Prototyping software?
- — Newest thread in » Microcontroller Discussions
-
- » W Il Condensatore!
- — The site's Newest Thread. Posted in » Electronics Hobby (Italian)
-
- » Jammery GSM GPS
- — The site's Last Updated Thread. Posted in » Electronics (Polish)
-