1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-01 04:04:28 +00:00
erc-c/tests
Peter Evans a8bba409c3 Change 16-bit references to respect little-endianness
As the Apple II (or rather the 6502 chip) is little-endian, meaning the
least significant byte is the first byte you read going forward, rather
than the last byte.
2018-01-08 17:10:26 -06:00
..
build
data
apple2.c Change 16-bit references to respect little-endianness 2018-01-08 17:10:26 -06:00
apple2.dd.c
apple2.draw.c
apple2.mem.c
CMakeLists.txt
log.c
main.c
mos6502.addr.c Change 16-bit references to respect little-endianness 2018-01-08 17:10:26 -06:00
mos6502.arith.c
mos6502.bits.c
mos6502.branch.c
mos6502.c
mos6502.dis.c
mos6502.exec.c
mos6502.loadstor.c
mos6502.stat.c
objstore.c
option.c
vm_area.c Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_bitfont.c Add missing tests and note missing ones 2018-01-07 20:00:28 -06:00
vm_screen.c Remove test (which is now done from vm_area.c) 2018-01-07 20:08:27 -06:00
vm_segment.c Change 16-bit references to respect little-endianness 2018-01-08 17:10:26 -06:00