From cbcc0bfce6c2e087cfe8a6553531f521a3a25818 Mon Sep 17 00:00:00 2001 From: ProbablyNotArtyom Date: Wed, 13 Nov 2019 06:35:47 -0500 Subject: [PATCH] Added KickAssembler to the README Added KickAssembler credits to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2af814..05afede 100755 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with ex - [ORCA/M](http://www.byteworks.us/Byte_Works/Products.html) - [WLA-DX](http://www.villehelin.com/wla.html) - [WTCTools by Western Design Center](http://westerndesigncenter.com/wdc/tools.cfm) + - [Kick Assembler](http://theweb.dk/KickAssembler/Main.html#frontpage) Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) from the various other TextMate bundles: @@ -56,3 +57,4 @@ See last line in grammar files for names. - [ARM9](https://github.com/ARM9) - [georgjz](https://github.com/georgjz) - [GoDot](http://www.godot64.de/) +- [NotArtyom](https://github.com/ProbablyNotArtyom)