Skip to main content

Questions tagged [machine-code]

8 votes
1 answer
438 views

This question is about the instructions MUL and MULS (hereinafter, just Multiply), which were introduced with the ARM2, and the encoding of the register operands. In this context, Rd refers to the ...
Omar and Lorraine's user avatar
4 votes
1 answer
310 views

Jim Butterfields tinymon1 monitor for the VIC-20 was distributed as a BASIC program with appended machine language code, as is typical for many CBM machine-language programs. However, in this case the ...
cjs's user avatar
  • 29.5k
9 votes
1 answer
266 views

I'm writing some machine code that's intended to be executed from BASIC with a CALL and I'd like to trigger genuine errors just like running ERROR 5 (Improper argument) from BASIC. I have the book The ...
CJ Dennis's user avatar
  • 2,669
3 votes
3 answers
1k views

Apple II was the first computer I used and programmed on, but only in BASIC, and back in 1979. I learned machine code on my ZX Spectrum which was tape only. On Apple II how do you load/run a machine ...
hippietrail's user avatar
  • 8,214
5 votes
2 answers
6k views

The Wikipedia article on “An Open Letter to Hobbysts” says that Bill Gates complained about hobbyists pirating his software, and due to piracy he refused to publish the machine code of his Altair ...
robertspierre's user avatar
15 votes
3 answers
3k views

I've always been sure that "machine language" and "machine code" are totally synonymous and mean programming directly in the language the machine understands, whether in binary, ...
hippietrail's user avatar
  • 8,214
9 votes
1 answer
589 views

I am looking at the machine code for the LGP-30, which is found to have a very strange instruction word layout. 12 ignored bits 4 bits for the opcode 2 more ignored bits 12 bits for the operand, ...
Omar and Lorraine's user avatar