Talk:Jackass
Jump to navigation
Jump to search
You've been drive-by interpreted! -JayCampbell (talk) 17:00, 15 July 2015 (UTC)
Questions:
- Instruction 02 pops a value; my interpreter puts that in an accumulator variable that is never used. Should that popped value be discarded?
- Should 0E read a single digit or until carriage return?
- Related, does 0F terminate at carriage return or end of input data?
JayCampbell (talk) 17:06, 15 July 2015 (UTC)
Damn that was fast!
- Popped values should be discarded.
- 0e: carriage return
- 0f takes the whole string and pushes each character's ASCII value once the user hits 'enter'