ultimatepp/bazaar/XedTest/XedTest.cpp
micio ebf5c3f19f Bazaar/Xed : added small test application
git-svn-id: svn://ultimatepp.org/upp/trunk@12574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-25 18:42:59 +00:00

10 lines
196 B
C++

#include "XedTest.h"
CONSOLE_APP_MAIN
{
uint8_t buf[15] = {
0xf2, 0x2e, 0x4f, 0x0F, 0x85, 0x99, 0x00, 0x00, 0x00
};
Cout() << "Length = " << XED.InstructionLength(buf) << "\n";
}