]> git.sur5r.net Git - cc65/history - src/ca65/pseudo.c
Add .assert actions that aren't evaluated at assembly time.
[cc65] / src / ca65 / pseudo.c
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.
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-06-10 cuzFixed a warning
2003-12-22 cuzFixed a C99 issue
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-12-02 cuzMore work on .sizeof
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-17 cuzAdded .SIZEOF
2003-11-14 cuzAdded enums
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzMore work on expressions and address sizes
2003-11-08 cuzAdded .SCOPE/.ENDSCOPE
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-10-31 cuzWork on named scopes
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-10-10 cuzNew macro package
2003-08-14 cuzAdd gcc attributes, fixed a format string problem
2003-08-12 cuzAdded new .VERSION constant
2003-08-07 cuzMore instruction set stuff
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-06-06 cuzAdded assertions
2003-05-04 cuzAdded a new .MACPACK CBM
2003-04-25 cuzFixed a small "problem": When .END is used, the line...
2003-03-17 cuzFixed a few comments
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2003-02-26 cuz.incbin did not honor the include search path
2003-01-19 cuzFixed problems that occured on input files with missing...
2002-12-12 cuzSome Watcom related fixes
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-26 cuzAdded the .TIME pseudo function
2002-02-18 cuzAdded .charmap
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2001-05-23 cuzAdded line infos
2001-04-30 cuzFixed a bug with the .incbin command
2001-03-23 cuzChanged TgtTranslateBuf
2001-03-09 cuzAdded optional start and count arguments to .INCBIN
2000-11-29 cuzUse the new TgtTranslateBuf function
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzWorking on initializers
2000-10-30 cuzAdd initializer
2000-09-02 cuzSeparated the emulation features in a module.
2000-09-02 cuzAdded new .feature: pc_assignment
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-27 cuzAdded .WARNING
2000-07-27 cuzFixed a typo
2000-07-27 cuzFixed a bug in the .ERROR directive
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-18 cuzFix some gcc warnings
2000-07-15 cuzAdded the .TCOUNT function
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-08 cuzFix several VC++ warnings
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...