Karoly Balogh
|
d7812f6c05
human68k: fix zero termination of the last argument
|
1 rok pred |
Michaël Van Canneyt
|
37e4fed3d4
* Some small improvements, added some clarification to readme
|
1 rok pred |
Michaël Van Canneyt
|
68217c7cd0
* Subtarget support
|
1 rok pred |
Michaël Van Canneyt
|
1f874777af
* More const for string params
|
1 rok pred |
Michaël Van Canneyt
|
4a0402f358
* Correct casing
|
1 rok pred |
Karoly Balogh
|
1fdd4f8c90
human68k: actually, the comm field coming from the OS is in ph68kdos_comline format, so use it accordingly
|
1 rok pred |
Karoly Balogh
|
a4c94c8b44
human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled
|
1 rok pred |
Karoly Balogh
|
b81b818a75
human68k: set default stack size to 16KiB
|
1 rok pred |
florian
|
1f91fe4b11
* fix output position of deprecated hint for certain cases where it was wrong, resolves #40534
|
1 rok pred |
Karoly Balogh
|
60473c7ead
human68k: parse the arguments passed to the program, fill out argc/argv, make ParamCount and ParamStr() to work
|
1 rok pred |
Karoly Balogh
|
0b65c173b8
human68k: disable tinyheap, as there's some memory trashing going on with it, and use the regular one for now
|
1 rok pred |
Karoly Balogh
|
d009941744
human68k: setup the stack, then use setblock to limit the memory usage to the amount we're really using. this frees up RAM, and allows the heap allocator to work.
|
1 rok pred |
Karoly Balogh
|
932849c1bf
human68k: refactored some type naming used in the startup code
|
1 rok pred |
Karoly Balogh
|
d85d6b4bac
human68k: handle the OS malloc returning errors properly
|
1 rok pred |
Karoly Balogh
|
fef24dabd6
human68k: minimal DOS calls error handling/inoutres mapping
|
1 rok pred |
florian
|
e1e9a6728f
* fix casing
|
1 rok pred |
J. Gareth "Curious Kit" Moreton
|
ccf631eabd
* x86: Fixed inefficiencies revealed in "TEST/JNE/TEST/JNE"
|
1 rok pred |
ccrause
|
248082347f
AVR optimization LdsMov2Lds
|
1 rok pred |
Michaël Van Canneyt
|
c49123086d
* Make string argument const.
|
1 rok pred |
Michaël Van Canneyt
|
cda64d090e
* Make methods static so they are assignment compatible with regular procedures.
|
1 rok pred |
Michaël Van Canneyt
|
4e29cac57f
* pcre available only on selected platforms
|
1 rok pred |
Michaël Van Canneyt
|
59cb93fcb4
$ Corrections for widestring use
|
1 rok pred |
Michaël Van Canneyt
|
8d2e2c6c21
* Add Delphi-compatible regular expressions based on libpcre
|
1 rok pred |
Michaël Van Canneyt
|
33917ee19b
* Use prefix for enum
|
1 rok pred |
Henrique Gottardi Werlang
|
8a8699ab6a
Fix for function Val to validate the parameter count of the function.
|
1 rok pred |
Pierre Muller
|
34ae77bd3b
Improve GNU linker call for m68k-human68k target
|
1 rok pred |
Pierre Muller
|
f1e32bb187
Add human68k OS to list of supported OSes for m68k GNU assembler
|
1 rok pred |
Karoly Balogh
|
7ecb19f906
human68k: fixed a dumb typo on the bss start calculation. fixes FPC binaries under run68.
|
1 rok pred |
Karoly Balogh
|
42abb3395a
human68k: implemented some basic file and I/O handling functions
|
1 rok pred |
Karoly Balogh
|
5649ce150b
m68k: have the targets in alphabetical order in the help text
|
1 rok pred |