Commit Graph

  • 9069ef167f
    dded SVC syntax support master Alexander Rosenberg 2023-05-04 19:22:56 -0700
  • b54dcb9e7a
    Remove check for armv7 Alexander Rosenberg 2023-05-03 15:23:39 -0700
  • a0d8f3db2e Update 'ftdetect/arm.vim' Alexander Rosenberg 2023-02-08 22:00:26 -0800
  • 4e24c74695 Update 'ftdetect/arm.vim' Alexander Rosenberg 2023-02-08 21:58:20 -0800
  • 1c5af7edbe Update 'autoload/arm/ft.vim' Alexander Rosenberg 2023-02-08 21:50:49 -0800
  • 67cb0126b7 Update 'README.md' Alexander Rosenberg 2023-02-08 01:16:28 -0800
  • f821f30dcc Update 'README.md' Alexander Rosenberg 2023-02-08 01:16:00 -0800
  • ba55fd9f83
    Merge 3463bafb3f into e0abb52d46 Luna Mittelbach 2021-09-19 12:51:53 +0200
  • 3463bafb3f
    base syntax: support SVC, UAL suffix-less LDM/STM Luna Mittelbach 2021-09-19 12:47:36 +0200
  • e0abb52d46
    Merge pull request #8 from adah1972/add-ftdetect soup 2021-07-02 12:46:11 +0200
  • a9f9e0510b
    Merge pull request #9 from lkslawek/add_highlighting_for_adrl_cond soup 2021-07-02 12:39:32 +0200
  • 4b4bc41933 Highlight instructions with {cond} at the very end Sławomir Bocheński 2021-03-26 02:24:56 +0100
  • ff3c9c0c48 Support autodetection of ARM assembly. Wu Yongwei 2020-07-12 14:34:08 +0800
  • caf53551a0 add a picture ARM9 2018-10-06 14:14:41 +0200
  • 304b469e44
    Merge pull request #5 from Plotnus/patch-1 ARM9 2018-08-26 15:09:45 +0200
  • 9e9a05706d
    Update arm_syntax_base.vim so labels can be properly highlighted if ending with a $ Jonathan Plotner 2018-08-25 16:31:47 -0700
  • 8035b3f00f Fix .if directives ARM9 2016-02-25 12:04:38 +0100
  • c171c4e985 Fix .if directives ARM9 2016-02-25 12:04:38 +0100
  • 0168ad834b Add preliminary neon datatype suffix ARM9 2016-02-05 16:44:33 +0100
  • de73be2825 Add thumb2 IT permutations ARM9 2015-11-01 16:14:27 +0100
  • 74b0327830 add word boundaries ARM9 2015-10-17 17:12:59 +0200
  • 4ea2137148 Merge pull request #3 from Ricky-Gong/master ARM9 2015-10-17 16:18:38 +0200
  • 4d660921d1 fix regex of armv6 VFP/NEON registers Ricky Gong 2015-10-17 12:36:36 +0800
  • b1e3217e60 fix regex of armv6 VFP/NEON registers Ricky Gong 2015-10-17 12:32:41 +0800
  • 007a663c78 Fix gas directive highlighting ARM9 2015-10-14 17:02:35 +0200
  • 5991a8d6b3 Fix number highlighting ARM9 2015-09-09 17:28:42 +0200
  • cc664a6a6a Update float format ARM9 2015-08-16 17:44:52 +0200
  • b2b3a7ad9c adrl pseudo op ARM9 2015-07-30 17:09:46 +0200
  • 361c39e5f4 shuffle around some conditional instructions, forgot adr ARM9 2015-07-29 12:41:08 +0200
  • 7934b63d57 fix some coprocessor stuff ARM9 2015-07-24 21:24:31 +0200
  • 6dc0a6ef28 .thumb ARM9 2015-07-21 20:59:42 +0200
  • 600ee53239 Update directives ARM9 2015-07-21 16:45:29 +0200
  • c5bc0c15de remove # comment ARM9 2015-07-15 19:59:45 +0200
  • 9b1daaa845 all valid labels should work now ARM9 2015-07-15 19:40:39 +0200
  • 6445d61998 fix local labels, binary, register groups ARM9 2015-07-15 18:22:40 +0200
  • 3d23f83716 cpp directives ARM9 2015-07-15 13:04:59 +0200
  • eed9731438 local labels ARM9 2015-07-10 00:30:37 +0200
  • 2935a2b0d6 ADR ADRL pseudo-ops ARM9 2015-05-24 20:57:03 +0200
  • 97c5907e8d test ssh ARM9 2015-05-03 12:05:49 +0200
  • cea3787924 testing ssh ARM9 2015-05-03 12:02:57 +0200
  • dea39d77fe vcvtr ARM9 2015-05-01 11:48:40 +0200
  • 30c75389fe vld/vst 1-4 ARM9 2015-05-01 11:41:19 +0200
  • c835bb871a fcmpz[sd] ARM9 2015-05-01 11:02:21 +0200
  • 282c605023 Merge branch 'master' of https://github.com/ARM9/arm-syntax-vim ARM9 2015-04-19 18:33:31 +0200
  • 9f1ca06ccb fixed armv5 smul bug ARM9 2015-04-19 18:31:28 +0200
  • 6693bcb78d more vfp mnemonics ARM9 2015-04-07 17:02:27 +0200
  • 82e444f5d3 fixed wrong include ARM9 2015-04-07 16:35:08 +0200
  • c86e481e4a That should cover vfp ARM9 2015-04-07 16:02:14 +0200
  • 5ee4cfcf5a added VFP ARM9 2015-04-07 15:37:54 +0200
  • c5eaf804fb fixed bug that caused some armv4 instructions to not highlight ARM9 2015-04-03 16:32:27 +0200
  • e457b8cd10 forgot a \> ARM9 2015-04-01 19:10:58 +0200
  • eb5eb49943 added neon instructions ARM9 2015-04-01 18:20:14 +0200
  • 61dad555b9 Fixed readme ARM9 2015-04-01 17:45:21 +0200
  • 73fda349a0 Fixed armv6/vfp bugs ARM9 2015-04-01 17:43:32 +0200
  • 73a2ad1abe Finnished ARMv6, VFP ARM9 2015-04-01 17:21:44 +0200
  • 5be5ae0135 forgot frame pointer ARM9 2015-04-01 16:23:55 +0200
  • 1c5349f236 Finnished ARMv6 ARM9 2015-03-30 20:20:06 +0200
  • b49a9f4887 Added neon Q registers ARM9 2015-03-29 20:39:08 +0200
  • 6c915cc682 add armv6 base ARM9 2015-03-16 10:40:18 +0100
  • c0a2bc0b25 indentation ARM9 2015-03-15 22:36:08 +0100
  • c24e442cad Separated hilinks to avoid bug when using armv4 and v5 in one vim ARM9 2015-03-10 19:24:19 +0100
  • 759f93a5a2 added vfp/neon registers ARM9 2015-03-08 16:01:07 +0100
  • 0c800aecf2 armv5 fixed ARM9 2015-03-08 15:20:13 +0100
  • a22692f80d testing hilink recursion ARM9 2015-03-08 15:13:34 +0100
  • f7e674e06c fix include bug ARM9 2015-03-08 15:04:25 +0100
  • ed0888f0dc Added armv5 syntax ARM9 2015-03-08 14:48:56 +0100
  • 965da68eeb init ARM9 2015-03-08 13:58:42 +0100