暇つぶしにBTRONプログラミングでもするかー

このエントリーをはてなブックマークに追加
48Janeの改良
// GPLにしとくか
// Jane
#include <basic.h>
#include <bstdlib.h>
#include <tcode.h>
#include <errcode.h>
#include <btron/btron.h>
#include <btron/dp.h>
#include <btron/hmi.h>
#include <btron/vobj.h>
#include <btron/tip.h>

void MAIN(M_EXECREQ *msg);
{
  TC  message[] = {L"Jane"};
  TC  message2[] = {L"( ゜Д゜)"};

  pdsp_msg(message);
  slp_tsk(1000);
  pdsp_msg(message2);
  sig_buz(0x10001004);
  ext_prc(0);
}