python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Finding the minimum value on a list Assembly Language GAS
I'm trying to find the minimum value of a list using assembly language. I'm trying to use -1 to compare all the other values to. my current code is
data_items:
.byte 3,67,34,222,45,75,54,34,44,33,22,1...
Tristan
Votes: 0
Answers: 1
Whats the difference between blt (branch less than ) / slt (set less than) and lw (load word) / sw (store word)?
Does blt and slt compare two registers the same way?
When do i use one over the other?
As far as i know:
lw (load word) saves a word from memory to register.
sw (store word) saves a word from regi...
Johnnakos1000
Votes: 0
Answers: 0
Strange BIOS int 10h ah=0eh teletype output on Sony Vaio
I am having something bizarre on a Sony Vaio when playing with a boot sector. I am compiling some code with nasm, copying it to a usb stick and booting that on the Vaio.
I am running this code:
[ORG 7...
freewill
Votes: 0
Answers: 0