flat assembler
Message board for the users of flat assembler.
Index
> Non-x86 architectures > Windows CE Assembly |
Author |
|
Christopher D 26 Sep 2005, 21:05
[ Post removed by author. ]
Last edited by Christopher D on 23 Oct 2011, 16:55; edited 1 time in total |
|||
26 Sep 2005, 21:05 |
|
shism2 26 Sep 2005, 21:12
sigh .... 1 years worth jeez. You should keep backups
|
|||
26 Sep 2005, 21:12 |
|
ronware 26 Sep 2005, 22:35
Well, the PocketPC is not an x86 device - so that is the problem. FASM doesn't generate ARM code ...
|
|||
26 Sep 2005, 22:35 |
|
ronware 27 Sep 2005, 01:55
Oh, I'll definitely be interested! I would like to make Reva (my Forth code) run on an ARM-based PocketPC...
|
|||
27 Sep 2005, 01:55 |
|
Christopher D 27 Sep 2005, 16:30
[ Post removed by author. ]
Last edited by Christopher D on 23 Oct 2011, 16:53; edited 1 time in total |
|||
27 Sep 2005, 16:30 |
|
Christopher D 27 Sep 2005, 16:33
[ Post removed by author. ]
Last edited by Christopher D on 23 Oct 2011, 16:55; edited 1 time in total |
|||
27 Sep 2005, 16:33 |
|
Madis731 28 Sep 2005, 07:19
FASM's current support is only for x86 (including its 64-bit variant) but the macros are powerful enough to translate any code, the only problem remaining, someone needs to code it.
When people program for different architectures, they usually use C (or variants) which has a LOT of include files so the output can be any processor and any operating system. Of course all this is possible with FASM, but like I said said before someone's gotta make the includes/macros that support it. |
|||
28 Sep 2005, 07:19 |
|
revolution 28 Sep 2005, 09:53
Quote: the macros are powerful enough to translate any code |
|||
28 Sep 2005, 09:53 |
|
Madis731 28 Sep 2005, 13:26
I didn't claim you can use any syntax rather you may use FASM-like syntax to assemble ARM. You just need to make the includes or macros that mimic the way one expects. C being an example doesn't change its syntax when coding for different architectures - why should FASM?!
|
|||
28 Sep 2005, 13:26 |
|
Reverend 28 Sep 2005, 14:38
Becuase programs in C are compiled on different processors. When compiled on ARM, the libc with opcodes for ARM will be used, and so on. Using FASM is using only one and specific opcodes already, not dependencies to some library
|
|||
28 Sep 2005, 14:38 |
|
revolution 29 Sep 2005, 00:52
Quote: I didn't claim you can use any syntax rather you may use FASM-like syntax to assemble ARM |
|||
29 Sep 2005, 00:52 |
|
HyperVista 29 Sep 2005, 02:45
You may want to look a the Compact Framework. Here's a link to an opensource group supporting the Compact Framework: http://www.opennetcf.org/forums/
|
|||
29 Sep 2005, 02:45 |
|
vid 21 Jun 2006, 09:09
if someone still hits this thread, working WinCE executable can be found here: http://board.flatassembler.net/topic.php?t=4191
|
|||
21 Jun 2006, 09:09 |
|
vid 21 Jun 2006, 18:59
also here is interesting article on winCE drivers: http://www.embedded.com/story/OEG20010618S0083
|
|||
21 Jun 2006, 18:59 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.