1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-06-02 02:41:33 +00:00
6502-cpp/examples/hello_x16.cpp

8 lines
105 B
C++
Raw Permalink Normal View History

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