added LLGS instruction to CPU.hpp
This commit is contained in:
@@ -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> //
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user