summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Robert Pengelly [Tue, 27 May 2025 16:45:39 +0000 (17:45 +0100)]
Modifications to work with CC64
Robert Pengelly [Sun, 25 May 2025 13:24:01 +0000 (14:24 +0100)]
Don't forget to check for '0'
Robert Pengelly [Mon, 12 May 2025 11:42:00 +0000 (12:42 +0100)]
Don't reply on stdint.h and it's types
Robert Pengelly [Mon, 12 May 2025 06:20:22 +0000 (07:20 +0100)]
Just return 1 for WATCOM to remove warnings about comparison
Robert Pengelly [Sun, 11 May 2025 16:05:49 +0000 (17:05 +0100)]
Bug fix
Robert Pengelly [Sun, 11 May 2025 15:09:18 +0000 (16:09 +0100)]
Added coff object support and refactor to keep code under 64K
Robert Pengelly [Sat, 10 May 2025 08:10:09 +0000 (09:10 +0100)]
Added another Makefile
Robert Pengelly [Sat, 10 May 2025 03:32:30 +0000 (04:32 +0100)]
Start of 64-bit support
Robert Pengelly [Mon, 28 Apr 2025 06:22:21 +0000 (07:22 +0100)]
Support far/near calls and only convert based on model if in proc
Robert Pengelly [Mon, 21 Apr 2025 13:18:25 +0000 (14:18 +0100)]
Remove eval.c and evel.h and use expression_evaluate_and_read_into for if statements
Robert Pengelly [Mon, 21 Apr 2025 10:41:24 +0000 (11:41 +0100)]
Added intel style operators in eval.c
Robert Pengelly [Mon, 14 Apr 2025 03:34:19 +0000 (04:34 +0100)]
Fixes for large model
Robert Pengelly [Tue, 8 Apr 2025 16:06:40 +0000 (17:06 +0100)]
Use report_as instead
Robert Pengelly [Sun, 16 Mar 2025 12:11:59 +0000 (12:11 +0000)]
Added Makefile.wat
Robert Pengelly [Fri, 14 Mar 2025 18:02:49 +0000 (18:02 +0000)]
Switch to memmove instead of sprintf
Robert Pengelly [Thu, 27 Feb 2025 21:13:27 +0000 (21:13 +0000)]
Bug fixes
Robert Pengelly [Fri, 20 Dec 2024 15:51:23 +0000 (15:51 +0000)]
Updated hashing function
Robert Pengelly [Mon, 16 Dec 2024 13:13:54 +0000 (13:13 +0000)]
Fixed double free bug
Robert Pengelly [Wed, 20 Nov 2024 01:54:32 +0000 (01:54 +0000)]
Bug fix
Robert Pengelly [Thu, 7 Nov 2024 00:09:26 +0000 (00:09 +0000)]
Also create I386 elks objects
Robert Pengelly [Sat, 26 Oct 2024 11:57:10 +0000 (12:57 +0100)]
Possible bug fixes
Robert Pengelly [Wed, 16 Oct 2024 14:58:42 +0000 (15:58 +0100)]
Create ELK object file
Robert Pengelly [Mon, 16 Sep 2024 14:35:02 +0000 (15:35 +0100)]
Support MASM segments
Robert Pengelly [Thu, 5 Sep 2024 12:52:29 +0000 (13:52 +0100)]
Add a character or characters to the start of a symbol name when .model has a language argument
Robert Pengelly [Fri, 14 Jun 2024 08:37:41 +0000 (09:37 +0100)]
Dup with 'repeat * size' not just 'repeat' for constants
Robert Pengelly [Sun, 9 Jun 2024 10:27:38 +0000 (11:27 +0100)]
Bug fixes
Robert Pengelly [Sun, 9 Jun 2024 04:05:14 +0000 (05:05 +0100)]
Added option pseudo op
Robert Pengelly [Sat, 8 Jun 2024 22:25:37 +0000 (23:25 +0100)]
Bug fix
Robert Pengelly [Sat, 8 Jun 2024 21:38:39 +0000 (22:38 +0100)]
Bug fixes
Robert Pengelly [Mon, 3 Jun 2024 03:35:05 +0000 (04:35 +0100)]
New server