Search found 31 matches

by Amenofhis
Thu Dec 02, 2010 1:07 pm
Forum: Programming
Topic: Mathematics
Replies: 12
Views: 5276

Mathematics

is there any examples of addictions you guys have ??
by Amenofhis
Sun Nov 21, 2010 4:01 pm
Forum: Programming
Topic: solve me this
Replies: 9
Views: 3065

than you for everyone that helped me.... ill drop thisand move on see ya guys
by Amenofhis
Sun Nov 21, 2010 3:28 pm
Forum: Programming
Topic: solve me this
Replies: 9
Views: 3065

oh btw im not student im just curius to learn this languague sorry if u guys think of me as a student This same time of year, two years ago, you had a similar problem :
thats all i got for know that was the teacher told me, he teach about LSR and ASL but i didnt understand a thing

He said

Make ...
by Amenofhis
Thu Nov 18, 2010 6:41 pm
Forum: Programming
Topic: solve me this
Replies: 9
Views: 3065

Two years ago you did the same thing. How about you show us that you're learning, show us that you're thinking clearly and carefully, and ask a coherent question.
.ORG $0200
PUTHEX=IO_AREA+3
PUTC =IO_AREA+1
SED
JSR DISPLAY_MSG
JSR CHECK_M2
BEQ DISP_RESULT
JSR SUMA
BEQ DISP_RESULT
BRK
DISP_RESULT ...
by Amenofhis
Thu Nov 18, 2010 6:26 pm
Forum: Programming
Topic: solve me this
Replies: 9
Views: 3065

actually is not my homework.. i just had corius of programing.. a friend is teaching me... how to work in but still he dont know much... thats why im asking here.

either way thank you and im gone give support as im the one thats its needed
by Amenofhis
Thu Nov 18, 2010 1:11 am
Forum: Programming
Topic: solve me this
Replies: 9
Views: 3065

solve me this

.ORG $0200
PUTHEX=IO_AREA+3
PUTC =IO_AREA+1
SED
JSR DISPLAY_MSG
JSR CHECK_M2
BEQ DISP_RESULT
JSR SUMA
BEQ DISP_RESULT
BRK
DISP_RESULT:ldx #$05
SIG_P: LDA PROD, X
STA PUTHEX
DEX
BMI FIN_PROGRAMA
JMP SIG_P
FIN_PROGRAMA: BRK
SUMA: CLC
LDA M1+0
ADC PROD+0
STA PROD+0
LDA M1+1
ADC PROD+1 ...
by Amenofhis
Fri Nov 12, 2010 10:40 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

I need to make this one to 16 bit.. so i could see larger numbers can some one give me some help me
by Amenofhis
Thu Nov 11, 2010 1:20 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

I find IT!!!!!!!!!! FINALY!!! its multiply to 99!!! without NO PROBLEM!!!!
salida=io_area+3
salida2=io_area+3
.ORG $0200
sed
LDA n2
BEQ fin
f1: LDA p
CLC
ADC n1
STA p
BCs carry

f2:
LDA n2
SEC
SBC #1
STA n2
BEQ fin
JMP f1

fin:
LDA $00
STA salida
LDA p
STA salida
BRK

carry ...
by Amenofhis
Thu Nov 11, 2010 1:16 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

GARTHWILSON wrote:
Quote:
.db is like a database
I think it stands for "define byte," and "dw would be "define word," etc. (or "declare byte," "declare word," etc.).
thats true... sorry i related db to database.. im also working on Oracle right now well Anyway thanks you
by Amenofhis
Thu Nov 11, 2010 12:21 am
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

The part at the end that says
n1: .db $10 ; multiplicand
n2: .db $15 ; multiplier
p: .DB $0 ; product
could be part of the problem. I initially misinterpreted the ".DB" (or ".db") because none of the 6502 assemblers I've used this notation, and I was thinking that n1 was stored at address $0010 ...
by Amenofhis
Wed Nov 10, 2010 6:54 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

8BIT wrote:
You replaced the BRA f1 with JSR f1.

I said use JMP F1. Using JSR will cause possible stack problems.

Give that a try.

Daryl
i tried both still getting same result..
by Amenofhis
Wed Nov 10, 2010 1:39 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

Still Not Showing the 3 Digits or more

Still not Showing the digits numbers

Code: Select all

Broken external image link
http://i52.tinypic.com/w9e9gh.jpg
by Amenofhis
Tue Nov 09, 2010 10:34 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

dude i have a error in row 36
with this
BRA F1 ; and continue looping.

why??
by Amenofhis
Fri Nov 05, 2010 5:40 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

subtitue where, because i didt that already..
check the code
STA p
STA p+1

already there..
by Amenofhis
Fri Nov 05, 2010 12:51 pm
Forum: Programming
Topic: I need a help with this
Replies: 24
Views: 7794

weird but i have an error on
STZ p
STZ p+1
i dont know why... still im looking...

BTW im still new in this programing lang... sorry if i dont notice..