| * Copyright (C) 2001, 2002, 2007, 2012 Imagination Technologies. |
| * This program is free software; you can redistribute it and/or modify it under |
| * the terms of the GNU General Public License version 2 as published by the |
| * Free Software Foundation. |
| * Defines __TBILogF trap code for debugging messages and __TBICont for debug |
| * assert to be implemented on. |
| * Perform console printf using external debugger or host support |
| .type ___TBILogF,function |
| MSETL [A0StP],D0Ar6,D0Ar4,D0Ar2 |
| .size ___TBILogF,.-___TBILogF |
| * Perform wait for continue under control of the debugger |
| .type ___TBICont,function |
| MSETL [A0StP],D0Ar6,D0Ar4,D0Ar2 |
| SWITCH #0xC30006 /* Returns if we are to continue */ |
| MOV PC,D1RtP /* Return */ |
| .size ___TBICont,.-___TBICont |