0

D1 00 0D F1 FC 16 D1 00 0E F1 FC 16 D1 00 0F F1 FC 16 00 48 69 33 zz

Im just using the example to learn. This is supposed to say "hi!" in the output. It, however, says symbols that i cant even copy and paste. Are the numbers being combined somehow? referencing junk data? i thought i cleared it.

A simple correction will do, im not getting it.

Peter Cordes
  • 328,167
  • 45
  • 605
  • 847
  • 1
    There should be a disassembler for PEP9; most people don't read raw machine code but instead look at the corresponding asm instructions. – Peter Cordes Apr 25 '20 at 22:21
  • In addition to what Peter said, I'm guessing the string you are trying to output is "Hi!" (48 69 33) not "hi!". And while I'm not familiar with pep9, I wonder if your text is supposed to have a null at the end to terminate the string. Failing to do that could result in "Hi!FollowedByABunchOfRandomGarbage" – David Wohlferd Apr 26 '20 at 00:01

0 Answers0