propasm Download

License Notice

Copyright (C) 2006 Cliff L. Biffle

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    

Downloads

Recent Changes

2006-10-29
Fixed many bugs (see SVN log for details). Added .align and .include directives to make my life easier. Added literal string support for byte data directives (encoding currently fixed at UTF-8).
2006-10-25
Read-only status of certain Cog registers wasn't being checked in the right place. propasm should now report all instructions whose behavior is undefined because a read-only register is used in the D field.
2006-10-24
Fixed a bug in predicate handling, and in the implementation of the FIT directive.
2006-10-23
Fixed Unicode input support. Sorry about the oversight, Entire Rest Of The World! It should work now!