diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-05 16:09:59 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-05 16:09:59 +0200 |
commit | eb169ea5a89909b90794e0388f89d6d372754e46 (patch) | |
tree | ce7e826fd2dd4e4248cb4f1fbf8ce2885c943f49 /sw/z80_tests/usart/build/pio.sym | |
parent | Test units are now in their own folder 'z80_test', add programmer cli interface (diff) | |
download | z80uPC-eb169ea5a89909b90794e0388f89d6d372754e46.tar.gz z80uPC-eb169ea5a89909b90794e0388f89d6d372754e46.zip |
Move test units to z80/tests, and drivers are now statically linked
Makefiles for the test units were getting messier, so now drivers
(that need to be tested) are statically compiled in their own
folder under z80/drivers.
The kernel makefile and is now broken since everything has been moved.
Diffstat (limited to 'sw/z80_tests/usart/build/pio.sym')
-rw-r--r-- | sw/z80_tests/usart/build/pio.sym | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sw/z80_tests/usart/build/pio.sym b/sw/z80_tests/usart/build/pio.sym deleted file mode 100644 index 3cf582f..0000000 --- a/sw/z80_tests/usart/build/pio.sym +++ /dev/null @@ -1,35 +0,0 @@ -ASxxxx Assembler V02.00 + NoICE + SDCC mods (Zilog Z80 / Hitachi HD64180), page 1. -Hexadecimal [16-Bits] - -Symbol Table - - .__.$$$. = 2710 L - .__.ABS. = 0000 G - .__.CPU. = 0000 L - .__.H$L. = 0000 L - 0 __pio_control 001A GR - 0 __pio_data 0000 GR - 7 __xinit__pio_ctrl 0002 R - 7 __xinit__pio_port 0000 R - 2 _pio_ctrl 0002 R - 2 _pio_port 0000 R - 0 _pio_set_interrupts 0070 GR - 0 _pio_set_interrupts_mask 0083 GR - 0 _pio_set_mode 0034 GR - - -ASxxxx Assembler V02.00 + NoICE + SDCC mods (Zilog Z80 / Hitachi HD64180), page 2. -Hexadecimal [16-Bits] - -Area Table - - 0 _CODE size AA flags 0 - 1 _DATA size 0 flags 0 - 2 _INITIALIZED size 4 flags 0 - 3 _DABS size 0 flags 8 - 4 _HOME size 0 flags 0 - 5 _GSINIT size 0 flags 0 - 6 _GSFINAL size 0 flags 0 - 7 _INITIALIZER size 4 flags 0 - 8 _CABS size 0 flags 8 - |