Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.asm.x86    |    Ahh, the lost art of x86 assembly    |    4,675 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 3,165 of 4,675    |
|    asetofsymbols@nospicedham.gmail.com to All    |
|    Re: Palindromic number    |
|    07 Dec 17 10:33:47    |
      The algo would be as this              a:=input       r:=0       A: r:=r*10+(a mod 10); a:=a div 10        if a!=0 then goto A        if input==r then return true        return false              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca