cleaned up the mess I left behind
[fw/sdcc] / device / examples / xa51 / hello.c
index db0f05b7fec5f5ece1cd6f09ec6fb4ed506ea61d..f9e42b5a481de77e8b904a94a77daed4f52aa7fb 100755 (executable)
@@ -14,7 +14,6 @@ xdata at 0x1234 abs;
 
 void main(void) {
   puts ("Hello world.\n\r");
-  _asm ;johan _endasm;
   if (d2==2) {
     puts ("d2=2");
   } else {