spacer
Menu
Main
About
Search
Submit News
News Archive
Forum
Contact Us

Tools
Games/Demos
Sourcecode
Documentation
Hardware
Developers
Tools
FASMARM v1.28 [Tools/Build]

Made by: revolution
Released: 2012-06-
Download: FASMARM_full.ZIP

The FASMARM package is a free ARM cross-assembler add-on for FASM
Runs under Win32 (9x/NT/2K/XP/Vista/7) and LINUX.
Plus a linkable object file for UNIX/LibC.
FASMARM currently supports the full range of ARM processors and coprocessors.

If you want to compile FASMARM yourself you will also need to download FASM

Tested for the gba by krom, who also mentions:
FASMARM is much more stable than the goldroad ARM assembler...
FASMARM will not currently recognize any of the ARM pseudo-instructions like LDR Rd,=
You will need to set up the gba's literal pool yourself, or use a macro to load any 32-bit numeric value into a register:

macro imm32 reg,immediate {
mov reg,immediate and $FF
orr reg,immediate and $FF00
orr reg,immediate and $FF0000
orr reg,immediate and $FF000000
}

Use imm32 Rd,$12345678 in your code etc...

Everything else is perfect in this assembler which includes a full GUI for you to edit your source code. This is easily the best ARM assembler I have used, also the developer revolution has been updating it on a regular basis.

The download includes both the Windows & Linux binaries, including the full source code.

Top Games
spacer
1. Metal Gear Solid 2D: Sensible
2. 2004Mbit Compo Game
3. Xmen V StreetFighter J Edition
4. Another World GBA v2.1
5. MarioBreak!

Top Demos
spacer
1. Smash Bros. Advance
2. Half Life
3. Jespa3D Engine ver 1.39
4. Final Fantasy 4th World Cup won by Italy
5. BulletGBA 5.0


108

GBADEV.ORG Stats
Visitors:
Days Online: 5378
Articles: 550
Games: 377
Demos: 228
Tools: 172

Forum Stats
Top Posters:
1. Anonymous (16777159)
2. tepples (12187)
3. sgeos (2421)
4. HyperHacker (2404)
5. sajiimori (2226)

Members: 11687
Articles: 174678
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.