Simple Casual Game Gets a Needlessly Complicated and Esoteric Feature
This is (a made-up) assembly language, and a lot just happened that probably made far too little sense for something in a puzzle platformer.
For those who are interested:
An in-game assembler just assembled and ran a program written in an assembly language for a virtual 8-bit microprocessor. The program is coded to multiply 65 by 5, then to log the math problem (along with its result) to the user. Finally, the states of the CPU registers are logged to the user as well for demonstration purposes. This particular multiplication results in a value that does not fit in 8-bits. The program demonstrates the following:
* An arithmetic instruction that generates a carry, which is placed in a dedicated register
* Special instructions that perform operations external to the CPU ("system calls", the "SYSC" instructions)
* The ability to build and concatenate strings using system calls
* The ability for the system's string builder to construct and print larger data types (larger than 8-bits)
I will explain what this is in detail once the Pre11 update is released. For now, all you need to know is that this update is going... somewhere. I can't promise that this feature will make sense when it is announced, but that's mostly because it still won't be 100% finished by then. This is just the bare minimum necessary to be able to test it.
Other Videos By Xenon Neko
2021-08-18 | ♪ Serenade Valley |
2021-08-18 | ♪ Island - Chain Playground ST |
2021-08-18 | ♪ Lucky 7 / "Level Complete" - Chain Playground ST |
2021-08-18 | ♪ Bellicose |
2021-08-18 | ♪ Hello World |
2021-08-18 | ♪ Molten |
2021-08-18 | ♪ Here We Go (Yet Again) |
2021-08-17 | Pikmin Test 2: Working Onions and Control of Multiple Leaders |
2021-08-11 | Pikmin Test |
2021-06-26 | A completely useless 4-bit counter |
2021-06-24 | Simple Casual Game Gets a Needlessly Complicated and Esoteric Feature |
2021-05-23 | Not Quite What I Had In Mind |
2021-05-21 | This Game Was Never Meant to Handle Physics Objects |
2021-05-15 | A Nasty Bug Resurfaces! - Chain Playground Gamedev Session - Part 2 |
2021-05-15 | Squashing Bugs - Chain Playground Gamedev Session |
2021-05-14 | An Update on Chain Playground |
2021-05-14 | Status: "Works as intended" |
2021-05-12 | Business as Usual |
2021-05-03 | Water Shader Test |
2021-04-28 | Marching Cubes Procedural Terrain Generation Test |
2021-02-25 | An Update |