Recent content by Matt3453

  1. M

    Little Man Programming: Get Help Now

    00 inp 901 01 sto 90 390 02 inp 901 03 sto 91 392 04 inp 901 05 sto 93 393 06 lda 90 590 07 sub 91 291 08 brp 812 09 lda 91 391 10 out 902 11 br 614 12 lda 90 390 13 out 902 14 lda 91 591 15 sub 92 292 16 brp 820 17 lda 92 392 18 out 902 19 br 622 20 lda 91 391...
  2. M

    Little Man Programming: Get Help Now

    So, I don't understand? It's flawed somewhere? What's OP mean?
  3. M

    Little Man Programming: Get Help Now

    Does this seem right? 00 INP 901 01 STO 97 397 02 INP 901 03 STO 98 398 04 INP 901 05 STO 99 399 06 SUB 97 297 07 BRP 810 08 LDA 97 597 09 BR 611 10 LDA 99 599 11 SUB 98 298 12 BRP 815 13 LDA 98 598 14 BR 616 15 LDA 99 599 16 OUT 902 - Output as largest 17 LDA 98 398 18 SUB 97 297 19...
  4. M

    Little Man Programming: Get Help Now

    Its Little Man and the textbook is by Englander, Computer Hardware and Systems Software. From what I understand, this is how to find the largest, but how does one go about modifying it to find them in order 00 : 901 01 : 397 02 : 901 03 : 398 04 : 901 05 : 399 06 : 297 07 : 810 08 ...
  5. M

    Little Man Programming: Get Help Now

    Hello everyone, New to the forums and I really need some help. I'm trying to create a little man program that would accept any three user inputs and return them in order from largest to smallest. I really have no clue where to start since I'm completely new to programming. Please help..
Back
Top