]> git.sur5r.net Git - cc65/history - src/ca65/pseudo.c
Replaced builtin macro packages with .mac files that are included like ordinary ...
[cc65] / src / ca65 / pseudo.c
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.
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
next