diff options
Diffstat (limited to 'examples/unix/machine_bios.py')
-rw-r--r-- | examples/unix/machine_bios.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unix/machine_bios.py b/examples/unix/machine_bios.py index f62e4dbdb..878f3fd8f 100644 --- a/examples/unix/machine_bios.py +++ b/examples/unix/machine_bios.py @@ -6,4 +6,4 @@ import umachine as machine -print(hex(machine.mem16[0xc0000])) +print(hex(machine.mem16[0xC0000])) |