URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
Subversion Repositories zipcpu
[/] [zipcpu/] [trunk/] [bench/] [asm/] - Rev 12
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 12, 2015-07-28 20:12:12 GMT
- Author: dgisselq
- Log message:
- Bunch of changes while trying to get a hello world program:
1. Right shifts by 32 or more now result in zero, or all of the top bit in the
case of ASRs.
2. zdump now properly includes addresses with dumped lines.
3. zparser now properly handles immediate values via the .DAT instruction.