Open links in new tab
  1. PEP9 assembly application interpreting characters

    Sep 15, 2023 · PEP9 assembly application interpreting characters Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 310 times

  2. Newest 'pep9-assembly' Questions - Stack Overflow

    Nov 22, 2021 · [pep9-assembly] Here you can find the Pep/9 Instruction set and Instruction Mnemonics as a PDF. Sign up to watch this tag and see more personalized content

  3. C++ to Pep9 Assembly - Stack Overflow

    Nov 22, 2021 · I am taking a class that has us using pep9 for assembly. Here is my code: BR main number: .EQUATE 0 ;local variable limit: .EQUATE 10 ;Constant ; main:

  4. How to write if statements in Pep9 Assembly? - Stack Overflow

    Jul 23, 2020 · How to write if statements in Pep9 Assembly? Asked 5 years, 8 months ago Modified 5 years, 8 months ago Viewed 1k times

  5. Pep9 Assembly Code - Not getting the right output

    Sep 30, 2019 · I'm writing a program (in PEP9 assembly) which is supposed to output -1 at the beginning, then take a lowercase ASCII character as input, convert it to uppercase, and output it. So …

  6. Intro Assembly Language Pep9 : How much to shift down

    Nov 6, 2018 · Intro Assembly Language Pep9 : How much to shift down Ask Question Asked 7 years, 3 months ago Modified 7 years, 3 months ago

  7. How do I figure out what memory address to store data in Pep/9 when ...

    May 3, 2023 · For the past few months in my class we've been writing programs in Pep/9 in machine language, which made it easy to figure out which memory addresses need to be loaded and used to …

  8. Finding bytes of memory in Pep9 assembly code - Stack Overflow

    This assembly code takes an input, multiplies it by 35,and leaves result in the register. It's 17 bytes of memory, but how do I calculate that? deci M,d ldwa M,d asla ;2m asla ;4m asla ;8m ...

  9. Highest scored 'pep9-assembly' questions - Stack Overflow

    Sep 30, 2019 · Pep9 Assembly Code - Not getting the right output I'm writing a program (in PEP9 assembly) which is supposed to output -1 at the beginning, then take a lowercase ASCII character as …

  10. I am supposed to write an assembly level program that prints my name ...

    May 25, 2018 · Sorry I fixed it. Yes it is loading a byte from memory using the direct addressing mode. The first set of assembly code was an example in the book. I copy/pasted onto pep9, ran it, and it …