osd-contiki/cpu/6502
oliverschmidt 1c77f6f1d5 - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area.
- The cc65 assembler variable 'sp' (the pointer to the C stack) is actually part of the cc65 zero page area so there's no need to manage it explicitly. Furthermore it is known to reside at the very start of the area so it can be initialized there for new threads.
2007-08-10 10:45:35 +00:00
..
net The one and only uip_arch.h resides in core/net. 2007-03-03 09:48:39 +00:00
sys Added the same disclaimer as used in the header file. 2007-04-14 15:48:42 +00:00
6502-conf.h Added a Contiki clock_time() implementation based on the cc65 clock() implementation. 2007-05-29 21:56:21 +00:00
clock.c Cosmetic change... 2007-05-29 22:25:49 +00:00
Makefile.6502 Added a Contiki clock_time() implementation based on the cc65 clock() implementation. 2007-05-29 21:56:21 +00:00
mtarch-asm.S - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area. 2007-08-10 10:45:35 +00:00
mtarch.c - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area. 2007-08-10 10:45:35 +00:00
mtarch.h - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area. 2007-08-10 10:45:35 +00:00
rtimer-arch.h Added dummy value to allow for building. 2007-05-19 13:20:37 +00:00