flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3 ... 10, 11, 12 ... 30, 31, 32 Next |
Author |
|
TmX
I'm looking for a Windows-based ARM simulator (preferably free).
Any suggestions ? |
|||
![]() |
|
vid
DeviceEmulator from MS
|
|||
![]() |
|
revolution
ARM realview tools also has a software simulator. But it is not free.
|
|||
![]() |
|
vid
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
MCD wrote: asm ported to the Cell SPU/PowerPC, but I have no time doing it on my own |
|||
![]() |
|
dead_body
what in plan on development this remarkable project?
|
|||
![]() |
|
Madis731
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
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
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
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
awesome. does this mean I can write ASM programs for my iPod?? (it has an ARM processor, and is running iPod linux)
|
|||
![]() |
|
revolution
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
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
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
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
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
0.1: Take a look at SkyEye (http://www.skyeye.org/index.shtml)
|
|||
![]() |
|
vid
there is also Device Emulator from Microsoft.
You will also need to find "emulator images" for specific version of WinCE you like |
|||
![]() |
|
0.1
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 ... 30, 31, 32 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.