]> git.sur5r.net Git - cc65/history - src/cc65/asmstmt.c
Forgot a cast, sorry
[cc65] / src / cc65 / asmstmt.c
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2018-10-02 LaubzegaAdd checks for risky goto statements.
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-04-24 Oliver SchmidtMerge pull request #285 from greg-king5/asm-volatile
2016-04-22 Greg KingAdded the optional C keyword "volatile" to the __asm__... 285/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
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.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2004-11-27 cuzHandle static functions correctly with %v.
2004-06-15 cuzInline assembly can now reference C labels with the...
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2003-09-16 cuzNew %s inline asm format specifier
2003-09-11 cuzFixed a bug
2002-09-29 cuzUse the new StrBuf features
2002-09-29 cuzRedoing the pragma stuff
2002-06-12 cuzRenamed the functions working with "struct Function".
2001-09-30 cuzMore source splitting.
2001-09-09 cuzAdding functionality to StrBuf
2001-09-09 cuzMove inline asm parsing into a separate module