asm

Discuss whatever you want here--both QB and non-QB related. Anything from the DEF INT command to the meaning of life!

Moderators: Pete, Mods

Post Reply
User avatar
Seb McClouth
Veteran
Posts: 342
Joined: Wed Nov 09, 2005 7:47 am
Location: Inside the Matrix...
Contact:

asm

Post by Seb McClouth »

Hey all

I was wondering how you could do the following ASM-codes in QuickBasic using interrupt:

Code: Select all

cmp bl,#0x1a
and

Code: Select all

mov [14],ax
thx!!
QBinux is a Linux distribution with the aim of integrating the work of the vast community of free software developers at Pete's QBASIC Site in order to create a modern, performant, safe and easy to use system for system administrators and desktop users.
ma1wrbu5tr
Newbie
Posts: 2
Joined: Mon Feb 25, 2008 2:34 pm

Post by ma1wrbu5tr »

I wish I had an answer for you, but only have yet another question.

Can you recommend a book to learn Assembly for a beginner?
/dev/null
User avatar
Pete
Site Admin
Posts: 887
Joined: Sun Dec 07, 2003 9:10 pm
Location: Candor, NY
Contact:

Post by Pete »

I dunno about a book, but there are a collection of really good ASM tutorials on this site in the "Assembly" tutorials section.

I would recommend Petter Holmberg's tutorial series from QBasic: The Magazine. That's how I learned!
User avatar
Seb McClouth
Veteran
Posts: 342
Joined: Wed Nov 09, 2005 7:47 am
Location: Inside the Matrix...
Contact:

Post by Seb McClouth »

Pete, now I notice he's Pete Holmberg. I always misread only Berg, so I thought you wrote 'm....
QBinux is a Linux distribution with the aim of integrating the work of the vast community of free software developers at Pete's QBASIC Site in order to create a modern, performant, safe and easy to use system for system administrators and desktop users.
Post Reply