annotate kernel/src/archinterface.c3 @ 381:6df89163e114

Fix section and ldr pseudo instruction
author Windel Bouwman
date Sat, 26 Apr 2014 17:41:56 +0200
parents 9667d78ba79e
children
rev   line source
377
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
1
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
2 module arch;
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
3
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
4 function void init();
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
5
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
6 function void putc(int c);
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
7
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
8 function void halt();
9667d78ba79e Switched to xml for project description
Windel Bouwman
parents:
diff changeset
9