Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
When ::ILA:: encounters a byte in the range $01 ... $E3, it pushes it onto its numerics stack and continues fetching at the next byte, which is probably also another BCD digit. Eventually ::ILA:: (the ALU engine) encounters a $ED (delimiter) or an $00 (end) byte.
// Source code has been totally changed...
// More source code soon ....