7 lines
176 B
Python
7 lines
176 B
Python
# Example Python program for TinyCPU
|
|
# Translates to bytecode that writes to GPU
|
|
# Variables are stored starting at address 0x20
|
|
|
|
# Print characters to the GPU
|
|
print("Hello!")
|