Python Forum
what happened here?(noobie)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what happened here?(noobie)
#4
(Sep-02-2018, 01:02 PM)SoulsKeeper Wrote: trying to understand what is happening in this structure
1. did 0A, 03, and 7F get poped out? if so why were they replaced by 82

2. also how does divide makes sense here? with 00 41


;>|
    Push 2
;>| 02
    Push 7F
;>| 7F 02
    Read            ; assuming user inputs 0x3
;>| 03 7F 02
    Push 0A         ; OFFSET of Adder
;>| 0A 03 7F 02
    Call
;>| 82 02
    Divide
;>| 00 41
no matter where i ask, no one understands why there is a 82 hex after the call, don't know what to do
Reply


Messages In This Thread
what happened here?(noobie) - by SoulsKeeper - Sep-02-2018, 01:02 PM
RE: what happened here?(noobie) - by Gribouillis - Sep-02-2018, 01:37 PM
RE: what happened here?(noobie) - by SoulsKeeper - Sep-02-2018, 01:37 PM
RE: what happened here?(noobie) - by SoulsKeeper - Sep-02-2018, 03:32 PM
RE: what happened here?(noobie) - by j.crater - Sep-02-2018, 03:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone know what happened to pypi-org stats page? Crontab 4 3,412 Jul-11-2019, 07:01 PM
Last Post: Crontab
  where to learn about Stack overflow for a noobie SoulsKeeper 4 3,121 Aug-31-2018, 10:55 AM
Last Post: Larz60+
  what happened to some of the other users? metulburr 7 7,978 Nov-07-2016, 08:24 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020