RSS feed
5c514c97
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/06 12:37
[as-qbe] Remove unneeded prototype
b8114189
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 18:21
[as-z80] Add Zilog style symbol directives
d664a157
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 18:21
[as] Cont all the lines of input files
f804aedc
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 17:03
[nm] Add correct type of symbols
4ca82252
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 16:31
[as] Remove FNTYPE and FMASK
ca543c97
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 15:20
[doc] Update documentation about myro information
b9ed55ac
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 15:18
[as] Remove FRELLOC from flags
97084170
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 06:37
[as] Improve clean rule in Makefile
ed326ceb
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/03 05:53
[nm] Fix some small bugs
25e676d8
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/02 15:55
[doc] Add documentation about myro
08f9c9fb
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/02 13:05
[as-z80] Add test cases for at&t syntax
278181dd
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/02 13:05
[as] Fix use before setting in field()
e4f73e4c
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/01 15:59
Merge remote-tracking branch 'simple-cc/master'
90587cbe
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/02 02:31
[as] Allow left to right or right to left parsing
7b11f155
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/02 02:25
[as] Fix getline
395a3c57
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/02/01 14:57
[as] Add support for recursive inclusion
60c8089e
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 16:45
[as] Use isspace() in field()
3247a8c8
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 16:34
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
954fbcce
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/26 08:25
[as] Don't use fgets()
81e3671b
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 11:45
[as-z80] Change [] to ()
50d3a85c
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 09:55
[as] Move parser stuff to parser.c
6ac8cd27
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 09:52
[as] Small comment fix
8a651eca
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 09:51
[as] Create unary() function
0a7dad25
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 08:29
[as] Use $ for immediate
c8eab2fc
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 09:28
[as] Remove memory operand from operand()
b7e1cae8
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 07:56
[as] Generalize zilog() to addrmode()
7592b0fa
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 07:55
[as-z80] Update test.s to use only ()
f15cd037
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 07:33
[as] Define regmode
bf30308c
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 07:31
[as] Fix lunpack()
f48467f6
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/25 07:28
[as] Run sort under the C locale
2404c806
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/23 10:25
[as] Don't force % in register names
ae8167e3
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2018/01/23 09:49
[as] Add number parsing