Talk:HighFive

From Esolang

Jump to: navigation, search

It needs more memory. Also, how do you know wheter to move the program pointer forward or backwards? --Zzo38 18:53, 7 Jul 2006 (UTC)

Memory? OK then, I should add an extra segment on the I/O ports. That would probably be set to I/O port 1. Program counter? It's a signed byte. Ihe format for a signed byte goes like this: If the most significant bit (msb) is set, then that number is negative, so to move backwards, you need to XOR it by FFh (255d) and then subtract the PC by that. --Thematrixeatsyou the HighFive guru, 07:20, 8 Jul 2006 (UTC)
Infinite memory would be nice :-) --Ihope127 18:31, 8 Jul 2006 (UTC)
Yah. --Thematrixeatsyou 08:37, 9 Jul 2006 (UTC)
Personal tools