Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/28/07 15:21
Modified:
  05/28/07 15:22

Read: times


 
#139923 - Nastiness density increased
Responding to: ???'s previous message
More nastiness, less code!

-- Russ
Quiz:
   mov   b,#16
   mul   ab
   push  b
   mov   b,#0
   call  Quiz1
   pop   b
   xch   a,b
   swap  a
Quiz1:
   rlc   a
   jb    p,Quiz2
   jz    Quiz3
   mov   a,#2
   sjmp  Quiz3
Quiz2:
   addc  a,#22h
   jc    Quiz3
   anl   a,#03h
   dec   a
Quiz3:
   addc  a,b
   ret



List of 16 messages in thread
TopicAuthorDate
weekend-end quiz            01/01/70 00:00      
   How about this?            01/01/70 00:00      
      @#$%^&            01/01/70 00:00      
   Two equivalent functions            01/01/70 00:00      
      OK, I admit, 2:1            01/01/70 00:00      
         Nice variation!            01/01/70 00:00      
            shortest?            01/01/70 00:00      
               Eleven bytes. No tricks.            01/01/70 00:00      
                  The wayward path followed...            01/01/70 00:00      
   Deterministic Way            01/01/70 00:00      
      Yet another tweak            01/01/70 00:00      
         OMG....            01/01/70 00:00      
            You are forgiven            01/01/70 00:00      
   commented            01/01/70 00:00      
      Nastiness density increased            01/01/70 00:00      
   That looks like my assembly code.            01/01/70 00:00      

Back to Subject List