Commit Graph

58291 Commits

Author SHA1 Message Date
nickysn
fc80874e63 + implemented a_load_reg_reg for z80 for fromsize=tosize
git-svn-id: branches/z80@44502 -
2020-04-01 22:43:10 +00:00
nickysn
662ca13f51 * use register NR_A in a_load_reg_ref for z80
git-svn-id: branches/z80@44501 -
2020-04-01 22:40:02 +00:00
nickysn
54097433da + implemented cgsize2subreg for z80
git-svn-id: branches/z80@44500 -
2020-04-01 22:29:33 +00:00
nickysn
c3ac9d06c8 + support ait_datablock in the sdcc-sdasz80 asm output
git-svn-id: branches/z80@44499 -
2020-04-01 22:13:47 +00:00
nickysn
fbadb3519f + implemented a_load_reg_ref for equal sized args for z80
git-svn-id: branches/z80@44498 -
2020-04-01 22:08:46 +00:00
nickysn
fe5daf3d2f + initial implementation of top_ref reference output for sdcc-sdasz80
git-svn-id: branches/z80@44497 -
2020-04-01 22:08:22 +00:00
nickysn
b1ea62f5f6 + implemented ait_regalloc asm output for sdcc-sdasz80
git-svn-id: branches/z80@44491 -
2020-04-01 19:05:22 +00:00
nickysn
b486e6b353 * define R_SUBWHOLE = R_SUBW for Z80
git-svn-id: branches/z80@44490 -
2020-04-01 18:53:05 +00:00
nickysn
f87c837afe + implemented a_load_const_reg
git-svn-id: branches/z80@44489 -
2020-04-01 18:22:41 +00:00
nickysn
aeedb0022d + initial implementation of operand writing (registers and constants only for now)
git-svn-id: branches/z80@44488 -
2020-04-01 18:15:13 +00:00
nickysn
36a26a53ae + emit warning comments in the asm output for the unimplemented methods in cgcpu
git-svn-id: branches/z80@44487 -
2020-04-01 17:16:56 +00:00
nickysn
2003020d68 + emit lowercase instructions in the z80 asm output
git-svn-id: branches/z80@44486 -
2020-04-01 14:09:44 +00:00
nickysn
050244e5f0 + emit a ret instruction at the end of functions
git-svn-id: branches/z80@44485 -
2020-04-01 14:05:00 +00:00
nickysn
03ea93de87 + write eol after each instruction
git-svn-id: branches/z80@44484 -
2020-04-01 14:04:20 +00:00
nickysn
dc1ff00418 * fixed register number of IX
git-svn-id: branches/z80@44483 -
2020-04-01 13:36:59 +00:00
nickysn
d682df8bcd + implemented ait_instruction at least for instructions without operands
git-svn-id: branches/z80@44476 -
2020-04-01 02:19:46 +00:00
nickysn
1d3f14f769 + implemented ait_align asm output for sdcc-sdasz80
git-svn-id: branches/z80@44475 -
2020-04-01 00:39:08 +00:00
nickysn
a581ca4dce * synchronized with trunk
git-svn-id: branches/z80@44474 -
2020-03-31 22:00:40 +00:00
nickysn
26549ed045 * use the :: and == operators to declare global labels, instead of .globl
git-svn-id: branches/z80@44473 -
2020-03-31 21:59:56 +00:00
nickysn
4bc09f91cb + initial support for ait_section
git-svn-id: branches/z80@44472 -
2020-03-31 21:09:50 +00:00
pierre
4861761150 Try to fix problems for more recent GDB versions.
Move GDB_NEW_UI macro def. to GDB_VER_GE_712
  Add GDB_INTERP_LOOKUP_HAS_UI and GDB_HAS_SAVED_COMMAND_LINE_BUT_NO_SIZE
  to same GDB_VER_GE_712.
  Use stdio_filopen to create gdb_stdout and gdb_stderr 
  if GDB_HAS_GET_STDIN macro is set.

