]> git.sur5r.net Git - cc65/history - src/ca65/pseudo.c
New macro package
[cc65] / src / ca65 / pseudo.c
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...