]> git.sur5r.net Git - cc65/history - src/ca65/pseudo.c
Add translation from PETSCII to screen codes.
[cc65] / src / ca65 / pseudo.c
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2018-10-20 Greg King.byt "" emits no data; avoid a ca65 crash.
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-28 Piotr FusikMake some arrays const.
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-17 Oliver SchmidtMerge pull request #429 from pfusik/opt-stdfunc
2017-05-17 Oliver SchmidtKeep GCC from complaining about 'List' may be used...
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-09-20 Oliver SchmidtMerge pull request #348 from SvOlli/release
2016-09-07 Sven Oliver MollAdded assembler pseudo commands .P4510 and .IFP4510...
2016-06-11 Oliver SchmidtMerge pull request #309 from greg-king5/map-zero
2016-06-11 Greg KingAllowed character code zero to be remapped with other... 309/head
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-10-24 Oliver SchmidtMerge pull request #224 from greg-king5/ld65-segstart
2015-10-23 Oliver SchmidtMerge pull request #221 from undisbeliever/master
2015-10-19 Marcus RoweAdded .asize and .isize pseudo variables
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-27 JTAdded .DEFINEDMACRO psuedo function
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-20 JTAdded needed changes to pseudo.c
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-20 JTAdded function .ADDRSIZE to ca65
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-04-07 Oliver SchmidtAllow for warning-free build of ca65 with MS VC on...
2013-04-07 Oliver SchmidtReplaced builtin macro packages with .mac files that...
2012-11-06 uzAllow to map characters to code zero with .CHARMAP.
2012-09-17 uzFixed a bug reported by thefox: The .CHARMAP command...
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-12-27 uzAllow arbitrary alignments, not just powers of two...
2011-08-26 uzStarted to add debug infos for C functions and symbols.
2011-08-23 uzFix type string for .ADDR and .FARADDR.
2011-08-21 uzFix a problem with the generated array sizes for span...
2011-08-21 uzGenerate span types for .ADDR, .BYTE, .DBYT, .FARADDR...
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-07-31 uzRemove SCOPE_PROC. It's a .SCOPE with an owner symbol.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-12 uzFinished implemenation of commands to delete macros...
2011-06-11 uzFirst implementation of .UNDEF for deleting a macro.
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-09 uzAdded new .FATAL pseudo op.
2010-05-09 uzRestructured search path handling.
2010-05-01 uzAdded dependency file generation to the assembler....
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-31 uzFixed open mode for second try in DoIncBin (Greg King).
2010-01-25 uzAdded a separate include search path for binary include...
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-02-10 uzCheck for and flag address size modifiers that are...
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2008-06-29 cuzFixed an error in .out
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-02-19 cuzAllow optional assignments in .export and .exportzp...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2005-08-31 cuzFixed minor and rather obscure problem: When including...
2005-08-24 cuzAdded a new option --macpack-dir that allows to load...
2005-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
2005-04-20 cuzUse "Assertion failed" as default message for .assert...
2005-04-20 cuzImprove the assertion check
2005-04-19 cuzEvaluate .asserts with known conditions in the assembler.
2005-03-15 cuzAllow to remap the character with code zero.
next