Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just convert from asm to hex file,please helpWhat do you want to change in the code?
Just convert from asm to hex file,please help
regards macobt
Thanks ericgibbs I am gona try this.here you go, change the .txt to .hex
His binary representation is fine, apart from the fact that his least significant bit is on the left rather than the right.I don't get it:
1 = 1000 sure
2 = 0111 ?
1 2 4 8
1 0 0 0 = 1
0 1 1 0 = 6
1 0 1 0 = 5
1 0 0 0 = 1
Odd project but if it makes you happy.
On top of this thread there is link to a web site how to do it the clock.I don't get it:
1 = 1000 sure
2 = 0111 ?
Odd project but if it makes you happy.
Did you write the asm for yourself?
"Another little oddity is that when the "4" LED is on, there is some stray light which partly illuminates the "8" LED at the right hand side"His binary representation is fine, apart from the fact that his least significant bit is on the left rather than the right.
Code:1 2 4 8 1 0 0 0 = 1 0 1 1 0 = 6 1 0 1 0 = 5 1 0 0 0 = 1
Another little oddity is that when the "4" LED is on, there is some stray light which partly illuminates the "8" LED at the right hand side.
Odd? yes I have to agree, however he has made something and it is working.
A pleasant change from the flood of "gimme circuit for my project I am designing" type posts which we have seen here lately.
JimB
His binary representation is fine, apart from the fact that his least significant bit is on the left rather than the right.