acme/src
marcobaye df8e52b544 refactored last commit
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@421 4df02467-bbd4-4a76-a152-e7ce94205b78
2024-09-05 11:48:06 +00:00
..
win Update creating (c) year in win32 file, depends now on version.h 2019-12-23 00:28:25 +00:00
_amiga.c added ugly kluge to fix ugly limitation in RISC OS version 2024-03-17 23:47:04 +00:00
_amiga.h refactored error/warning stuff 2024-08-28 16:45:31 +00:00
_dos.c added ugly kluge to fix ugly limitation in RISC OS version 2024-03-17 23:47:04 +00:00
_dos.h refactored error/warning stuff 2024-08-28 16:45:31 +00:00
_riscos.c yet more refactoring 2024-08-04 09:53:16 +00:00
_riscos.h refactored error/warning stuff 2024-08-28 16:45:31 +00:00
_std.c added ugly kluge to fix ugly limitation in RISC OS version 2024-03-17 23:47:04 +00:00
_std.h refactored error/warning stuff 2024-08-28 16:45:31 +00:00
acme.c moved segment checks to final pass, made v0.98 force --strict-segments 2024-09-02 22:36:23 +00:00
acme.h two more test files and a tiny bit of cleanup 2024-02-23 16:46:40 +00:00
alu.c small fix so "label" and "label=*" throw the same error if pc undefined 2024-09-01 16:23:08 +00:00
alu.h "symbol twice" error now outputs location of previous definition, 2024-08-29 18:27:50 +00:00
build_macos.sh Added MacOS build script provided by Claus. Thanks Claus! 2023-03-20 09:33:17 +00:00
cliargs.c ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
cliargs.h more cleanup 2024-02-19 21:51:57 +00:00
config.h added dec() and hex() functions 2024-08-30 16:54:55 +00:00
cpu.c refactored error/warning stuff 2024-08-28 16:45:31 +00:00
cpu.h finally removed the 64 KiB limit, the outbuffer size is now determined at 2024-08-27 18:54:07 +00:00
dynabuf.c refactored error/warning stuff 2024-08-28 16:45:31 +00:00
dynabuf.h slightly improved experimental feature to dynamically create symbol names 2024-02-06 21:56:52 +00:00
encoding.c more cleanup 2024-02-17 16:52:32 +00:00
encoding.h more cleanup 2024-02-17 16:52:32 +00:00
flow.c refactored error/warning stuff 2024-08-28 16:45:31 +00:00
flow.h yet more refactoring 2024-08-04 09:53:16 +00:00
global.c moved segment checks to final pass, made v0.98 force --strict-segments 2024-09-02 22:36:23 +00:00
global.h moved segment checks to final pass, made v0.98 force --strict-segments 2024-09-02 22:36:23 +00:00
input.c refactored last commit 2024-09-05 11:48:06 +00:00
input.h renamed some functions (to be moved to a separate file) 2024-08-11 20:04:04 +00:00
macro.c refactored "macro twice" code. messages about initial definitions and macro 2024-08-29 15:14:11 +00:00
macro.h another one of those "great rename" cleanup commits, no change in functionality 2024-02-08 19:17:07 +00:00
Makefile in future versions, program counter in pseudopc blocks no longer silently wraps around to zero 2024-08-16 22:19:54 +00:00
Makefile.dos in future versions, program counter in pseudopc blocks no longer silently wraps around to zero 2024-08-16 22:19:54 +00:00
Makefile.mingw in future versions, program counter in pseudopc blocks no longer silently wraps around to zero 2024-08-16 22:19:54 +00:00
Makefile.riscos in future versions, program counter in pseudopc blocks no longer silently wraps around to zero 2024-08-16 22:19:54 +00:00
mnemo.c small fix so "label" and "label=*" throw the same error if pc undefined 2024-09-01 16:23:08 +00:00
mnemo.h another one of those "great rename" cleanup commits, no change in functionality 2024-02-08 19:17:07 +00:00
output.c fixed bug where "!skip" areas at start/end were included in output file 2024-09-03 10:01:43 +00:00
output.h small fix so "label" and "label=*" throw the same error if pc undefined 2024-09-01 16:23:08 +00:00
platform.c tweaked pathname parsing for Amiga, DOS and RISC OS 2024-03-15 00:18:21 +00:00
platform.h added ugly kluge to fix ugly limitation in RISC OS version 2024-03-17 23:47:04 +00:00
pseudoopcodes.c fixed bug where a segment warning could cause another segment warning to disappear 2024-09-03 09:49:12 +00:00
pseudoopcodes.h moved code around, no change in functionality 2024-03-21 00:47:33 +00:00
section.c more work to be able to mimic older versions 2020-05-29 23:33:03 +00:00
section.h another one of those "great rename" cleanup commits, no change in functionality 2024-02-08 19:17:07 +00:00
symbol.c added code to tell "symbol already defined" (in this pass) and "symbol 2024-08-29 20:38:39 +00:00
symbol.h added code to tell "symbol already defined" (in this pass) and "symbol 2024-08-29 20:38:39 +00:00
tree.c another one of those "great rename" cleanup commits, no change in functionality 2024-02-08 19:17:07 +00:00
tree.h another one of those "great rename" cleanup commits, no change in functionality 2024-02-08 19:17:07 +00:00
typesystem.c refactored error/warning stuff 2024-08-28 16:45:31 +00:00
typesystem.h added "--strict" and "!nowarn" 2024-02-10 17:21:54 +00:00
version.h refactored last commit 2024-09-05 11:48:06 +00:00