Code expects to read constants from 100h.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Oct 2019 17:19:05 +0000 (18:19 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Oct 2019 17:19:05 +0000 (18:19 +0100)
commit049659e033364a9099f38cee17f59ee00aca23b2
tree318b32d363447f25581e1880c0c080f1c89d7b45
parentd07874ea22557bf2ebda08dbf84702f19a494256
Code expects to read constants from 100h.

Original code reads itself (origin 100h) to find constants.  These no
longer exist at the original address, so write them, but don't do this
until after we've run the BIOS routines as that will overwrite them.
pyrit.asm