flat assembler
Message board for the users of flat assembler.

Index > Main > transfer reg contents to var

Author
Thread Post new topic Reply to topic
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 02 Jul 2009, 07:02
i am trying to make a fucntion that makes l4x4 leters using a users 16 byte long variable

1001
1111
0001
0001

var db '1001111100010001'



the letter 4
how can i get the var contents from ax

i have done this
mov ax,examplevariable ;from the user
;;function
how can i make a variable of ax's contents?
i was dumb enough to try
mov anothervariable, ax

any ideas

this is mainly so i can do this
mov ax, [anotherbuffer]
cmp ax, '0'
je somewhere
mov ax, [anotherbuffer+1] ; check the second digit
cmp ax, '1'

_________________
Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me.
Post 02 Jul 2009, 07:02
View user's profile Send private message Reply with quote
GhostXoPCorp



Joined: 13 Dec 2008
Posts: 199
Location: 01F0:0100
GhostXoPCorp 02 Jul 2009, 07:36
oh thats a major facepalm, i didnt try

mov [anothervar],ax

mov ax, [anothervar] the other way around, sorry for the trouble
Post 02 Jul 2009, 07:36
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.