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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/12/02 04:17
Read: times


 
#29047 - RE: Assembler or Compiler?
tanks andy

shoud i first convert these asm code in to "C" ?

HOURS EQU 07Ch ;Our HOURS variable
MINUTES EQU 07Dh ;Our MINUTES variable
SECONDS EQU 07Eh ;Our SECONDS variable
TICKS EQU 07Fh ;Our 20th of a second countdown timer
CRYSTAL EQU 11059200 ;The crystal speed
TMRCYCLE EQU 12 ;The number of crystal cycles per timer increment
TMR_SEC EQU CRYSTAL/TMRCYCLE ;The # of timer increments per second
F20TH_OF_SECOND EQU TMR_SEC * .05
RESET_VALUE EQU 65536-F20TH_OF_SECOND
..........
regards

fk

List of 7 messages in thread
TopicAuthorDate
About Assembler/Compiler...Metalink            01/01/70 00:00      
RE: About Assembler/Compiler...Metalink            01/01/70 00:00      
RE: About Assembler/Compiler...Metalink            01/01/70 00:00      
Assembler or Compiler?            01/01/70 00:00      
RE: Assembler or Compiler?            01/01/70 00:00      
RE: Assembler or Compiler?            01/01/70 00:00      
RE: Assembler or Compiler?            01/01/70 00:00      

Back to Subject List