Questions tagged [ias]

About the IAS machine.

About the IAS machine.

9 questions
7
votes
1 answer

SGX Quote attestation with IAS

I was able to use run SGX in hardware mode and retrieve the SigRL successfully from IAS. But I'm struggling when trying to perform the Quote attestation using their REST API. I used the REST API interface description here. I connected successfully…
wasp256
  • 5,943
  • 12
  • 72
  • 119
1
vote
1 answer

Writing an Assembly Program to add from 1 to 100

So im trying to add 1+2+3... and so on...without using brute force. Y=∑_1^100▒X_i, the numbers Xi are stored in consecutive memory locations starting at location 100. I am using the IAS instruction set: I just cant seem to get this done. I dont…
Codebank
  • 19
  • 3
1
vote
2 answers

How to translate the memory content of IAS computer into Assembly language

Given the following memory contents Address | Contents 08A | 010FA210FB 08B | 010FA0F08D 08C | 020FA210FB The assembly code is: My question is, how are the contents translated into the assembly code. What separates the…
user4984565
1
vote
0 answers

Magento : JQuery ias Infinite Ajax Scroll not working with filter

I am using the FME filter and the infinite Ajax scroll. Initially, It is working proper and bind the product as per pagination when I am selecting and deselecting product using filter. but once if i am loading the more products after that it is not…
0
votes
1 answer

Why does instruction memory of IAS has 2 segments

Each number in IAS is represented by a sign bit and a 39-bit value. Each instruction consists of an 8-bit operation code (opcode) specifying the operation to be performed and a 12-bit addressas shown in picture So, why does instruction word has left…
Solo
  • 3
  • 1
0
votes
0 answers

Entrance character from keyboard

I am writing exams.I have looked everywhere on the internet, into my book also but nowhere can I find an answer about his question. My teacher question is "Entrance character from keyboard" . I read the book title computer organization and…
user8543629
0
votes
1 answer

Jquery Infinite Scroll ( IAS ) disable cache

I am using jQuery + IAS to make infinite scroll, the problem is that i do not want cache disabled when making these requests. Basically this is the URL is accesses to get the next page : http://example.com/flink-link?page=3&ccAC=1&_=1473840893821,…
0
votes
1 answer

Matrix Multiplication using IAS Instruction Set

I have to write a program using IAS Instruction set for multiplying two 2*2 matrices and store the result in another matrix C. I saw a program posted by another guy for matrix addition: ********************** * Initialize a variable 'count' to…
-2
votes
1 answer

jquery-ias - IASHistoryExtension + prev button styling

Thanks for an awsome plugin. I truly appreciate the back button functionality. However I have some issues that I would love to see solved. In my theme I have a need to target the generated next and prev links individually. Rigth now they receive…