QuickMenu Save Document

Youtube için DNS ler işe yaramıyor! Youtube’a girmenin yeni yöntemi.

Youtube engelini aşmak için kullandığımız DNS değiştirme yöntemleri bu aralar işe yaramıyor, kendi kullandığım başka bir metodu anlatıyorum.

Youtube için DNS ler işe yaramıyor! Youtube’a girmenin yeni yöntemi. Youtube için DNS ler işe yaramıyor! Youtube’a girmenin yeni yöntemi.

“The Cove” filminden sonra yunusları araştırdım.

"The Cove" filmi izlemeniz gereken bir film. IMDB puanı 8.6 olan bu belgesel duyarlı ve hassas bir kalbiniz varsa izlediğiniz en korkunç filmden bile korkunç gelecek.

“The Cove” filminden sonra yunusları araştırdım. “The Cove” filminden sonra yunusları araştırdım.

Arduino nedir? Ne işe yarar? Çeşitleri nelerdir? Arduino hakkında her şeyi araştırdım.

Arduino nedir? Ne işe yarar? Çeşitleri nelerdir? Arduino hakkında her şeyi araştırdım. Arduino nedir? Ne işe yarar? Çeşitleri nelerdir? Arduino hakkında her şeyi araştırdım.

Farmville kullanıcılarının sayısı twitter kullanıcılarını geçince bu oyunu ve bu oyunun arkasındaki adamı araştırdım.

Farmville kullanıcılarının sayısı twitter kullanıcılarını geçince bu oyunu ve bu oyunun arkasındaki adamı araştırdım. Farmville kullanıcılarının sayısı twitter kullanıcılarını geçince bu oyunu ve bu oyunun arkasındaki adamı araştırdım.

Microsoft Robotics Developer Studio 2008 R2 Express Edition

This is one of the my project.

Microsoft Robotics Developer Studio 2008 R2 Express Edition Microsoft Robotics Developer Studio 2008 R2 Express Edition

Blog, Embedded, Embedded Tutorials

PIC16F84A temel assembly kod şablonu.

PIC16F84A için hazırlanmış kod şeması aşağıdaki gibidir. Bu şema sayesinde kendi kodlarınızı daha rahat oluşturabilirsiniz.

;****************************************************
;   This file is a basic code template for assembly code generation   *
;   on the PICmicro PIC16F84A. This file contains the basic code      *
;   building blocks to build upon.                                    *
;                                                                     *
;   If interrupts are not used all code presented between the ORG     *
;   0x004 directive and the label main can be removed. In addition    *
;   the variable assignments for 'w_temp' and 'status_temp' can       *
;   be removed.                                                       *
;                                                                     *
;   Refer to the MPASM User's Guide for additional information on     *
;   features of the assembler (Document DS33014).                     *
;                                                                     *
;   Refer to the respective PICmicro data sheet for additional        *
;   information on the instruction set.                               *
;                                                                     *
;   Template file assembled with MPLAB V4.00.00 and MPASM V2.20.12.   *
;                                                                     *
;*******************************************************
;                                                                     *
;    Filename:        xxx.asm                                           *
;    Date:                                                            *
;    File Version:                                                    *
;                                                                     *
;    Author:                                                          *
;    Company:                                                         *
;                                                                     *
;                                                                     *
;****************************************************
;                                                                     *
;    Files required:                                                  *
;                                                                     *
;                                                                     *
;                                                                     *
;****************************************************
;                                                                     *
;    Notes:                                                           *
;                                                                     *
;                                                                     *
;                                                                     *
;                                                                     *
;***************************************************

list      p=16F84A            ; list directive to define processor
#include <p16F84A.inc>        ; processor specific variable definitions

__CONFIG   _CP_OFF & _WDT_ON & _PWRTE_ON & _RC_OSC

; '__CONFIG' directive is used to embed configuration data within .asm file.
; The lables following the directive are located in the respective .inc file.
; See respective data sheet for additional information on configuration word.

;***** VARIABLE DEFINITIONS
w_temp        EQU     0x0C        ; variable used for context saving
status_temp   EQU     0x0D        ; variable used for context saving

;*****************************************************
ORG     0x000             ; processor reset vector
goto    main              ; go to beginning of program

ORG     0x004             ; interrupt vector location
movwf   w_temp            ; save off current W register contents
movf    STATUS,w          ; move status register into W register
movwf    status_temp       ; save off contents of STATUS register

; isr code can go here or be located as a call subroutine elsewhere

movf    status_temp,w     ; retrieve copy of STATUS register
movwf    STATUS            ; restore pre-isr STATUS register contents
swapf   w_temp,f
swapf   w_temp,w          ; restore pre-isr W register contents
retfie                    ; return from interrupt

main

; remaining code goes here

END                     ; directive 'end of program'

Related posts:

  1. PIC16F84A assembly komutları.
  2. PIC Programing with JAL Project-001: making flasher circuit using pic16f84A
  3. Accelerometer Controlled Usb Gamepad and Mouse using PIC18F2550 / PIC18F4550

Yorumlar

  1. harratz says:

    comment on peut exécuté un programme du pic et le voir résultat dans proteus

Yorum yap...

Facebook hesabınız ile giriş yaparak yorum yapabilir yaptığınız yorumları facebook
ortamında paylaşabilirsiniz. Facebook hesabınız yoksa yorum yaparken isminizi ve mail adresinizi yazınız.
Bu durumda avatar için gravatar öneriyorum!

Connect with Facebook

Dosya ekle

Resim veya dosya eklemek için aşağıdaki upload sistemini kullanabilirsiniz. Aşağıdaki "Gözat" butonuna tıkladıktan sonra yorumunuza eklemek istediğiniz dosyayı seçin, yüklemeye başlıyacaktır. (Limit 100mb) .

Get Adobe Flash playerPlugin by wpburn.com wordpress themes