Absolute Assembly

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
DaveUnit(Not logged in)

Absolute Assembly

Post by DaveUnit(Not logged in) »

Ok, I'm typing this quick, my class is about to end...

I'm having some trouble with absolute assembly freezing whilst in debug...
i know the assembly code's right but it's still freezing...

I just wanna know how many people have had a problem like this if they've ever used this program and what are some measures I should take to get it to run properly?

Thanks.
Dave... (woo... 30 seconds to spare before class ends!)
DaveUnit
Veteran
Posts: 72
Joined: Sat Oct 29, 2005 10:07 am

Post by DaveUnit »

hokay, lemme elaborate a little cuz I typed that topic in under a minute without putting a lot of thought into it.

When i run absolute assembly, I never make it past the "Detecting machine language code length" part, I've left it on, went to sleep for awhile, woken up and it still hasn't finished that step so Debug seems to be freezing whilst the program is running...

I have a Put routine written in Assembly and it really sucks that Absolute Assembly isn't running properly... I have screwed around with the program too trying to make it work but no luck...

I'd just like to ask anyone that is familiar with this program if they've encountered a problem like this before and if they know how to solve it.

Any help is greatly appreciated.

~Dave~
User avatar
matt2jones
Veteran
Posts: 80
Joined: Sat Feb 19, 2005 8:29 am
Location: elsewhere
Contact:

Post by matt2jones »

I feel your pain, I've never gotten it to work either.

just write it in a .txt with

Code: Select all

a


[code, followed by chr$(13)]

n  name.com
rcx [byte length]
w
q
And load the file into a string, then proceeding as normal.

matt
Do not mistake Apathy for feeling Content.

http://www.disjointed.cjb.net - Short Storys
http://matt2jones.deviantart.com - Random Art
http://www.freewebs.com/matt2jones - WebComic
DaveUnit
Veteran
Posts: 72
Joined: Sat Oct 29, 2005 10:07 am

Post by DaveUnit »

Thanks a lot, matt.

Just one question though, what are a, w and q in the code there?
I'm sure could take a guess and use some logic but my brain is fried right now, i got 4 hours of sleep, and recorded 11 songs in a recording studio today, and I still have more crap to do...

Thanks again, I'll finally be able to use my assembly stuff in my programs! :D

~Dave~
Guest

Post by Guest »

Oh wait, nevermind... I know what those are... wow I feel stupid. haha

~Dave~
Post Reply