tocisz / circle.asm

Draw circle on RC2014 in ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII-art circle on RC2014 in ASM

I was curious how much faster it will be in assembly than in BASIC and FORTH.

Running it

                                        #                                        
                            #########################                            
                       ###################################                       
                   ###########################################                   
                #################################################                
              #####################################################              
            #########################################################            
          #############################################################          
        #################################################################        
       ###################################################################       
      #####################################################################      
     #######################################################################     
    #########################################################################    
   ###########################################################################   
  #############################################################################  
  #############################################################################  
 ############################################################################### 
 ############################################################################### 
 ############################################################################### 
 ############################################################################### 
#################################################################################
 ############################################################################### 
 ############################################################################### 
 ############################################################################### 
 ############################################################################### 
  #############################################################################  
  #############################################################################  
   ###########################################################################   
    #########################################################################    
     #######################################################################     
      #####################################################################      
       ###################################################################       
        #################################################################        
          #############################################################          
            #########################################################            
              #####################################################              
                #################################################                
                   ###########################################                   
                       ###################################                       
                            #########################                            
                                        #                                        

About

Draw circle on RC2014 in ASM


Languages

Language:Assembly 56.7%Language:Makefile 22.8%Language:Forth 14.6%Language:BASIC 5.9%