added LLGS instruction to CPU.hpp

This commit is contained in:
Arturo
2026-04-11 11:50:37 -06:00
parent c3c94583f4
commit cdf14cf545

View File

@@ -876,6 +876,10 @@ namespace spider {
// Operation: // Operation:
void UPY(); void UPY();
//[Easter Egg] 0x0F1 - LLGS: Injects the custom 8x4 ASCII spider logo
// into RAM [0x80-0x9F] and signs Register RA with the "LLGS" hex literal.
void LLGS();
// </pygen-target> // // </pygen-target> //
}; };