Skip to main content

Questions tagged [asm]

1 vote
1 answer
168 views

This is my first post here and I'm glad to join this great community and I hope to learn a lot here and help if I can(though i am a very beginner). I have a theoretical question: I am trying to add ...
csnoobie's user avatar
9 votes
2 answers
483 views

Recently digitized and turned into a repo, the original Apollo 11 guidance computer source code has been made available for viewing on Github. In MAIN.agc, the repo author comments that they split ...
8protons's user avatar
  • 1,389
0 votes
3 answers
3k views

I recently started reading about programming in Assembly. To my knowledge, in Assembly, a programmer, when storing and retrieving their variables, has to specify the address their variables are stored ...
rakagunarto's user avatar
0 votes
1 answer
297 views

I am writing an interpreter for a functional programming language that is going to run in the browser. Needless to say, performance is the one and only concern in this application. Emscripten is an ...
MaiaVictor's user avatar
  • 5,860
2 votes
2 answers
6k views

First of all, I'd like to say this is a hardware-level question, which is very closely related to the "in" and "out" command in x86 assembly. I have searched for quite some time, but I still haven't ...
Myrl's user avatar
  • 99
7 votes
2 answers
3k views

I'm thinking of building a language for PIC microcontrollers. I want to be able to use non-fixed size arrays, like this: Declare the variable as int[] Wait for input from serial connection Make the ...
user avatar
4 votes
1 answer
727 views

I am designing an open source Java library that I will likely release with an MIT license, and its sole dependency is the ASM dynamic bytecode injection library. According to their license: ...
herpylderp's user avatar
  • 2,057