shithub: rgbds

RSS feed

153915dc – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/04 10:48
Improve portability of new `make dist`

ced38bc6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/04 10:23
Add new Makefile target for release tarballs

4e96cf98 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/03 08:11
Release 0.4.0

80170eb6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/03 08:03
Regenerate man page HTML renders

bdad1499 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/03 07:58
Merge branch 'release'

1f5ca395 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/04/03 07:56
Merge pull request #494 from ISSOtm/docs

5013b64f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/02 17:26
Update disassemblies to latest commits

7eb73d76 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/02 12:39
Make compilation optimized unless debugging

bcfeb49d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/04/02 12:38
Allow labels to be passed to `DEF`

702d9e05 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/31 13:28
Fix wrong error function used in RGBGFX

c0aff678 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/29 08:34
Improve arg-shift test

a3d88366 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/29 08:18
Prevent assertions outside sections from crashing

db1eb8fb – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/27 19:36
Revert "Prevent RGBASM from outputting corrupted files"

95f347dc – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/27 16:00
Evaluate assertions after placing sections

6579120d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/27 08:30
Simplify symbol-writing logic

84cd9f2d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/27 07:37
Fix segfaults when using PC outside a section

06fe27c5 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/27 07:19
Prevent RGBASM from outputting corrupted files

5039af6a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/26 19:50
Document new "unionized section" feature

4df74d44 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/26 12:01
Improve opcode reference

9113647d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 14:38
Fix incorrect macro used for x-ref

26af2bff – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:22
Prevent text from bumping sides on mobile devices

3c304f3a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:18
Override mandoc styling without modifying the stylesheet

e308130e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:08
Update style overrides for new `mandoc.css`

713eef9e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:10
Update mandoc style sheet

7635a2fc – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/23 11:35
Reword and give an example of symbol interpolation

68893345 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/23 10:38
Add viewport tag for mobile users

d1e82e50 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/23 10:36
Improve style of man page HTML renders

7955447c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/19 17:23
Overhaul man pages

51e225cd – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/18 20:07
Add post-processor for HTML renders

187f88aa – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/26 19:10
Only copy necessary characters for bare labels

caddd61f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/26 18:36
Remove "column 1" restriction for local labels

29629245 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 08:50
Use new hashmap implementation for symbols

666b9f8f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:52
Add tests for purging symbols

7deb8d3e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/24 06:52
Allow purging exported symbols

cb0a882a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/23 12:03
Order warnings alphabetically

df2c0dc2 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/22 07:54
Check for unsatisfiable alignment constraints

062fa539 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/22 07:52
Still override alignment even if not satisfied

baeec231 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/03/22 07:21
Merge pull request #495 from ISSOtm/sectunion

92134d76 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/22 06:59
Add testing for assertions inside unionized sections

4877bb78 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/21 21:46
Add more tests for unionized sections + fix bugs

275b8e15 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 20:29
Document modification to object file format

e123b6de – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 19:44
Implement unionized sections in RGBLINK

cb52ae0f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 17:02
Implement unionized sections in RGBASM

46a402f7 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/22 06:46
Prevent passing assertions that RGBASM passed to RGBLINK

e233c5d2 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/22 06:43
Don't drop RGBLINK output in RGBASM tests

fe824e00 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/03/21 19:20
Merge pull request #490 from ISSOtm/const

66512ed8 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/03/21 19:06
Merge pull request #488 from rednex/assert

fb58166e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/04 21:58
Add assertions

0759c98d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/21 17:18
Increase version number to 0.3.10

402ffbf0 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/21 17:01
Add test for version constants

8191e5eb – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/21 15:26
Define version symbols

03967bd6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/21 11:42
Prevent purging referenced symbols

eb445271 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 17:50
Remove carryover from RGBASM in RGBLINK tests

af22cf18 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 16:22
Simplify `out_PCRelByte` by using PC

5a0fcda4 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 14:57
Prevent `POPS` within `LOAD` blocks

29623c41 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 14:29
Test generating direct bytes in LOAD blocks

ebda8255 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 14:20
Improve LOAD test to also test patches inside LOAD section

deb91f67 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 13:59
Reset symbol scope on every section change

fb5e7681 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/20 12:37
Prevent using `LOAD` blocks outide code sections

ecf44c78 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/19 21:24
Reject including directories

5bca1172 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/19 19:07
Fix section continuation when only one bank exists

136446fc – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/15 11:19
Improve checking of RST and LDH values at assembly time

49bca8d5 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 21:50
Fix misnamed hashmap function

7ddbe44b – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 21:09
Use hashmap system for charmap

af60e7f7 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 20:40
Allow charmap creation even if its base doesn't exist

2f16e82c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 20:12
Improve PC offset management

7b54312d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 12:50
Deprecate `OPT z` in favor of `OPT p`

5b98beec – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 12:22
Use left recursion instead of right

6662c86d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 12:17
Define 3-bit value when invalid

2f466c29 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 10:43
Revamp macro arg system

61897d8b – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/14 07:33
Fix `warning.h` not including a required header

a259f53b – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/13 19:20
Rename macro functions with proper prefix

ffdb1fbf – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 22:39
Split macro arg management into its own file

4b33b4b3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 22:21
Remove forward decl of nonexistent function

8fcdcb17 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/08 12:52
Implement `ISCONST`, reporting compile-time constness

55b91165 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 21:46
Get rid of obsoleted function

7c8eba9f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 20:23
Remove error message causing segfault

23effcc3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 20:03
Fix error messages in `sym_GetConstantValue`

ea0c5581 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 12:55
Prevent deletion of built-in symbols

2ea329c9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 12:36
Make symbol creation funcs return ptr to symbol

3948795d – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 12:04
Remove deprecated section types

13e49201 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 12:00
Get rid of `comma` token

88b11210 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 11:56
Uniformize style in asmy.y

d2a97e93 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 11:46
Remove obsolete instruction forms

cb3997d8 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 11:37
Fix org location being undefined when incorrect

c7320a49 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 09:49
Deprecate `GLOBAL` and `XDEF`

8d9a8961 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/10 09:42
Remove deprecated `IMPORT` symbol

81a05741 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/08 12:26
Remove typing for operators that don't need it

361326e0 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/07 13:18
Allow inlining of two simple RPN functions

0d31afaf – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/07 13:08
Correct four code style issues

48ad3973 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/07 13:04
Tell the user about "label"s instead of "relocatable"s

f6f25296 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/07 13:02
Fix passing constant label to BANK() causing an error

cb62076f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/06 13:15
Use `$(MAKE)` instead of `make` in `develop`

8034e567 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/05 21:32
Un-silence `make checkpatch` in CI

59546c89 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/03/04 23:33
Un-trivialize expression in long RPN expr test

eee0e6ad – ISSOtm <eldredhabert0@gmail.com> authored on 2020/02/29 11:39
Simplify `long-rpn-expression.asm` test

fa10ee43 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/02/29 11:30
Deprecate colon-less non-local labels

5bc8d51a – ISSOtm <eldredhabert0@gmail.com> authored on 2020/02/26 09:28
Ignore unused arguments in a more standard way

361d6cf5 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/02/25 21:56
Merge pull request #437 from rednex/locals

6800609f – ISSOtm <eldredhabert0@gmail.com> authored on 2020/02/24 12:54
Make RGBLINK check divisions by zero

Next