shithub: scc

RSS feed

81b6d636 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/27 11:54
[lib/scc] Fix myro write implementation

ee085377 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/25 07:18
[as,ar,nm] Improve header dependencies

7046b7e3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/25 04:48
[nm] Add correct output in member of archives

9b62b354 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/25 04:39
[nm] Add print() function

7d9ec557 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 17:21
[nm] Use better names for testing functions

4ec73213 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 16:16
[nm] Load strings into memory

1719ff6c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 15:51
[nm] Add explicit check in ftell()

382246c7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 15:50
[nm] Add parsing of options in command line

69dcb84e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 15:14
[nm] Add more overflow tests to nm()

06ecbf0a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 12:01
[nm] Improve member skipping in ar()

1b932418 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 11:57
[nm] Remove unused function fdie()

ae427c00 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 11:55
[nm] Add more overflow checks

274d10df – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 11:25
[nm] Simplify error handling

206003ef – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 11:07
[nm] Add support for object files inside ar files

75e3bd04 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 10:17
[lib/scc] Add rdarhdr()

d9e5a799 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 09:58
[ar] Add functions to write ar files

7d55e1d5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 09:01
[myro] Don't pollute the namespace

e646a030 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/24 03:51
[nm] Add more skeleton for ar files

ba2b29ff – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 18:15
[nm] Add nm() function

5df46147 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 17:45
[lib/scc] Add magic number to myro header

434c646e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 15:16
[lib/scc] Add functions to read myro files

28bcaf2f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 14:52
[lib/scc] Return an error code in myro functions

7bc957e9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 14:23
[lib/scc] Move myro functions to libscc

0517d8a8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 10:26
[lib/scc] Fix types of lpack/lunpack

620493c9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 08:57
[nm] Add skeleton for nm

91969afe – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 08:47
[as] Add first version of myro code generator

03364b67 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 03:20
[as] Add a list for symbols

45344153 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/23 03:17
[as] Add String type

0e0241ec – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/20 06:47
[lib/scc] Hide struct alloc definition

9b0b7035 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/17 09:38
[lib/scc] Add lpack and lunpack

54409713 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/17 09:03
[as] Move pack() to tobytes()

bcfb495c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/16 05:56
[as] Move writeout() to myro.c

97bfd21a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/11/14 03:12
[ar] Small improvement to the Makefile

de130303 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/10/01 08:00
[as] Fix bug related to ';'

afaf65e5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/10/01 07:58
[as] Fix error() in nextline()

d125d933 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/10/01 07:57
[as-z80] Add (HL) addressing mode