git-svn-id: trunk@44471 -
2020-03-31 20:49:17 +00:00
joost
625e847e56 * Do not try to resolve dependencies for packages that not meet the target
git-svn-id: trunk@44470 -
2020-03-31 20:15:08 +00:00
joost
81887a2eb3 * Debug-writeln removed
git-svn-id: trunk@44469 -
2020-03-31 20:09:46 +00:00
nickysn
b0f2902e51 + support ait_symbol with value
git-svn-id: branches/z80@44468 -
2020-03-31 19:45:09 +00:00
nickysn
58c4fb8db1 + simplified adding the trailing : character when writing an ait_symbol for sdcc-sdasz80
git-svn-id: branches/z80@44467 -
2020-03-31 19:42:39 +00:00
nickysn
bbc8629b39 - removed commented out code for handling case insensitive assemblers, because sdcc-sdasz80 is case sensitive by default
git-svn-id: branches/z80@44466 -
2020-03-31 19:40:18 +00:00
nickysn
a670e04a3f + emit a .globl directive for global ait_symbols
git-svn-id: branches/z80@44465 -
2020-03-31 19:37:11 +00:00
florian
a96a43d0d8 * Xtensa: spilling for bigger offsets fixed
git-svn-id: trunk@44464 -
2020-03-31 19:33:12 +00:00
florian
5ef1ede0a4 * xtensa-freertos: enable softfloat for now
git-svn-id: trunk@44463 -
2020-03-31 19:33:11 +00:00
florian
e147e191ca * ESP32: set flash size to a resonable value (assumes external flash for now)
git-svn-id: trunk@44462 -
2020-03-31 19:33:11 +00:00
florian
aab0884182 + Xtensa: generate all helper files to fpc can successfully compile a single program
git-svn-id: trunk@44461 -
2020-03-31 19:33:10 +00:00
nickysn
e0efce2dd8 + added Z80-specific help messages, using the Z identifier
+ added help about the available Z80 assemblers

git-svn-id: branches/z80@44460 -
2020-03-31 19:32:17 +00:00
nickysn
6159b34608 * capitalize idtxt of z80asm, so it can be selected with -Az80asm
git-svn-id: branches/z80@44459 -
2020-03-31 19:31:18 +00:00
nickysn
3e3942e324 * synchronize with trunk
git-svn-id: branches/z80@44458 -
2020-03-31 19:18:42 +00:00
marco
aa391dadbf * only free if not ffreeobjects, mantis 036853
git-svn-id: trunk@44457 -
2020-03-31 14:53:03 +00:00
Károly Balogh
84e36cce0f * fix morphos info unit name after r44454
git-svn-id: trunk@44456 -
2020-03-31 05:12:59 +00:00
Károly Balogh
8bdcf4273d * darwin: remove some leftover resource-spec structures from i_bsd, clean up some related darwin specific int/ext resource handling in options
git-svn-id: trunk@44455 -
2020-03-31 04:57:08 +00:00
Károly Balogh
69fb20784a * fix source info for darwin (and some other systems), this fixes darwin hosted cross builds after r44407
git-svn-id: trunk@44454 -
2020-03-31 04:53:38 +00:00
nickysn
f3b9088d98 + emit .globl for AB_GLOBAL labels
git-svn-id: branches/z80@44453 -
2020-03-31 00:48:03 +00:00
nickysn
a4127ce3ab * get rid of EscapeLabel, since sdcc-sdasz80 doesn't seem to need it
git-svn-id: branches/z80@44452 -
2020-03-31 00:35:05 +00:00
nickysn
a38917f471 * fix missing comma in the middle of 64-bit ait_consts
git-svn-id: branches/z80@44451 -
2020-03-31 00:31:46 +00:00
nickysn
416511e245 + support aitconst_uleb128bit and aitconst_sleb128bit
git-svn-id: branches/z80@44450 -
2020-03-31 00:30:00 +00:00
nickysn
faa7429a7f * synchronize with trunk
git-svn-id: branches/z80@44449 -
2020-03-31 00:00:19 +00:00
nickysn
ca1fd28ac1 * set unsupported constants to FIXME in the ait_const2str table
* fix ait_const_16bit_unaligned

git-svn-id: branches/z80@44448 -
2020-03-30 23:59:41 +00:00
nickysn
c1888dd6e2 + support 32-bit and 64-bit ait_consts
git-svn-id: branches/z80@44447 -
2020-03-30 23:54:39 +00:00
nickysn
8589227fb0 * some ait_string and ait_const asm output fixes for sdcc-sdasz80
git-svn-id: branches/z80@44446 -
2020-03-30 23:39:53 +00:00
nickysn
377f52ee69 + started work on the sdcc-sdasz80 asm backend
git-svn-id: branches/z80@44445 -
2020-03-30 23:31:04 +00:00
nickysn
6e346f1c79 * synchronize with trunk
git-svn-id: branches/z80@44444 -
2020-03-30 22:36:17 +00:00
joost
6a966970bc * Missing include-file added to fpmake-archive
git-svn-id: trunk@44443 -
2020-03-30 21:41:19 +00:00
joost
7ee874fba1 * Missing include-file added to fpmake-archive
git-svn-id: trunk@44442 -
2020-03-30 20:54:26 +00:00