Search found 7 matches

by Hasula
Thu May 17, 2012 9:25 am
Forum: Embedded Systems
Topic: Assembly_7segment_counter
Replies: 12
Views: 12314

Re: Assembly_7segment_counter

@nandika z = Zero bit ;can use if u wanna check the is the zero bit is set? DC=Digit carry bit ; consider if there's a 8 bit (4lower bits & 4higher bits;each are named as nibbles).If there's a bit which wanna move to lower nibble to higher nibble, u can use this as a flag C=Carry bit;If there's a re...
by Hasula
Tue May 15, 2012 11:16 am
Forum: FPGA
Topic: Basics of FPGA
Replies: 3
Views: 8804

Re: Basics of FPGA

nicely explained.Thanks!!
by Hasula
Tue May 08, 2012 9:39 pm
Forum: Embedded Systems
Topic: Assembly_7segment_counter
Replies: 12
Views: 12314

Re: Assembly_7segment_counter

Thanks dude.I'll post more.
by Hasula
Sun May 06, 2012 2:27 pm
Forum: ???????? ?????
Topic: ?? assembly language ?? ???? ???? ???
Replies: 12
Views: 17636

Re: ?? assembly language ?? ???? ???? ???

Rksk book 1ke download link 1ka dala tiyanawa eka use karana yaluwa.hebei hodama de thama data sheet use karana puluwan tharam.godak katiya patan ganee pic16f877A walin.math hithane weradak ne kiyala eke.ita pase enhanced range 1ta yana puluwan.wedagath wene pula idala hariyata thaniyama igana gana ...
by Hasula
Sat May 05, 2012 7:21 pm
Forum: ???????? ?????
Topic: ?? assembly language ?? ???? ???? ???
Replies: 12
Views: 17636

Re: ?? assembly language ?? ???? ???? ???

oyata help karana mata puluwan yaluwa.mama mulinma igana gathe The Quintessential PIC Microcontroller by Zid Katzen ge book eken.Eka tikak pehediliy.examples tiyanawa.ma gawa pothe pdf version 1k tiyanawa.email 1ka dunoth ewana puluwani.Thawa vidusara pic series kiyala search karala balana.eka sampu...
by Hasula
Sat May 05, 2012 1:56 pm
Forum: Electronics & Electrical Engineering
Topic: What is the Best Software to Simulate circuits inside PC?
Replies: 3
Views: 3952

Re: What is the Best Software to Simulate circuits inside PC?

Actually multisim is good if you are a beginner.I also use multisim but Orcad is better
by Hasula
Sat May 05, 2012 1:48 pm
Forum: Embedded Systems
Topic: Assembly_7segment_counter
Replies: 12
Views: 12314

Assembly_7segment_counter

status equ 0x03 pcl equ 0x02 portb equ 0x06 portc equ 0x07 portd equ 0x08 trisb equ 0x86 trisc equ 0x87 trisd equ 0x88 ssd1 equ 0x23 ssd2 equ 0x24 ssd3 equ 0x25 start call sys_init goto main main call ssd_1 call ssd_2 call ssd_3 goto main table addwf pcl,f retlw 0x3f retlw 0x06 retlw 0x5b retlw 0x4...

Go to advanced search