Commit Graph

  • 83348100f3 Improve MinGW target of Makefile v0.3.0 Antonio Niño Díaz 2017-04-17 17:28:07 +01:00
  • 57bf32f35a Point at the documentation from README Antonio Niño Díaz 2017-04-17 14:49:57 +01:00
  • 0030e0371a Rename object file format description man page Antonio Niño Díaz 2017-04-17 14:15:46 +01:00
  • 42400ec6a0 Fix links in HTML documentation Antonio Niño Díaz 2017-04-16 23:08:33 +01:00
  • 2e793fb7dc Clean wwwman target of Makefile Antonio Niño Díaz 2017-04-16 22:52:10 +01:00
  • ac69e9863e Fix documentation in HTML format Antonio Niño Díaz 2017-04-16 22:50:54 +01:00
  • 59c065cf31 Merge pull request #165 from AntonioND/an/rgbasm-manual Antonio Niño Díaz 2017-04-16 20:13:49 +01:00
  • 729683fb1f Remove RPN_RANGECHECK Antonio Niño Díaz 2017-04-16 19:55:00 +01:00
  • ed6e4c4769 Clean object file format code and documentation Antonio Niño Díaz 2017-04-16 19:54:58 +01:00
  • d92c284b85 Add documentation about the object file format Antonio Niño Díaz 2017-04-16 19:54:55 +01:00
  • 26af7fcffe Add complete documentation of rgbds to man pages Antonio Niño Díaz 2017-04-16 19:54:50 +01:00
  • f7f697c267 Fix parsing of first line of included linkerscripts Antonio Niño Díaz 2017-04-14 17:07:01 +01:00
  • 554b5292de Rename ISO 8601 timestamp defines Antonio Niño Díaz 2017-04-12 22:19:53 +01:00
  • a7393d7e45 Merge pull request #163 from AntonioND/an/iso-8601 Antonio Niño Díaz 2017-04-10 23:34:12 +01:00
  • fe9e4f0583 Merge pull request #169 from AntonioND/an/travis-test Antonio Niño Díaz 2017-04-10 22:59:10 +01:00
  • 362aea22bd Fix conflict in yacc Antonio Niño Díaz 2017-04-10 22:57:05 +01:00
  • 9bc6083e49 Add Travis CI configuration file Antonio Niño Díaz 2017-04-10 22:10:26 +01:00
  • 2b5ad9dc38 Make test scripts return error code Antonio Niño Díaz 2017-04-10 22:10:10 +01:00
  • 5679c7066b Restore behaviour of option -w and add option -d Antonio Niño Díaz 2017-04-10 20:03:52 +01:00
  • 4395ed893a Merge pull request #168 from Ben10do/fix-implicit-yyparse Antonio Niño Díaz 2017-04-10 19:51:28 +01:00
  • 0d80f60fcc Fix implicit declaration of yyparse() Ben10do 2017-04-10 10:44:31 +01:00
  • 7097b9885e Fix clean target of the Makefile Antonio Niño Díaz 2017-04-09 22:06:49 +01:00
  • f2c207cb44 Remove EX instruction Antonio Niño Díaz 2017-04-09 21:51:30 +01:00
  • be50f2d302 Remove unused patch enum element Antonio Niño Díaz 2017-04-09 21:25:20 +01:00
  • fa767f3228 Merge pull request #161 from AntonioND/an/linkerscript-include Antonio Niño Díaz 2017-04-09 17:19:13 +01:00
  • 5cfa15f963 Add equates with ISO 8601 date and time Antonio Niño Díaz 2017-04-09 16:49:34 +01:00
  • 23584a584f Fix __FILE__, __TIME__ and __DATE__ Antonio Niño Díaz 2017-04-09 15:40:06 +01:00
  • 53fa608161 Deprecate IMPORT keyword Antonio Niño Díaz 2017-04-06 20:35:46 +01:00
  • 1154a173cc Merge pull request #153 from AntonioND/an/opcode-ref Antonio Niño Díaz 2017-04-08 18:43:21 +01:00
  • ca3e55cc45 Update remaining dates in man pages Antonio Niño Díaz 2017-04-08 18:18:47 +01:00
  • 206275df57 Add support for including files in linkerscript Antonio Niño Díaz 2017-04-08 18:10:24 +01:00
  • 3d8396b86f Remove progname variable Antonio Niño Díaz 2017-04-08 18:10:14 +01:00
  • 77546e9c58 Make WARN output a warning instead of an error Antonio Niño Díaz 2017-04-08 18:09:02 +01:00
  • 540f8597d4 Update history in man pages Antonio Niño Díaz 2017-04-08 18:08:57 +01:00
  • e3109af2f8 Rename OPT_CONTWRAM to OPT_DMG_MODE Antonio Niño Díaz 2017-04-08 18:08:51 +01:00
  • cf99f33dd6 Fix reference list of hex codes Antonio Niño Díaz 2017-04-08 17:43:06 +01:00
  • 0b6438ae0a Add GBZ80 opcode reference man page Antonio Niño Díaz 2017-04-08 17:38:04 +01:00
  • 928b347dfc Merge pull request #158 from Ben10do/remove-legacy-object-files AntonioND 2017-04-08 13:30:15 +01:00
  • ce21cfad4e Merge pull request #160 from AntonioND/an/high-low AntonioND 2017-04-08 13:30:10 +01:00
  • dda3a066be Add test for HIGH() and LOW() Antonio Niño Díaz 2017-04-06 22:40:38 +01:00
  • a6a47ff66d Implement HIGH() and LOW() operators Antonio Niño Díaz 2017-04-06 22:40:34 +01:00
  • bfcef01211 Add DESTDIR to Makefile Daniel Hauck 2017-04-04 19:04:04 +02:00
  • 07861b3b4a Output warning with deprecated section types AntonioND 2017-04-05 23:30:35 +01:00
  • 24439003f3 Remove newlines from warning message strings AntonioND 2017-04-05 23:29:37 +01:00
  • 3c43cc14d9 Remove unused code AntonioND 2017-04-05 23:14:01 +01:00
  • 52081f32f0 Add flag -w to rgbasm to disable warnings AntonioND 2017-04-05 23:01:50 +01:00
  • 6e5a28226b Include object file version in error message Ben10do 2017-04-06 08:02:28 +01:00
  • 2783a36b17 Add missing license header to man page Antonio Niño Díaz 2017-04-06 00:00:44 +01:00
  • 2c3afc833f Add license information to manpages. Anthony J. Bentley 2017-04-04 20:42:22 -06:00
  • 0f3b708dce Merge pull request #157 from AntonioND/an/error-undef-diff AntonioND 2017-04-05 23:08:37 +01:00
  • 7eb9101d43 Update README and LICENSE files AntonioND 2017-04-05 01:23:47 +01:00
  • 032e698f46 Update the object file documentation Ben10do 2017-04-05 01:05:08 +01:00
  • 63103c050d Remove support for old object files Ben10do 2017-04-05 01:09:51 +01:00
  • 7e107ab41a Update references of linker tests AntonioND 2017-04-04 22:54:36 +01:00
  • a009a372c5 Remove noyywrap from src/link/lexer.l AntonioND 2017-04-04 22:15:36 +01:00
  • 5f299bfe6c Fix whitespace AntonioND 2017-04-04 22:09:01 +01:00
  • 07cc4fb8fd Remove warnings when calculating banks AntonioND 2017-04-04 21:56:18 +01:00
  • 720ae59af8 Merge pull request #154 from AntonioND/an/tiny-contwram AntonioND 2017-04-04 21:42:20 +01:00
  • e63e801e9c Output error message if diff of labels not defined AntonioND 2017-04-04 21:21:23 +01:00
  • 2abdc9c59d Add whitespace to error and warning messages AntonioND 2017-04-03 23:46:15 +01:00
  • be200593d6 Fix typo in README AntonioND 2017-04-03 23:43:22 +01:00
  • 43228f16f0 Improve README AntonioND 2017-04-03 22:04:01 +01:00
  • f14b061ea7 Add script to update references of rgbasm tests AntonioND 2017-04-03 21:35:40 +01:00
  • f431b384a2 Add tests for rgblink options -t and -w AntonioND 2017-04-03 20:46:18 +01:00
  • 7e3720b627 Make options -t and -w consistent AntonioND 2017-04-02 21:55:16 +01:00
  • e9ed81074b Rename OPT_SMALL to OPT_TINY AntonioND 2017-04-02 21:39:40 +01:00
  • e16af28676 Automate and improve rgblink test AntonioND 2017-04-02 22:27:32 +01:00
  • 25be5c6561 Improve error and warning output AntonioND 2017-04-03 21:16:00 +01:00
  • e4b4e427f1 Return bank 0 for labels in HRAM AntonioND 2017-04-03 21:03:03 +01:00
  • 2138bb46fd Fix generation of html man page in Makefile AntonioND 2017-04-02 20:24:29 +01:00
  • ec5eb4f9ff Merge pull request #152 from Ben10do/update-readme-for-mac AntonioND 2017-04-02 18:08:47 +01:00
  • b31632b51d Update the README’s Mac-specific instructions Ben10do 2017-04-02 17:57:51 +01:00
  • e50e3e5a23 Remove trailing whitespace AntonioND 2017-04-02 17:46:07 +01:00
  • f63339472e Update reference output of tests AntonioND 2017-04-02 17:17:41 +01:00
  • 43fd1ee024 Fix some signed/unsigned comparison warnings AntonioND 2017-04-02 17:07:25 +01:00
  • d61a0a8a8f Cleanup Makefile AntonioND 2017-04-02 16:50:20 +01:00
  • ec44b554e8 Merge pull request #150 from Ben10do/deprecation-positions AntonioND 2017-04-02 17:03:03 +01:00
  • 01a710a47d Remove Zero Page linker patch RPN_PCEZP AntonioND 2017-04-02 00:38:09 +01:00
  • ff2ba7290c Add a warning() function, similiar to yyerror() Ben10do 2017-04-02 13:18:29 +01:00
  • 53842cd07d Create man5 folder when installing AntonioND 2017-04-02 00:38:09 +01:00
  • 85ff75d2d3 Merge pull request #146 from AntonioND/an/same-name AntonioND 2017-04-02 00:36:28 +01:00
  • adef2e18cc Fix bank assignments from linkerscript AntonioND 2017-04-02 00:18:19 +01:00
  • 5ba8405dfa Prohibit sections from having the same name AntonioND 2017-04-01 15:26:44 +01:00
  • f0d4750ebc Fix rgblink.5 man page installation path AntonioND 2017-04-01 15:06:21 +01:00
  • eed098ac8e Merge pull request #140 from AntonioND/an/linkerscript AntonioND 2017-04-01 10:33:49 +01:00
  • 64dbcc0912 Update README.md AntonioND 2017-03-23 00:50:40 +00:00
  • 5947ca10dc Document linkerscript format in manpage AntonioND 2017-03-23 21:00:20 +00:00
  • d1ed4fbded Use linkerscript parser in rgblink AntonioND 2017-03-20 23:36:14 +00:00
  • 22d4a10cb6 Implement linkerscript parser AntonioND 2017-03-20 23:13:29 +00:00
  • dfb99618f5 Document missing build options AntonioND 2017-03-28 19:37:10 +01:00
  • 6b21e02c95 Merge pull request #143 from Sanqui/parametrize-makefile AntonioND 2017-03-28 12:49:23 +01:00
  • 011c2c953b Parametrize install arguments in Makefile Sanqui 2017-03-25 11:22:07 +01:00
  • 8eb1a42e31 Merge pull request #141 from AntonioND/an/deprecate-jp-hl AntonioND 2017-03-24 23:23:43 +00:00
  • c51aac0c20 Declare some opcodes obsolete AntonioND 2017-03-21 01:30:12 +00:00
  • 6feaba2343 Document -w option of rgblink AntonioND 2017-03-23 21:00:02 +00:00
  • 0867476bde Allow ',' to be escaped in string literals AntonioND 2017-03-19 00:02:40 +00:00
  • fa962b9470 Merge pull request #139 from chastai/escape-cb AntonioND 2017-03-18 23:54:59 +00:00
  • b8642bf3af Allow { and } to be escaped in string literals Christophe Staïesse 2017-03-18 15:58:33 +01:00
  • 317b206fa8 Improve map file output AntonioND 2017-03-15 23:52:05 +00:00
  • 469e3e7c86 Merge branch 'contiguous-wram' of git://github.com/TwitchPlaysPokemon/rgbds into TwitchPlaysPokemon-contiguous-wram AntonioND 2017-03-15 20:52:44 +00:00