[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sixtyfive assembler
- Subject: sixtyfive assembler
- From: Daniel Kruszyna <dan@krue.net>
- Date: Fri, 4 May 2012 00:37:54 +0000 (UTC)
- Cancel-lock: sha1:eb+UF6r95Z4NdvhJKakEhRTfD0M=
- Injection-date: Fri, 4 May 2012 00:37:54 +0000 (UTC)
- Injection-info: mx04.eternal-september.org; posting-host="mMysQdl3n5vtyk/T+i6QVA"; logging-data="21817"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18uI/wjkxqTO3cnezELZpSV"
- Newsgroups: comp.sys.apple2
- Organization: A noiseless patient Spider
- User-agent: tin/2.0.0-20110823 ("Ardenistiel") (UNIX) (Linux/2.6.32.19 (ppc64))
Hello All,
I wrote a forth style Apple II cross assembler:
http://krue.net/sixtyfive/
I wanted to release it in order to meet the 3 month rule at HackFest.
Technically, it's a little late, but maybe the judges will let it slide?
Also, someone was asking about cross assemblers a few weeks back.
sixtyfive is a forth style assembler. It's only been tested with gforth,
but I'm open to adding support for others if it's not too much trouble.
sixtyfive supports 6502, 65c02, and 65c816 opcodes.
sixtyfive can output a limited set of OMF files.
sixtyfive can compile resource definitions.
sixtyfive can make ToolBox calls (they're not all added yet though).
sixtyfive can output ProDOS disk images.
If your brain works like mine does, which is unlikely yet possible,
then you may want to give sixtyfive a try.
-- Daniel