Philipp,
the file z180.h, currently located at device/include/z80/z180.h should
be probably moved to device/include/z180/z180.h?
Borut
On 09/24/2011 02:08 PM, Philipp Klaus Krause wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Am 24.09.2011 10:24, schrieb Maarten Brock:
>> Hi Philipp,
>>
>>> Dear sdcc developers,
>>>
>>> the Z180 port in the z180 branch is doing well, and I'd like to merge it
>>> soon.
>>>
>>> Current state:
>>> - - Mostly identical to the Z80 port (thus inherits features like full
>>> bool support and the optimal register allocator)
>>> - - Can use the Z180 mlt instructions for multiplication (this often
>>> results in quite different code than for the Z80 for functions that use
>>> multiplication, since the register allocator rearranges local variables
>>> to put the multiplication operands inthe right places)
>>> - - Passes regression tests.
>> That sounds good. Did you have to modify the simulator
>> as well or was the Z180 already supported? Anyway, from
>> your description I have no objections to the merge.
> The simulator does yet fully support the Z180: I have added support for
> the mlt bc, mlt de and mlt hl instructions, since sdcc generates them
> when using -mz180. The simulator can be run in Z180 mode using -tz180
> (Iused that way of invoking z180 mode, since it seems to be consistent
> with what the simulator for mcs51-variants does). I have not yet added
> support for the other Z180-specific instructions to the simulator.
>
> Philipp
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk59yDcACgkQbtUV+xsoLppjZACg7rLysMdhEuFobCCuT7486Mud
> C7QAoJCFcTeClclvDZEB8zdILvtdTfxf
> =dCia
> -----END PGP SIGNATURE-----
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> sdcc-devel mailing list
> sdcc-devel@...
> https://lists.sourceforge.net/lists/listinfo/sdcc-devel
>
|