inital commit кек

This commit is contained in:
SashegDev
2026-06-04 03:12:17 +00:00
parent 82675f402d
commit f2888dea3a
190 changed files with 18421 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
; Example hex machine code for TinyCPU
; Prints "CPU!" to the GPU display via port 0xC0
02 43 0A C0 ; MOV_IMM_A 'C', STORE_A 0xC0
02 50 0A C0 ; MOV_IMM_A 'P', STORE_A 0xC0
02 55 0A C0 ; MOV_IMM_A 'U', STORE_A 0xC0
02 21 0A C0 ; MOV_IMM_A '!', STORE_A 0xC0
02 0A 0A C0 ; MOV_IMM_A '\n', STORE_A 0xC0
FF ; HLT