Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)iostrizAugust 27, 2004 at 6:32 AM#Relative jumpsCan someone please explain why relative jumps behave differently over some instructions (like stated in the help file, Exch, File, and so on)? -- Igor
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikAugust 27, 2004 at 7:50 AM#They add more than one instruction and the code in charge of relative jumps can't tell between 1-1 and 1-N mappings of commands to instructions. It treats each instruction as one command.