2054 Commits (2bd66514b6b100887c19d8598da38347b3cff40e)
 

Author SHA1 Message Date
Peter Johnson fda44f7670 Use stdout as the default output file if stdin is the input. 23 years ago
Peter Johnson 83b996e8f4 Remove definition of line_number; it was overriding the global variable. 23 years ago
Peter Johnson a64ee74f8f Fix typo in HAVE_STRCMPI strncasecmp() #define. 23 years ago
Peter Johnson 3b496cdde7 Do intl more correctly. nointl/libintl.h is unnecessary; it can be detected 23 years ago
Peter Johnson ff7a4c54fa Optimize if dev is not enabled. Don't use DEVFLAGS for non-gcc compiler. 23 years ago
Peter Johnson 4bcb83da56 (Mostly) Clean up floatnum internal allocations. 23 years ago
Peter Johnson a9a74064b4 Fix so "0h" works. 23 years ago
Peter Johnson cf84bbf503 Change REG_SOMEREG -> reg_somereg and add rules that allow BYTE/WORD/DWORD 23 years ago
Peter Johnson 2aec833b07 Don't free EA when simplifying shift_op case. Not only is this code completely 23 years ago
Peter Johnson ff1fba3feb Fix bug with ONE generation (overwrote both [0] and [1] indexes with opcode 23 years ago
Peter Johnson 4af9db689c Change dbg optimizer to basic. 23 years ago
Peter Johnson a7ce9bf2d1 Delete dbg optimizer (won't be useful) and add "basic" (equiv. to NASM 2-pass) 23 years ago
Peter Johnson ce4a5fe02a Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 23 years ago
Peter Johnson 41d256accc General tests of directives. 23 years ago
Peter Johnson 77bf842ffc Test the imm and imm8x forms of add. 23 years ago
Peter Johnson f371273c90 Add two larger NASM-preprocessed files from UIUC ECE 291's PModeLib as more 23 years ago
Peter Johnson afcdf3ecd9 Test global/common sharing in addition to extern. 23 years ago
Peter Johnson 9dc4e6eccc How does NASM's bin format handle sections? 23 years ago
Peter Johnson 825eaa5823 Massive cleanup of debugging output (via _print() functions). All now take 23 years ago
Peter Johnson b930d117d3 Polish up most directive support. This necessitated adding objfmt-specific 23 years ago
Peter Johnson ac655d6bc6 Add vps_next(). 23 years ago
Peter Johnson b2876e5f3a Allow multiple EXTERN's of same variable without error (NASM's behavior). 23 years ago
Peter Johnson bd921434cb Don't do REG_E?AX combining with reg8/reg8x instructions, to allow things like 23 years ago
Peter Johnson 7a3761ac0c Plug memory leak in dvs_delete(). 23 years ago
Peter Johnson 379d2b353c Print "undefined symbol" message for all undefined symbols. Also make a little 23 years ago
Peter Johnson b1257a7992 Bugfix in expr_copy_except(): could allocate less than 2 terms of space (eg, 23 years ago
Peter Johnson 7bdebece8b Don't print out *all* bytecodes in the label's section for every label! 23 years ago
Peter Johnson 9f63877c07 In bytecode_print(), fix checks for short/near opcode printouts. 23 years ago
Peter Johnson d894c27cca Fix hexidecimal number handling. It was only allowing numbers starting with 0. 23 years ago
Peter Johnson 94a5e7fe03 Revert previous changes (which turned on -v), it was accidentally committed. 23 years ago
Peter Johnson 9a84b66d1c Don't try to redefine a label for an already existing segment. Thus, add a 23 years ago
Peter Johnson 9c7469116d Fix a memory re-free issue in nasm_parser_directive(). vp->param was passed 23 years ago
Peter Johnson 8cbf2c2312 - Greatly enhance capabilities of directives (they're actually parsed now). 23 years ago
Peter Johnson b963c38833 Change val to be a string instead of an expr. 23 years ago
Peter Johnson ac65ee8770 Better LCLint settings for x86_bc_insn_get_ea(). 23 years ago
Peter Johnson 5cd0858637 Add valparam data structure. 23 years ago
Peter Johnson c7e3ad29e9 Don't set nasm_parser_debug (as we'll soon not define YYDEBUG in bison.y.in). 23 years ago
Peter Johnson 29f7d9a917 New function: expr_get_symrec(). 23 years ago
Peter Johnson d6d0cb8785 Add symrec_delete() for deleting non-table symbols. Use it from expr_delete(). 23 years ago
Peter Johnson dd9ad840fe Decided to go ahead and commit these little NASM-syntax test files I've been 23 years ago
Peter Johnson 8178f883a5 Modify so that almost everything passes LCLint with the options in lclint.sh. 23 years ago
Peter Johnson fc603c2900 Add RCSID(). 23 years ago
Peter Johnson 15c08c6969 Clean up to pass lclint. 23 years ago
Peter Johnson 424c30fdaa Allow symrec_foreach return value to be ignored (in lclint). 23 years ago
Peter Johnson 4df0191de8 lclint-ize gettext(). 23 years ago
Peter Johnson 9f97bcd9d0 Fix some nits found by lclint. Still something weird going on with list2 in 23 years ago
Peter Johnson 21eb7c7fe2 Add some lclint annotations. 23 years ago
Peter Johnson d7fe402fb9 Split away x86-specific parts of expression handling (eg, effective address -> 23 years ago
Peter Johnson a2bc46cb54 Fix file comment. 23 years ago
Peter Johnson 7463b74d8f Update to match tree changes. 23 years ago