flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3 ... 10, 11, 12 ... 31, 32, 33 Next |
Author |
|
TmX 06 Nov 2006, 09:38
I'm looking for a Windows-based ARM simulator (preferably free).
Any suggestions ? |
|||
![]() |
|
vid 06 Nov 2006, 10:30
DeviceEmulator from MS
|
|||
![]() |
|
revolution 06 Nov 2006, 10:44
ARM realview tools also has a software simulator. But it is not free.
|
|||
![]() |
|
vid 12 Dec 2006, 18:09
someone with wikipedia experience, please add [url]arm.flatassembler.net[/url] here: http://en.wikipedia.org/wiki/ARM_Holdings_plc and here: http://en.wikipedia.org/wiki/ARM_architecture
|
|||
![]() |
|
revolution 26 Dec 2006, 10:56
MCD wrote: asm ported to the Cell SPU/PowerPC, but I have no time doing it on my own |
|||
![]() |
|
dead_body 26 Dec 2006, 11:33
what in plan on development this remarkable project?
|
|||
![]() |
|
Madis731 05 Feb 2007, 12:24
Hi, does anyone have any idea about why FASMARM crashes every time on Windows 2003 Server Standard 64-bi Edition?
2K/XP programs should run on 2003 fine and even though its 64-bit it shouldn't crash. FASMW doesn't have this problem. Any other info needed to squash this bug? Just reply... |
|||
![]() |
|
revolution 05 Mar 2007, 05:33
Madis731 wrote: Hi, does anyone have any idea about why FASMARM crashes every time on Windows 2003 Server Standard 64-bi Edition? One other matter I'll put here to save making a new message. I have uploaded version 1.10. It fixes a minor bug in the ARMLITRL.INC file and adds support for forward referencing of register based structure members. |
|||
![]() |
|
Zetus 04 Apr 2007, 06:36
So, difference between fasm and fasmARM...
Fasm is well documented and also amount of examples... If someone collect all docs in one (downloadable) package, with description of ARM commands,winCE/other systems/no system examples.. I cant imagine how many peoples will be grateful. Thousands..minimum. ![]() |
|||
![]() |
|
revolution 04 Apr 2007, 09:24
I have not had the time to compile any documentation, but it is a good idea. Perhaps later when I can make some time I will see what can be done.
|
|||
![]() |
|
mrblobles 08 Apr 2007, 21:33
awesome. does this mean I can write ASM programs for my iPod?? (it has an ARM processor, and is running iPod linux)
|
|||
![]() |
|
revolution 08 Apr 2007, 22:34
mrblobles wrote: awesome. does this mean I can write ASM programs for my iPod?? (it has an ARM processor, and is running iPod linux) Don't forget to post your code here so others can also write their own stuff for the iPod. |
|||
![]() |
|
Zetus 11 Apr 2007, 06:12
Try to compile example4(PE)..
1.some macros is from original fasm but what? Not described. 2.can you rename window fasm v 1.67.21 to something else ? - two or more projects fasm AND f'arm - and you are completely crazed out. I'm very interested in project, say if i can help with something. |
|||
![]() |
|
revolution 11 Apr 2007, 11:04
Zetus wrote: 1.some macros is from original fasm but what? Not described. Zetus wrote: 2.can you rename window fasm v 1.67.21 to something else ? - two or more projects fasm AND f'arm - and you are completely crazed out. Zetus wrote: I'm very interested in project, say if i can help with something. |
|||
![]() |
|
Dex4u 11 Apr 2007, 18:19
Here is a simple example that runs on a GP2X with linux on it
Code: format ELF executable entry start segment readable executable macro adr reg,location { add reg,pc,location-$-8} ;tell linker entry pointcode32start: adr r0, Dirtest ; directory swi 0x90000C ; chdir adr r0, Menutest ; program to execute mov r1, 0 ; arg 2 = NULL mov r2, 0 ; arg 3 = NULL swi 0x90000B ; execveDirtest: db "/usr/gp2x",0Menutest: db "/usr/gp2x/gp2xmenu",0segment writeablePacker rb 4000 http://en.wikipedia.org/wiki/GP2X |
|||
![]() |
|
0.1 25 Jul 2007, 10:47
I don't have an ARM
![]() Can I get a full fledged emulator (free, OSS) that emulates complete instruction set for ARM processors, and that runs in Windows? |
|||
![]() |
|
crc 25 Jul 2007, 11:11
0.1: Take a look at SkyEye (http://www.skyeye.org/index.shtml)
|
|||
![]() |
|
vid 25 Jul 2007, 11:17
there is also Device Emulator from Microsoft.
You will also need to find "emulator images" for specific version of WinCE you like |
|||
![]() |
|
0.1 25 Jul 2007, 13:20
Thanks crc, vid !
I have no idea about ARM architecture as yet so I just want to start learning it. I need an easy to follow and nice way to start in ARM. Can I hope for any help? PS: Is there any tutorial+emulator kit from anybody that can help me start out on ARM? |
|||
![]() |
|
Goto page Previous 1, 2, 3 ... 10, 11, 12 ... 31, 32, 33 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.