CVS log for gforth/arch/arm/asm.fs

[BACK] Up to [gforth] / gforth / arch / arm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 31 18:09:02 2010 UTC (13 years, 3 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +1 -1 lines
updated copyright years

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 14 22:04:57 2010 UTC (14 years ago) by abolka
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +1 -1 lines
Fix BX in ARM asm, improve BLX in disasm

Add and update associated testcases.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 11 11:42:02 2010 UTC (14 years ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +7 -5 lines
support for more forth-like condition codes

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 11 10:31:02 2010 UTC (14 years ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +6 -5 lines
support for using ARM assembler inside 64-bit host forth (for cross-compile,
testing etc.)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 10 15:19:27 2010 UTC (14 years ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +1 -1 lines
fix ARM assembler ldm/stm operand order for consistency

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 10 12:45:00 2010 UTC (14 years ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +2 -2 lines
Committed assembler bugfixes by Andreas Bolka

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 28 12:37:56 2010 UTC (14 years ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +37 -21 lines
Changed operand order to standard ARM syntax.
Added support for MSR instruction.
Added support for ARM arch v5 BLX instruction.
Fixed asm-expample.fs, though not yet tested.
Added BLX instructions to testdisasm.fs.
Fixed MRS instruction use in testdisasm.fs
Added MSR instruction to testdisasm.fs
Todo: fix testdisam.fs to use new operand order.
Todo: test test test.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 22 17:08:07 2010 UTC (14 years ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +4 -4 lines
added ARM disassembler (contributed by Andreas Bolka)
some fixes in the ARM assembler (contributed by Andreas Bolka)
ARM assembler and disassembler are now distributed
FCOPYSIGN now works with the strangely ordered floats on ARM

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 15 16:11:49 2008 UTC (15 years, 9 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +1 -1 lines
updated copyright years
updated copyright-blacklist (added libltdl)
updated distributed files (don't distribute files without distribution terms)
added copyright to preforth.in and build-ec.in

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 18 22:18:34 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +3 -0 lines
Added a note, telling the reader were to look for the assembler's
documentation.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 18 22:10:59 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +1 -1 lines
fixed NEXT,  , adapted asm-example.fs to use it

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 18 21:37:14 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +5 -0 lines
added portable implementation of NEXT, to ARM assembler

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 18 21:17:52 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +9 -3 lines
minor assembler updates

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 17 19:27:24 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +0 -1 lines
very minor fix

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 17 19:11:13 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +2 -2 lines
asm example...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 17 18:47:41 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +2 -1 lines
minor change.  how do code an assembly 'next' compatible to gforth?

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 17 18:42:25 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -0 lines
add example/proof of concept routines coded in ASM

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 17 18:31:44 2008 UTC (16 years, 3 months ago) by dvdkhlng
Branches: MAIN
first commit of ARM assembler.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>