1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-06-11 02:29:54 +00:00
6502-cpp/examples/hello_x16.cpp
2021-09-09 22:35:04 -06:00

8 lines
105 B
C++

#include <x16.hpp>
int main()
{
x16::vera::puts({15,20}, petscii::PETSCII("HELLO X16 FROM C++!"));
}