Alejandro Cervera Kittycannon
Kittycannon merged pull request SpiderLang/spider-runtime#7 2026-06-07 18:57:36 +00:00
Added easter egg by Arturo Balam for 0F1 (slot 1)
Kittycannon pushed to main at SpiderLang/spider-runtime 2026-06-07 18:56:54 +00:00
a11732abda Merge remote-tracking branch 'origin/easter-egg-arturo-branch'
cdf14cf545 added LLGS instruction to CPU.hpp
c3c94583f4 Map LLGS instruction to opcode 0xF1
1fe555aaba Added easter egg by Arturo Balam for 0F1 (slot 1)
Compare 4 commits »
Kittycannon pushed to main at Kittycannon/desktoplib 2026-06-07 18:51:05 +00:00
ce5508f8e4 changed test for windows, to be removed
Kittycannon commented on pull request SpiderLang/spider-runtime#3 2026-06-07 18:49:04 +00:00
Implement float math and type conversion instructions (054-067)

already implemented

Kittycannon deleted branch diego/instruc-068-079 from SpiderLang/spider-runtime 2026-06-07 18:48:41 +00:00
Kittycannon pushed to main at SpiderLang/spider-runtime 2026-06-07 18:48:38 +00:00
1e2524a4cb Merge pull request 'add test program for instructions 0x068-0x079' (#8) from diego/instruc-068-079 into main
8cc4f59b9c add test program for instructions 0x068-0x079
Compare 2 commits »
Kittycannon merged pull request SpiderLang/spider-runtime#8 2026-06-07 18:48:36 +00:00
add test program for instructions 0x068-0x079
Kittycannon created pull request SpiderLang/spider-runtime#8 2026-06-07 18:48:23 +00:00
add test program for instructions 0x068-0x079
Kittycannon pushed to main at Kittycannon/desktoplib 2026-04-21 02:47:41 +00:00
edcc3bcfea ready to make a library
Kittycannon created repository SpiderLang/spider-live-debug 2026-04-09 01:28:41 +00:00
Kittycannon pushed to main at SpiderLang/spider-micro-buildtools 2026-04-09 01:26:08 +00:00
3f2f9cff46 Merge pull request 'add ESP-IDF project with Spider Runtime for ESP32' (#2) from lopez/esp32 into main
76225c7392 add ESP-IDF project with Spider Runtime for ESP32
Compare 2 commits »
Kittycannon deleted branch lopez/esp32 from SpiderLang/spider-micro-buildtools 2026-04-09 01:26:08 +00:00
Kittycannon merged pull request SpiderLang/spider-micro-buildtools#2 2026-04-09 01:26:06 +00:00
add ESP-IDF project with Spider Runtime for ESP32
Kittycannon created pull request SpiderLang/spider-micro-buildtools#2 2026-04-09 01:25:48 +00:00
add ESP-IDF project with Spider Runtime for ESP32
Kittycannon pushed to main at SpiderLang/spider-runtime 2026-04-09 01:14:05 +00:00
dd1cd03026 Merge pull request 'Implement instructions 0x03C-0x053, add flag constants and fix execute pipeline' (#5) from diego/instruc-03c-053 into main
0184ef6394 ADD personal DGANT easter egg instruction on 0x0F6
d2ce5ea4bd Merge main and resolve conflicts
6fb7a23e5d Simplify instruction comments and add default cases to switches
429596af86 Implement instructions 0x03C-0x053, add flag constants and fix execute dispatch
Compare 5 commits »
Kittycannon deleted branch diego/instruc-03c-053 from SpiderLang/spider-runtime 2026-04-09 01:14:05 +00:00
Kittycannon merged pull request SpiderLang/spider-runtime#5 2026-04-09 01:14:03 +00:00
Implement instructions 0x03C-0x053, add flag constants and fix execute pipeline
Kittycannon pushed to main at SpiderLang/spider-runtime 2026-04-09 01:12:43 +00:00
75f4b160bf Merge pull request 'Implement instructions 0x068-0x079: casts and math functions' (#6) from diego/instruc-068-079 into main
30e0203df4 implement instructions 0x068-0x079: D2I, D2L, trig and exponential functions
Compare 2 commits »
Kittycannon deleted branch diego/instruc-068-079 from SpiderLang/spider-runtime 2026-04-09 01:12:43 +00:00
Kittycannon merged pull request SpiderLang/spider-runtime#6 2026-04-09 01:12:42 +00:00
Implement instructions 0x068-0x079: casts and math functions