Page 1 of 2

Pocket Programming Language to have it's own assembler!

PostPosted: Jun 3, 2005 @ 2:47am
by kornalius

PostPosted: Jun 3, 2005 @ 6:08am
by bmanske

PostPosted: Jun 3, 2005 @ 12:26pm
by kornalius
Hi,

I will design the PASM syntax to be very easy to use. It won't be based on any specific processor for portability purposes.

If things go well, I would like to beta test it for v0.9. I will concentrate on a few little things for 0.8 first and then start work on this powerfull baby.

PostPosted: Jun 4, 2005 @ 12:42am
by sponge
Will it teach you assembler too? :P

This could be PPL's "big thing" IMO, and will allow you to open up all the doors that have been closed by PPL's lack of speed sometimes. Incredible job.

PostPosted: Jun 4, 2005 @ 2:01am
by mervjoyce

PostPosted: Jun 4, 2005 @ 7:17am
by PpTan
Please, to watch this Web:


http://www.rainer-keuchel.de/wince/armasm.html

Greetings

PostPosted: Aug 25, 2005 @ 4:01pm
by kornalius

PostPosted: Aug 31, 2005 @ 4:50pm
by kornalius

PostPosted: Aug 31, 2005 @ 8:05pm
by mmtbb

PostPosted: Aug 31, 2005 @ 10:19pm
by kornalius

PostPosted: Sep 2, 2005 @ 12:28pm
by mmtbb
this is propbaply a dumb question, but would this work on an AMD driven computer?

PostPosted: Sep 2, 2005 @ 1:52pm
by kornalius
Yeah it should. But will PPL work on an ARM computer?I doubt it. The PASM generates standard ARM code, not even Thumb Arm! You could take the PASM generated code and save it to disk. Maybe you can create a sort of .exe for the ARM computer?

PostPosted: Sep 2, 2005 @ 2:41pm
by mmtbb
when you say it won't run on a ARM computer, you don't mean a Pocket PC do you?

PostPosted: Sep 2, 2005 @ 3:16pm
by kornalius
I totaly didn't read your question properly! I thought I saw ARM and not AMD! :oops:

Yes the PASM is 100% cross-platform between PC and PocketPC. On the PC side it generates 80386 code, so AMD will be compatible too. You write your assembly code once and it will run on both platforms.

PostPosted: Sep 4, 2005 @ 7:42am
by refractor