diff --git a/conf/le5/server/create-iso.conf b/conf/le5/server/create-iso.conf
new file mode 100644
index 0000000000000000000000000000000000000000..7307fd805fbd2121892468c2335af427ab457781
--- /dev/null
+++ b/conf/le5/server/create-iso.conf
@@ -0,0 +1,19 @@
+LEHOST="windu.c3sl.ufpr.br/le5"
+LEMIRROR="le5-testing"
+TMP="/dev/shm/tmp/DISTNAME/`echo $LEHOST | cut -d"/" -f 1`-\
+`echo $LEMIRROR | sed s@'/'@'-'@g`"
+LOGDIR="$PREFIX/log/DISTNAME"
+LOGINFO="true"
+DISTROBASE=ubuntu-12.04
+RC="alpha1"
+DISTRO=Linux_Educacional_Server_5
+SCRIPTSDIR="$PREFIX/enabled-scripts/DISTNAME"
+INSTLIST="$PREFIX/pkg-list/DISTNAME/install.list"
+RMLIST="$PREFIX/pkg-list/DISTNAME/remove.list"
+CDDIR="$TMP/extract-cd"
+CHROOTDIR="$TMP/live-image"
+MOUNTLIST="$TMP/mountlist"
+SQUASHIMAGE="$PREFIX/squashfs-root"
+DISTROISO="$PREFIX/iso/DISTNAME/$DISTRO-BASENAME-i386"
+TEMPLATES="$PREFIX/templates/DISTNAME"
+DEBIAN_FRONTEND="noninteractive"
diff --git a/enabled-scripts/le5/server/00-update b/enabled-scripts/le5/server/00-update
new file mode 120000
index 0000000000000000000000000000000000000000..cc35970c1ebb808810559c95681bb40649338298
--- /dev/null
+++ b/enabled-scripts/le5/server/00-update
@@ -0,0 +1 @@
+../../../scripts/00-update
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/10-remove b/enabled-scripts/le5/server/10-remove
new file mode 120000
index 0000000000000000000000000000000000000000..aedc8028c4ffbba6fcd5314eb4c88c8fa3847104
--- /dev/null
+++ b/enabled-scripts/le5/server/10-remove
@@ -0,0 +1 @@
+../../../scripts/10-remove
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/20-install b/enabled-scripts/le5/server/20-install
new file mode 120000
index 0000000000000000000000000000000000000000..270ea4bae0d2eb5bf164777618d91a7e6fcf1b69
--- /dev/null
+++ b/enabled-scripts/le5/server/20-install
@@ -0,0 +1 @@
+../../../scripts/20-install
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/30-upgrade b/enabled-scripts/le5/server/30-upgrade
new file mode 120000
index 0000000000000000000000000000000000000000..f2643c73f05dc5749d1213ecf74da9b245449c49
--- /dev/null
+++ b/enabled-scripts/le5/server/30-upgrade
@@ -0,0 +1 @@
+../../../scripts/30-upgrade
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/35-upgrade-gnome b/enabled-scripts/le5/server/35-upgrade-gnome
new file mode 120000
index 0000000000000000000000000000000000000000..0bf601a9e56959ecf7f31ba2fa09497e1cd0c828
--- /dev/null
+++ b/enabled-scripts/le5/server/35-upgrade-gnome
@@ -0,0 +1 @@
+../../../scripts/35-upgrade-gnome
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/40-configure_le5 b/enabled-scripts/le5/server/40-configure_le5
new file mode 120000
index 0000000000000000000000000000000000000000..ea466c27b5874683592515fd07a625cbce61156a
--- /dev/null
+++ b/enabled-scripts/le5/server/40-configure_le5
@@ -0,0 +1 @@
+../../../scripts/40-configure_le5
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/60-update-initrd_le5 b/enabled-scripts/le5/server/60-update-initrd_le5
new file mode 120000
index 0000000000000000000000000000000000000000..a0ffc604c598da1084ae45b65cfe3174cee625da
--- /dev/null
+++ b/enabled-scripts/le5/server/60-update-initrd_le5
@@ -0,0 +1 @@
+../../../scripts/60-update-initrd_le5
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/70-update_background_image b/enabled-scripts/le5/server/70-update_background_image
new file mode 120000
index 0000000000000000000000000000000000000000..9c36e241c71d0a5252957d549f9f57c37d6e4afa
--- /dev/null
+++ b/enabled-scripts/le5/server/70-update_background_image
@@ -0,0 +1 @@
+../../../scripts/70-update_background_image
\ No newline at end of file
diff --git a/enabled-scripts/le5/server/common-functions.sh b/enabled-scripts/le5/server/common-functions.sh
new file mode 120000
index 0000000000000000000000000000000000000000..edfcb5fcef85973d4931d7ee428236165dca5810
--- /dev/null
+++ b/enabled-scripts/le5/server/common-functions.sh
@@ -0,0 +1 @@
+../../../scripts/common-functions.sh
\ No newline at end of file
diff --git a/pkg-list/le5/server/install.list b/pkg-list/le5/server/install.list
new file mode 100644
index 0000000000000000000000000000000000000000..9c1e451951d77aa6d46e4a0cab3f8d85de7dfbbc
--- /dev/null
+++ b/pkg-list/le5/server/install.list
@@ -0,0 +1,22 @@
+# Copied from le5 escola
+le-desktop
+le-users
+le-plymouth-theme
+le-plymouth-theme-text
+ubiquity-frontend-gtk-le
+ubiquity-le
+ubiquity-le-artwork
+ubiquity-slideshow-le
+le-proinfodata-installer
+kdeedu
+kdegames
+openjdk-7-jre
+openjdk-7-jre-headless
+icedtea-7-jre-jamvm
+evolution
+gnupg
+ubuntu-extras-keyring
+# End of copy from le5 escola
+le-server
+apache2
+squid
diff --git a/pkg-list/le5/server/install.list-remove b/pkg-list/le5/server/install.list-remove
new file mode 100644
index 0000000000000000000000000000000000000000..49fbd213a951579ae09aa768e8e77152aa61170b
--- /dev/null
+++ b/pkg-list/le5/server/install.list-remove
@@ -0,0 +1,5 @@
+casper
+ubiquity-le
+ubiquity-frontend-gtk-le
+ubiquity-slideshow-le
+ubiquity-le-artwork
diff --git a/pkg-list/le5/server/remove.list b/pkg-list/le5/server/remove.list
new file mode 100644
index 0000000000000000000000000000000000000000..d9013cb7e15f94da5f7aa62fa2edfc358687a2f9
--- /dev/null
+++ b/pkg-list/le5/server/remove.list
@@ -0,0 +1,26 @@
+casper
+unity
+unity-2d
+unity-2d-panel
+unity-2d-spread
+unity-2d-shell
+plymouth-theme-ubuntu-logo
+plymouth-theme-ubuntu-text
+apport
+empathy
+thunderbird
+ubuntuone-client
+ubuntuone-client-gnome
+ubuntuone-control-panel
+ubuntuone-couch
+ubuntuone-installer
+deja-dup
+update-notifier
+update-manager
+software-center
+software-center-aptdaemon-plugins
+openjdk-6-jre
+openjdk-6-jre-headless
+icedtea-6-jre-cacao
+icedtea-6-jre-jamvm
+glib-networking
diff --git a/templates/le5/server/casper/10adduser b/templates/le5/server/casper/10adduser
new file mode 100755
index 0000000000000000000000000000000000000000..ce82f0afa72c871b77ec445e0634dcc9082ef4fa
--- /dev/null
+++ b/templates/le5/server/casper/10adduser
@@ -0,0 +1,97 @@
+#!/bin/sh
+
+PREREQ=""
+DESCRIPTION="Adding live session user..."
+
+prereqs()
+{
+       echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+       prereqs
+       exit 0
+       ;;
+esac
+
+. /scripts/casper-functions
+load_confmodule
+
+log_begin_msg "$DESCRIPTION"
+
+# U6aMy0wojraho is just a blank password
+#db_set passwd/root-password-crypted '*'
+#db_set passwd/user-password-crypted U6aMy0wojraho
+#db_set passwd/user-fullname "$USERFULLNAME"
+#db_set passwd/username "$USERNAME"
+#db_set passwd/user-uid 998
+
+#chroot /root /usr/lib/user-setup/user-setup-apply > /dev/null
+
+# Clear out debconf database again to avoid confusing ubiquity later.
+db_set passwd/root-password-crypted
+db_set passwd/user-password-crypted
+db_set passwd/user-fullname
+db_set passwd/username
+db_set passwd/user-uid
+
+if [ -f /root/etc/sudoers ]; then
+	if grep -q '^%admin' /root/etc/sudoers; then
+	    sed -i -e '/^%admin/s/(ALL) ALL$/(ALL) NOPASSWD: ALL/' /root/etc/sudoers
+	else
+	    echo '%admin  ALL=(ALL) NOPASSWD: ALL' >> /root/etc/sudoers
+	fi
+fi
+
+# XXX - awful hack to stop xscreensaver locking the screen (#7150)
+echo 'RUNNING_UNDER_GDM="yes"' >> /root/etc/environment
+
+LTS="$(cut -d' ' -f3 /root/cdrom/.disk/info 2>/dev/null)" || LTS=
+RELEASE="$(cut -d' ' -f1-2 /root/cdrom/.disk/info 2>/dev/null)" || RELEASE=
+if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then
+	RELEASE="$RELEASE LTS"
+fi
+for file in /usr/share/applications/ubiquity-gtkui.desktop /usr/share/applications/kde4/ubiquity-kdeui.desktop; do
+    if [ -f "/root/$file" ]; then
+        sed -i "s/RELEASE/$RELEASE/" "/root/$file"
+        sed -i "s/--desktop/--no-migration-assistant --desktop/" "/root/$file"
+        chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop
+        chroot /root install -D -o $USERNAME -g $USERNAME $file /home/$USERNAME/Desktop/$(basename "$file")
+        break
+    fi
+done
+
+if [ -L /root/home/$USERNAME/Examples ]; then
+    chroot /root install -o $USERNAME -g $USERNAME -d /home/$USERNAME/Desktop/
+    mv /root/home/$USERNAME/Examples /root/home/$USERNAME/Desktop/
+fi
+
+if [ -f /root/home/$USERNAME/examples.desktop ]; then
+    chroot /root install -o $USERNAME -g $USERNAME -d /home/$USERNAME/Desktop/
+fi
+
+#Kubuntu
+if [ -f "/root/usr/bin/plasma" ]; then
+    if [ -f "/root/usr/share/kde4/apps/khelpcenter/plugins/kubuntu/about-kubuntu.desktop" ]; then
+      chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop
+      chroot /root install -D -o $USERNAME -g $USERNAME /usr/share/kde4/apps/khelpcenter/plugins/kubuntu/about-kubuntu.desktop /home/$USERNAME/Desktop/about-kubuntu.desktop
+    fi
+fi
+
+#Ubuntu MID wants to be installed with --automatic
+if [ -f "/root/usr/share/ubuntu-mid-default-settings/mid-gui-start" ]; then
+  if [ -f "/root/usr/share/applications/ubiquity-gtkui.desktop" ]; then
+    sed -i 's/--desktop/--automatic --desktop/' "/root/usr/share/applications/ubiquity-gtkui.desktop"
+  fi
+fi
+
+#Ubuntu MID uses kourou, and the ubiquity icon should be easy to find
+if [ -f "/root/usr/lib/hildon-desktop/kourou.py" ]; then
+  if [ -f "/root/etc/xdg/menus/home.menu" ]; then
+    sed -i '/<\/Include>/i\		<Filename>ubiquity-gtkui.desktop</Filename>' "/root/etc/xdg/menus/home.menu"
+  fi
+fi
+
+log_end_msg
diff --git a/templates/le5/server/casper/casper b/templates/le5/server/casper/casper
new file mode 100755
index 0000000000000000000000000000000000000000..71715be3f7db61e16b2ff35155c70f3bd929ca14
--- /dev/null
+++ b/templates/le5/server/casper/casper
@@ -0,0 +1,136 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          casper
+# Required-Start:    $syslog
+# Required-Stop:
+# Should-Start:      $local_fs
+# Should-Stop:       halt reboot
+# X-Stop-After:      umountroot
+# Default-Start:
+# Default-Stop:      0 6
+# Short-Description: Casper init script
+# Description:       Resyncs snapshots, evantually caches files in order
+#                    to let remove the media.
+### END INIT INFO
+
+# Author: Tollef Fog Heen <tfheen@canonical.com>
+#         Marco Amadori <marco.amadori@gmail.com>
+#
+PATH=/usr/sbin:/usr/bin:/sbin:/bin
+NAME=casper
+SCRIPTNAME=/etc/init.d/${NAME}
+DO_SNAPSHOT=/sbin/${NAME}-snapshot
+
+# Exit if system was not booted by casper
+grep -qs boot=casper /proc/cmdline || exit 0
+
+# Exit if the system was booted from an ISO image rather than a physical CD
+grep -qs find_iso= /proc/cmdline && exit 0
+
+# Read configuration variable file if it is present
+[ -r /etc/$NAME.conf ] && . /etc/$NAME.conf
+
+# Load the VERBOSE setting and other rcS variables
+[ -f /etc/default/rcS ] && . /etc/default/rcS
+
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
+. /lib/lsb/init-functions
+
+# Try to cache everything we're likely to need after ejecting.  This
+# is fragile and simple-minded, but our options are limited.
+cache_path() {
+    path="$1"
+
+    if [ -d "$path" ]; then
+        find "$path" -type f | xargs cat > /dev/null 2>&1
+    elif [ -f "$path" ]; then
+        if [ -x "$path" ]; then
+            if file "$path" | grep -q 'dynamically linked'; then
+                for lib in $(ldd "$path" | awk '{ print $3 }'); do
+                    cache_path "$lib"
+                done
+            fi
+        fi
+        cat "$path" >/dev/null 2>&1
+    fi
+}
+
+do_stop ()
+{
+    if [ ! -z "${ROOTSNAP}" ]; then
+        $DO_SNAPSHOT --resync-string="${ROOTSNAP}"
+    fi
+
+    if [ ! -z "${HOMESNAP}" ]; then
+        $DO_SNAPSHOT --resync-string="${HOMESNAP}"
+    fi
+
+    # check for netboot
+    if [ ! -z "${NETBOOT}" ] || grep -qs netboot /proc/cmdline || grep -qsi root=/dev/nfs /proc/cmdline  || grep -qsi root=/dev/cifs /proc/cmdline ; then
+        return 0
+    fi
+
+    # Don't prompt to eject the SD card on Babbage board, where we reuse it
+    # as a quasi-boot-floppy. Technically this uses a bit of ubiquity
+    # (archdetect), but since this is mostly only relevant for
+    # installations, who cares ...
+    if type archdetect >/dev/null 2>&1; then
+	subarch="$(archdetect)"
+	case $subarch in
+	    arm*/imx51)
+		return 0
+		;;
+	esac
+    fi
+
+    prompt=1
+    if grep -qs noprompt /proc/cmdline; then
+	prompt=
+    fi
+
+    for path in $(which halt) $(which reboot) /etc/rc?.d /etc/default $(which stty) /bin/plymouth /sbin/usplash_write; do
+        cache_path "$path"
+    done
+
+    eject -p -m /cdrom >/dev/null 2>&1
+
+    [ "$prompt" ] || return 0
+
+    # XXX - i18n
+    MSG="Por favor remova o DVD do LE4 e feche a bandeja, após isto pressione ENTER: "
+
+    if [ -x /bin/plymouth ] && plymouth --ping; then
+        plymouth message --text="$MSG"
+        plymouth watch-keystroke > /dev/null
+    else
+        stty sane < /dev/console
+
+        echo $MSG > /dev/console
+        if [ -x /sbin/usplash_write ]; then
+            /sbin/usplash_write "TIMEOUT 86400"
+            /sbin/usplash_write "TEXT-URGENT Please remove the disc, close the tray (if any)"
+            /sbin/usplash_write "TEXT-URGENT and press ENTER to continue"
+        fi
+        read x < /dev/console
+    fi
+}
+
+case "$1" in
+    restart|reload|force-reload|status)
+        [ "$VERBOSE" != no ] && log_end_msg 0
+        ;;
+    # We normally run on start; stop is just for backwards compatibility.
+    start|stop)
+        log_begin_msg "${NAME} is resyncing snapshots and caching reboot files..."
+        do_stop
+        case "$?" in
+            0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
+            2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
+        esac
+        ;;
+    *)
+        log_success_msg "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
+        exit 3
+        ;;
+esac
diff --git a/templates/le5/server/casper/user-setup-apply b/templates/le5/server/casper/user-setup-apply
new file mode 100755
index 0000000000000000000000000000000000000000..6b41e403a88d13b5e54cbb3b02a47724fc00907c
--- /dev/null
+++ b/templates/le5/server/casper/user-setup-apply
@@ -0,0 +1,342 @@
+#! /bin/sh
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ "$1" ]; then
+	export LANG=C # avoid locale errors from perl
+	ROOT="$1"
+	chroot=chroot
+	log='log-output -t user-setup'
+else
+	ROOT=
+	chroot=
+	log=
+fi
+
+. /usr/lib/user-setup/functions.sh
+
+# Set a password, via chpasswd.
+# Use a heredoc rather than echo, to avoid the password
+# showing in the process table. (However, this is normally
+# only called when first installing the system, when root has no
+# password at all, so that should be an unnecessary precaution).
+#
+# Pass in four arguments: the user, the password, 'true' if the
+# password has been pre-crypted (by preseeding), and a 'true' if
+# the home directory is encrypted
+setpassword () {
+	local USER PASSWD PAM_SET_PWD
+	USER="$1"
+	PASSWD="$2"
+
+	local VERSION=$($chroot $ROOT dpkg-query -W -f '${Version}\n' passwd)
+	PAM_SET_PWD=false
+	if $chroot $ROOT dpkg --compare-versions "$VERSION" ge "1:4.1.4-1"; then
+		# support for versions with PAM support (Squeeze)
+		PAM_SET_PWD=true
+		if [ "$3" = true ]; then
+			$chroot $ROOT usermod --password=$PASSWD $USER
+		else
+			$chroot $ROOT chpasswd <<EOF
+$USER:$PASSWD
+EOF
+		fi
+	else
+		# compatibility support for versions without PAM support (Lenny)
+		local OPTS
+		if [ "$3" = true ]; then
+			OPTS=-e
+		else
+			OPTS=-m
+		fi
+		$chroot $ROOT chpasswd $OPTS <<EOF
+$USER:$PASSWD
+EOF
+	fi
+	# If the password was set using PAM, pam_ecryptfs will handle the initial
+	# passphrase wrapping.  Otherwise, we need this hack...
+	if [ "$4" = true ] && [ "$PAM_SET_PWD" = false ]; then
+		local UNWRAPPED_PASSPHRASE_FILE WRAPPED_PASSPHRASE_FILE MOUNT_PASSPHRASE
+		UNWRAPPED_PASSPHRASE_FILE=/dev/shm/.ecryptfs-$USER
+		if [ -e "$UNWRAPPED_PASSPHRASE_FILE" ]; then
+			WRAPPED_PASSPHRASE_FILE=/home/$USER/.ecryptfs/wrapped-passphrase
+			MOUNT_PASSPHRASE=$($chroot $ROOT cat $UNWRAPPED_PASSPHRASE_FILE)
+			$chroot $ROOT ecryptfs-wrap-passphrase $WRAPPED_PASSPHRASE_FILE - <<EOF
+$MOUNT_PASSPHRASE
+$PASSWD
+EOF
+			$chroot $ROOT rm -f $UNWRAPPED_PASSPHRASE_FILE
+			$chroot $ROOT chown $USER:$USER $WRAPPED_PASSPHRASE_FILE
+		else
+			echo "$UNWRAPPED_PASSPHRASE_FILE does not exist, but should!" >&2
+			db_input critical user-setup/encrypt-home-failed || true
+			db_go || true
+		fi
+	fi
+}
+
+# Enable/disable shadow passwords.
+db_get passwd/shadow
+if [ "$RET" = true ]; then
+	$log $chroot $ROOT shadowconfig on
+else
+	$log $chroot $ROOT shadowconfig off
+fi
+
+if ! root_password; then
+	# Was the root password preseeded encrypted?
+	if db_get passwd/root-password-crypted && [ "$RET" ]; then
+		# The root password was preseeded encrypted.
+		ROOT_PW="$RET"
+		PRECRYPTED=true
+	else
+		db_get passwd/root-password
+		ROOT_PW="$RET"
+		PRECRYPTED=false
+	fi
+	# Clear the root password from the database, and set the password.
+	db_set passwd/root-password-crypted ''
+	db_set passwd/root-password ''
+	db_set passwd/root-password-again ''
+	if [ "$ROOT_PW" ]; then
+		setpassword root "$ROOT_PW" "$PRECRYPTED"
+	fi
+	ROOT_PW=
+else
+	# Just in case, clear any preseeded root password from the database
+	# anyway.
+	db_set passwd/root-password-crypted ''
+	db_set passwd/root-password ''
+	db_set passwd/root-password-again ''
+fi
+#db_get passwd/make-user
+#if [ "$RET" = true ] && ! is_system_user; then
+if true; then
+	if db_get passwd/user-password-crypted && [ "$RET" ]; then
+		USER_PW="$RET"
+		USER_PW_CRYPTED=true
+	else
+		db_get passwd/user-password
+		USER_PW="$RET"
+		USER_PW_CRYPTED=false
+	fi
+
+	if db_get passwd/user-uid && [ "$RET" ]; then
+		if [ -x $ROOT/usr/sbin/adduser ]; then
+			UIDOPT="--uid $RET"
+		else
+			UIDOPT="-u $RET"
+		fi
+	else
+		UIDOPT=
+	fi
+
+	ENCRYPT_HOME="false"
+	ENCRYPT_HOME_OPT=
+	db_get user-setup/encrypt-home
+	if [ "$RET" = true ]; then
+		ENCRYPT_HOME="true"
+		ENCRYPT_HOME_OPT="--encrypt-home"
+		if type anna-install >/dev/null 2>&1 && [ -d /lib/debian-installer ]; then
+			ANNA_QUIET=1 DEBIAN_FRONTEND=none $log anna-install crypto-modules || true
+			depmod -a >/dev/null 2>&1 || true
+		fi
+		for module in aes cbc ecb; do
+			modprobe -q "$module" || true
+		done
+		
+		umountproc=false
+		umountdev=false
+		if [ ! -e $ROOT/proc/cmdline ]; then
+			$log $chroot $ROOT mount -t proc proc /proc
+			umountproc=:
+		fi
+		if ! grep -qE '^[^ ]+ /dev' $ROOT/proc/mounts; then
+			mount --bind /dev $ROOT/dev
+			umountdev=:
+		fi
+		if ! $log $chroot $ROOT ecryptfs-setup-swap -f -n; then
+			echo "ecryptfs-setup-swap failed." >&2
+			db_input critical user-setup/encrypt-home-failed || true
+			db_go || true
+			ENCRYPT_HOME="false"
+			ENCRYPT_HOME_OPT=
+		fi
+		if $umountproc; then
+			$log $chroot $ROOT umount /proc
+		fi
+		if $umountdev; then
+			umount $ROOT/dev
+		fi
+	fi
+
+
+	# Add the user to the database, using adduser in noninteractive
+	# mode.
+	db_get passwd/username
+	USER="$RET"
+	db_get passwd/user-fullname
+
+	HOME_EXISTED=
+	if [ -d "$ROOT/home/$USER" ]; then
+		HOME_EXISTED=1
+		# user-setup-ask shouldn't have allowed this, but for safety:
+		ENCRYPT_HOME="false"
+		ENCRYPT_HOME_OPT=
+	fi
+
+	umountsys=false
+	if [ -n "$ENCRYPT_HOME_OPT" ]; then
+		if [ ! -e $ROOT/sys/kernel ]; then
+			$log $chroot $ROOT mount -t sysfs sysfs /sys
+			umountsys=:
+		fi
+		$log $chroot $ROOT mount -t tmpfs tmpfs /dev/shm
+	fi
+	if [ -x $ROOT/usr/sbin/adduser ]; then
+		echo "$log $chroot $ROOT adduser --disabled-password --gecos \"$RET\" $UIDOPT $ENCRYPT_HOME_OPT \"$USER\" >/dev/null || true"
+		$log $chroot $ROOT adduser --disabled-password --gecos "$RET" $UIDOPT $ENCRYPT_HOME_OPT "$USER" || true
+	else
+		$log $chroot $ROOT useradd -c "$RET" -m "$USER" $UIDOPT >/dev/null || true
+	fi
+
+	# Clear the user password from the database.
+	db_set passwd/user-password-crypted ''
+	db_set passwd/user-password ''
+	db_set passwd/user-password-again ''
+	setpassword "$USER" "$USER_PW" "$USER_PW_CRYPTED" "$ENCRYPT_HOME"
+	if [ -n "$ENCRYPT_HOME_OPT" ]; then
+		if $umountsys; then
+			$log $chroot $ROOT umount /sys
+		fi
+		$log $chroot $ROOT umount /dev/shm
+	fi
+
+	if [ "$HOME_EXISTED" ]; then
+		# The user's home directory already existed before we called
+		# adduser. This often means that a mount point under
+		# /home/$USER was selected in (and thus created by) partman,
+		# and the home directory may have ended up owned by root.
+		$log $chroot $ROOT chown "$USER:$USER" "/home/$USER" >/dev/null || true
+	fi
+
+	if [ -n "$USER" ]; then
+		for group in lpadmin sambashare; do
+			$log $chroot $ROOT addgroup --system $group >/dev/null 2>&1 || true
+		done
+		if type archdetect >/dev/null 2>&1; then
+			SUBARCH="$(archdetect)"
+			case $SUBARCH in
+				powerpc/ps3|powerpc/cell)
+					$log $chroot $ROOT addgroup --system spu >/dev/null 2>&1 || true
+					;;
+			esac
+		fi
+		db_get passwd/user-default-groups
+		for group in $RET; do
+			$log $chroot $ROOT adduser "$USER" $group >/dev/null 2>&1 || true
+		done
+ 
+ 		# Configure desktop auto-login if instructed by preseeding
+ 		db_get passwd/auto-login
+ 		if [ "$RET" = true ]; then
+			db_get passwd/auto-login-backup
+			BACKUP="${RET:+.$RET}"
+
+			if [ -d "$ROOT/etc/gdm" ]; then
+				# Configure GDM autologin
+				GDMCustomFile=$ROOT/etc/gdm/custom.conf
+				if [ -e "$GDMCustomFile" ] && [ "$BACKUP" ]; then
+					cp "$GDMCustomFile" "${GDMCustomFile}$BACKUP"
+				fi
+				AutologinParameters="AutomaticLoginEnable=true\n\
+AutomaticLogin=$USER\n\
+TimedLoginEnable=true\n\
+TimedLogin=$USER\n\
+TimedLoginDelay=10"
+
+				# Prevent from updating if parameters already present (persistent usb key)
+				if ! `grep -qs "AutomaticLogin=$USER" $GDMCustomFile` ; then
+					if [ -e "$GDMCustomFile" ]; then
+						sed -i '/\(Automatic\|Timed\)Login/d' $GDMCustomFile
+					fi
+					if ! `grep -qs '\[daemon\]' $GDMCustomFile` ; then
+						echo '[daemon]' >> $GDMCustomFile
+					fi
+					sed -i "s/\[daemon\]/\[daemon\]\n$AutologinParameters/" $GDMCustomFile
+				fi
+			fi
+	 
+			if $chroot $ROOT [ -f /etc/kde4/kdm/kdmrc ]; then
+				# Configure KDM autologin
+				$log $chroot $ROOT sed -i$BACKUP -r \
+					-e "s/^#?AutoLoginEnable=.*\$/AutoLoginEnable=true/" \
+					-e "s/^#?AutoLoginUser=.*\$/AutoLoginUser=$USER/" \
+					-e "s/^#?AutoReLogin=.*\$/AutoReLogin=true/" \
+					/etc/kde4/kdm/kdmrc
+			fi
+		fi
+	fi
+
+	db_get passwd/root-login
+	if [ "$RET" = false ] && [ -n "$USER" ]; then
+		# Ensure sudo is installed, and set up the user to be able
+		# to use it.
+		if [ ! -e $ROOT/etc/sudoers ]; then
+			# try to work in d-i and out; it's better to
+			# use apt-install in d-i
+			apt-install sudo 2>/dev/null || $log $chroot $ROOT apt-get -q -y install sudo || true
+		fi
+		if [ -e $ROOT/etc/sudoers ]; then
+			$log $chroot $ROOT addgroup --system admin >/dev/null 2>&1 || true
+			$log $chroot $ROOT adduser "$USER" admin >/dev/null 2>&1 || true
+			cat <<EOF >>$ROOT/etc/sudoers
+
+# Members of the admin group may gain root privileges
+%admin ALL=(ALL) ALL
+EOF
+		else
+			# sudo failed to install, system won't be usable
+			exit 1
+		fi
+		# Configure gksu to use sudo, via an alternative, if it's
+		# installed and the alternative is registered.
+		if $chroot $ROOT update-alternatives --display libgksu-gconf-defaults >/dev/null 2>&1; then
+			$log $chroot $ROOT update-alternatives --set libgksu-gconf-defaults /usr/share/libgksu/debian/gconf-defaults.libgksu-sudo
+			$log $chroot $ROOT update-gconf-defaults || true
+		fi
+	else
+		# Configure gksu to use su, via an alternative, if it's
+		# installed and the alternative is registered.
+		if $chroot $ROOT update-alternatives --display libgksu-gconf-defaults >/dev/null 2>&1; then
+			$log $chroot $ROOT update-alternatives --set libgksu-gconf-defaults /usr/share/libgksu/debian/gconf-defaults.libgksu-su
+			$log $chroot $ROOT update-gconf-defaults || true
+		fi
+	fi
+	if [ -n "$ENCRYPT_HOME_OPT" ] && [ -e $ROOT/etc/crypttab ]; then
+		# Zero out all encrypted swap partitions.  It is assumed that
+		# passwords are not used beyond this point in the install.
+		# cryptswap0 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
+		# Ideally we would set up a new progress bar here, but we're
+		# inside finish-install's and cdebconf doesn't support nested
+		# progress bars.
+		db_progress INFO user-setup/progress/wipe-swap
+		while read name device source options; do
+			if echo "$options" | grep -q "swap"; then
+				if swapoff $device; then
+					dd if=/dev/zero of=$device 2>/dev/null || true
+				fi
+			fi
+		done < $ROOT/etc/crypttab
+	fi
+
+else
+	# Just in case, clear any preseeded user password from the database
+	# anyway.
+	db_set passwd/user-password-crypted ''
+	db_set passwd/user-password ''
+	db_set passwd/user-password-again ''
+fi
+
+exit 0
diff --git a/templates/le5/server/disk.key b/templates/le5/server/disk.key
new file mode 100644
index 0000000000000000000000000000000000000000..ef07d6f95d969d96b75cc39435d03cd38bb6fac6
--- /dev/null
+++ b/templates/le5/server/disk.key
@@ -0,0 +1,32 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+mQENBFHtTU4BCAC6pCSuVn4j5tsrZDgqgJj6NmzaK/ZFoPC00d+L1rdWiruA7kDv
+2Qm80w0iOIPWXWWKh2C0Hsfc+zHt1SUpywZuGALWqEqa5jx5xrfOF943+nZwHPGI
+1jVg27xgclfP9qkzXyHnCOUGlSV06bydUgOn4mh39q9i/JDNDJZb4rHHrK+duYdO
+aHZUfB3Kf6OskaLE0wRVTrx4Cxzf3N6aYJxV4UrTN6yOi6P7z1ePVuUKeJmLcdwr
+Z4ZK/7gfRljrQylLTHHf8w1i1uk/dJ50s9V9yOpsP6Nbzop9W9LcYB9HIZfrH8p7
+IySiQbjgllnH1oqWqH7He/hZmTr2oBEyEoElABEBAAG0ZUxpbnV4IEVkdWNhY2lv
+bmFsIChDaGF2ZSB1c2FkYSBwYXJhIGNyaWHDp8OjbyBkYXMgSVNPcyBkbyBMaW51
+eCBFZHVjYWNpb25hbCkgPGxlc3Vwb3J0ZUBjM3NsLnVmcHIuYnI+iQE4BBMBAgAi
+BQJR7U1OAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRAs0rVo/C4M9E6J
+B/9mIWnKzgeiyJjdH2I3oK4rFL92ntE+LyBV/jNeGW+vM80OHh6mv02q3J6mAi/x
+Qji9/c9wIDx8ivA791T/k3maIiqy4ZUhSstX+MNsGNi9VIKv4dcDZ7hHybPrb09K
+Rv5M74da9EomqSn0kmKZKdolrjqmOm9vNCYTJJkeetRDRSm68mmXVe61yRxnqUlR
+LjyoUMpbIcNd1coxdlN3Va8Nhal/1QlJ/A3D+P0NwmsnZJNr1yApPv0kjJJE7Rka
+5MgAgMQsXtEAYY5MrHPZR8GwCU2X6rRz4bXQ0AxIa/vsipMcB548GT74NXhRcrkN
+BdPdKDrSmZBON0sGd3AIKecxuQENBFHtTU4BCACpp73KRy8IRf/HhBcPeuqSP6y8
+FCOIgjzYEwK2kD+yiwwzrNDPxyzdQSiwGiV7HAlt1Mpj/LIhE/TZo7cu5MCEUA9I
+4b+qY9QfUJZSggcLpfhhjBPJLb6ZVibyEymw9VDmDci5Xia51uvSXkLgPtaj75uX
+eLPiFrJ9IJF+J4nliAhuh2Tv6baLTbbWfd6m1+R2h0M0JvPaIwKfdb32/HgQbgdl
+oFK7oiIQArCjwCHj0iOw3zHzWF+ieCZvRJWTooBdoKEtcDdbXkQgsPSm0GehmoPj
+zZ7s3CLpMpWGfQxH9r/Vz05g7FYHGSksyd9EnibTGy+lidnc+anU0wOlWk2fABEB
+AAGJAR8EGAECAAkFAlHtTU4CGwwACgkQLNK1aPwuDPTN/QgAt/PW0Kw+KXq+5Vrh
+pYomnmUDJlNqgjQccFXLEzqzMpaO9Yn66bacLPA5XSIznS7yWG79/09MJaztOhUB
+HExn7TyEYXKzjXMr3CdVpOJpUWD7QiDCWZSbrOTuKd2pfAwWEP7ADQuf0RyuNpzu
+aIOx+Hoq5CirYgjTJQz6RvPO3S7M4KsNVnTEBN21Uu45XDJRNScvDtx06AxtjeJu
+ACYU1vR/mR6jAAlCF6ri6hSIjBr+d+YhZqGOKyBSI8UYRxnun/BSNlUUiNJuOJ8F
+0tpkcn6glwwJaOph1RS5Kkc6jYY8U1yGGNst/SKHDTGxa1gmoVGeTPBkroEYl8Sa
+J0y1vg==
+=JK2r
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/templates/le5/server/isolinux/16x16.fnt b/templates/le5/server/isolinux/16x16.fnt
new file mode 100644
index 0000000000000000000000000000000000000000..dcf5363122167cc3040f99025ce53c0f09366fec
Binary files /dev/null and b/templates/le5/server/isolinux/16x16.fnt differ
diff --git a/templates/le5/server/isolinux/adtxt.cfg b/templates/le5/server/isolinux/adtxt.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/templates/le5/server/isolinux/am.tr b/templates/le5/server/isolinux/am.tr
new file mode 100644
index 0000000000000000000000000000000000000000..91e8955dcdcecd3959d72424606dce943dc45b22
Binary files /dev/null and b/templates/le5/server/isolinux/am.tr differ
diff --git a/templates/le5/server/isolinux/ar.tr b/templates/le5/server/isolinux/ar.tr
new file mode 100644
index 0000000000000000000000000000000000000000..4a5cd6ce69fc93081ed6a00e8e2088a702825aa7
Binary files /dev/null and b/templates/le5/server/isolinux/ar.tr differ
diff --git a/templates/le5/server/isolinux/ast.hlp b/templates/le5/server/isolinux/ast.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..805e2e14d15547fd4dcb3cb46242d1995758f2b5
Binary files /dev/null and b/templates/le5/server/isolinux/ast.hlp differ
diff --git a/templates/le5/server/isolinux/ast.tr b/templates/le5/server/isolinux/ast.tr
new file mode 100644
index 0000000000000000000000000000000000000000..ec1210e0ae6b41438578b7f7d3259bf8fb0d6a7e
Binary files /dev/null and b/templates/le5/server/isolinux/ast.tr differ
diff --git a/templates/le5/server/isolinux/be.hlp b/templates/le5/server/isolinux/be.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..e4088f47df675f46db28938c9ee70b1555977bff
--- /dev/null
+++ b/templates/le5/server/isolinux/be.hlp
@@ -0,0 +1,142 @@
+F1Вітаем Вас у LE!Гэта live-версія LE 12.04. Створана
+20120423.
+
+ЗМЕСТ
+
+КЛАВІШАТЭМА
+
+<F1F1>   Дадзеная старонка - утрымлівае даведку.
+<F2F2>   Патрабаванні для запуску LE.
+<F3F3>   Варыянты загрузкі для адмысловых варыянтаў выкарыстання сістэмы.
+<F4F4>   Дадатковыя метады загрузкі;  ратаванне зламанай сістэмы.
+<F5F5>   Агляд спецыяльных параметраў загрузкі.
+<F6F6>   Спецыяльныя параметры загрузкі для некаторых платформаў.
+<F7F7>   Спецыяльныя параметры загрузкі для некаторых дыскавых кантролераў.
+<F8F8>   Спецыяльныя параметры пачатковага загрузчыка сістэмы.
+<F9F9>   Як атрымаць даведку.
+<F10F10>  Аўтарскія правы і гарантыі.
+
+Націсніце F2-F10 для прагляду, альбо Escape - каб пакінуць даведку.F2ПАТРАБАВАННІ ДЛЯ ЎСТАЛЁЎКІ UBUNTUКаб карыстацца з live-сістэмы LE патрабуецца як мінімум 384 мегабайт
+аператыўнай памяці.
+
+Live-сістэма наогул не патрабуе месца на вашым цвёрдым дыску. Аднак, па
+магчымасці, будуць выкарыстаны існуючыя раздзелы swap.
+
+Глядзіце FAQ каб атрымаць больш звестак; гэты дакумент даступны на старонцы
+LE: http://www.ubuntu.com/
+
+Дзякуй за выбар LE!
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F3СПОСАБЫ ЗАГРУЗКІДаступныя метады загрузкі:
+
+Запусціць LE без усталёўкі на кампутар
+  Загрузіць live-сістэму. Вы зможаце запусціць усталёўку сістэмы пазней,
+  скарыстаўшыся цэтлікам «Усталяваць ...» на рабочым стале.
+Устляваць LE
+  Пачаць усталёўку.
+Праверыць памяць
+  Выканаць праверку памяці.
+
+(Гэты файл даведкі ўніверсальны. Слова "LE" можа быць заменена імёнамі
+роднасных аперацыйных сістэм.)
+
+Каб выкарыстаць адзін з метадаў загрузкі выберыце яго ў меню, скарыстаўшыся
+клавішамі кіравання курсору. Націсніце F4, для выбару альтэрнатыўных рэжымаў
+запуску ды ўсталёўкі. Націсніце F6 каб змяніць параметры загрузкі. Паўторны
+націск F6 выкліча меню тыповых параметраў загрузкі.
+
+Некрытычныя паведамленні загрузкі ядра будуць адлюстроўвацца толькі ў рэжыме
+эксперта.
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F4АДНАЎЛЕННЕ ПАШКОДЖАНАЙ СІСТЭМЫНа гэтым дыску няма рэжыму аднаўлення. Аднак дыск дае поўнае карыстальніцкае
+асяроддзе, якое дае магчымасць выкарыстоўваць як кансольныя, так і ўтыліты з
+графічным інтэрфейсам для аднаўлення працаздольнасці сістэмы, а таксама
+выкарыстоўваць інтэрнэт для пошуку дапамогі. У інтэрнэце можна знайсці
+падрабязныя парады па рашэнню большасці праблемаў, якія могуць прывесці Вашу
+сістэму ў кепскі стан.
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F5АГЛЯД СПЕЦЫЯЛЬНЫХ ПАРАМЕТРАЎ ЗАГРУЗКІДля паспяховага запуску на некаторых сістэмах Вам будзе неабходна вызначыць
+параметр загрузкі пасля націскання F6. Напрыклад, Linux можа аўтаматычна не
+вызначыць Вашыя прылады, і Вам неабходна будзе паказац іх месцазнаходжанне
+альбо тып, для правільнага вызначэння сістэмай.
+
+Каб паглядзець больш інфармацыі пра параметры загрузкі, якія Вы можаце
+ўжыць, націсніце:
+
+<F6F6>   параметры загрузкі для некаторых платформаў
+<F7F7>   параметры загрузкі для розных дыскавых кантролераў
+<F8F8>   параметры пачатковай загрузкі сістэмы
+
+Шматлікія модулі ядра дынамічна загружаюцца сістэмай пачатковай загрузкі і
+параметры для гэтых модуляў не могуць быць зададзеныя ў камандным радку.
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F6СПЕЦЫЯЛЬНЫЯ ПАРАМЕТРЫ ЗАГРУЗКІ - РОЗНЫЯ ПРЫЛАДЫВы можаце выкарыстоўваць наступныя параметры загрузкі націснуўшы F6, разам з
+метадам загрузкі (глядзіце <F3F3>). Калі вы ўжываеце шаснаццатковыя
+лічбы, неабходна ўводзіць прэфікс 0x (напр. 0x300).
+
+ПРЫЛАДЫ                                ВЫЗНАЧАЕМЫ ПАРАМЕТР
+
+IBM PS/1 альбо ValuePoint (IDE-дыск)   hd=cylinders,heads,sectors
+Некаторыя мадэлі IBM ThinkPads         floppy.floppy=thinkpad
+Ахова партоў I/O                       reserve=iobase,extent[,...]
+Ноўтбукі з праблемамі вываду на экран  vga=771
+Прымусова выкарыстаць базавы IDE драйвер
+                                       all_generic_ide=1
+
+Магчымыя (часовыя) абыходныя метады пры блакаваннях ці іншых збоях
+апаратнага забеспячэння:
+
+выключыць APIC                         noapic nolapic
+(часткова) выключыць ACPI              acpi=noirq альбо acpi=off
+выключыць USB                          nousb
+апытанне перарыванняў                  irqpoll
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F7СПЕЦЫЯЛЬНЫЯ ПАРАМЕТРЫ ЗАГРУЗКІ - РОЗНЫЯ ДЫСКІВы можаце выкарыстоўваць наступныя параметры загрузкі націснуўшы F6, разам з
+метадам загрузкі (глядзіце <F3F3>).
+
+ПРЫЛАДЫ                      ВЫЗНАЧАЕМЫ ПАРАМЕТР
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (уключана, калі не ноль)
+SCSI-хосты BusLogic          BusLogic.BusLogic=iobase
+Некаторыя машыны DELL        aic7xxx.aic7xxx=no_probe
+
+Гэты спіс не поўны, для атрымання дадатковай інфармацыі глядзіце файл
+дакументацыі ядра kernel-parameters.txt.
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F8СПЕЦЫЯЛЬНЫЯ ПАРАМЕТРЫ ЗАГРУЗКІ - ПАПЯРЭДНІ ЗАГРУЗЧЫКВы можаце выкарыстоўваць наступныя параметры загрузкі націснуўшы F6, разам з
+метадам загрузкі (глядзіце <F3F3>). Гэтыя параметры кантралююць працу
+пачатковага загрузчыка
+
+ВЫНІК                                   ПАРАМЕТР
+
+Выключыць ACPI для картак PCI (карысна для некаторых сервераў  HP  і машын
+на аснове VIA)                          pci=noacpi
+Ужыць інтэрфэйс Брайля                  brltty=driver,device,texttable
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F9АТРЫМАННЕ ДАПАМОГІКалі вы не можаце запусціць LE,  не адчайвайцеся і не сумуйце! Суполка
+LE гатовая дапамагчы Вам! Мы асабліва зацікаўлены ў пошуку праблем,
+звязаных з запускам, бо яны зьяўляюцца не толькі ў аднаго чалавека.
+Магчыма мы ўжо ведаем аб дадзенай канкрэтнай праблеме, тады мы зможам
+забяспечыць больш хуткае яе вырашэнне. У адваротным выпадку, мы хочам ведаць
+аб ёй і гатовыя працаваць над яе вырашэннем разам з Вамі. Пазней Ваш досвед
+будзе карысны іншаму карыстальніку, што сутыкнецца з падобнай праблемай!
+
+Глядзіце FAQ каб атрымаць больш звестак; гэты дакумент даступны на старонцы
+LE: http://www.ubuntu.com/
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.F10АЎТАРСКІЯ ПРАВЫ І ГАРАНТЫІLE ахоўваецца аўтарскім правам (C) 2004-2010 Canonical Ltd. і
+аб'ядноўвае працу многіх іншых аўтараў і ўдзельнікаў.
+
+LE - гэта сістэма,  што распаўсюджваецца свабодна ! Пасля запуску,
+дакладныя ўмовы распаўсюджвання кожнага пакету апісаныя ў адпаведным файле
+/usr/share /doc/packagename/copyright.
+
+LE распаўсюджваецца БЕЗ ЯКІХ-НЕБУДЗЬ ГАРАНТЫЙ, у рамках вызначаных
+адпаведным заканадаўствам.
+
+Дадзеная сістэма заснаваная на Debian. Для атрымання дадатковай інфармацыі
+аб праекце Debian глядзіце http://www.debian.org/.
+
+Націсніце F1 каб перайсці да зместу даведкі ці Escape для выхаду з яе.�
diff --git a/templates/le5/server/isolinux/be.tr b/templates/le5/server/isolinux/be.tr
new file mode 100644
index 0000000000000000000000000000000000000000..df1c7241b3b87d1be112007ead50d495b214c1dd
Binary files /dev/null and b/templates/le5/server/isolinux/be.tr differ
diff --git a/templates/le5/server/isolinux/bg.hlp b/templates/le5/server/isolinux/bg.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..7ad780f979adc8e23a951d1640452d11f6b322ca
--- /dev/null
+++ b/templates/le5/server/isolinux/bg.hlp
@@ -0,0 +1,142 @@
+F1Добре дошли в LE!Това е жива система за LE 12.04. Беше
+изградена на 20120423.
+
+ИНДЕКС НА ПОМОЩ
+
+КЛАВИШ ТЕМА
+
+<F1F1>   Тази страница, индекса на помощ.
+<F2F2>   Предварителни изисквания за изпълняване на LE.
+<F3F3>   Методи за стартиране на системата при специални случаи.
+<F4F4>   Допълнителни методи на стартиране; спасяване на счупена система.
+<F5F5>   Бърз преглед на специални стартиращи параметри.
+<F6F6>   Специални стартиращи параметри за специални машини.
+<F7F7>   Специални стартиращи параметри за избраните дискови контролери.
+<F8F8>   Специални параметри за стартиране на система.
+<F9F9>   Как да получим помощ.
+<F10F10>  Авторски права и гаранции.
+
+Натискайте от F2 до F10 за подробности или натиснете Esc за изход от помощ.F2ПРЕДВАРИТЕЛНИ ИЗИСКВАНИЯ ЗА ИНСТАЛИРАНЕ НА UBUNTUТрябва да имате поне 384 мегабайта системна памет, за да използвате живата
+система LE.
+
+Живата система не изисква никакво място на твърдия диск. Ако има
+съществуващи swap дялове на диска, те ще бъдат използвани.
+
+Вижте Често задавани въпроси и отговори за повече информация; този документ
+е достъпен на уеб сайта на LE, http://www.ubuntu.com/
+
+Благодарим ви, че избрахте LE!
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F3МЕТОДИ НА СТАРТИРАНЕНалични методи на стартиране:
+
+Пробвайте LE без никакви промени по вашия компютър
+  Стартиране на живата система. Ако искате, можете да я инсталирате по-
+  късно, като използвате иконата "Инсталиране" на работния плот.
+Инсталиране на LE
+  Стартиране на инсталацията.
+Тестване на паметта
+  Извършване на тестване на паметта.
+
+("LE" може да се заменени с други, свързани с операционната система
+имена. Този помощен текст е общ.)
+
+За да използвате един от тези методи на стартиране, изберете го от менюто с
+клавишите стрелки. Натиснете F4 за да изберете алтернативни методи на
+стартиране и методи на инсталиране. Натиснете F6, за да редактирате
+параметрите за стартиране. Натиснете F6 отново, за да изберете от менюто с
+често използвани параметри за стартиране.
+
+Изключение в експертен режим, не се поддържат критични съобщения на ядрото
+при стартиране.
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F4СПАСЯВАНЕ НА СЧУПЕНА СИСТЕМАНяма определен сапасителен режим на диска. Но, тъй като дискът предоставя
+пълна графична среда е възможно да се използва командния ред или графични
+инструменти даващи възможност да се спаси счупена система, и да се използва
+уеб браузър, за да се потърси помощ.
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F5СПЕЦИАЛНИ ПАРАМЕТРИ ЗА СТАРТИРАНЕ - БЪРЗ ПРЕГЛЕДНа няколко системи, може да се наложи да укажат параметри, като натиснете
+F6, за да стартирате системата. Примерно, Linux може да не бъде в състояние
+да открие автоматично вашия хардуер, а може да е необходимо изрично да
+посочите своето местоположение или вид, за да бъде разпознат.
+
+За повече информация за това какви параметри на стартиране можете да
+използвате, натиснете:
+
+<F6F6>   параметри на стартиране за специални машини
+<F7F7>   параметри на стартиране за различни дискови контролери
+<F8F8>   параметри на стартиране за стартиране на система
+
+Много от модулите на ядрото се зареждат динамично от стартиране на системата
+и параметри за тези модули не могат да се указват от командния ред.
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F6СПЕЦИАЛНИ ПАРАМЕТРИ ЗА СТАРТИРАНЕ - РАЗНОВИДНОСТИ ХАРДУЕРМожете да използвате следните параметри за стартиране като натиснете F6 в
+комбинация с метод за стартиране (вижте <F3F3>). Ако използвате
+шестнадесетични номера трябва да използвате 0x като представка (пример
+0x300).
+
+ХАРДУЕР                                ПАРАМЕТЪР ЗА УКАЗВАНЕ
+
+IBM PS/1 или ValuePoint (IDE диск)     hd=цилиндри,глави,сектори
+Някои IBM ThinkPads                    floppy.floppy=thinkpad
+Защита на входно-изходен диапазон от портове
+                                       reserve=iobase,extent[,...]
+Лаптопи с проблеми с екрана            vga=771
+Изрично използване на общ IDE драйвер  all_generic_ide=1
+
+Възможности (временно) за заобикаляне на заключвания или други хардуерни
+повреди:
+
+забраняване на бъгав APIC маршрут на прекъсване
+                                       noapic nolapic
+(частично) забраняване на ACPI         acpi=noirq или acpi=off
+забраняване на USB                     nousb
+анкета за прекъсване                   irqpoll
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F7СПЕЦИАЛНИ ПАРАМЕТРИ ЗА СТАРТИРАНЕ - РАЗНОВИДНОСТИ ТВЪРДИ ДИСКОВЕМожете да използвате следните параметри за стартиране като натиснете F6 в
+комбинация с метод за стартиране (вижте <F3F3>).
+
+ХАРДУЕР                      ПАРАМЕТЪР ЗА УКАЗВАНЕ
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (разрешете ако е non-zero)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+Някои DELL машини            aic7xxx.aic7xxx=no_probe
+
+Този списък е непълен, вижте файла kernel-parameters.txt на ядрото за повече
+информация.
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F8СПЕЦИАЛНИ ПАРАМЕТРИ ЗА СТАРТИРАНЕ - ИНСТАЛАЦИЯ НА СИСТЕМАТАМожете да използвате следните параметри за стартиране като натиснете F6 в
+комбинация с метод за стартиране (вижте <F3F3>). Тези параметри
+управляват начина на работа на стартиране на система.
+
+РЕЗУЛТАТ                                ПАРАМЕТЪР
+
+Забраняване на ACPI за PCI подредби (полезно за някои HP сървъри и Via
+базирани машини)                        pci=noacpi
+Използване на Брайлов tty               brltty=driver,device,texttable
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F9ПОЛУЧАВАНЕ НА ПОМОЩАко не можете да стартирате LE, не се отчайвайте! Екипът на LE е
+готов да ви помогне! Ние сме особено заинтересовани да получаваме обратна
+връзка за проблеми със стартирането, тъй като по принцип те не се случват
+само на един човек. Вече сме научили за вашия проблем и можем да
+предоставим бърза поправка или бихме искали да чуем за него и да поработим
+върху него, и следващия потребител, който има същия проблем ще се възползват
+от опита ви!
+
+Вижте Често задавани въпроси и отговори за повече информация; този документ
+е достъпен на уеб сайта на LE, http://www.ubuntu.com/
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.F10АВТОРСКИ ПРАВА И ГАРАНЦИИLE е Авторски права (C) 2004-2010 Canonical Ltd., и включва работата на
+много оригинални автори и сътрудници.
+
+Системата LE се разпространява напълно безплатно. След стартиране,
+точните условия на разпространение за всеки пакет се описват в съответния
+файл в /usr/share/doc/именапакет/copyright.
+
+LE идва БЕЗ НИКАКВА ГАРАНЦИЯ, в рамките на закона.
+
+Тази система е базирана на Debian. Вижте http://www.debian.org/за повече
+подробности и информация за проекта Debian.
+
+Натиснете F1 за индекс на помощ или Escape за изход от помощ.�
diff --git a/templates/le5/server/isolinux/bg.tr b/templates/le5/server/isolinux/bg.tr
new file mode 100644
index 0000000000000000000000000000000000000000..abc0bc93700c8efc9e03e75493ff46265eb38c3c
Binary files /dev/null and b/templates/le5/server/isolinux/bg.tr differ
diff --git a/templates/le5/server/isolinux/bn.hlp b/templates/le5/server/isolinux/bn.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..7cd11dea77a561b7f6fe9c7613df490b5a189fa3
--- /dev/null
+++ b/templates/le5/server/isolinux/bn.hlp
@@ -0,0 +1,138 @@
+F1LE এ স্বাগতম!এটি LE 12.04 এর একটি লাইভ সিস্টেম। এটি
+তৈরী করা হয়েছিল 20120423 তারিখে।
+
+সহায়িকার সূচীপত্র
+
+কী     বিষয়
+
+<F1F1>   এই পাতা, সহায়িকা ইনডেক্স।
+<F2F2>   LE ব্যবহারের প্রাক-যোগ্যতা।
+<F3F3>   এই সিস্টেমটি বুট করার বিকল্প পদ্ধতি সমূহ।
+<F4F4>   বুট করার অতিরিক্ত পদ্ধতি সমূহ; এটি কোন সিস্টেমকে পুনরুদ্ধারে সাহায্য করে।
+<F5F5>   বুট এর বিশেষ প্যারামিটার সমূহ।
+<F6F6>   বিশেষ সরঞ্জামের উপযোগী বুট প্যারামিটারসমূহ।
+<F7F7>   বিশেষ ডিস্ক নিয়ন্ত্রকের জন্য বিশেষ বুট প্যারামিটারসমূহ।
+<F8F8>   বুটস্ট্রাপ সিস্টেমের জন্য বুট প্যারামিটারসমূহ।
+<F9F9>   কিভাবে সহায়তা পেতে পারেন।
+<F10F10>  কপিরাইট এবং ওয়ারেন্টিসমূহ।
+
+বিস্তারিত জানতে F2 থেকে F10 চাপুন অথবা সহায়িকা বন্ধ করে দিতে Esc বাটন চাপুন।F2উবুন্টু ইনস্টলের পূর্বশর্তউবুন্টু লাইভ পদ্ধতিতে ব্যবহার করতে নূন্যতম ৩৮৪ মেগাবাইট মেমরী প্রয়োজন হবে।
+
+লাইভ পদ্ধতিতে ব্যবহার করতে আপনার হার্ডডিস্কের কোন অংশ ব্যবহৃত হবে না। তবে
+হার্ডডিস্কে যদি আগে থেকে লিনাক্স ইনস্টল করা থাকে তবে সেই সোয়াপ স্থানটি
+ব্যবহৃত হতে পারে।
+
+বিস্তারিত জানতে প্রায়শ জিজ্ঞাসিত প্রশ্নসমূহ দেখুন; এটি উবুন্টু ওয়েবসাইটে
+পাওয়া যাবে,  http://www.ubuntu.com/
+
+উবুন্টু বেছে নেয়ার জন্য ধন্যবাদ!
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F3বুট পদ্ধতিসমূহসম্ভাব্য বুট পদ্ধতিসমূহ
+
+কম্পিউটারে কোন পরিবর্তন না করেই উবুন্টু ব্যবহার করুন
+  উবুন্টু লাইভ সেশন চালু করুন। ইনস্টল করতে চাইলে পরবর্তীতে ডেক্সটপের
+  "ইনস্টল" বাটন ব্যবহার করে করতে হবে।
+উবুন্টু ইনস্টল করা
+  ইনস্টল শুরু করুন।
+মেমরী পরীক্ষা করা
+  মেমরী পরীক্ষা করুন।
+
+(অন্যান্য সংক্রান্ত অপারেটিং সিস্টেমের নাম "উবুন্টু" দ্বারা প্রতিস্থাপন করা
+যাবে। এই সহায়তা টেক্সট সামগ্রিক)
+
+এই বুট মেথডের যে কোন একটি ব্যবহার করতে, কার্সার কীর সাথে মেনু থেকে নির্বাচন
+করুন। বিকল্প  আরম্ভ করা এবং ইনস্টলেশন মেথড F4 চাপুন। বুট প্যারামিটার সম্পাদন
+করতে F6 চাপুন। সাধারন বুট প্যারামিটারের মেনু থেকে পুনরায় F6 চাপুন।
+
+অভিজ্ঞ মোড ছাড়া, ক্রিটিকাল নয় এরূপ কার্নেল বার্তা গোপন রাখা হয়।
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F4ক্ষতিগ্রস্থ সিস্টেমকে পুনরুদ্ধারকরণএই ডিস্কে কোন নিবেদিত উদ্ধার মোড নেই। যদিও, যতক্ষণ পর্যন্ত ডিস্ক সম্পুর্ণ
+ব্যবহারকারী এনভারনমেন্ট দিবে, ভাঙ্গা সিস্টেম উদ্ধারের জন্য কমান্ড লাইন
+ব্যবহার করা সম্ভব এবং/অথবা গ্রাফিকাল টুল একটি দেওয়া হয়, এবং সহায়তা
+অনুসন্ধানের জন্য ওয়েব ব্রাউজার ব্যবহার। সঠিকভাবে বুট করতে যদি আপনার সাধারণ
+সিস্টেম প্রায় একই রকম সমস্যা হয় তাহলে ব্যাপক পরামর্শ অনলাইনে বিদ্যমান।
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F5বিশেষ বুট প্যারামিটার - সারসংক্ষেপকোন কোন কম্পিউটারে, আপনাকে সিস্টেম বুট করার জন্য F6 চেপে কোন একটি
+প্যারামিটার নির্ধারন করে দিতে হবে।উদাহরণ স্বরূপ, লিনাক্স সম্ভবত
+স্বয়ংক্রিয়ভাবে আপনার হার্ডওয়্যার চিহ্নিত করতে পারেনা, এবং আপনাকে এটির
+অবস্থান অথবা ধরণবিশদভাবে সুনির্দিষ্টভাবে উল্লেখ করতে হবে যাতে করে এটি চিনতে
+পারার যায়।
+
+আপনার উপযোগী সঠিক বুট প্যারামিটার ব্যবহার সম্পর্কে বিস্তারিত জানতে দেখুন:
+
+<F6F6>   বিশেষ সিস্টেমের বুট প্যারামিটার
+<F7F7>   একাধিক ডিস্ক নিয়ন্ত্রণের বুট প্যারামিটার
+<F8F8>   বুট স্ট্র্যাপ সিস্টেম দ্বারা বুট প্যারামিটার বোঝা যায়
+
+বুটস্ট্র্যাপ সিস্টেম দ্বারা অনেক কার্নেল মডিউল চলন্ত অবস্থায় লোড হয়, এবং
+কমান্ড লাইনে এই মডিউলের জন্য প্যারামিটার দেওয়া যাবেনা।
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F6SPECIAL BOOT PARAMETERS - VARIOUS HARDWAREবুট মেথডের সমাবেশে F6 চেপে আপনি বর্ণিত বুট প্যারামিটার ব্যবহার করতে পারেন
+(<F3F3> লিঙ্কটি দেখুন)।যদি হেক্স নাম্বার ব্যবহার করার জন্য 0x prefix
+(e.g., 0x300) ব্যবহার করতে হবে।
+
+হার্ডওয়্যার                            PARAMETER TO SPECIFY
+
+আই.বি.এম. পিএস/১ অথবা ভ্যালুপয়েন্ট  (IDE disk)
+                                       hd=cylinders,heads,sectors
+কিছু আইবিএম থিঙ্কপ্যাড                 floppy.floppy=thinkpad
+I/O পোর্ট ক্ষেত্র সুরক্ষা              reserve=iobase,extent[,...]
+ল্যাপটপে স্ক্রীন প্রদর্শনে সমস্যা      vga=771
+জেনেরিক IDE ড্রাইভার ব্যবহার করতে বাধ্য
+                                       all_generic_ide=1
+
+সম্ভাব্য (অস্থায়ী) ওয়ার্কঅ্যারাউন্ডের  জন্য লকআপ অথবা হার্ডওয়্যার ব্যর্থতা:
+
+বাগি APIC বিঘ্নিত রাউট করতে নিষ্ক্রিয়  noapic nolapic
+(আংশিকভাবে) ACPI নিষ্ক্রিয়             acpi=noirq অথবা acpi=off
+USB নিষ্ক্রিয়                          nousb
+বিঘ্নের জন্য পোল                       irqpoll
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F7বিশেষ বুট প্যারামিটার - বিভিন্ন ডিস্ক ড্রাইভবুট মেথডের সমাবেশে F6 চেপে আপনি বর্ণিত বুট প্যারামিটার ব্যবহার করতে পারেন
+(<F3F3> লিঙ্কটি দেখুন)।
+
+হার্ডওয়্যার                  PARAMETER TO SPECIFY
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (যদি শূণ্য নয় এরূপ সক্রিয়
+থাকে)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+অবশ্যম্ভাবী DELL মেশিন       aic7xxx.aic7xxx=no_probe
+
+এই তালিকা অসম্পূর্ণ, আরও বেশির জন্য কার্নেলের kernel-parameters.txt ফাইল
+দেখুন।
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F8বিশেষ বুট প্যারামিটার  - ইনস্টলেশন সিস্টেমবুট মেথডের সমাবেশে F6 চেপে আপনি বর্ণিত বুট প্যারামিটার ব্যবহার করতে পারেন
+(<F3F3> লিঙ্কটি দেখুন)।কিভাবে বুটস্ট্র্যাপ সিস্টেম কাজ করবে তা এই
+প্যারামিটার কন্ট্রোল করে।
+
+ফলাফল                                   প্যারামিটার
+
+PCI ম্যাপের জন্য ACPI নিষ্ক্রিয় (কিছু HP সার্ভার এবং Via-based machine এর
+জন্য দরকার)                             pci=noacpi
+ব্রেইল tty ব্যবহার                      brltty=driver,device,texttable
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F9সহায়তা নেওয়াউবুন্টু চালু করতে না পারলে হতাশ হবেন না! ঊবুন্টু টীম আপনাকে সাহায্য করতে
+প্রস্তুত! যে কোন ধরনের আরম্ভ করার সমস্যা শোনার জন্য আমরা অপেক্ষা করছি, কারন
+সাধারণত এটি শুধুমাত্র  এক জনের জন্য হয়না।আমরা  হয় ইতোমধ্যে আপনার নির্দিষ্ট
+সমস্যা শুনে ফেলেছি এবং দ্রুত ঠিক করা যাবে, অথবা এটি শোনার জন্য আমরা অপেক্ষা
+করছি এবং আপনার সাথে কাজটি করব, এবং পরবর্তী ব্যবহারকারী যে কিনা একই সমস্যার
+সম্মূখীন হবে তাদের জন্য আপনার অভিজ্ঞতা থেকে সুবিধা হবে।
+
+বিস্তারিত জানতে প্রায়শ জিজ্ঞাসিত প্রশ্নসমূহ দেখুন; এটি উবুন্টু ওয়েবসাইটে
+পাওয়া যাবে,  http://www.ubuntu.com/
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।F10কপিরাইট ও ওয়ারেন্টিLE (C) ২০০৪-২০১০ Canonical Ltd. কর্তৃক সংরক্ষিত, সাথে রয়েছে ভিন্ন লেখক ও
+অংশগ্রহনকারীদের অবদান।
+
+ঊবুন্টু সিস্টেম বিনামূল্যে বিতরণযোগ্য।সিস্টেম চালু করার পর, প্রত্যেক
+প্যাকেজের নির্দিষ্ট পরিবর্তনশীল শর্তাবলীগুলো
+"/usr/shar/doc/packagename/copyright." স্থানে বর্ণিত আছে |
+
+উবুন্টুর ওপর আইনানুযায়ী কোনোরকম  WARRANTY প্রযোজ্য নয় ||
+
+এই সিস্টেমটি ডেবিয়ান-এর উপর ভিত্তি করে তৈরি।  বিস্তারিত জানার জন্য ও ডেবিয়ান
+প্রজেক্ট সম্পর্কে জানতে হলে দেখুন http://www.debian.org/
+
+সাহায্য সূচির জন্য F1 এবং প্রস্থান করতে Escape বাটন চাপতে হবে।�
diff --git a/templates/le5/server/isolinux/bn.tr b/templates/le5/server/isolinux/bn.tr
new file mode 100644
index 0000000000000000000000000000000000000000..d9de412c8fce47d11a814993f30a213f7d7ab356
Binary files /dev/null and b/templates/le5/server/isolinux/bn.tr differ
diff --git a/templates/le5/server/isolinux/boot.cat b/templates/le5/server/isolinux/boot.cat
new file mode 100644
index 0000000000000000000000000000000000000000..5c1211f1af037469670ea5bef46f48aa8cb07fba
Binary files /dev/null and b/templates/le5/server/isolinux/boot.cat differ
diff --git a/templates/le5/server/isolinux/bootlogo b/templates/le5/server/isolinux/bootlogo
new file mode 100644
index 0000000000000000000000000000000000000000..2289baa3a7a5483c1abf0497d344d5fd2a883a21
Binary files /dev/null and b/templates/le5/server/isolinux/bootlogo differ
diff --git a/templates/le5/server/isolinux/bs.hlp b/templates/le5/server/isolinux/bs.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..1d018aeacd4e02774abd3f4a44a99b5e3b701632
Binary files /dev/null and b/templates/le5/server/isolinux/bs.hlp differ
diff --git a/templates/le5/server/isolinux/bs.tr b/templates/le5/server/isolinux/bs.tr
new file mode 100644
index 0000000000000000000000000000000000000000..d325436dbbd6e62b7543b926ed5e236ec92c6e49
Binary files /dev/null and b/templates/le5/server/isolinux/bs.tr differ
diff --git a/templates/le5/server/isolinux/ca.hlp b/templates/le5/server/isolinux/ca.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..c5ab818f00d9867e00f117d7d1591a5b32f2d202
Binary files /dev/null and b/templates/le5/server/isolinux/ca.hlp differ
diff --git a/templates/le5/server/isolinux/ca.tr b/templates/le5/server/isolinux/ca.tr
new file mode 100644
index 0000000000000000000000000000000000000000..faaffb39df6ca5ba517f1ea06e3ce5945352f672
Binary files /dev/null and b/templates/le5/server/isolinux/ca.tr differ
diff --git a/templates/le5/server/isolinux/chain.c32 b/templates/le5/server/isolinux/chain.c32
new file mode 100644
index 0000000000000000000000000000000000000000..a15cc0a8629850d2863848ad04c405fc15c59672
Binary files /dev/null and b/templates/le5/server/isolinux/chain.c32 differ
diff --git a/templates/le5/server/isolinux/cs.hlp b/templates/le5/server/isolinux/cs.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..2c3623a1c22f7502ee1aa04d5dc4a95c2a622dd4
Binary files /dev/null and b/templates/le5/server/isolinux/cs.hlp differ
diff --git a/templates/le5/server/isolinux/cs.tr b/templates/le5/server/isolinux/cs.tr
new file mode 100644
index 0000000000000000000000000000000000000000..9f7a839b53f1f353c3d513160c73540cbe613a00
Binary files /dev/null and b/templates/le5/server/isolinux/cs.tr differ
diff --git a/templates/le5/server/isolinux/da.hlp b/templates/le5/server/isolinux/da.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..8c39883c335cec98870a679460854b2822a54aaf
Binary files /dev/null and b/templates/le5/server/isolinux/da.hlp differ
diff --git a/templates/le5/server/isolinux/da.tr b/templates/le5/server/isolinux/da.tr
new file mode 100644
index 0000000000000000000000000000000000000000..cfe581a7c7548625dac631445dec43d9b787c001
Binary files /dev/null and b/templates/le5/server/isolinux/da.tr differ
diff --git a/templates/le5/server/isolinux/de.hlp b/templates/le5/server/isolinux/de.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..6edb377db4e3fc0e648ea04c0fd70d615e046729
Binary files /dev/null and b/templates/le5/server/isolinux/de.hlp differ
diff --git a/templates/le5/server/isolinux/de.tr b/templates/le5/server/isolinux/de.tr
new file mode 100644
index 0000000000000000000000000000000000000000..76185bb402a70cdf5be13cbd27229709ded3a903
Binary files /dev/null and b/templates/le5/server/isolinux/de.tr differ
diff --git a/templates/le5/server/isolinux/dtmenu.cfg b/templates/le5/server/isolinux/dtmenu.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..0774332177f866b32362fc91743203fc8e8ff322
--- /dev/null
+++ b/templates/le5/server/isolinux/dtmenu.cfg
@@ -0,0 +1,52 @@
+menu hshift 9
+menu width 58
+
+menu begin desktop
+include stdmenu.cfg
+menu hshift 13
+menu width 49
+menu label Alternative desktop environments
+menu title Desktop environment menu
+label mainmenu-kde
+menu label ^Back..
+text help
+Higher level options install the GNOME desktop environment
+endtext
+menu exit
+menu begin kde-desktop
+include stdmenu.cfg
+menu label ^KDE
+menu title KDE desktop boot menu
+text help
+Select the 'K Desktop Environment' for the Desktop task
+endtext
+label mainmenu-kde
+menu label ^Back..
+menu exit
+include kde/menu.cfg
+menu end
+menu begin lxde-desktop
+include stdmenu.cfg
+menu label ^LXDE
+menu title LXDE desktop boot menu
+text help
+Select the 'Lightweight X11 Desktop Environment' for the Desktop task
+endtext
+label mainmenu-lxde
+menu label ^Back..
+menu exit
+include lxde/menu.cfg
+menu end
+menu begin xfce-desktop
+include stdmenu.cfg
+menu label ^Xfce
+menu title Xfce desktop boot menu
+text help
+Select the 'Xfce lightweight desktop environment' for the Desktop task
+endtext
+label mainmenu-xfce
+menu label ^Back..
+menu exit
+include xfce/menu.cfg
+menu end
+menu end
diff --git a/templates/le5/server/isolinux/el.hlp b/templates/le5/server/isolinux/el.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..025bb9478dedda26e2912c0a615bda1631f7020a
--- /dev/null
+++ b/templates/le5/server/isolinux/el.hlp
@@ -0,0 +1,158 @@
+F1Καλώς ήλθατε στο LE!Αυτό είναι ένα σύστημα τύπου live για το LE
+12.04. Δημιουργήθηκε στις 20120423.
+
+Ευρετήριο βοήθειας
+
+ΚΛΕΙΔΙ ΘΕΜΑ
+
+<F1F1>   Η τρέχουσα σελίδα, το ευρετήριο βοήθειας.
+<F2F2>   Απαιτήσεις για την εκτέλεση του LE.
+<F3F3>   Μέθοδοι εκκίνησης για ειδική χρήση αυτού του συστήματος.
+<F4F4>   Πρόσθετοι μέθοδοι εκκίνησης, σώζοντας ένα κατεστραμένο σύστημα.
+<F5F5>   Ειδικοί παράμετροι εκκίνησης, επαλήθευση
+<F6F6>   Ειδικοί παράμετροι εκκίνησης για ειδικά μηχανήματα
+<F7F7>   Ειδικοί παράμετροι εκκίνησης για ελεγκτές δίσκων
+<F8F8>   Ειδικές παράμετροι για το σύστημα εκκίνησης
+<F9F9>   Που θα βρείτε βοήθεια.
+<F10F10>  Πνευματικά δικαιώματα και εγγυήσεις.
+
+Πατήστε F2 μέχρι F10 για λεπτομέρειες, ή Escape για έξοδο από την βοήθεια.F2Απαιτήσεις συστήματος για την εγκατάσταση του LEΠρέπει να διαθέτετε τουλάχιστον 384 ΜΒ μνήμης RAM  για να χρησιμοποιήσετε
+αυτό το live σύστημα.
+
+Δεν απαιτείται ελεύθερος χώρος στον σκληρό δίσκο για το live σύστημα.
+Ωστόσο, προϋπάρχοντα διαμερίσματα εικονικής μνήμης (linux swap), θα
+χρησιμοποιηθούν εφόσον είναι διαθέσιμα.
+
+Για περισσότερες πληροφορίες επισκεφθείτε τις συχνές ερωτήσεις (FAQ), που
+βρίσκονται στην Ιστοσελίδα του LE, http://www.ubuntu.com/
+
+Ευχαριστούμε που επιλέξατε το LE!
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF3ΜΕΘΟΔΟΙ ΕΚΚΙΝΗΣΗΣΔιαθέσιμες μέθοδοι εκκίνησης:
+
+Δοκιμάστε το LE χωρίς καμία αλλαγή στον υπολογιστή σας.
+  Εκκινήσετε το live σύστημα. Αν θέλετε μπορείτε να το εγκαταστήσετε
+  χρησιμοποιώντας το εικονίδιο "Εγκατάσταση" στην επιφάνεια εργασίας.
+Εγκατάσταση του LE
+  Έναρξη της εγκατάστασης
+Έλεγχος μνήμης
+  Διεξαγωγή ενός ελέγχου μνήμης.
+
+(Το "LE" μπορεί να αντικατασταθεί με άλλα σχετικά λειτουργικά συστήματα.
+Αυτό το κείμενο βοήθειας είναι γενικό.)
+
+Για να χρησιμοποιήσετε μια από αυτές τις μεθόδους, επιλέξτε την από το μενού
+με τα βελάκια. Πατήστε F4 για να επιλέξετε εναλλακτικούς τρόπους εκκίνησης
+και εγκατάστασης. Πατήστε F6 για να ρυθμίσετε τις παραμέτρους εκκίνησης.
+Πατήστε F6 ξανά για να διαλέξετε από ένα μενού τις συνήθως χρησιμοποιούμενες
+παραμέτρους.
+
+Να περιμένετε στην λειτουργιά για προχωρημένους, ότι τα μη κρίσιμα μηνύματα
+εκκίνησης του πυρήνα αποκρύπτονται.
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF4ΔΙΑΣΩΣΗ ΚΑΤΕΣΤΡΑΜΜΕΝΟΥ ΣΥΣΤΗΜΑΤΟΣΔεν υπάρχει ειδική λειτουργία διάσωσης σε αυτό το δίσκο. Ωστόσο, ο δίσκος
+προσφέρει ένα πλήρες περιβάλλον εργασίας, στο οποίο έχετε την δυνατότητα να
+χρησιμοποιήσετε την γραμμή εντολών και/ή γραφικά εργαλεία που παρέχονται,
+για να διορθώσετε ένα χαλασμένο σύστημα και επιπλέον να χρησιμοποιήσετε έναν
+περιηγητή διαδικτύου για εύρεση βοήθειας. Εκτενείς συμβουλές είναι
+διαθέσιμες στο διαδίκτυο για τα περισσότερα είδη προβλημάτων που μπορεί να
+προκάλεσαν δυσλειτουργία στην ομαλή εκκίνηση του κανονικού σας συστήματος.
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF5ΕΙΔΙΚΕΣ ΠΑΡΑΜΕΤΡΟΙ ΕΚΚΙΝΗΣΗΣ - ΓΕΝΙΚΗ ΕΠΙΣΚΟΠΗΣΗΣε μερικά συστήματα μπορεί να χρειαστεί να ορίσετε μια παράμετρο πατώντας το
+F6 για να εκκινήσετε το σύστημα. Για παράδειγμα το Linux μπορεί να μην
+αναγνωρίσει αυτόματα το υλικό σας και να χρειαστεί να ορίσετε εσείς την
+τοποθεσία του ή τον τύπο του υλικού που δεν μπορεί να αναγνωρίσει.
+
+Για περισσότερες πληροφορίες για τους παραμέτρους εκκίνησης, πατήστε:
+
+<F6F6>   παράμετροι εκκίνησης για ειδικά μηχανήματα
+<F7F7>   παράμετροι εκκίνησης για διάφορους ελεγκτές δίσκων
+<F8F8>   παράμετροι εκκίνησης που κατανοούνται από το σύστημα εκκίνησης
+
+Πολλά στοιχεία του πυρήνα φορτώνονται δυναμικά από το σύστημα εκκίνησης και
+οι παράμετροι τους δεν μπορούν να εισαχθούν από την γραμμή εντολών.
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF6ΕΙΔΙΚΕΣ ΠΑΡΑΜΕΤΡΟΙ ΕΚΚΙΝΗΣΗΣ - ΔΙΑΦΟΡΑ ΕΙΔΗ ΥΛΙΚΟΥΜπορείτε να χρησιμοποιήσετε τις παρακάτω παραμέτρους εκκίνησης πατώντας το
+πλήκτρο F6, σε συνδυασμό με την μέθοδο εκκίνησης (δείτε το <F3F3>). Αν
+χρησιμοποιείτε δεκαεξαδικούς αριθμούς θα πρέπει να χρησιμοποιείται το
+πρόθεμα 0x (π.χ. 0x300).
+
+ΥΛΙΚΟ                                  ΚΑΘΟΡΙΣΜΟΣ ΤΗΣ ΠΑΡΑΜΕΤΡΟΥ
+
+IBM PS/1 ή ValuePoint (δίσκος IDE)     hd=cylinders,heads,sectors
+Ορισμένα IBM ThinkPads                 floppy.floppy=thinkpad
+Προστασία περιοχών θυρών εισόδου εξόδου Ι/Ο
+                                       reserve=iobase,extent[,...]
+Φορητοί υπολογιστές με προβλήματα απεικόνισης στις οθόνες
+                                       vga=771
+Επιβολή της χρήσης του οδηγού IDE γενικής χρήσης
+                                       all_generic_ide=1
+
+Πιθανές (προσωρινές) λύσεις για μπλοκαρίσματα ή άλλες αστοχίες υλικού:
+
+απενεργοποίηση της δρομολόγησης διακοπών APIC
+                                       noapic nolapic
+(μερική) απενεργοποίηση ACPI           acpi=noirq ή acpi=off
+απενεργοποίηση USB                     nousb
+δημοψήφισμα διακοπών                   irqpoll
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF7ΕΙΔΙΚΟΙ ΠΑΡΑΜΕΤΡΟΙ ΕΚΚΙΝΗΣΗΣ - ΔΙΑΦΟΡΟΙ ΟΔΗΓΟΙ ΔΙΣΚΩΝΜπορείτε να χρησιμοποιήσετε τις παρακάτω παραμέτρους εκκίνησης πατώντας το
+πλήκτρο F6, σε συνδυασμό με την μέθοδο εκκίνησης (δείτε το <F3F3>).
+
+ΥΛΙΚΟ                        ΚΑΘΟΡΙΣΜΟΣ ΤΗΣ ΠΑΡΑΜΕΤΡΟΥ
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (ενεργοποιημένη αν δεν είναι
+μηδέν)
+Εξυπηρετητής SCSI BusLogic   BusLogic.BusLogic=iobase
+Συγκεκριμένα συστήματα DELL  aic7xxx.aic7xxx=no_probe
+
+Αυτή η λίστα είναι ημιτελής, δείτε το αρχείο του πυρήνα kernel-
+parameters.txt για περισσότερα.
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF8ΕΙΔΙΚΕΣ ΠΑΡΑΜΕΤΡΟΙ ΕΚΚΙΝΗΣΗΣ - ΣΥΣΤΗΜΑ ΕΓΚΑΤΑΣΤΑΣΗΣΜπορείτε να χρησιμοποιήσετε τις παρακάτω παραμέτρους εκκίνησης πατώντας το
+πλήκτρο F6, σε συνδυασμό με την μέθοδο εκκίνησης (δείτε το <F3F3>). Αυτές
+οι παράμετροι ελέγχουν τον τρόπο που λειτουργεί το σύστημα εκκίνησης.
+
+ΑΠΟΤΕΛΕΣΜΑ                              ΠΑΡΑΜΕΤΡΟΣ
+
+Απενεργοποίηση του ACPI για χάρτες PCI (χρήσιμο για ορισμένους εξυπηρετητές
+HP και μηχανήματα Via)                  pci=noacpi
+Χρήση συσκευής Braille                  brltty=driver,device,texttable
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF9ΛΗΨΗ ΒΟΗΘΕΙΑΣΑν δεν μπορείτε να εκκινήσετε το LE, μην απελπίζεστε! Η ομάδα του LE
+είναι έτοιμη να σας βοηθήσει! Ενδιαφερόμαστε ιδιαίτερα να μαθαίνουμε τα
+προβλήματα εκκίνησης, καθώς συνήθως δεν αφορούν μόνο ένα άτομο. Είτε
+έχουμε ήδη ακούσει για το συγκεκριμένο πρόβλημα και μπορούμε να διανείμουμε
+μια γρήγορη λύση ή θα θέλαμε να ακούσουμε και να εργαστούμε μαζί για αυτό. Ο
+επόμενος χρήστης που θα έχει το ίδιο πρόβλημα θα επωφεληθεί από την εμπειρία
+σας.
+
+Για περισσότερες πληροφορίες επισκεφθείτε τις συχνές ερωτήσεις (FAQ), που
+βρίσκονται στην Ιστοσελίδα του LE, http://www.ubuntu.com/
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθειαF10ΠΝΕΥΜΑΤΙΚΑ ΔΙΚΑΙΩΜΑΤΑ ΚΑΙ ΕΓΓΥΗΣΕΙΣΤο LE Copyright (C) 2004-2010 είναι εμπορικό σήμα της εταιρίας Canonical
+Ltd, η οποία συνεργάζεται με πολλούς άλλους συγγραφείς και συνεργάτες.
+
+Το σύστημα LE είναι ελεύθερο για αναδιανομή. Μετά την εκκίνηση, οι
+ακριβείς όροι διανομής για κάθε πακέτο περιγράφονται αντίστοιχα στο αρχείο
+/usr/share/doc/όνομα_πακέτου/copyright.
+
+Το LE διατίθεται με ΑΠΟΛΥΤΩΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ στην έκταση που επιτρέπεται
+από τον νόμο.
+
+To σύστημα βασίζεται στο πρόγραμμα εγκατάστασης του Debian. Δείτε το
+http://www.debian.org/ για περισσότερες λεπτομέρειες και πληροφορίες για
+το έργο Debian.
+
+Πιέστε το πλήκτρο F1 για το ευρετήριο βοήθειας ή το πλήκτρο Esc για να
+εξέλθετε από την βοήθεια�
diff --git a/templates/le5/server/isolinux/el.tr b/templates/le5/server/isolinux/el.tr
new file mode 100644
index 0000000000000000000000000000000000000000..4a28fc9fdbee12191d05744c58929c8e74dcee14
Binary files /dev/null and b/templates/le5/server/isolinux/el.tr differ
diff --git a/templates/le5/server/isolinux/en.hlp b/templates/le5/server/isolinux/en.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..4642f6c0b02759d0529a1a458b9c77827eaf5ee2
Binary files /dev/null and b/templates/le5/server/isolinux/en.hlp differ
diff --git a/templates/le5/server/isolinux/en.tr b/templates/le5/server/isolinux/en.tr
new file mode 100644
index 0000000000000000000000000000000000000000..c3b7b974c14ee2c8932659461e128daba8b787c4
Binary files /dev/null and b/templates/le5/server/isolinux/en.tr differ
diff --git a/templates/le5/server/isolinux/eo.hlp b/templates/le5/server/isolinux/eo.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..8ff6d9c3483cb2948e0144bfa359485d8383eeb5
Binary files /dev/null and b/templates/le5/server/isolinux/eo.hlp differ
diff --git a/templates/le5/server/isolinux/eo.tr b/templates/le5/server/isolinux/eo.tr
new file mode 100644
index 0000000000000000000000000000000000000000..54a68eb13342d745e1d1dbbbfaa2c9696f162f93
Binary files /dev/null and b/templates/le5/server/isolinux/eo.tr differ
diff --git a/templates/le5/server/isolinux/es.hlp b/templates/le5/server/isolinux/es.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..02034e5ca7648c4b89d6e40b17cb0af2e7ffeeca
Binary files /dev/null and b/templates/le5/server/isolinux/es.hlp differ
diff --git a/templates/le5/server/isolinux/es.tr b/templates/le5/server/isolinux/es.tr
new file mode 100644
index 0000000000000000000000000000000000000000..37b402710045ba1249ed7569e31e6f94f2bd7d81
Binary files /dev/null and b/templates/le5/server/isolinux/es.tr differ
diff --git a/templates/le5/server/isolinux/et.hlp b/templates/le5/server/isolinux/et.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..6e130f5d99694abc484cb6656317229c0bbaf2c5
Binary files /dev/null and b/templates/le5/server/isolinux/et.hlp differ
diff --git a/templates/le5/server/isolinux/et.tr b/templates/le5/server/isolinux/et.tr
new file mode 100644
index 0000000000000000000000000000000000000000..647fc5865d1aedbd4a9982f8ffbc001348482f0f
Binary files /dev/null and b/templates/le5/server/isolinux/et.tr differ
diff --git a/templates/le5/server/isolinux/eu.hlp b/templates/le5/server/isolinux/eu.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..e47455a282a28a1cdff02d972657bd00dac94933
Binary files /dev/null and b/templates/le5/server/isolinux/eu.hlp differ
diff --git a/templates/le5/server/isolinux/eu.tr b/templates/le5/server/isolinux/eu.tr
new file mode 100644
index 0000000000000000000000000000000000000000..df4c5f76681198dacc42944fab36c2016853b4a3
Binary files /dev/null and b/templates/le5/server/isolinux/eu.tr differ
diff --git a/templates/le5/server/isolinux/exithelp.cfg b/templates/le5/server/isolinux/exithelp.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..94b1db6bed78d428867b74c361e847e0e963e073
--- /dev/null
+++ b/templates/le5/server/isolinux/exithelp.cfg
@@ -0,0 +1,3 @@
+label menu
+kernel vesamenu.c32
+config isolinux.cfg
diff --git a/templates/le5/server/isolinux/f1.txt b/templates/le5/server/isolinux/f1.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e4180fdd6357ca03f86669ec591842f93129a136
--- /dev/null
+++ b/templates/le5/server/isolinux/f1.txt
@@ -0,0 +1,25 @@
+                  0fWelcome to LE!07                                          09F107
+
+This is an installation system for LE 12.04.
+It was built on 20120423.
+
+0fHELP INDEX07
+
+0fKEY    TOPIC07
+
+<09F107>   This page, the help index.
+<09F207>   Prerequisites for installing LE.
+<09F307>   Boot methods for special ways of using this system.
+<09F407>   Additional boot methods; rescue mode.
+<09F507>   Special boot parameters, overview.
+<09F607>   Special boot parameters for special machines.
+<09F707>   Special boot parameters for selected disk controllers.
+<09F807>   Special boot parameters for the install system.
+<09F907>   How to get help.
+<09F1007>  Copyrights and warranties.
+
+For F1-F9 type control and F then the digit 1-9
+For F10 type control and F then the digit 0
+
+
+Press F2 through F10 for details, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f10.txt b/templates/le5/server/isolinux/f10.txt
new file mode 100644
index 0000000000000000000000000000000000000000..928986d15265db1858c292a5c829d2b0d0454c12
--- /dev/null
+++ b/templates/le5/server/isolinux/f10.txt
@@ -0,0 +1,23 @@
+0fCOPYRIGHTS AND WARRANTIES07                                                    09F1007
+
+LE is Copyright (C) 2004-2010 Canonical Ltd., and incorporates the work
+of many other original authors and contributors.
+
+The LE system is freely redistributable. After installation, the
+exact distribution terms for each package are described in the
+corresponding file /usr/share/doc/0bpackagename07/copyright.
+
+LE comes with 0fABSOLUTELY NO WARRANTY07, to the extent
+permitted by applicable law.
+
+This installation system is based on the Debian installer. See
+http://www.debian.org/ for more details and information on the Debian
+project.
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f2.txt b/templates/le5/server/isolinux/f2.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8a9b5c16716b97ad1b1b2d79a06e9ef37e7ed9df
--- /dev/null
+++ b/templates/le5/server/isolinux/f2.txt
@@ -0,0 +1,23 @@
+0fPREREQUISITES FOR INSTALLING UBUNTU07                                           09F207
+
+You must have at least 44 megabytes of RAM to use this LE installer.
+
+You should have space on your hard disk to create a new disk partition
+of at least 5 gigabytes to install a standard LE desktop system or
+at least 500 megabytes for a minimal server installation. You'll need
+more disk space to install additional packages, depending on what you
+wish to do with your new LE system.
+
+See the Installation Guide or the FAQ for more information; both
+documents are available at the LE web site, 0fhttp://www.ubuntu.com/07
+
+Thank you for choosing LE!
+
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f3.txt b/templates/le5/server/isolinux/f3.txt
new file mode 100644
index 0000000000000000000000000000000000000000..65f76ed7beecf355e229044bc44a9e0b1d72cf92
--- /dev/null
+++ b/templates/le5/server/isolinux/f3.txt
@@ -0,0 +1,23 @@
+0fBOOT METHODS07                                                                  09F307
+
+0fAvailable boot methods:07
+
+0finstall07
+  Start the installation -- this is the default option.
+0fexpert07
+  Start the installation in expert mode, for maximum control.
+0fcli07, 0fcli-expert07
+  Minimal command-line system install.
+0fmemtest07
+  Perform a memory test.
+
+To use one of these boot methods, type it at the prompt, optionally
+followed by any boot parameters. For example:
+  boot: install acpi=off
+
+If unsure, you should use the default boot method, with no special
+parameters, by simply pressing enter at the boot prompt.
+
+Except in expert mode, non-critical kernel boot messages are suppressed.
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f4.txt b/templates/le5/server/isolinux/f4.txt
new file mode 100644
index 0000000000000000000000000000000000000000..548e85d37030b4c4860414d5fd403157979e05f9
--- /dev/null
+++ b/templates/le5/server/isolinux/f4.txt
@@ -0,0 +1,23 @@
+0fRESCUE MODE07                                                                   09F407
+
+0fUse one of these boot methods to rescue an existing install:07
+
+0frescue07
+  Boot into rescue mode.
+
+
+
+
+
+
+
+To use one of these boot methods, type it at the prompt, optionally
+followed by any boot parameters. For example:
+  boot: rescue acpi=off
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f5.txt b/templates/le5/server/isolinux/f5.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6e73913f4098b1a562f9413a626eabad3573f57f
--- /dev/null
+++ b/templates/le5/server/isolinux/f5.txt
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - OVERVIEW07                                            09F507
+
+On a few systems, you may need to specify a parameter at the 0fboot:07
+prompt in order to boot the system. For example, Linux may not be able
+to autodetect your hardware, and you may need to explicitly specify
+its location or type for it to be recognized.
+
+For more information about what boot parameters you can use, press:
+
+ <09F607> -- boot parameters for special machines
+ <09F707> -- boot parameters for various disk controllers
+ <09F807> -- boot parameters understood by the install system
+
+Note that to specify a parameter for a particular kernel module, use the form
+module.param=value, for example: libata.atapi_enabled=1
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f6.txt b/templates/le5/server/isolinux/f6.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ad8220fa2ffdcd5044367835d42c856d3add0107
--- /dev/null
+++ b/templates/le5/server/isolinux/f6.txt
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07                                    09F607
+
+You can use the following boot parameters at the 0fboot:07 prompt, 
+in combination with the boot method (see <09F307>).
+If you use hex numbers you have to use the 0x prefix (e.g., 0x300).
+0f
+HARDWARE                               PARAMETER TO SPECIFY07
+IBM PS/1 or ValuePoint (IDE disk)      0fhd=0bcylinders0f,0bheads0f,0bsectors07
+Some IBM ThinkPads                     0ffloppy.floppy=thinkpad07
+Protect I/O port regions               0freserve=0biobase0f,0bextent07[0f,0b...07]
+Laptops with screen display problems   0fvga=77107
+Use first serial port at 9600 baud     0fconsole=ttyS0,9600n807
+Force use of generic IDE driver        0fall_generic_ide=107
+Possible (temporary) workarounds for lockups or other hardware failures:
+disable buggy APIC interrupt routing   0fnoapic nolapic07
+(partly) disable ACPI                  0facpi=noirq07 or 0facpi=off07
+disable USB                            0fnousb07
+poll for interrupts                    0firqpoll07
+
+For example:
+  boot: install vga=771 noapic nolapic
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f7.txt b/templates/le5/server/isolinux/f7.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bfd39fcf22bd7718b4ac098dbbd30bc723078f53
--- /dev/null
+++ b/templates/le5/server/isolinux/f7.txt
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07                                 09F707
+
+You can use the following boot parameters at the 0fboot:07 prompt, 
+in combination with the boot method (see <09F307>).
+0f
+HARDWARE                     PARAMETER TO SPECIFY07
+Adaptec 151x, 152x           0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]]
+Adaptec 1542                 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]]
+Adaptec 274x, 284x           0faic7xxx.aic7xxx=no_reset07    (enabled if non-zero)
+BusLogic SCSI Hosts          0fBusLogic.BusLogic=0biobase07
+Certain DELL machines        0faic7xxx.aic7xxx=no_probe07
+
+This list is incomplete, see the kernel's kernel-parameters.txt file
+for more.
+
+
+
+
+
+For example:
+  boot: install aic7xxx.aic7xxx=no_probe
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f8.txt b/templates/le5/server/isolinux/f8.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3ecd80877acec93efb0295940cfbf2e08b404a79
--- /dev/null
+++ b/templates/le5/server/isolinux/f8.txt
@@ -0,0 +1,23 @@
+0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07                                 09F807
+
+You can use the following boot parameters at the 0fboot:07 prompt, 
+in combination with the boot method (see <09F307>). These parameters
+control how the installer works.
+0f
+RESULT                                  PARAMETER07
+Disable framebuffer                     0fvga=normal fb=false07
+Don't start PCMCIA                      0fhw-detect/start_pcmcia=false07
+Force static network config             0fnetcfg/disable_dhcp=true07
+Set keyboard map                        0fbootkbd=es07
+Select the Kubuntu desktop              0ftasks=kubuntu-desktop07
+
+Accessibility options (last 2 options not available for all images):
+  Use high contrast theme               0ftheme=dark07
+  Use Braille tty                       0fbrltty=driver,device,texttable07
+  Use Speakup                           0fspeakup.synth=driver07
+
+
+For example:
+  boot: install vga=normal fb=false
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/f9.txt b/templates/le5/server/isolinux/f9.txt
new file mode 100644
index 0000000000000000000000000000000000000000..33aaff62a68fcbd4c58b66cc4e47e113bc9d9eed
--- /dev/null
+++ b/templates/le5/server/isolinux/f9.txt
@@ -0,0 +1,23 @@
+0fGETTING HELP07                                                                  09F907
+
+If you can't install LE, don't despair! The LE team is ready to
+help you! We are especially interested in hearing about installation
+problems, because in general they don't happen to only 0fone07 person.
+We've either already heard about your particular problem and can dispense a
+quick fix, or we would like to hear about it and work through it with you,
+and the next user who comes up with the same problem will profit from your
+experience!
+
+See the Installation Guide or the FAQ for more information; both
+documents are available at the LE web site, 0fhttp://www.ubuntu.com/07
+
+
+
+
+
+
+
+
+
+
+Press F1control and F then 1 for the help index, or ENTER to 
\ No newline at end of file
diff --git a/templates/le5/server/isolinux/fa.tr b/templates/le5/server/isolinux/fa.tr
new file mode 100644
index 0000000000000000000000000000000000000000..ba1e82b02f20aff6b54f470380fa011c385b1ae4
Binary files /dev/null and b/templates/le5/server/isolinux/fa.tr differ
diff --git a/templates/le5/server/isolinux/fi.hlp b/templates/le5/server/isolinux/fi.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..5f20cc1880b2ec161d67714c81b996f223659117
Binary files /dev/null and b/templates/le5/server/isolinux/fi.hlp differ
diff --git a/templates/le5/server/isolinux/fi.tr b/templates/le5/server/isolinux/fi.tr
new file mode 100644
index 0000000000000000000000000000000000000000..7520bdb3c9810186e10989ba895035a4f7ee1b1b
Binary files /dev/null and b/templates/le5/server/isolinux/fi.tr differ
diff --git a/templates/le5/server/isolinux/fr.hlp b/templates/le5/server/isolinux/fr.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..0a9615621b201632e3f0b15abdf151ccf851579f
Binary files /dev/null and b/templates/le5/server/isolinux/fr.hlp differ
diff --git a/templates/le5/server/isolinux/fr.tr b/templates/le5/server/isolinux/fr.tr
new file mode 100644
index 0000000000000000000000000000000000000000..db56334cbac1c7929895ac6ce79c38227a50881d
Binary files /dev/null and b/templates/le5/server/isolinux/fr.tr differ
diff --git a/templates/le5/server/isolinux/ga.tr b/templates/le5/server/isolinux/ga.tr
new file mode 100644
index 0000000000000000000000000000000000000000..1ffdbb481bc266d32591ab573efc2fc86e9ef5fa
Binary files /dev/null and b/templates/le5/server/isolinux/ga.tr differ
diff --git a/templates/le5/server/isolinux/gfxboot.c32 b/templates/le5/server/isolinux/gfxboot.c32
new file mode 100644
index 0000000000000000000000000000000000000000..f83ea399781a8b214ee605bb8d8ac49ca7aa0060
Binary files /dev/null and b/templates/le5/server/isolinux/gfxboot.c32 differ
diff --git a/templates/le5/server/isolinux/gfxboot.cfg b/templates/le5/server/isolinux/gfxboot.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..28830f6e8c0dbad2cedecc25606477738350b3ae
--- /dev/null
+++ b/templates/le5/server/isolinux/gfxboot.cfg
@@ -0,0 +1,12 @@
+foreground=0xffffff
+background=0xf0f0f0
+screen-colour=0x202020
+hidden-timeout=2
+label normal=Normal
+append normal=
+label driverupdates=Use driver update disc
+append driverupdates=debian-installer/driver-update=true
+applies driverupdates=live live-install
+label oem=OEM install (for manufacturers)
+append oem=oem-config/enable=true
+applies oem=live live-install install
diff --git a/templates/le5/server/isolinux/gl.hlp b/templates/le5/server/isolinux/gl.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..9691e8a20d27b31da730c73c8a008c4a2d60d7d8
Binary files /dev/null and b/templates/le5/server/isolinux/gl.hlp differ
diff --git a/templates/le5/server/isolinux/gl.tr b/templates/le5/server/isolinux/gl.tr
new file mode 100644
index 0000000000000000000000000000000000000000..0f1cf64b2b9a666acd505393a121de7e2032e718
Binary files /dev/null and b/templates/le5/server/isolinux/gl.tr differ
diff --git a/templates/le5/server/isolinux/gu.tr b/templates/le5/server/isolinux/gu.tr
new file mode 100644
index 0000000000000000000000000000000000000000..564e508c53951c345993dc09f14cb85c0b1f923f
Binary files /dev/null and b/templates/le5/server/isolinux/gu.tr differ
diff --git a/templates/le5/server/isolinux/he.hlp b/templates/le5/server/isolinux/he.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..e7b40e228acb2f5c03eeb5a7aca3c04dead3e32b
--- /dev/null
+++ b/templates/le5/server/isolinux/he.hlp
@@ -0,0 +1,128 @@
+F1ברוך בואך ל־LE!זוהי מערכת חיה עבור LE 12.04. נבנתה
+בתאריך 20120423.
+
+מפתח נושאי העזרה
+
+מפתח   נושא
+
+<F1F1>   עמוד זה, מפתח נושאי העזרה.
+<F2F2>   דרישות קדם להפעלת LE.
+<F3F3>   שיטות אתחול לדרכים מיוחדות לשימוש במערכת.
+<F4F4>   שיטות אתחול נוספות; לשיקום מערכת לפגומה.
+<F5F5>   פרמטרים מיוחדים לאתחול, סקירה כללית.
+<F6F6>   פרמטרים מיוחדים לאתחול עבור מערכות מיוחדות.
+<F7F7>   פרמטרים מיוחדים לאתחול עבור בקרי הכוננים הנבחרים.
+<F8F8>   פרמטרים מיוחדים לאתחול עבור מערכת ה־bootstrap.
+<F9F9>   כיצד לקבל עזרה.
+<F10F10>  זכויות יוצרים ואחריות.
+
+ניתן ללחוץ על F2 עד F10 לפרטים, או על Escape כדי לצאת מהעזרה.F2דרישות קדם להתקנת UBUNTUעל מנת להשתמש במערכת החיה של אובונטו במחשבך צריכים להיות לפחות 384 מגה בתים
+של זיכרון פיזי (RAM).
+
+המערכת החיה אינה דורשת כלל שטח בכונן הקשיח, אך אם קיימת מחיצת החלפה בכונן
+המערכת תעשה בו שימוש.
+
+ניתן לעיין במאגר השאלות למידע נוסף; מסמך זה זמין באתר אובונטו,
+http://www.ubuntu.com/
+
+תודה על בחירתך באובונטו!
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F3שיטות אתחולשיטות האתחול הזמינות:
+
+התנסות באובונטו ללא עריכת שינויים למחשבך
+  הפעלת המערכת החיה. במידת הרצון, ניתן להתקין את המערכת על ידי שימוש בסמל
+  ה־"התקנה" שעל שולחן העבודה.
+התקנת אובונטו
+  התחלת ההתקנה.
+בדיקת זיכרון
+  ביצוע בדיקת זיכרון.
+
+("אובונטו" עלול להתחלף עם שמות מערכות הפעלה דומות. תוכן עזרה זה הנו כללי.)
+
+כדי להשתמש באחת משיטות האתחול, יש לבחור בה מהתפריט בעזרת לחצני העכבר. יש
+ללחוץ F4 כדי לבחור במצבי אתחול חלופיים. על F6 לעריכה של פרמטרי האתחול. לחיצה
+נוספת על F6 כדי לבחור מתפריט של פרמטרים נפוצים לאתחול.
+
+למעט במצב המומחה, הודעות לא קריטיות של אתחול הליבה לא יופיעו.
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F4שיקום מערכת פגומהלא הוקצה מצב שיקום בדיסק. ובכל זאת מאחר שהדיסק מספק סביבת משתמש מלאה, ניתן
+להשתמש בשוקת הפקודה או בכלים הגרפיים המסופקים כדי לשקם מערכת פגומה, ולהשתמש
+בדפדפן האינטרנט כדי לחפש עזרה. ישנן עצות נרחבות הזמינות באינטרנט לרב סוגי
+התקלות שמונעות מהמערכת הרגילה שלך מלבצע אתחול כראוי.
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F5פרמטרי אתחול מיוחדים - סקירהבחלק מהמערכות, יתכן שיהיה עליך לציין פרמטר על ידי לחיצה על F6 כדי לאתחל את
+המערכת. לדוגמה, יתכן שמערכת הלינוקס לא תצליח לזהות את החומרה שלך באופן
+אוטומטי, ויהיה עליך לציין את המיקום או את הסוג על מנת שהמערכת תכיר אותה.
+
+למידע נוסף אודות הפרמטרים להרצה בהם ניתן להשתמש, יש ללחוץ על:
+
+<F6F6>   פרמטרים לאתחול עבור מחשבים מיוחדים
+<F7F7>   פרמטרים לאתחול למגוון בקרי כוננים
+<F8F8>   הפרמטרים להפעלה הובנה על ידי מערכת ה־bootstrap
+
+רבים ממודולי הליבה נטענים באופן דינמי על ידי מערכת ה־bootstrap, ולא ניתן
+לציין פרמטרים למודולים אלה דרך שורת הפקודה.
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F6פרמטרים מיוחדים לאתחול - חומרה מגוונתניתן להשתמש בפרמטרים הבאים לאתחול על ידי לחיצה על F6, בצירוף שיטת האתחול (יש
+לעיין ב־<F3F3>). אם נעשה שימוש במספרים הקסדצימליים יש להשתמש בקידומת 0x
+(לדוגמה 0x300).
+
+חומרה                                  פרמטר לציון
+
+PS/1 מבית IBM או ValuePoint (כונן IDE) hd=cylinders,heads,sectors
+כמה מסדרת ThinkPad של IBM              floppy.floppy=thinkpad
+הגנת אזורי פתחות קלט/פלט               reserve=iobase,extent[,...]
+מחשבים ניידים עם בעיות תצוגה           vga=771
+אילוץ השימוש במנהל התקן גנרי של IDE    all_generic_ide=1
+
+מעקפים (זמניים) אפשריים לנעילות ולתקלות חומרה אחרות:
+
+ביטול ניתוב פסיקות APIC בעייתי         noapic nolapic
+ניטרול (חלקי) של ACPI                  acpi=noirq או acpi=off
+נטרול USB                              nousb
+תשאול פסיקות                           irqpoll
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F7פרמטרים מיוחדים להפעלה - מגוון כוננים קשיחיםניתן להשתמש בפרמטרים הבאים לאתחול על ידי לחיצה על F6, בצירוף שיטת האתחול (יש
+לעיין ב־<F3F3>).
+
+חומרה                        פרמטר לציון
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (פעיל אם לא אפס)
+מארחי SCSI של BusLogic       BusLogic.BusLogic=iobase
+מחשבים מסוימים של DELL       aic7xxx.aic7xxx=no_probe
+
+רשימה זו אינה מושלמת, יש לעיין בקובץ kernel-parameters.txt של הליבה למידע
+נוסף.
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F8פרמטרים מיוחדים להפעלה - מערכת ההתקנהניתן להשתמש בפרמטרים הבאים לאתחול על ידי לחיצה על F6, בצירוף שיטת האתחול (יש
+לעיין ב־<F3F3>). פרמטרים אלה שולטים באופן בו מערכת ה־bootstrap עובדת.
+
+תוצאה                                   פרמטר
+
+ביטול ה־ACPI למיפויי PCI (שימושי עבור כמה שרתים של HP ומחשבים מבוססי Via)
+                                        pci=noacpi
+שימוש ב־tty לכתב ברייל                  brltty=driver,device,texttable
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F9קבלת עזרהאם התקנת אובונטו אינה מצליחה, אל לך להתייאש! הצוות של אובונטו מוכן לעזור לך!
+אנו במיוחד מעוניינים לשמוע אודות בעיות בהפעלה, כיוון שבאופן כללי הן לא קורות
+רק לאדם one. או שכבר שמענו על הבעיה שצוינה ויכולים להציע תיקון זריז, או
+שברצוננו לשמוע אודות הבעיה ולנסות לפעול יחד אתך כדי לתקן אותה, והמשתמש הבא
+שיתקל באותה הבעיה ירוויח מהניסיון שלך!
+
+ניתן לעיין במאגר השאלות למידע נוסף; מסמך זה זמין באתר אובונטו,
+http://www.ubuntu.com/
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.F10זכויות יוצרים ואחריותאובונטו מוגנת בזכויות יוצרים (C) על ידי קנוניקל בע"מ 2010-2004 וכוללת את
+עבודתם של יוצרים מקוריים ותורמים רבים נוספים.
+
+מערכת אובונטו ניתנת להפצה מחדש ללא תשלום. לאחר ההתקנה, אותם תנאי ההפצה לכל
+חבילה מפורטים בקובץ התואם לחבילה /usr/share/doc/packagename/copyright.
+
+אובונטו מוגשת comes with ללא אחריות כלל, במגבלות החוק.
+
+מערכת זו מבוססת על דביאן. עיין ב http://www.debian.org/ כדי לקבל פרטים
+ומידע נוספים על פרוייקט דביאן.
+
+יש ללחוץ על F1 למפתח תכני העזרה, או על מקש ה־Escape ליציאה מהעזרה.�
diff --git a/templates/le5/server/isolinux/he.tr b/templates/le5/server/isolinux/he.tr
new file mode 100644
index 0000000000000000000000000000000000000000..31075319de5e5d00d9bebbe8e1ea27851fc45785
Binary files /dev/null and b/templates/le5/server/isolinux/he.tr differ
diff --git a/templates/le5/server/isolinux/hi.hlp b/templates/le5/server/isolinux/hi.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/templates/le5/server/isolinux/hi.tr b/templates/le5/server/isolinux/hi.tr
new file mode 100644
index 0000000000000000000000000000000000000000..93a349a883b6d7d88dbcaffa03b0ac222b60b01d
Binary files /dev/null and b/templates/le5/server/isolinux/hi.tr differ
diff --git a/templates/le5/server/isolinux/hr.tr b/templates/le5/server/isolinux/hr.tr
new file mode 100644
index 0000000000000000000000000000000000000000..e167a6ff017aaf1c7d7edfd218f1114cf4b5e588
Binary files /dev/null and b/templates/le5/server/isolinux/hr.tr differ
diff --git a/templates/le5/server/isolinux/hu.hlp b/templates/le5/server/isolinux/hu.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..baceb098f1bfe22fe026b1418c8c016f66ee038f
Binary files /dev/null and b/templates/le5/server/isolinux/hu.hlp differ
diff --git a/templates/le5/server/isolinux/hu.tr b/templates/le5/server/isolinux/hu.tr
new file mode 100644
index 0000000000000000000000000000000000000000..7fc75c62c1215f7560d335203b20d134e0fd1c6e
Binary files /dev/null and b/templates/le5/server/isolinux/hu.tr differ
diff --git a/templates/le5/server/isolinux/id.hlp b/templates/le5/server/isolinux/id.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..d8c839cf0043f9b051699b20ee5b6fda84b8e607
Binary files /dev/null and b/templates/le5/server/isolinux/id.hlp differ
diff --git a/templates/le5/server/isolinux/id.tr b/templates/le5/server/isolinux/id.tr
new file mode 100644
index 0000000000000000000000000000000000000000..21b8e98315ae5d7c985f46accc3b996467cb0787
Binary files /dev/null and b/templates/le5/server/isolinux/id.tr differ
diff --git a/templates/le5/server/isolinux/init b/templates/le5/server/isolinux/init
new file mode 100644
index 0000000000000000000000000000000000000000..cc09bf2af999b36943f43f70808c71a03f4ae258
Binary files /dev/null and b/templates/le5/server/isolinux/init differ
diff --git a/templates/le5/server/isolinux/is.hlp b/templates/le5/server/isolinux/is.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..ba9ba5fa92e5fd430336fb33dda5318a285216d5
Binary files /dev/null and b/templates/le5/server/isolinux/is.hlp differ
diff --git a/templates/le5/server/isolinux/is.tr b/templates/le5/server/isolinux/is.tr
new file mode 100644
index 0000000000000000000000000000000000000000..72f93cb10e0cfed6de5dac424513f09c9340d192
Binary files /dev/null and b/templates/le5/server/isolinux/is.tr differ
diff --git a/templates/le5/server/isolinux/isolinux.bin b/templates/le5/server/isolinux/isolinux.bin
new file mode 100644
index 0000000000000000000000000000000000000000..c0a29e42a47e31c5667ebe4564190241c9309acc
Binary files /dev/null and b/templates/le5/server/isolinux/isolinux.bin differ
diff --git a/templates/le5/server/isolinux/it.hlp b/templates/le5/server/isolinux/it.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..77199b8f87915f762e2d858020294f2da1e03065
Binary files /dev/null and b/templates/le5/server/isolinux/it.hlp differ
diff --git a/templates/le5/server/isolinux/it.tr b/templates/le5/server/isolinux/it.tr
new file mode 100644
index 0000000000000000000000000000000000000000..e7a9025d1f6ab4a7129ec5319482adfd2edc289e
Binary files /dev/null and b/templates/le5/server/isolinux/it.tr differ
diff --git a/templates/le5/server/isolinux/ja.hlp b/templates/le5/server/isolinux/ja.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..4b83e04aa075f0012ece37cb074399301564d990
--- /dev/null
+++ b/templates/le5/server/isolinux/ja.hlp
@@ -0,0 +1,117 @@
+F1LEへようこそ!LE 12.04 の Live システムです。20120423
+にビルドされました。
+
+ヘルプインデックス
+
+キー     トピック
+
+<F1F1>   ヘルプの目次 (このページ)
+<F2F2>   LEを実行するための必要条件
+<F3F3>   このシステムでの特別な方式のブート方法
+<F4F4>   付加的なブート方法(壊れたシステムのレスキュー)
+<F5F5>   特別なブートパラメータの概要
+<F6F6>   特殊なマシン向けの特別なブートパラメータ
+<F7F7>   特殊なディスクコントローラ向けの特別なブートパラメータ
+<F8F8>   ブートストラップシステムのための特別なブートパラメータ
+<F9F9>   助けてもらうには
+<F10F10>  著作権と保証
+
+詳細はF2からF10を押してください。Escapeを押すとヘルプを閉じます。F2LEをインストールするための必要条件LEライブシステムを使うには、384メガバイト以上のRAMが必要です。
+
+ライブシステムはハードディスクに領域を必要としません。ただし、もしディスク上にLinux用のスワップパーティションがあれば使用されます。
+
+より詳しい情報はFAQを参照してください。このドキュメントは、LEのウェブサイト(http://www.ubuntu.com/)で参照できま
+す。
+
+LEを選んでいただき、ありがとうございます!
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F3ブートメソッド利用可能なブートメソッド:
+
+コンピュータに変更を加ないでLEを使ってみる
+  ライブシステムを起動します。起動後、デスクトップ上の「インストール」アイコンを使ってインストールすることもできます。
+LEのインストール
+  インストールの開始
+メモリのテスト
+  メモリのテストを実行します。
+
+("LE"は他の関連するオペレーティングシステムの名前に置き換えられるべきです。このヘルプは凡例です。)
+
+これらの起動方法のうちひとつを使うには、カーソルキーでメニューから選んでください。F4を押すと、別の起動およびインストールモードを選択できます。F6を押
+すと、起動パラメータを編集できます。さらにもう一度F6を押すと、よく使われる起動パラメータをメニューから選択できます。
+
+エキスパートモードを除き、クリティカルでないカーネルの起動メッセージは表示されません。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F4レスキューモードこのディスクには修復専用モードは含まれていません。しかしこのディスクは完全なユーザー環境を提供しますので、コマンドラインやグラフィカルなツールで壊れたシ
+ステムを修復することは可能ですし、ウェブ・ブラウザを用いてヘルプを探すことも出来ます。ブートの失敗を引き起こす可能性のある問題の多くはオンラインで幅広い
+アドバイスを得ることが出来るでしょう。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F5特別なブートパラメータ - 概要ごく一部のシステムでは、正常に起動するためにF6を押してパラメータを記入する必要があります。たとえば、Linuxがハードウェアを自動認識できない場合、そ
+の場所や種類を明確に記入することが必要になる場合があります。
+
+利用可能なブートパラメータについての詳しい情報を参照するには、以下のキーを押して下さい。
+
+<F6F6>   特殊なマシン向けのブートパラメータ
+<F7F7>   さまざまなディスクコントローラのためのブートパラメータ
+<F8F8>   ブートストラップシステムによって使われるブートパラメータ
+
+多くのカーネルモジュールはブートストラップシステムによって動的にロードされます。コマンドラインでそれらのモジュールにパラメータを与えることはできません。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F6特別なブートパラメータ - さまざまなハードウェアF6を押して、各起動方法に以下の起動パラメータを組み合わせることができます(<F3F3>参照)。16進数で入力する場合は、0xを前につける必要があ
+ります(0x300のように)。
+
+ハードウェア                                 入力するパラメータ
+
+IBM PS/1 or ValuePoint (IDE disk)      hd=cylinders,heads,sectors
+一部のIBM ThinkPad                        floppy.floppy=thinkpad
+I/Oポート範囲の保護                            reserve=iobase,extent[,...]
+表示に問題があるラップトップ:                        vga=771
+強制的に標準IDEドライバを使う                       all_generic_ide=1
+
+ロックアップまたは他のハードウェアの障害に対する可能な(一時的な)次善策:
+
+バグのあるAPIC割り込みルーチンを無効化                  noapic nolapic
+(部分的に)ACPIを無効にする                       acpi=noirqまたはacpi=off
+USBを無効にする                              nousb
+割り込みを待つ                                irqpoll
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F7特別なブートパラメータ - さまざまなディスクドライブF6を押して、各起動方法に以下の起動パラメータを組み合わせることができます(<F3F3>参照)。
+
+ハードウェア                       入力するパラメータ
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (enabled if non-zero)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+一部のDELL製マシン                  aic7xxx.aic7xxx=no_probe
+
+このリストは完全ではありません。詳しくはカーネルに付属のkernel-parameters.txtを参照してください。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F8特別なブートパラメータ - インストールシステムF6を押して、各起動方法に以下の起動パラメータを組み合わせることができます(<F3F3>参照)。これらのパラメータは、ブートストラップシステムがど
+のように動作するかをコントロールします。
+
+効果                                      パラメータ
+
+PCIマップにACPIを使用しない (一部のHPサーバやVIAベースのマシンに有用)
+                                        pci=noacpi
+点字端末を使う                                 brltty=driver,device,texttable
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F9助けてもらうにはもしLEが起動しなくても、がっかりしないでください!LEチームがあなたを手助けします!私たちは、起動時に起きた問題についてお聞きしたいと
+思っています。なぜなら、通常それらの問題は一人だけに起こるものではないからです。私たちは、あなたが出くわした問題について既に聞いたことがあれば、すぐ
+に解決方法を提供することができます。そうでなければ一緒に解決方法を探したいと考えています。そうすれば、次に同じ問題に出くわしたユーザは、あなたのおかげで
+すぐに解決方法を知ることができます。
+
+より詳しい情報はFAQを参照してください。このドキュメントは、LEのウェブサイト(http://www.ubuntu.com/)で参照できま
+す。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。F10著作権と保証LE is Copyright (C) 2004-2010 Canonical Ltd., and incorporates the work
+of many other original authors and contributors.
+
+LEシステムは自由に再配布することができます。起動後、それぞれのパッケージの正確な配布条件を
+usr/share/doc/packagename/copyright ファイルで読むことができます。
+
+LEは、適用法の範囲内において全くの無保証で提供されます。
+
+このシステムはDebianがベースになっています。詳細とDebianプロジェクトについては、http://www.debian.org/
+を参照してください。
+
+ヘルプインデックスを表示するにはF1を押してください。Escapeを押すとヘルプを閉じます。�
diff --git a/templates/le5/server/isolinux/ja.tr b/templates/le5/server/isolinux/ja.tr
new file mode 100644
index 0000000000000000000000000000000000000000..930e1453ea8732f41e9a8e5ae8c0323690d5d882
Binary files /dev/null and b/templates/le5/server/isolinux/ja.tr differ
diff --git a/templates/le5/server/isolinux/ka.hlp b/templates/le5/server/isolinux/ka.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..56c69ec7403d70dd5da73dda84d7f6ead2394951
--- /dev/null
+++ b/templates/le5/server/isolinux/ka.hlp
@@ -0,0 +1,138 @@
+F1მოგესალმებათ LE!This is a live system for LE 12.04. It
+was built on 20120423.
+
+საძიებელი
+
+კლავიშითემა
+
+<F1F1>   მოცემული გვერდი, დახმარების სარჩევს წარმოადგენს.
+<F2F2>   LE-ის გაშვების პირობები.
+<F3F3>   Boot methods for special ways of using this system.
+<F4F4>   ჩატვირთვის დამატებითი მეთოდები; აღდგენის რეჟიმი
+<F5F5>   ჩატვირთვის სპეციალური პარამეტრები, მიმოხილვა
+<F6F6>   ჩატვირთვის სპეციალური პარამეტრები განსხვავებული მოწყობილობებისათვის.
+<F7F7>   ჩატვირთვის სპეციალური პარამეტრები მითითებული კონტროლერებისათვის.
+<F8F8>   ჩატვირთვის სპეციალური პარამეტრები პირველადი ჩატვირთვის სისტემისათვის.
+<F9F9>   როგორ მივიღოთ დახმარება.
+<F10F10>  საავტორო უფლებები და გარანტიები.
+
+დაწვრილებითი ცნობებისათვის - კლავიშები F2 - F10, ან Escape - დახმარების
+დახურვა.F2უბუნტუს ინსტალაციის პირობებიუბუნტუს ლაივ-სისტემისათვის საჭიროა არანაკლებ 384 მბ მეხსიერება.
+
+ლაივ სისტემა არ საჭიროებს მყარ დისკზე ადგილს, მაგრამ თუ შესაძლებელია
+გამოიყენებს სვოპ არეს.
+
+დაწვრილებითი ცნობებისათვის მიმართეთ კითხვარს; ეს  დოკუმენტი გამოქვეყნებულია
+უბუნტუს ვებ-საიტზე: http://www.ubuntu.com/
+
+გმადლობთ უბუნტუს გამოყენებისათვის!
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F3ჩატვირთვის მეთოდებიჩატვირთვის მოქმედი მეთოდები:
+
+უბუნტუს გასინჯვა კომპიუტერში ჩაყენების გარეშე
+  Start the live system. If you wish, you can install it later using the
+  "Install" icon on the desktop.
+უბუნტუს ჩაყენება
+  ჩაყენების დაწყება
+მეხსიერების გასინჯვა
+  მეხსიერების ტესტის შესრულება.
+
+("LE" may be replaced with other related operating system names. This
+help text is generic.)
+
+To use one of these boot methods, select it from the menu with the cursor
+keys. Press F4 to select alternative start-up and installation modes.  Press
+F6 to edit boot parameters. Press F6 again to select from a menu of
+commonly-used boot parameters.
+
+Except in expert mode, non-critical kernel boot messages are suppressed.
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F4დაზიანებული სისტემის აღდგენაThere is no dedicated rescue mode on this disc. However, since the disc
+provides a complete user environment, it is possible to use the command-line
+and/or graphical tools provided to rescue a broken system, and to use a web
+browser to search for help. Extensive advice is available online for most
+kinds of problems that might cause your normal system to fail to boot
+correctly.
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F5ჩატვირთვის პროცედურის დამატებითი პარამეტრები - მიმოხილვაOn a few systems, you may need to specify a parameter by pressing F6 in
+order to boot the system. For example, Linux may not be able to autodetect
+your hardware, and you may need to explicitly specify its location or type
+for it to be recognized.
+
+ჩატვირთვის პარამეტრების შესახებ:
+
+<F6F6>   ჩატვირთვის პარამეტრები განსაკუთრებული მოწყობილობებისათვის
+<F7F7>   ჩატვირთვის პარამეტრები სხვადასხვა დისკის კონტროლერებისათვის
+<F8F8>   ჩატვირთვის პარამეტრები  bootstrap-სისტემისათვის
+
+ინსტალერი დინამიურად ტვირთავს ბირთვის მოდულებს, რომელთათვისაც შეუძლებელია
+პარამეტრების გადაცემა ბრძანებათა სტრიქონიდან.
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F6ჩატვირთვის სპეციალური პარამეტრები - სხვადასხვა მოწყობილობებიYou can use the following boot parameters by pressing F6, in combination
+with the boot method (see <F3F3>). If you use hex numbers you have to use
+the 0x prefix (e.g., 0x300).
+
+მოწყობილობები                          პარამეტრები
+
+IBM PS/1 ან ValuePoint (IDE დისკი)     hd=cylinders,,sectors
+IBM-ის ThinkPad                        floppy.floppy=thinkpad
+I/O პორტ რეგიონების დაცვა              reserve=iobase,extent[,...]
+ლეფტოპები ეკრანის პრობლემებით          vga=771
+ზოგადი IDE დრაივერის გამოყენების დაძალება
+                                       all_generic_ide=1
+
+Possible (temporary) workarounds for lockups or other hardware failures:
+
+disable buggy APIC interrupt routing   noapic nolapic
+(partly) disable ACPI                  acpi=noirq ან acpi=off
+USB-ს გათიშვა                          nousb
+poll for interrupts                    irqpoll
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F7ჩატვირთვის სპეც პარამეტრები - სხვადასხვა ტიპის მყარი დისკიYou can use the following boot parameters by pressing F6, in combination
+with the boot method (see <F3F3>).
+
+მოწყობილობები                პარამეტრები
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (ჩართულია, თუ არ არის 0)
+BusLogic SCSI ჰოსტები        BusLogic.BusLogic=iobase
+ზოგიერთი DELL კომპიუტერი     aic7xxx.aic7xxx=no_probe
+
+ეს დაუსრულებელი სიაა, დამატებითი ჩატვირთვის პარამეტრებისთვის იხილეთ ფაილი
+kernel-parameters.txt.
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F8ჩატვირთვის სპეც პარამეტრები - ინსტალაცია/ჩადგმის სისტემაYou can use the following boot parameters by pressing F6, in combination
+with the boot method (see <F3F3>). მოცემული პარამეტრები გვაწვდიან
+ინფორმაციას ჩატვირთვის სისტემის შესახებ.
+
+შედეგი                                  პარამეტრი
+
+PCI რუქებისთვის ACPI-ს გამორთვა. (handy for some HP servers and Via-based
+machines)                               pci=noacpi
+ბრეილის გარემოს გამოყენება              brltty=driver,device,texttable
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F9დახმარების მიღებათუ შეუძლებელი გახდა უბუნტუს გაშვება, არ დაიდარდოთ!(ფილმის არ იყოს;)) უბუნტუს
+გუნდი მზადაა დაგეხმაროთ! განსაკუთრებით დაინტერესებულნი ვართ შევიტყოთ
+ჩატვირთვის პრობლემების შესახებ, რადგან ეს, ზოგადად,მხოლოდ ერთ ადამიანს არ
+ემართება. ჩვენ უკვე გაგვიგია თქვენი პრობლემის შესახებ და შევეცდებით უმოკლეს
+ვადაში გადავწყვიტოთ, ან თუ გავიგებთ რაიმე სასარგებლოს პრობლემის გადაწყვეტის
+შესახებ, შევეცდებით თქვენთან ერთად ვითანამშრომლოთ, რადგან ეს ძალისხმევა სხვა
+მომხმარებელსაც გამოადგება.
+
+დაწვრილებითი ცნობებისათვის მიმართეთ კითხვარს; ეს  დოკუმენტი გამოქვეყნებულია
+უბუნტუს ვებ-საიტზე: http://www.ubuntu.com/
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.F10სავაჭრო ნიშანი და გარანტიაLE is Copyright (C) 2004-2010 Canonical Ltd., and incorporates the work
+of many other original authors and contributors.
+
+უბუნტუს სისტემის თავისუფლად გავრცელება შესაძლებელია. ჩატვირთვის შემდეგ,
+სისტემაში ჩადგმული პროგრამების ლიცენზიების პოვნა შესაძლებელია დირექტორიაში:
+/usr/share/doc/packagename/copyright.
+
+გამოყენებითი საკანონმდებლო ნორმებით უბუნტუს არ გააჩნია გარანტია.
+
+მოცემული სისტემა Debian-ზეა დაფუძნებული. იხილეთ http://www.debian.org/
+დეტალებისთვის, იხილეთ აგრეთვე ინფორმაცია Debian პროექტის შესახებ.
+
+F1 - ცნობარის ინდექსი, Escape - ცნობარიდან გასვლა.�
diff --git a/templates/le5/server/isolinux/ka.tr b/templates/le5/server/isolinux/ka.tr
new file mode 100644
index 0000000000000000000000000000000000000000..272b92fa5cca5c6902bb2851c12a8b2b0775ff36
Binary files /dev/null and b/templates/le5/server/isolinux/ka.tr differ
diff --git a/templates/le5/server/isolinux/kk.hlp b/templates/le5/server/isolinux/kk.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..52e45e6609cc07b9994da7ab397f95ef6ae956e8
--- /dev/null
+++ b/templates/le5/server/isolinux/kk.hlp
@@ -0,0 +1,159 @@
+F1LE Қош келдіңіз!Бұл LE 12.04 тірі (live) жүйесі. Жиналым
+уақыты: 20120423.
+
+КӨМЕКТІҢ МАЗМҰНЫ
+
+ПЕРНЕ  ТАҚЫРЫП
+
+<F1F1>   Бұл көмектің мазмұн терезесі.
+<F2F2>   LE жүктеу үшін қажеттіліктер.
+<F3F3>   Осы жүйені қолданыла келе, жүктелудің арнайы әдістері.
+<F4F4>   Жүктелудің қосымша әдістері, қиралған (бұзылған) жүйені қалыпқа келтіру.
+<F5F5>   Жүктелудің арнайы баптаулары, шолу.
+<F6F6>   Жүктелудің арнайы баптаулары, арнайы машиналар.
+<F7F7>   Жүктелудің арнайы баптаулары, ағымдағы дискілік контроллерлер үшін.
+<F8F8>   Жүктелудің арнайы баптаулары, бастапқы жүйе жүктегіші үшін.
+<F9F9>   Көмекті қалай алуға болады.
+<F10F10>  Авторлық құқықтар және кепілдік.
+
+Қосымша ақпарат үшін F2-F10, немесе көмектен шығу үшін Escape пернесін
+басыңыз.F2UBUNTU ОРНАТУ ҚАЖЕТТІЛІКТЕРІLE тірі (live) жүйесін қолдану үшін, сізде ең аз дегенде 384 мегабайт
+оперативті жадыңыз болуы қажет.
+
+LE тірі (live) жүйесі сіздің қатқыл дискінің қеңістігін қажет етпейді.
+Бірақ та егер мүмкін болса, қатқыл дискідегі Linux қосымша жүктегіш (swap)
+бөлімдерін қолданады.
+
+Қосымша ақпарат алу үшін FAQ құжатын қолданып көріңіз; Бұл құжат LE
+сайтында жетімді: http://www.ubuntu.com/
+
+LE таңдағаныңызға рахмет!
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F3ЖҮКТЕУ ӘДІСТЕРІЖетімді жүктеу әдістері:
+
+LE-мен компьютеріңізге орнатпай-ақ жұмыс істеу
+  Тірі жүйені жүктеңіз. Қаласаңыз жұмыс үстеліндегі "Орнату..." сілтеме
+  қолданып орнатылымды кейінірек бастауыңыз болады.
+LE орнату
+  Орнатылымды бастау.
+Оперативті жадын қателерге тексеру
+  Оперативті жадын қателерге тексеруін орындау.
+
+(Бұл көмек файлы әмбебап. "LE" сөзін туысқанды операциялық жүйелер
+атымен алмастырылуға болады.)
+
+Ұсынылып отырған жүктеу әдістерінің біреуін қолдану үшін, бағыт пернелер
+көмегімен мәзірден қажеттісін таңдаңыз. F4 пернесін басу арқылы балама
+жүктеу және орнатылым режимдерін таңдауға болады. F6 пернесімен жүктеу
+баптауларын өзгертуге болады. Екі рет басылған F6 пернесі, үлгілік жүктелу
+баптаулар мәзірін шығарады.
+
+Түйіннің жүктелу кезіндегі аса маңызды емес мәлімдемелер тек кеңейтілген
+режимде шығарылады.
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F4ҚҰЛАҒАН (БҰЗЫЛҒАН) ЖҮЙЕНІ ҚАЙТА ҚАЛЫПҚА КЕЛТІРУБұл дискіде бөлек құлаған (бұзылған) жүйені қалыпқа келтіру режимі жоқ.
+Бірақ та осы диск толық пайдаланушылық ортасын ұсынғандықтан, сіз
+коммандалық жол және/немесе графикалық бағдарламалар көмегімен құлаған
+(бұзылған) жүйені қайта қалыпқа келтіре аласыз, сонымен қоса қосымша көмекті
+веб-шолғыш көмегімен алуыңызға болады. Көптеген мәселелердің шешілу ақылдары
+және әдістері, толығымен онлайн түрінде жетімді.
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F5АРНАЙЫ ЖҮКТЕЛУ БАПТАУЛАРЫ - ШОЛУКейбір жүйелерде бәрі ойдағыдай болу үшін, қосымша, жүктеу баптауларын F6
+пернесінің басу арқылы көрсету керек. Мысалыға, Linux сіздің құрылғылардың
+бәрін анықтамауы да мүмкін, сол үшін сіз анықталмаған құрылғылардың
+орналысуын немесе түрін таңдауыңыз қажет болады.
+
+Қолдануға болатын жүктелу баптаулар туралы қосымша ақпарат ала алу үшін,
+мынаны басыңыз:
+
+<F6F6>   арнайы компьютерлерге жүктелу баптаулары
+<F7F7>   кейбір дискілік басқармалар (контроллерлер) үшін жүктелу баптаулары
+<F8F8>   бастапқы жүктелу жүйесі бағдарламамен анықталған жүктелу баптаулары
+
+Бастапқы жүктелу жүйесі көптеген модульдерді динамикалық түрде жүктейді.
+Сондықтан олардың баптауларын командалық жол арқылы енгізу мүмкін емес.
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F6АРНАЙЫ ЖҮКТЕЛУ ПАРАМЕТРЛЕРІ - ӘР ТҮРЛІ ҚҰРЫЛҒЫЛАРF6 пернесін басу арқылы сіз келесі жүктелу баптауларын, жүктелу әдістерімен
+бірге қолдануыңызға болады (<F3F3> пернесін басып көріңіз). Егер сіз он
+алтылық сандық жүйені қолданамын десеңіз, онда 0x префиксін қолдануыңыз
+тиістісіз (мысалы, 0x300).
+
+ҚҰРЫЛҒЫЛАР                             ЕНГІЗІЛЕТІН БАПТАУ
+
+IBM PS/1 немесе ValuePoint (IDE дискісі)
+                                       hd=цилиндрлер,бастиектер,секторлар
+Кейбір IBM ThinkPad-тар                floppy.floppy=thinkpad
+I/O порттарын қорғау                   reserve=iobase,extent[,...]
+Экранға шығару мәселелері бар ноутбуктар
+                                       vga=771
+Негізгі IDE драйверін қолдану          all_generic_ide=1
+
+Бөгеттеу кезінде немесе басқа да аппаратты қауыздардан уақытша айналып шығу
+мүмкін болатын әдістер:
+
+қате болған APIC үзілістер бағдарларын өшіру
+                                       noapic nolapic
+ACPI өшіру (жартылай)                  acpi=noirq немесе acpi=off
+USB-ді өшіру                           nousb
+үзілістер сұраулары                    irqpoll
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F7АРНАЙЫ ЖҮКТЕЛУ БАПТАУЛАРЫ - ӘР ТҮРЛІ ДИСКОВОДТАРF6 пернесін басу арқылы сіз келесі жүктелу баптауларын, жүктелу әдістерімен
+бірге қолдануыңызға болады (<F3F3> пернесін басып көріңіз).
+
+ҚҰРЫЛҒЫЛАР                   ЕНГІЗІЛЕТІН БАПТАУ
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (нөль саны болмаса, қосылған
+деген сөз)
+SCSI BusLogic хосттары       BusLogic.BusLogic=iobase
+Кейбір DELL компьютерлері    aic7xxx.aic7xxx=no_probe
+
+Бұл тізім толық емес, қосымша ақпарат алу үшін құжаттама kernel-
+parameters.txt файлы ашып қараңыз.
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F8АРНАЙЫ ЖҮКТЕЛУ БАПТАУЛАРЫ - ОРНАТҚЫШ ЖҮЙЕ (БАСТАПҚЫ ЖҮКТЕГІШ)F6 пернесін басу арқылы сіз келесі жүктелу баптауларын, жүктелу әдістерімен
+бірге қолдануыңызға болады (<F3F3> пернесін басып көріңіз). Бұл баптаулар
+бастапқы жүктеу жүйесінің жұмысын басқарады.
+
+НӘТИЖЕ                                  БАПТАУ
+
+ACPI-ді PCI карталары үшін өшіру (кейбір HP серверлеріне және VIA-
+негізделген компьютерлерде қолдануға пайдалы)
+                                        pci=noacpi
+Брайль интерфейсін қолдану              brltty=driver,device,texttable
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F9КӨМЕКТІ АЛУЕгер де сіз LE-ды жүктелу алмай жатсаңыз, өкінбеңіз! LE тобы әрқашан
+да көмек беруге дайын! Жүктелу кезінде туындаған мәселелердің табуына біз
+аса мән береміз. Әдетте осындай, ұқсас мәселелер тек бір адамда пайда бола
+бермейді. Мүмкін біз дәл осы қате жайлы білетін де шығармыз, онда біз оның
+жөндеуі жылдамырақ болуы мүмкін. Әйтпесе, біз ол қайте жайлы білгіміз келіп
+тұр, және оның шешуін сізбен бірге іздеуге дайынбыз. Кейінірек бұл қатеге
+тиісті жиналған тәжірибеңіз, дәл осындай қате пайда болған басқа
+пайдаланушыларға көмектесетін болады!
+
+Қосымша ақпарат алу үшін FAQ құжатын қолданып көріңіз; Бұл құжат LE
+сайтында жетімді: http://www.ubuntu.com/
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.F10АВТОРЛЫҚ ҚҰҚЫҚТАРЫ МЕН КЕПІЛДІКТЕРLE-дың авторлық құқығы қорғарғалған (C) 2004-2010 Canonical Ltd., және
+көптеген басқа да авторлар мен қатысушылардың жұмыстарын біріктіреді.
+
+LE еркін таратылатын жүйе болып келеді. Жүктелу біткеннен кейін, әрбір
+пакеттің нақты тарату туралы келісімдері /usr/share/doc/пакет аты/copyright
+сәйкес файлда сипатталған.
+
+Сәйкес заңнамаларда анықталғандай, LE ЕШБІР КЕПІЛДІКСІЗ таратылады.
+
+Бұл операциялық жүйе Debian-нан негізделіп жасалған. Debian жобасы туралы
+көбірек осы жерде таба аласыз http://www.debian.org/.
+
+Негізгі көмек мазмұнына өту үшін F1 пернесін, немесе көмектен шығу үшін
+Escape пернесін басыңыз.�
diff --git a/templates/le5/server/isolinux/kk.tr b/templates/le5/server/isolinux/kk.tr
new file mode 100644
index 0000000000000000000000000000000000000000..feb73c36a75d836a413e955eb51a6522836842d4
Binary files /dev/null and b/templates/le5/server/isolinux/kk.tr differ
diff --git a/templates/le5/server/isolinux/km.hlp b/templates/le5/server/isolinux/km.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..30e0bf744bc2fb40d6106a425344a077b4d6a40f
--- /dev/null
+++ b/templates/le5/server/isolinux/km.hlp
@@ -0,0 +1,149 @@
+F1LE សូមស្វាគមន៍!នេះ​ជា​​ប្រព័ន្ធ​ផ្ទាល់​សម្រាប់​​ LE
+12.04 ។​ ​វា​ត្រូវ​បាន​បង្កើត​លើ​​ 20120423 ។
+
+លិបិក្រម​ជំនួយ
+
+សោ     ប្រធានបទ
+
+<F1F1>   ទំព័រ​នេះ​ លិបិក្រម​ជំនួយ​ ។
+<F2F2>   តម្រូវ​ការ​មុន​ពេល​ដំណើរការ LE ។
+<F3F3>   វិធីសាស្ត្រ​ចាប់ផ្ដើម​ សម្រាប់​មធ្យោបាយ​ពិសេស​​ដោយ​ប្រើ​ប្រព័ន្ធ​នេះ​​ ។
+<F4F4>   វិធីសាស្ត្រ​​ចាប់ផ្ដើម​​បន្ថែម​​ ​សង្គ្រោះ​ប្រព័ន្ធ​ដែល​ខូច​ ។
+<F5F5>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​​​ ​ទិដ្ឋភាព​ទូទៅ​ ។
+<F6F6>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​​ សម្រាប់​ម៉ាស៊ីន​ពិសេស​ ។
+<F7F7>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​​​ សម្រាប់​ឧបករណ៍​បញ្ជា​ថាស​ដែល​បាន​ជ្រើស​ ។
+<F8F8>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​ សម្រាប់​ប្រព័ន្ធ​​ bootstrap ។
+<F9F9>   របៀប​ត្រូវ​ទទួល​យក​ជំនួយ​ ។
+<F10F10>  រក្សាសិទ្ធិ​ និង​ធានា​ ។
+
+ចុច F2 ដល់ F10 សម្រាប់​ព័ត៌មាន​លម្អិត ឬ Escape ដើម្បីចេញពីជំនួយ ។F2តម្រូវ​ការ​មុន​ពេល សម្រាប់​ដំឡើង​អ៊ូប៊ុនទូអ្នក​ត្រូវ​មាន RAM ​យ៉ាង​តិច ៣៨៤ មេកាបៃ
+ដើម្បី​ប្រើប្រាស់​ប្រព័ន្ធ​បន្ត​​​ផ្ទាល់​របស់​អ៊ូប៊ុនទូ​នេះ​ ។
+
+ប្រព័ន្ធ​​ផ្ទាល់​​មិន​ទាមទារ​ទំហំ​​​មួយ​ចំនួន​លើ​​ថាស​រឹង​របស់​អ្នក​ឡើយ​​ ។​
+ទោះ​បី​យ៉ាង​ណា​ក៏ដោយ​
+ភាគ​ថាស​ស្វប​លីនុច​ដែល​មាន​ស្រាប់​លើ​ថាស​នឹង​ត្រូវ​បាន​ប្រើ​ ប្រសិន​បើ​មាន​
+។
+
+ទស្សនា​ FAQ សម្រាប់​ព័ត៌មាន​បន្ថែម​​
+ឯកសារ​នេះ​មាន​នៅ​តំបន់​បណ្ដាញ​របស់​អ៊ូប៊ុនទូ​​ http://www.ubuntu.com/
+
+សូម​អរគុណ​ចំពោះ​ការ​ជ្រើសរើស​អ៊ូប៊ុនទូ!
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F3វិធីសាស្ត្រ​ចាប់ផ្ដើមវិធីសាស្ត្រ​ចាប់ផ្ដើម​ដែល​មាន ៖
+
+សាកល្បង​អ៊ូប៊ុនទូ​ដោយ​មិន​ចាំបាច់​ផ្លាស់ប្ដូរ​កុំព្យូទ័រ​របស់​អ្នក
+  ចាប់ផ្ដើម​ប្រព័ន្ធ​​ផ្ទាល់​ ។​ បើ​អ្នក​ចង់​​ អ្នក​អាច​ដំឡើង​វា​ពេល​ក្រោយ
+  ដោយ​ប្រើ​​រូបតំណាង​ "ដំឡើង​​" ​លើ​ផ្ទៃតុ​ ។
+ដំឡើង​អ៊ូប៊ុនទូ
+  ចាប់ផ្ដើម​ការ​ដំឡើង​ ។
+សាកល្បង​អង្គ​ចងចាំ
+  ធ្វើ​ការ​សាកល្បង​អង្គ​ចងចាំ​ ។
+
+("អ៊ូប៊ុនទូ​​" ​អាច​​ត្រូវ​បាន​ជំនួស​ដោយ​ឈ្មោះ​ប្រព័ន្ធ​ប្រតិបត្តិការ​ដែល​ទា
+ក់ទង​ផ្សេង​ទៀត​​ ។​ អត្ថបទ​ជំនួយ​នេះ​​ជា​ទូទៅ​ ។​)
+
+ប្រើ​វិធីសាស្ត្រ​ចាប់ផ្ដើម​ទាំងនេះ​មួយ​​
+​ជម្រើស​វា​ពី​ម៉ឺនុយ​ដោយ​​គ្រាប់ចុច​ទស្សន៍ទ្រនិច ។​ ចុច​ F4
+​ដើម្បី​ជ្រើស​ចាប់ផ្ដើម​ផ្លាស់ប្ដូរ​ និង​របៀប​​ដំឡើង​ ។​ ចុច​ F6
+ដើម្បី​កែសម្រួល​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ ។ ​ចុច​ F6 ម្ដងទៀត​
+ដើម្បី​ជ្រើស​ពី​ម៉ឺនុយ​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​​ដែល​បាន​ប្រើ​​​ជា​ធម្មតា​ ។
+
+លើកលែង​តែ​ជា​របៀប​វិធី​សាស្ត្រ​ជំនាញ
+​​សារ​ចាប់ផ្ដើម​ខឺណែល​មិន​សំខាន់​ត្រូវ​បាន​​ហាមឃាត់ ។
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F4សង្គ្រោះ​ប្រព័ន្ធ​ដែល​ខូចគ្មាន​របៀប​​សង្គ្រោះ​​ត្រូវ​បាន​ផ្ដល់​ថាស​នេះ​ទេ​ ។ យ៉ាងណាក៏ដោយ​​
+នៅ​ពេល​ថាស​ផ្ដល់​​បរិស្ថាន​អ្នក​ប្រើ​ពេល​លេញ​​
+​វា​អាច​ប្រើ​បន្ទាត់​ពាក្យ​បញ្ជា​​ និង​/​ឬ​
+ឧបករណ៍​ក្រាហ្វិក​​ដែល​បាន​ផ្ដល់​​ ​ដើម្បី​សង្គ្រោះ​​ប្រព័ន្ធ​ដែល​ខូច​​​
+ហើយ​ប្រើ​កម្មវិធី​រុករក​បណ្ដាញ​ ដើម្បី​ជា​ជំនួយ​ស្វែងរក​ ។
+ឧបករណ៍​​​សំបូរ​បែប​មាន​​​បញ្ហា​ជា​ច្រើន​នៅ​លើ​បណ្ដាញ​
+ដែល​អាច​បង្ក​ឲ្យ​ប្រព័ន្ធ​របស់​អ្នក​​ខូច​ ដើម្បី​ចាប់ផ្ដើម​ ។
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F5ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​ - ទិដ្ឋភាព​ទូទៅលើ​ប្រព័ន្ធ​ខ្លះ​ អ្នក​ចាំបាច់​ត្រូវ​បញ្ជាក់​ប៉ារ៉ាម៉ែត្រ​ដោយ​ចុច​ F6
+តាម​លំដាប់​ប្រព័ន្ធ​ត្រូវ​ចាប់ផ្ដើម​ ។ឧទាហរណ៍​​ លីនុច​​​ប្រហែល​ជា​មិន​អាច​ត្
+រូវ​រក​ឃើញ​​ស្វ័យ​ប្រវត្តិ​នៅ​ផ្នែក​រឹង​របស់​អ្នក​ទេ​​
+ហើយ​អ្នក​​ចាំបាច់​ត្រូវ​បញ្ជាក់​ច្បាស់​ នៅ​ទីតាំង​របស់​វា​
+ឬ​ប្រភេទ​​របស់​​វា​ដើម្បី​ឲ្យ​គេ​​​ទទួល​ស្គាល់​ ។
+
+ព័ត៌មាន​បន្ថែម​អំពី​​អ្វី​ដែល​​អ្នក​អាច​ប្រើ​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ ចុច​ ៖
+
+<F6F6>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ សម្រាប់​ម៉ាស៊ីន​ពិសេស
+<F7F7>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ សម្រាប់​ឧបករណ៍​បញ្ជា​ថាស​​នីមួយ​ៗ
+<F8F8>   ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ស្គាល់​ដោយ​ប្រព័ន្ធ​ bootstrap
+
+ម៉ូឌុល​​ខឺណែល​ជា​ច្រើន​ត្រូវ​បាន​ផ្ទុក​ដោយ​ថាមវន្ត​​ តាម​ប្រព័ន្ធ​​
+bootstrap ​ហើយ​ប៉ារ៉ាម៉ែត្រ​​ សម្រាប់​ម៉ូឌុល​​ទាំង​នេះ​​មិន​អាច​ត្រូវ​បាន​ផ្
+ដល់​លើ​បន្ទាត់​ពាក្យ​បញ្ជា​ឡើយ​ ។
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F6ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​ - ផ្នែក​រឹង​នីមួយ​ៗអ្នក​អាច​ប្រើ​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ខាង​ក្រោម​​ដោយ​ចុច​ F6
+បន្សំ​ជាមួយ​វិធីសាស្ត្រ​​ចាប់ផ្ដើម​ (ទស្សនា​​ <F3F3>)
+។បើ​អ្នក​ប្រើ​ចំនួន​គោល​ដប់​ប្រាំមួយ​​ដែល​អ្នក​​មាន ដើម្បី​​​ប្រើ​បុព្វបទ​
+0x (ឧ. 0x300) ។
+
+ផ្នែក​រឹង                              ប៉ារ៉ាម៉ែត្រ​ត្រូវ​បញ្ជាក់
+
+IBM PS/1 or ValuePoint (ថាស IDE ​)     hd=cylinders,heads,ភាគ
+IBM ThinkPads មួយ​ចំនួន                floppy.floppy=thinkpad
+ការ​ពារ​តំបន់​ច្រក I/O                 reserve=iobase,extent[,...]
+បញ្ហា​ទិដ្ឋភាព​អេក្រង់​កុំព្យូទ័រ​យួរ​ដៃ
+                                       vga=771
+បង្ខំ​ប្រើ​កម្មវិធី​បញ្ជា​របស់​​ IDE   all_generic_ide=1
+
+workarounds (បណ្ដោះអាសន្ន​) អាច​ជាប់​សោ​ ឬ​បរាជ័យ​ផ្នែក​រឹង​​ផ្សេង​ទៀត​ ៖
+
+បិទ​​ buggy APIC ផ្អាក routing         noapic nolapic
+បិទ ACPI (តាម​ភាគ​​)                   acpi=noirq ឬ acpi=off
+បិទ​​ USB                              nousb
+បោះ​ឆ្នោត​សម្រាប់​ផ្អាក                irqpoll
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F7ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​​ - ​ដ្រាយ​ថាស​នីមួយ​ៗអ្នក​អាច​ប្រើ​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ខាង​ក្រោម​​ដោយ​ចុច​ F6
+បន្សំ​ជាមួយ​វិធីសាស្ត្រ​​ចាប់ផ្ដើម​ (ទស្សនា​​ <F3F3>) ។
+
+ផ្នែក​រឹង                    ប៉ារ៉ាម៉ែត្រ​ត្រូវ​បញ្ជាក់
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,តភ្ជាប់​ឡើង​វិញ​​]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (បើក បើ​មិន​មែន​សូន្យ​​)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+ម៉ាស៊ីន​​ DELL               aic7xxx.aic7xxx=no_probe
+
+បញ្ជី​នេះ​មិន​ពេញ​លេញ​​ ទស្សនា​បន្ថែម​​​ឯកសារ​ kernel-parameters.txt
+​របស់​ខឺណែល ។
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F8ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ពិសេស​ - ប្រព័ន្ធ​ដំឡើងអ្នក​អាច​ប្រើ​ប៉ារ៉ាម៉ែត្រ​ចាប់ផ្ដើម​ខាង​ក្រោម​​ដោយ​ចុច​ F6
+បន្សំ​ជាមួយ​វិធីសាស្ត្រ​​ចាប់ផ្ដើម​ (ទស្សនា​​ <F3F3>)
+។ដំណើរ​ការ​ប្រព័ន្ធ​ bootstrap ​របៀប​វត្ថុ​បញ្ជា​ប៉ារ៉ាម៉ែត្រ​ទាំងនេះ ។
+
+លទ្ធផល                                  ប៉ារ៉ាម៉ែត្រ
+
+បិទ​ ACPI ​សម្រាប់​​ផ្គូផ្គង​ PCI
+(ជា​ប្រយោជន៍​សម្រាប់​ម៉ាស៊ីន​ដែល​មាន​មូលដ្ឋាន​លើ និង​ម៉ាស៊ីន​បម្រើ HP
+​មួយ​ចំនួន​)                            pci=noacpi
+ប្រើ​ tty អក្សរ​សម្រាប់​អ្នក​ពិការភ្នែក brltty=កម្មវិធី​បញ្ជា,ឧបករណ៍,តារាង​អត្ថបទ​​
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F9មាន​ជំនួយបើ​អ្នក​មិន​អាច​ចាប់ផ្ដើម​អ៊ូប៊ុនទូ​ កុំ​អស់​សង្ឃឹម ! មាន​ក្រុម​អ៊ូប៊ុនទូ​​
+សម្រាប់​ជួយ​អ្នក​ហើយ​ ! ជា​ពិសេស​
+យើង​ចាប់អារម្មណ៍​ក្នុង​ការ​ស្ដាប់​អំពី​​បញ្ហា​ចាប់​ផ្ដើម​​
+​ពី​ព្រោះ​ជា​ទូទៅ​ ពួកគេ​មិន​រីករាយ​ជាមួយ​​មនុស្ស​ តែម្នាក់​ឡើយ​​
+។យើង​បាន​ស្ដាប់​អំពី​បញ្ហា​របស់​អ្នក​ហើយ​ ហើយ​​អាច​ចែក​ចាយ​យ៉ាង​រហ័ស​
+​យើង​ចង់​ស្ដាប់​អំពី​​​​បញ្ហា​ ​ធ្វើ​ការ​ដោះ​ស្រាយ​វា​​ជា​មួយ​អ្នក​ អ្នក​ប្រ
+ើ​បន្ត​​បន្ទាប់​ដែល​​មាន​បញ្ហា​​នេះ​នឹង​ទទួល​បាន​ប្រយោជន៍​ពី​បទពិសោធន៍​របស់​
+អ្នក​ !
+
+ទស្សនា​ FAQ សម្រាប់​ព័ត៌មាន​បន្ថែម​​
+ឯកសារ​នេះ​មាន​នៅ​តំបន់​បណ្ដាញ​របស់​អ៊ូប៊ុនទូ​​ http://www.ubuntu.com/
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។F10រក្សាសិទ្ធិ​ និង​ធានាអ៊ូប៊ុនទូ​ រក្សាសិទ្ធិ​ឆ្នាំ​ 2004-2010 ដោយ​ Canonical Ltd.
+ចូល​រួម​ដំណើរការ​ដោយ អ្នក​ចែកចាយ និង​​អ្នកនិពន្ធ​ដើម​ផ្សេង​ទៀត​ជា​ច្រើន​ ។
+
+ប្រព័ន្ធ​អ៊ូប៊ុនទូ​ចែក​ចាយ​ឡើង​វិញ​ដោយ​ឥត​គិត​ថ្លៃ ។ក្រោយ​ពេល​ចាប់ផ្ដើម​​
+ការ​កំណត់​ចែកចាយ​ ​សម្រាប់​កញ្ចប់​នីមួយ​ៗ​​ត្រូវ​បាន​ពិពណ៌នា​ក្នុង​ឯកសារ​​
+/usr/share/doc/​ឈ្មោះ​កញ្ចប់​​/​​រក្សា​សិទ្ធិ ។
+
+អ៊ូប៊ុនទូ ​ប្រាកដ​ជា​គ្មាន​ការ​ធានា​
+ត្រូវ​បាន​អនុញ្ញាត​វិសាលភាព​​ច្បាប់​ដែល​អាច​ប្រើ​ប្រាស់​បាន​ ។
+
+ប្រព័ន្ធ​នេះ​មាន​មូលដ្ឋាន​លើ​ដេបៀន​ ។ ​ទស្សនា​​ http://www.debian.org/
+ព័ត៌មាន​ និង​សេចក្ដី​លម្អិត​បន្ថែម​លើ​គម្រោង​ដេបៀន​ ។
+
+ចុច​​ F1 សម្រាប់​លិបិក្រម​ជំនួយ​​ ឬ​គេច (Escape) ដើម្បី​ចេញ​ជំនួយ​​ ។�
diff --git a/templates/le5/server/isolinux/km.tr b/templates/le5/server/isolinux/km.tr
new file mode 100644
index 0000000000000000000000000000000000000000..5fc8b1cf1289eb2bc41c7101ee0704839121ff98
Binary files /dev/null and b/templates/le5/server/isolinux/km.tr differ
diff --git a/templates/le5/server/isolinux/kn.tr b/templates/le5/server/isolinux/kn.tr
new file mode 100644
index 0000000000000000000000000000000000000000..646681d95cd3706c3b093532762be68e73c67ad6
Binary files /dev/null and b/templates/le5/server/isolinux/kn.tr differ
diff --git a/templates/le5/server/isolinux/ko.hlp b/templates/le5/server/isolinux/ko.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..0da531e2cafd22614733354b4d454e3f6e137771
--- /dev/null
+++ b/templates/le5/server/isolinux/ko.hlp
@@ -0,0 +1,115 @@
+F1LE에 오신 것을 환영합니다.LE 12.04 라이브 시스템입니다. 빌드된 날짜는
+20120423 입니다.
+
+도움말 목록
+
+KEY    도움말 주제
+
+<F1F1>   현재 페이지로, 도움말 목록.
+<F2F2>   LE를 운영하기 위한 요건.
+<F3F3>   시스템을 사용하기위한 특별한 부팅방법
+<F4F4>   추가 부팅 방식:  망가진 시스템 복구하기
+<F5F5>   특수한 부팅 인자: 훑어보기
+<F6F6>   특수한 시스템을 위한 부팅 인자
+<F7F7>   일부 디스크 컨트롤러를 위한 부팅 인자
+<F8F8>   부트스트랩 시스템에서 사용할 부팅 인자
+<F9F9>   도움을 받으려면,
+<F10F10>  저작권과 보증.
+
+자세한 내용을 보기 위해서는 F2에서 F10을 누르거나, 도움말을 빠져나오기 위해 Esc를 누르십시오.F2LE를 설치하기 위한 요건.이 우분투 라이브 시스템을 사용하기 위해서는 최소 384MB의 램이 필요합니다.
+
+라이브 시스템 실행에는 어떤 하드디스크 공간도 필요하지 않습니다. 하지만 디스크에 이미 리눅스 스왑 파티션이  있다면 사용할 것입니다.
+
+자세한 내용은 FAQ를 참조하십시오. 이 문서는 우분투 웹사이트에서 구하실 수 있습니다. http://www.ubuntu.com/
+
+우분투를 선택해 주셔서 감사합니다!
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F3부팅 방식가능한 부팅 방식:
+
+컴퓨터를 변경하지 않고 우분투를 사용해 보기
+  라이브 시스템을 시작합니다. 나중에 바탕 화면의 "설치" 아이콘을 눌러 설치할 수 있습니다.
+우분투 설치
+  설치 시작
+메모리 테스트
+  메모리 테스트를 실행합니다.
+
+("우분투" 대신 다른 비슷한 운영 체제의 이름을 넣을 수도 있습니다. 이 도움말은 우분투에 국한되지 않습니다.)
+
+이러한 시작 방법 중 하나를 사용하려면 화살표 키를 메뉴에서 선택하십시오. F4를 누르면 다른 시작과 설치 모드를 선택할 수 있습니다.
+F6 키를 누르면 부팅 매개변수를 편집할 수 있습니다. 또한 다시 F6을 누르면 자주 사용하는 부팅 매개변수를 메뉴에서 선택할 수
+있습니다.
+
+전문가 모드가 아니라면, 중요하지 않은 커널의 부트 메시지는 표시하지 않습니다.
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F4망가진 시스템을 복구하기이 디스크에는 복구 전용 모드가 없습니다. 그러나 명령줄이나 그래픽 도구를 사용해 망가진 시스템을 복구할 수도 있고, 웹 브라우저를
+사용해 도움말을 찾을 수도 있습니다. 시스템이 제대로 부팅되지 않아도 보통은 온라인으로 다양한 조언을 얻을 수 있습니다.
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F5특수한 부팅 인자 - 개관어떤 시스템에서는, 정상적으로 시작하려면 F6 키를 눌러 매개 변수를 기입해야 합니다. 예를 들면, 리눅스가 하드웨어를 자동으로 인식할
+수 없어, 그 위치나 종류를 직접 기입해야 인식할 수도 있습니다.
+
+사용할 수 있는 부팅 인자에 대해 더 알고 싶으면 다음을 입력하십시오:
+
+<F6F6>   특수한 시스템을 위한 부팅 인자
+<F7F7>   여러 가지 디스크 컨트롤러를 위한 부팅 인자
+<F8F8>   부트스트랩 시스템에서 사용할 부트 인자
+
+부트스트랩 시스템은 많은 커널 모듈을 동적으로 불러오지만, 명령줄로 이 모듈들에 대해 인자를 부여할 수 없습니다.
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F6특수한 부팅 인자 - 다양한 하드웨어의 지원F6 키를 눌러 아래의 매개변수를 부팅 방법과 함께 사용할 수 있습니다. (<F3F3> 참조) 16진수를 사용하려면 앞에 0x를
+붙여야 합니다. (예: 0x300)
+
+하드웨어                                   지정할 인자
+
+IBM PS/1이나 ValuePoint (IDE 디스크)        hd=실린더,헤더,섹터
+일부 IBM ThinkPad                        floppy.floppy=thinkpad
+I/O 포트 보호                              reserve=iobase,extent[,...]
+화면 출력에 문제가 있는 일부 노트북                   vga=771
+강제로 표준 IDE 드라이버를 사용                    all_generic_ide=1
+
+하드웨어가 잠기거나 문제가 생겼을 때 사용할 수 있는 (일시적인) 차선책:
+
+버그가 많은 APIC interrupt routing 사용하지 않기  noapic nolapic
+(부분적으로) ACPI를 해제                       acpi=noirq 또는 acpi=off
+USB 사용안함                               nousb
+인터럽트를 기다림                              irqpoll
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F7특수한 부팅 인자 - 다양한 디스크 드라이브F6 키를 눌러 아래의 매개변수를 부팅 방법과 함께 사용할 수 있습니다. (<F3F3> 참조)
+
+하드웨어                         지정할 인자
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (0일 때 사용안함)
+BusLogic SCSI 호스트            BusLogic.BusLogic=iobase
+일부 DELL 컴퓨터                  aic7xxx.aic7xxx=no_probe
+
+이 목록은 완전하지 않으므로, 자세한 사항은 커널의 kernel-parameters.txt를 참조하십시오.
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F8특수 부팅 인자 - 설치 시스템F6 키를 눌러 아래의 매개변수를 부팅 방법과 함께 사용할 수 있습니다. (<F3F3> 참조) 이 인자들은 부트스트랩 시스템을
+제어합니다.
+
+결과                                      인자
+
+PCI 맵의 ACPI를 사용하지 않습니다(일부 HP 서버나 Via 기반 머신에 유용합니다)
+                                        pci=noacpi
+Braille 터미널 사용                          brltty=드라이버,장치,texttable
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F9도움 받기우분투를 시작하는데 실패하더라도 좌절하지 마십시오! 우분투 팀은 언제든 당신을 도와드리겠습니다! 특히 시작 중에 겪을 수 있는 문제에
+대해 알려주십시오. 이런 종류의 문제는 여러 사람에게 영향을 끼치기 때문입니다. 여러분이 겪고 계신 보고된 문제에 빠른 수정본을
+드리거나 혹은 그런 문제점이 무엇인지 듣고 함께 해결할 수 있었으면 합니다, 그리고 여러분의 경험으로 부터 같은 문제를 겪고 있는 다른
+사용자들에 도움이 될 것입니다.
+
+자세한 내용은 FAQ를 참조하십시오. 이 문서는 우분투 웹사이트에서 구하실 수 있습니다. http://www.ubuntu.com/
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.F10저작권과 보증LE is Copyright (C) 2004-2010 Canonical Ltd., and incorporates the work
+of many other original authors and contributors.
+
+우분투 시스템은 누구나 자유롭게 배포할 수 있습니다. 시스템 시작 후, 각각의 꾸러미에 대한 정확한 배포 조건은
+/usr/share/doc/꾸러미 이름/copyright에서 확인할 수 있습니다.
+
+우분투는 법이 허용하는 한 어떤 보증도 하지 않습니다.
+
+이 시스템은 데비안을 바탕으로 만들어졌습니다. 데비안 프로젝트에 대한 자세한 정보는 http://www.debian.org/를
+참조하십시오.
+
+F1을 눌러 도움말 목록을 볼 수 있고, ESC를 누르면 도움말에서 빠져나올 수 있습니다.�
diff --git a/templates/le5/server/isolinux/ko.tr b/templates/le5/server/isolinux/ko.tr
new file mode 100644
index 0000000000000000000000000000000000000000..ca2d003a044d1463ea9d6f4a4e4816e19f19f3e1
Binary files /dev/null and b/templates/le5/server/isolinux/ko.tr differ
diff --git a/templates/le5/server/isolinux/ku.tr b/templates/le5/server/isolinux/ku.tr
new file mode 100644
index 0000000000000000000000000000000000000000..0fd290f236cbf33e509696c9035ac6bf6d59d7ec
Binary files /dev/null and b/templates/le5/server/isolinux/ku.tr differ
diff --git a/templates/le5/server/isolinux/lang b/templates/le5/server/isolinux/lang
new file mode 100644
index 0000000000000000000000000000000000000000..d6247d624d8ac4d88435430a8f9a53acfd6852e8
--- /dev/null
+++ b/templates/le5/server/isolinux/lang
@@ -0,0 +1 @@
+pt_BR
diff --git a/templates/le5/server/isolinux/langlist b/templates/le5/server/isolinux/langlist
new file mode 100644
index 0000000000000000000000000000000000000000..0a0f4ef5349fc99cb8e6115f0cab8107015026c5
--- /dev/null
+++ b/templates/le5/server/isolinux/langlist
@@ -0,0 +1,2 @@
+en
+pt_BR
diff --git a/templates/le5/server/isolinux/lo.tr b/templates/le5/server/isolinux/lo.tr
new file mode 100644
index 0000000000000000000000000000000000000000..6c4004022cc4beac65b78bb9700f8df6f015de4c
Binary files /dev/null and b/templates/le5/server/isolinux/lo.tr differ
diff --git a/templates/le5/server/isolinux/log b/templates/le5/server/isolinux/log
new file mode 100644
index 0000000000000000000000000000000000000000..26e801d0ce3f4f861c07089b5d3eee3e81215aa0
--- /dev/null
+++ b/templates/le5/server/isolinux/log
@@ -0,0 +1,33375 @@
+# searching for unused code:
+# pass 1
+#   replacing [
+#   replacing ]
+#   replacing def
+#   replacing if
+#   replacing ifelse
+#   replacing loop
+#   replacing repeat
+#   replacing for
+#   replacing forall
+#   replacing exit
+#   replacing return
+#   replacing array
+#   replacing get
+#   replacing put
+#   replacing length
+#   replacing dup
+#   replacing pop
+#   replacing exch
+#   replacing rot
+#   replacing roll
+#   replacing over
+#   replacing index
+#   replacing exec
+#   replacing add
+#   replacing sub
+#   replacing mul
+#   replacing div
+#   replacing mod
+#   replacing neg
+#   replacing min
+#   replacing max
+#   replacing and
+#   replacing or
+#   replacing not
+#   replacing shl
+#   replacing shr
+#   replacing eq
+#   replacing ne
+#   replacing gt
+#   replacing ge
+#   replacing lt
+#   replacing le
+#   replacing trace
+#   replacing dtrace
+#   replacing malloc
+#   replacing free
+#   replacing memsize
+#   replacing dumpmem
+#   replacing gettype
+#   replacing settype
+#   replacing screen.size
+#   replacing image.colors
+#   replacing monitorsize
+#   replacing moveto
+#   replacing currentpoint
+#   replacing lineto
+#   replacing setcolor
+#   replacing currentcolor
+#   replacing putpixel
+#   replacing setfont
+#   replacing currentfont
+#   replacing fontheight
+#   replacing strsize
+#   replacing show
+#   replacing image
+#   replacing loadpalette
+#   replacing setpalette
+#   replacing settransparentcolor
+#   replacing savescreen
+#   replacing restorescreen
+#   replacing fillrect
+#   replacing snprintf
+#   replacing edit.init
+#   replacing edit.input
+#   replacing edit.showcursor
+#   replacing edit.hidecursor
+#   replacing edit.redraw
+#   replacing rmoveto
+#   replacing strstr
+#   replacing sound.setvolume
+#   replacing mod.load
+#   replacing mod.play
+#   replacing settextwrap
+#   replacing seteotchar
+#   replacing currenteotchar
+#   replacing settextcolors
+#   replacing currenttextcolors
+#   replacing setmaxrows
+#   replacing currentmaxrows
+#   replacing formattext
+#   replacing gettextrows
+#   replacing setstartrow
+#   replacing getlinks
+#   replacing setlink
+#   replacing getlink
+#   replacing lineheight
+#   replacing currenttitle
+#   replacing usleep
+#   replacing notimeout
+#   replacing image.size
+#   replacing eject
+#   replacing poweroff
+#   replacing reboot
+#   replacing 64bit
+#   replacing getbyte
+#   replacing getdword
+#   replacing findfile
+#   replacing filesize
+#   replacing getcwd
+#   replacing chdir
+#   replacing setmode
+#   replacing videomodeinfo
+#   replacing videomodes
+#   replacing colorbits
+#   replacing setimage
+#   replacing settransparency
+#   replacing currenttransparency
+#   replacing keepmode
+#   replacing blend
+#   replacing memcpy
+#   replacing sysconfig
+#   replacing _readsector
+#   replacing xxx
+# pass 2
+#   defined but unused: keyIns (index 206)
+#   deleting code: 72 - 74
+#   defined but unused: keyDel (index 207)
+#   deleting code: 75 - 77
+#   defined but unused: keyShiftF1 (index 208)
+#   deleting code: 78 - 80
+#   defined but unused: keyShiftF2 (index 209)
+#   deleting code: 81 - 83
+#   defined but unused: keyShiftF6 (index 213)
+#   deleting code: 93 - 95
+#   defined but unused: keyShiftF7 (index 214)
+#   deleting code: 96 - 98
+#   defined but unused: keyCtrlF1 (index 220)
+#   deleting code: 114 - 116
+#   defined but unused: keyCtrlF2 (index 221)
+#   deleting code: 117 - 119
+#   defined but unused: keyCtrlF3 (index 222)
+#   deleting code: 120 - 122
+#   defined but unused: keyCtrlF4 (index 223)
+#   deleting code: 123 - 125
+#   defined but unused: keyCtrlF5 (index 224)
+#   deleting code: 126 - 128
+#   defined but unused: keyCtrlF6 (index 225)
+#   deleting code: 129 - 131
+#   defined but unused: keyCtrlF7 (index 226)
+#   deleting code: 132 - 134
+#   defined but unused: keyCtrlF8 (index 227)
+#   deleting code: 135 - 137
+#   defined but unused: keyCtrlF9 (index 228)
+#   deleting code: 138 - 140
+#   defined but unused: keyCtrlF10 (index 229)
+#   deleting code: 141 - 143
+#   defined but unused: keyAltF1 (index 230)
+#   deleting code: 144 - 146
+#   defined but unused: keyAltF2 (index 231)
+#   deleting code: 147 - 149
+#   defined but unused: keyAltF3 (index 232)
+#   deleting code: 150 - 152
+#   defined but unused: keyAltF4 (index 233)
+#   deleting code: 153 - 155
+#   defined but unused: keyAltF5 (index 234)
+#   deleting code: 156 - 158
+#   defined but unused: keyAltF6 (index 235)
+#   deleting code: 159 - 161
+#   defined but unused: keyAltF7 (index 236)
+#   deleting code: 162 - 164
+#   defined but unused: keyAltF8 (index 237)
+#   deleting code: 165 - 167
+#   defined but unused: keyAltF9 (index 238)
+#   deleting code: 168 - 170
+#   defined but unused: keyAltF10 (index 239)
+#   deleting code: 171 - 173
+#   defined but unused: keyCtrlLeft (index 240)
+#   deleting code: 174 - 176
+#   defined but unused: keyCtrlRight (index 241)
+#   deleting code: 177 - 179
+#   defined but unused: keyCtrlEnd (index 242)
+#   deleting code: 180 - 182
+#   defined but unused: keyCtrlHome (index 244)
+#   deleting code: 186 - 188
+#   defined but unused: statusAlt (index 247)
+#   deleting code: 195 - 197
+#   defined but unused: statusCtrl (index 250)
+#   deleting code: 204 - 206
+#   defined but unused: m_disk (index 258)
+#   deleting code: 241 - 243
+#   defined but unused: m_floppy (index 259)
+#   deleting code: 244 - 246
+#   defined but unused: t_unsigned (index 268)
+#   deleting code: 302 - 304
+#   defined but unused: t_bool (index 269)
+#   deleting code: 305 - 307
+#   defined but unused: t_code (index 271)
+#   deleting code: 311 - 313
+#   defined but unused: t_ret (index 272)
+#   deleting code: 314 - 316
+#   defined but unused: t_prim (index 273)
+#   deleting code: 317 - 319
+#   defined but unused: t_sec (index 274)
+#   deleting code: 320 - 322
+#   defined but unused: t_dict_idx (index 275)
+#   deleting code: 323 - 325
+#   defined but unused: t_array (index 276)
+#   deleting code: 326 - 328
+#   defined but unused: menu.text.xofs (index 527)
+#   deleting code: 3719 - 3721
+#   defined but unused: .access.v1 (index 965)
+#   deleting code: 12415 - 12417
+#   defined but unused: .access.v2 (index 966)
+#   deleting code: 12418 - 12420
+#   defined but unused: .access.v3 (index 967)
+#   deleting code: 12421 - 12423
+#   defined but unused: .access.brltty (index 968)
+#   deleting code: 12424 - 12426
+#   defined but unused: .access.m1 (index 969)
+#   deleting code: 12427 - 12429
+#   defined but unused: .access.m2 (index 970)
+#   deleting code: 12430 - 12432
+# pass 3
+#   defined but unused: weekday (index 303)
+#   deleting code: 615 - 653
+#   defined but unused: day (index 304)
+#   deleting code: 654 - 659
+#   defined but unused: month (index 305)
+#   deleting code: 660 - 667
+#   defined but unused: year (index 306)
+#   deleting code: 668 - 673
+#   defined but unused: freegfxconfig (index 313)
+#   deleting code: 810 - 821
+#   defined but unused: is_dvd (index 348)
+#   deleting code: 1450 - 1486
+#   defined but unused: enough_mem (index 353)
+#   deleting code: 1514 - 1531
+#   defined but unused: drawborder3 (index 512)
+#   deleting code: 3453 - 3530
+#   defined but unused: drawborder4 (index 514)
+#   deleting code: 3531 - 3555
+#   defined but unused: centertext (index 515)
+#   deleting code: 3556 - 3584
+#   defined but unused: dvd_popup (index 552)
+#   deleting code: 4266 - 4290
+#   defined but unused: nomem_popup (index 558)
+#   deleting code: 4343 - 4369
+#   defined but unused: button.moveto (index 708)
+#   deleting code: 6461 - 6476
+#   defined but unused: video.init (index 861)
+#   deleting code: 10511 - 10745
+#   defined but unused: panel.video (index 864)
+#   deleting code: 10757 - 10774
+#   defined but unused: panel.video.width (index 865)
+#   deleting code: 10775 - 10782
+#   defined but unused: panel.video.update (index 866)
+#   deleting code: 10783 - 10790
+# pass 4
+#   defined but unused: m_cdrom (index 260)
+#   deleting code: 247 - 249
+# pass 5
+#   defined but unused: readsector (index 307)
+#   deleting code: 674 - 692
+#   defined but unused: vmsortindex (index 859)
+#   deleting code: 10464 - 10487
+#   defined but unused: vmsortexch (index 860)
+#   deleting code: 10488 - 10510
+#   defined but unused: video.update (index 863)
+#   deleting code: 10746 - 10756
+# pass 6
+#   defined but unused: .vm_depth (index 858)
+#   deleting code: 10461 - 10463
+# pass 7
+#   unused: is_dvd.result (index 349)
+#   unused: db.col2 (index 513)
+#   unused: video.modes.text (index 862)
+# pass 8
+#   global constant: keyEsc (index 182)
+#   replacing keyEsc with 0x0000001b
+#   deleting code: 0 - 2
+#   global constant: keyEnter (index 183)
+#   replacing keyEnter with 0x0000000d
+#   deleting code: 3 - 5
+#   global constant: keyTab (index 184)
+#   replacing keyTab with 0x00000009
+#   deleting code: 6 - 8
+#   global constant: keyShiftTab (index 185)
+#   replacing keyShiftTab with 0x00800009
+#   deleting code: 9 - 11
+#   global constant: keyF1 (index 186)
+#   replacing keyF1 with 0x3b000000
+#   deleting code: 12 - 14
+#   global constant: keyF2 (index 187)
+#   replacing keyF2 with 0x3c000000
+#   deleting code: 15 - 17
+#   global constant: keyF3 (index 188)
+#   replacing keyF3 with 0x3d000000
+#   deleting code: 18 - 20
+#   global constant: keyF4 (index 189)
+#   replacing keyF4 with 0x3e000000
+#   deleting code: 21 - 23
+#   global constant: keyF5 (index 190)
+#   replacing keyF5 with 0x3f000000
+#   deleting code: 24 - 26
+#   global constant: keyF6 (index 191)
+#   replacing keyF6 with 0x40000000
+#   deleting code: 27 - 29
+#   global constant: keyF7 (index 192)
+#   replacing keyF7 with 0x41000000
+#   deleting code: 30 - 32
+#   global constant: keyF8 (index 193)
+#   replacing keyF8 with 0x42000000
+#   deleting code: 33 - 35
+#   global constant: keyF9 (index 194)
+#   replacing keyF9 with 0x43000000
+#   deleting code: 36 - 38
+#   global constant: keyF10 (index 195)
+#   replacing keyF10 with 0x44000000
+#   deleting code: 39 - 41
+#   global constant: keyF11 (index 196)
+#   replacing keyF11 with 0x85000000
+#   deleting code: 42 - 44
+#   global constant: keyF12 (index 197)
+#   replacing keyF12 with 0x86000000
+#   deleting code: 45 - 47
+#   global constant: keyHome (index 198)
+#   replacing keyHome with 0x47000000
+#   deleting code: 48 - 50
+#   global constant: keyUp (index 199)
+#   replacing keyUp with 0x48000000
+#   deleting code: 51 - 53
+#   global constant: keyPgUp (index 200)
+#   replacing keyPgUp with 0x49000000
+#   deleting code: 54 - 56
+#   global constant: keyLeft (index 201)
+#   replacing keyLeft with 0x4b000000
+#   deleting code: 57 - 59
+#   global constant: keyRight (index 202)
+#   replacing keyRight with 0x4d000000
+#   deleting code: 60 - 62
+#   global constant: keyEnd (index 203)
+#   replacing keyEnd with 0x4f000000
+#   deleting code: 63 - 65
+#   global constant: keyDown (index 204)
+#   replacing keyDown with 0x50000000
+#   deleting code: 66 - 68
+#   global constant: keyPgDown (index 205)
+#   replacing keyPgDown with 0x51000000
+#   deleting code: 69 - 71
+#   global constant: keyShiftF3 (index 210)
+#   replacing keyShiftF3 with 0x56000000
+#   deleting code: 84 - 86
+#   global constant: keyShiftF4 (index 211)
+#   replacing keyShiftF4 with 0x57000000
+#   deleting code: 87 - 89
+#   global constant: keyShiftF5 (index 212)
+#   replacing keyShiftF5 with 0x58000000
+#   deleting code: 90 - 92
+#   global constant: keyShiftF8 (index 215)
+#   replacing keyShiftF8 with 0x5b000000
+#   deleting code: 99 - 101
+#   global constant: keyShiftF9 (index 216)
+#   replacing keyShiftF9 with 0x5c000000
+#   deleting code: 102 - 104
+#   global constant: keyShiftF10 (index 217)
+#   replacing keyShiftF10 with 0x5d000000
+#   deleting code: 105 - 107
+#   global constant: keyShiftF11 (index 218)
+#   replacing keyShiftF11 with 0x87000000
+#   deleting code: 108 - 110
+#   global constant: keyShiftF12 (index 219)
+#   replacing keyShiftF12 with 0x88000000
+#   deleting code: 111 - 113
+#   global constant: keyCtrlDown (index 243)
+#   replacing keyCtrlDown with 0x76000000
+#   deleting code: 183 - 185
+#   global constant: keyCtrlUp (index 245)
+#   replacing keyCtrlUp with 0x84000000
+#   deleting code: 189 - 191
+#   global constant: keyStatus (index 246)
+#   replacing keyStatus with 0xff000000
+#   deleting code: 192 - 194
+#   global constant: statusAltL (index 248)
+#   replacing statusAltL with 0x0200
+#   deleting code: 198 - 200
+#   global constant: statusAltR (index 249)
+#   replacing statusAltR with 0x0008
+#   deleting code: 201 - 203
+#   global constant: statusShift (index 251)
+#   replacing statusShift with 0x0003
+#   deleting code: 207 - 209
+#   global constant: t_none (index 266)
+#   replacing t_none with 0
+#   deleting code: 296 - 298
+#   global constant: t_int (index 267)
+#   replacing t_int with 1
+#   deleting code: 299 - 301
+#   global constant: t_string (index 270)
+#   replacing t_string with 4
+#   deleting code: 308 - 310
+#   global constant: t_end (index 277)
+#   replacing t_end with 11
+#   deleting code: 329 - 331
+#   global constant: t_ptr (index 278)
+#   replacing t_ptr with 12
+#   deleting code: 332 - 334
+#   global constant: .km.map (index 299)
+#   replacing .km.map with 1
+#   deleting code: 13208 - 13210
+#   global constant: cmdlinelength (index 344)
+#   replacing cmdlinelength with 512
+#   deleting code: 1436 - 1438
+#   global constant: actExit (index 363)
+#   replacing actExit with 1
+#   deleting code: 4822 - 4824
+#   global constant: actCloseInfo (index 365)
+#   replacing actCloseInfo with 2
+#   deleting code: 4825 - 4827
+#   global constant: actPassword (index 366)
+#   replacing actPassword with 3
+#   deleting code: 4828 - 4830
+#   global constant: actStart (index 369)
+#   replacing actStart with 4
+#   deleting code: 4831 - 4833
+#   global constant: actRedraw (index 370)
+#   replacing actRedraw with 7
+#   deleting code: 4840 - 4842
+#   global constant: actRedrawPanel (index 372)
+#   replacing actRedrawPanel with 8
+#   deleting code: 4843 - 4845
+#   global constant: .xm_current (index 383)
+#   replacing .xm_current with 0
+#   deleting code: 9232 - 9234
+#   global constant: .vm_mode (index 387)
+#   replacing .vm_mode with 0
+#   deleting code: 10452 - 10454
+#   global constant: .vm_height (index 388)
+#   replacing .vm_height with 2
+#   deleting code: 10458 - 10460
+#   global constant: .vm_width (index 389)
+#   replacing .vm_width with 1
+#   deleting code: 10455 - 10457
+#   global constant: .km.name (index 395)
+#   replacing .km.name with 0
+#   deleting code: 13205 - 13207
+#   global constant: .km.model (index 398)
+#   replacing .km.model with 4
+#   deleting code: 13217 - 13219
+#   global constant: lightblue (index 528)
+#   replacing lightblue with 0x7da3d1
+#   deleting code: 4603 - 4605
+#   global constant: actReboot (index 556)
+#   replacing actReboot with 9
+#   deleting code: 4846 - 4848
+#   global constant: actNoClose (index 557)
+#   replacing actNoClose with 0x100
+#   deleting code: 4849 - 4851
+#   global constant: actPowerOff (index 562)
+#   replacing actPowerOff with 6
+#   deleting code: 4837 - 4839
+#   global constant: t_dialog (index 664)
+#   replacing t_dialog with 100
+#   deleting code: 4804 - 4806
+#   global constant: t_help (index 665)
+#   replacing t_help with 101
+#   deleting code: 4807 - 4809
+#   global constant: t_splash (index 666)
+#   replacing t_splash with 102
+#   deleting code: 4810 - 4812
+#   global constant: t_main (index 667)
+#   replacing t_main with 103
+#   deleting code: 4813 - 4815
+#   global constant: t_xmenu (index 668)
+#   replacing t_xmenu with 104
+#   deleting code: 4816 - 4818
+#   global constant: actEject (index 669)
+#   replacing actEject with 5
+#   deleting code: 4834 - 4836
+#   global constant: help.title.height (index 670)
+#   replacing help.title.height with 20
+#   deleting code: 6751 - 6753
+#   global constant: bo.opt.max (index 742)
+#   replacing bo.opt.max with 32
+#   deleting code: 6771 - 6773
+#   global constant: .xm_list (index 804)
+#   replacing .xm_list with 1
+#   deleting code: 9235 - 9237
+#   global constant: xmenu.hspace (index 805)
+#   replacing xmenu.hspace with 12
+#   deleting code: 9196 - 9198
+#   global constant: .xm_x (index 813)
+#   replacing .xm_x with 2
+#   deleting code: 9238 - 9240
+#   global constant: .xm_y (index 814)
+#   replacing .xm_y with 3
+#   deleting code: 9241 - 9243
+#   global constant: .xm_width (index 815)
+#   replacing .xm_width with 4
+#   deleting code: 9244 - 9246
+#   global constant: .xm_height (index 816)
+#   replacing .xm_height with 5
+#   deleting code: 9247 - 9249
+#   global constant: .xm_panel_x (index 817)
+#   replacing .xm_panel_x with 6
+#   deleting code: 9250 - 9252
+#   global constant: .xm_panel_width (index 818)
+#   replacing .xm_panel_width with 7
+#   deleting code: 9253 - 9255
+#   global constant: .xm_panel_height (index 819)
+#   replacing .xm_panel_height with 8
+#   deleting code: 9256 - 9258
+#   global constant: .xm_vspace (index 820)
+#   replacing .xm_vspace with 9
+#   deleting code: 9259 - 9261
+#   global constant: .xm_title (index 821)
+#   replacing .xm_title with 10
+#   deleting code: 9262 - 9264
+#   global constant: .xm_columns (index 822)
+#   replacing .xm_columns with 11
+#   deleting code: 9265 - 9267
+#   global constant: .xm_check (index 823)
+#   replacing .xm_check with 12
+#   deleting code: 9268 - 9270
+#   global constant: .xm_allselected (index 824)
+#   replacing .xm_allselected with 13
+#   deleting code: 9271 - 9273
+#   global constant: .xm_size (index 825)
+#   replacing .xm_size with 14
+#   deleting code: 9274 - 9276
+#   global constant: .la.language (index 869)
+#   replacing .la.language with 0
+#   deleting code: 10804 - 10806
+#   global constant: .la.locale (index 870)
+#   replacing .la.locale with 1
+#   deleting code: 10807 - 10809
+#   global constant: .la.name (index 871)
+#   replacing .la.name with 2
+#   deleting code: 10810 - 10812
+#   global constant: .km.display (index 894)
+#   replacing .km.display with 2
+#   deleting code: 13211 - 13213
+#   global constant: .fulloptions.expert (index 944)
+#   replacing .fulloptions.expert with 0
+#   deleting code: 12088 - 12090
+#   global constant: .access.none (index 964)
+#   replacing .access.none with 0
+#   deleting code: 12412 - 12414
+#   global constant: .panel.full (index 988)
+#   replacing .panel.full with 1
+#   deleting code: 12824 - 12826
+#   global constant: .panel.short (index 989)
+#   replacing .panel.short with 2
+#   deleting code: 12827 - 12829
+#   global constant: .km.locales (index 997)
+#   replacing .km.locales with 3
+#   deleting code: 13214 - 13216
+# pass 9
+#   constant expression: .undef # 0 (at 342)
+#   deleting code: 343 - 344
+#   constant expression: .end # 0 (at 347)
+#   deleting code: 348 - 349
+# pass 10
+#   global constant: .undef (index 280)
+#   replacing .undef with .undef # 0
+#   deleting code: 341 - 345
+#   global constant: .end (index 281)
+#   replacing .end with .end # 0
+#   deleting code: 346 - 350
+# pass 11
+#   constant expression: 3:1 (at 287)
+#   deleting code: 288 - 289
+#   constant expression: 3:0 (at 292)
+#   deleting code: 293 - 294
+# pass 12
+#   global constant: true (index 264)
+#   replacing true with true # 0
+#   deleting code: 286 - 290
+#   global constant: false (index 265)
+#   replacing false with false # 0
+#   deleting code: 291 - 295
+# pass 13
+# 13 optimization passes
+# searching for unused dictionary entries:
+#   rename 252 -> 182
+#   rename 253 -> 183
+#   rename 254 -> 184
+#   rename 255 -> 185
+#   rename 256 -> 186
+#   rename 257 -> 187
+#   rename 261 -> 188
+#   rename 262 -> 189
+#   rename 263 -> 190
+#   rename 279 -> 191
+#   rename 282 -> 192
+#   rename 283 -> 193
+#   rename 284 -> 194
+#   rename 285 -> 195
+#   rename 286 -> 196
+#   rename 287 -> 197
+#   rename 288 -> 198
+#   rename 289 -> 199
+#   rename 290 -> 200
+#   rename 291 -> 201
+#   rename 292 -> 202
+#   rename 293 -> 203
+#   rename 294 -> 204
+#   rename 295 -> 205
+#   rename 296 -> 206
+#   rename 297 -> 207
+#   rename 298 -> 208
+#   rename 300 -> 209
+#   rename 301 -> 210
+#   rename 302 -> 211
+#   rename 308 -> 212
+#   rename 309 -> 213
+#   rename 310 -> 214
+#   rename 311 -> 215
+#   rename 312 -> 216
+#   rename 314 -> 217
+#   rename 315 -> 218
+#   rename 316 -> 219
+#   rename 317 -> 220
+#   rename 318 -> 221
+#   rename 319 -> 222
+#   rename 320 -> 223
+#   rename 321 -> 224
+#   rename 322 -> 225
+#   rename 323 -> 226
+#   rename 324 -> 227
+#   rename 325 -> 228
+#   rename 326 -> 229
+#   rename 327 -> 230
+#   rename 328 -> 231
+#   rename 329 -> 232
+#   rename 330 -> 233
+#   rename 331 -> 234
+#   rename 332 -> 235
+#   rename 333 -> 236
+#   rename 334 -> 237
+#   rename 335 -> 238
+#   rename 336 -> 239
+#   rename 337 -> 240
+#   rename 338 -> 241
+#   rename 339 -> 242
+#   rename 340 -> 243
+#   rename 341 -> 244
+#   rename 342 -> 245
+#   rename 343 -> 246
+#   rename 345 -> 247
+#   rename 346 -> 248
+#   rename 347 -> 249
+#   rename 350 -> 250
+#   rename 351 -> 251
+#   rename 352 -> 252
+#   rename 354 -> 253
+#   rename 355 -> 254
+#   rename 356 -> 255
+#   rename 357 -> 256
+#   rename 358 -> 257
+#   rename 359 -> 258
+#   rename 360 -> 259
+#   rename 361 -> 260
+#   rename 362 -> 261
+#   rename 364 -> 262
+#   rename 367 -> 263
+#   rename 368 -> 264
+#   rename 371 -> 265
+#   rename 373 -> 266
+#   rename 374 -> 267
+#   rename 375 -> 268
+#   rename 376 -> 269
+#   rename 377 -> 270
+#   rename 378 -> 271
+#   rename 379 -> 272
+#   rename 380 -> 273
+#   rename 381 -> 274
+#   rename 382 -> 275
+#   rename 384 -> 276
+#   rename 385 -> 277
+#   rename 386 -> 278
+#   rename 390 -> 279
+#   rename 391 -> 280
+#   rename 392 -> 281
+#   rename 393 -> 282
+#   rename 394 -> 283
+#   rename 396 -> 284
+#   rename 397 -> 285
+#   rename 399 -> 286
+#   rename 400 -> 287
+#   rename 401 -> 288
+#   rename 402 -> 289
+#   rename 403 -> 290
+#   rename 404 -> 291
+#   rename 405 -> 292
+#   rename 406 -> 293
+#   rename 407 -> 294
+#   rename 408 -> 295
+#   rename 409 -> 296
+#   rename 410 -> 297
+#   rename 411 -> 298
+#   rename 412 -> 299
+#   rename 413 -> 300
+#   rename 414 -> 301
+#   rename 415 -> 302
+#   rename 416 -> 303
+#   rename 417 -> 304
+#   rename 418 -> 305
+#   rename 419 -> 306
+#   rename 420 -> 307
+#   rename 421 -> 308
+#   rename 422 -> 309
+#   rename 423 -> 310
+#   rename 424 -> 311
+#   rename 425 -> 312
+#   rename 426 -> 313
+#   rename 427 -> 314
+#   rename 428 -> 315
+#   rename 429 -> 316
+#   rename 430 -> 317
+#   rename 431 -> 318
+#   rename 432 -> 319
+#   rename 433 -> 320
+#   rename 434 -> 321
+#   rename 435 -> 322
+#   rename 436 -> 323
+#   rename 437 -> 324
+#   rename 438 -> 325
+#   rename 439 -> 326
+#   rename 440 -> 327
+#   rename 441 -> 328
+#   rename 442 -> 329
+#   rename 443 -> 330
+#   rename 444 -> 331
+#   rename 445 -> 332
+#   rename 446 -> 333
+#   rename 447 -> 334
+#   rename 448 -> 335
+#   rename 449 -> 336
+#   rename 450 -> 337
+#   rename 451 -> 338
+#   rename 452 -> 339
+#   rename 453 -> 340
+#   rename 454 -> 341
+#   rename 455 -> 342
+#   rename 456 -> 343
+#   rename 457 -> 344
+#   rename 458 -> 345
+#   rename 459 -> 346
+#   rename 460 -> 347
+#   rename 461 -> 348
+#   rename 462 -> 349
+#   rename 463 -> 350
+#   rename 464 -> 351
+#   rename 465 -> 352
+#   rename 466 -> 353
+#   rename 467 -> 354
+#   rename 468 -> 355
+#   rename 469 -> 356
+#   rename 470 -> 357
+#   rename 471 -> 358
+#   rename 472 -> 359
+#   rename 473 -> 360
+#   rename 474 -> 361
+#   rename 475 -> 362
+#   rename 476 -> 363
+#   rename 477 -> 364
+#   rename 478 -> 365
+#   rename 479 -> 366
+#   rename 480 -> 367
+#   rename 481 -> 368
+#   rename 482 -> 369
+#   rename 483 -> 370
+#   rename 484 -> 371
+#   rename 485 -> 372
+#   rename 486 -> 373
+#   rename 487 -> 374
+#   rename 488 -> 375
+#   rename 489 -> 376
+#   rename 490 -> 377
+#   rename 491 -> 378
+#   rename 492 -> 379
+#   rename 493 -> 380
+#   rename 494 -> 381
+#   rename 495 -> 382
+#   rename 496 -> 383
+#   rename 497 -> 384
+#   rename 498 -> 385
+#   rename 499 -> 386
+#   rename 500 -> 387
+#   rename 501 -> 388
+#   rename 502 -> 389
+#   rename 503 -> 390
+#   rename 504 -> 391
+#   rename 505 -> 392
+#   rename 506 -> 393
+#   rename 507 -> 394
+#   rename 508 -> 395
+#   rename 509 -> 396
+#   rename 510 -> 397
+#   rename 511 -> 398
+#   rename 516 -> 399
+#   rename 517 -> 400
+#   rename 518 -> 401
+#   rename 519 -> 402
+#   rename 520 -> 403
+#   rename 521 -> 404
+#   rename 522 -> 405
+#   rename 523 -> 406
+#   rename 524 -> 407
+#   rename 525 -> 408
+#   rename 526 -> 409
+#   rename 529 -> 410
+#   rename 530 -> 411
+#   rename 531 -> 412
+#   rename 532 -> 413
+#   rename 533 -> 414
+#   rename 534 -> 415
+#   rename 535 -> 416
+#   rename 536 -> 417
+#   rename 537 -> 418
+#   rename 538 -> 419
+#   rename 539 -> 420
+#   rename 540 -> 421
+#   rename 541 -> 422
+#   rename 542 -> 423
+#   rename 543 -> 424
+#   rename 544 -> 425
+#   rename 545 -> 426
+#   rename 546 -> 427
+#   rename 547 -> 428
+#   rename 548 -> 429
+#   rename 549 -> 430
+#   rename 550 -> 431
+#   rename 551 -> 432
+#   rename 553 -> 433
+#   rename 554 -> 434
+#   rename 555 -> 435
+#   rename 559 -> 436
+#   rename 560 -> 437
+#   rename 561 -> 438
+#   rename 563 -> 439
+#   rename 564 -> 440
+#   rename 565 -> 441
+#   rename 566 -> 442
+#   rename 567 -> 443
+#   rename 568 -> 444
+#   rename 569 -> 445
+#   rename 570 -> 446
+#   rename 571 -> 447
+#   rename 572 -> 448
+#   rename 573 -> 449
+#   rename 574 -> 450
+#   rename 575 -> 451
+#   rename 576 -> 452
+#   rename 577 -> 453
+#   rename 578 -> 454
+#   rename 579 -> 455
+#   rename 580 -> 456
+#   rename 581 -> 457
+#   rename 582 -> 458
+#   rename 583 -> 459
+#   rename 584 -> 460
+#   rename 585 -> 461
+#   rename 586 -> 462
+#   rename 587 -> 463
+#   rename 588 -> 464
+#   rename 589 -> 465
+#   rename 590 -> 466
+#   rename 591 -> 467
+#   rename 592 -> 468
+#   rename 593 -> 469
+#   rename 594 -> 470
+#   rename 595 -> 471
+#   rename 596 -> 472
+#   rename 597 -> 473
+#   rename 598 -> 474
+#   rename 599 -> 475
+#   rename 600 -> 476
+#   rename 601 -> 477
+#   rename 602 -> 478
+#   rename 603 -> 479
+#   rename 604 -> 480
+#   rename 605 -> 481
+#   rename 606 -> 482
+#   rename 607 -> 483
+#   rename 608 -> 484
+#   rename 609 -> 485
+#   rename 610 -> 486
+#   rename 611 -> 487
+#   rename 612 -> 488
+#   rename 613 -> 489
+#   rename 614 -> 490
+#   rename 615 -> 491
+#   rename 616 -> 492
+#   rename 617 -> 493
+#   rename 618 -> 494
+#   rename 619 -> 495
+#   rename 620 -> 496
+#   rename 621 -> 497
+#   rename 622 -> 498
+#   rename 623 -> 499
+#   rename 624 -> 500
+#   rename 625 -> 501
+#   rename 626 -> 502
+#   rename 627 -> 503
+#   rename 628 -> 504
+#   rename 629 -> 505
+#   rename 630 -> 506
+#   rename 631 -> 507
+#   rename 632 -> 508
+#   rename 633 -> 509
+#   rename 634 -> 510
+#   rename 635 -> 511
+#   rename 636 -> 512
+#   rename 637 -> 513
+#   rename 638 -> 514
+#   rename 639 -> 515
+#   rename 640 -> 516
+#   rename 641 -> 517
+#   rename 642 -> 518
+#   rename 643 -> 519
+#   rename 644 -> 520
+#   rename 645 -> 521
+#   rename 646 -> 522
+#   rename 647 -> 523
+#   rename 648 -> 524
+#   rename 649 -> 525
+#   rename 650 -> 526
+#   rename 651 -> 527
+#   rename 652 -> 528
+#   rename 653 -> 529
+#   rename 654 -> 530
+#   rename 655 -> 531
+#   rename 656 -> 532
+#   rename 657 -> 533
+#   rename 658 -> 534
+#   rename 659 -> 535
+#   rename 660 -> 536
+#   rename 661 -> 537
+#   rename 662 -> 538
+#   rename 663 -> 539
+#   rename 671 -> 540
+#   rename 672 -> 541
+#   rename 673 -> 542
+#   rename 674 -> 543
+#   rename 675 -> 544
+#   rename 676 -> 545
+#   rename 677 -> 546
+#   rename 678 -> 547
+#   rename 679 -> 548
+#   rename 680 -> 549
+#   rename 681 -> 550
+#   rename 682 -> 551
+#   rename 683 -> 552
+#   rename 684 -> 553
+#   rename 685 -> 554
+#   rename 686 -> 555
+#   rename 687 -> 556
+#   rename 688 -> 557
+#   rename 689 -> 558
+#   rename 690 -> 559
+#   rename 691 -> 560
+#   rename 692 -> 561
+#   rename 693 -> 562
+#   rename 694 -> 563
+#   rename 695 -> 564
+#   rename 696 -> 565
+#   rename 697 -> 566
+#   rename 698 -> 567
+#   rename 699 -> 568
+#   rename 700 -> 569
+#   rename 701 -> 570
+#   rename 702 -> 571
+#   rename 703 -> 572
+#   rename 704 -> 573
+#   rename 705 -> 574
+#   rename 706 -> 575
+#   rename 707 -> 576
+#   rename 709 -> 577
+#   rename 710 -> 578
+#   rename 711 -> 579
+#   rename 712 -> 580
+#   rename 713 -> 581
+#   rename 714 -> 582
+#   rename 715 -> 583
+#   rename 716 -> 584
+#   rename 717 -> 585
+#   rename 718 -> 586
+#   rename 719 -> 587
+#   rename 720 -> 588
+#   rename 721 -> 589
+#   rename 722 -> 590
+#   rename 723 -> 591
+#   rename 724 -> 592
+#   rename 725 -> 593
+#   rename 726 -> 594
+#   rename 727 -> 595
+#   rename 728 -> 596
+#   rename 729 -> 597
+#   rename 730 -> 598
+#   rename 731 -> 599
+#   rename 732 -> 600
+#   rename 733 -> 601
+#   rename 734 -> 602
+#   rename 735 -> 603
+#   rename 736 -> 604
+#   rename 737 -> 605
+#   rename 738 -> 606
+#   rename 739 -> 607
+#   rename 740 -> 608
+#   rename 741 -> 609
+#   rename 743 -> 610
+#   rename 744 -> 611
+#   rename 745 -> 612
+#   rename 746 -> 613
+#   rename 747 -> 614
+#   rename 748 -> 615
+#   rename 749 -> 616
+#   rename 750 -> 617
+#   rename 751 -> 618
+#   rename 752 -> 619
+#   rename 753 -> 620
+#   rename 754 -> 621
+#   rename 755 -> 622
+#   rename 756 -> 623
+#   rename 757 -> 624
+#   rename 758 -> 625
+#   rename 759 -> 626
+#   rename 760 -> 627
+#   rename 761 -> 628
+#   rename 762 -> 629
+#   rename 763 -> 630
+#   rename 764 -> 631
+#   rename 765 -> 632
+#   rename 766 -> 633
+#   rename 767 -> 634
+#   rename 768 -> 635
+#   rename 769 -> 636
+#   rename 770 -> 637
+#   rename 771 -> 638
+#   rename 772 -> 639
+#   rename 773 -> 640
+#   rename 774 -> 641
+#   rename 775 -> 642
+#   rename 776 -> 643
+#   rename 777 -> 644
+#   rename 778 -> 645
+#   rename 779 -> 646
+#   rename 780 -> 647
+#   rename 781 -> 648
+#   rename 782 -> 649
+#   rename 783 -> 650
+#   rename 784 -> 651
+#   rename 785 -> 652
+#   rename 786 -> 653
+#   rename 787 -> 654
+#   rename 788 -> 655
+#   rename 789 -> 656
+#   rename 790 -> 657
+#   rename 791 -> 658
+#   rename 792 -> 659
+#   rename 793 -> 660
+#   rename 794 -> 661
+#   rename 795 -> 662
+#   rename 796 -> 663
+#   rename 797 -> 664
+#   rename 798 -> 665
+#   rename 799 -> 666
+#   rename 800 -> 667
+#   rename 801 -> 668
+#   rename 802 -> 669
+#   rename 803 -> 670
+#   rename 806 -> 671
+#   rename 807 -> 672
+#   rename 808 -> 673
+#   rename 809 -> 674
+#   rename 810 -> 675
+#   rename 811 -> 676
+#   rename 812 -> 677
+#   rename 826 -> 678
+#   rename 827 -> 679
+#   rename 828 -> 680
+#   rename 829 -> 681
+#   rename 830 -> 682
+#   rename 831 -> 683
+#   rename 832 -> 684
+#   rename 833 -> 685
+#   rename 834 -> 686
+#   rename 835 -> 687
+#   rename 836 -> 688
+#   rename 837 -> 689
+#   rename 838 -> 690
+#   rename 839 -> 691
+#   rename 840 -> 692
+#   rename 841 -> 693
+#   rename 842 -> 694
+#   rename 843 -> 695
+#   rename 844 -> 696
+#   rename 845 -> 697
+#   rename 846 -> 698
+#   rename 847 -> 699
+#   rename 848 -> 700
+#   rename 849 -> 701
+#   rename 850 -> 702
+#   rename 851 -> 703
+#   rename 852 -> 704
+#   rename 853 -> 705
+#   rename 854 -> 706
+#   rename 855 -> 707
+#   rename 856 -> 708
+#   rename 857 -> 709
+#   rename 867 -> 710
+#   rename 868 -> 711
+#   rename 872 -> 712
+#   rename 873 -> 713
+#   rename 874 -> 714
+#   rename 875 -> 715
+#   rename 876 -> 716
+#   rename 877 -> 717
+#   rename 878 -> 718
+#   rename 879 -> 719
+#   rename 880 -> 720
+#   rename 881 -> 721
+#   rename 882 -> 722
+#   rename 883 -> 723
+#   rename 884 -> 724
+#   rename 885 -> 725
+#   rename 886 -> 726
+#   rename 887 -> 727
+#   rename 888 -> 728
+#   rename 889 -> 729
+#   rename 890 -> 730
+#   rename 891 -> 731
+#   rename 892 -> 732
+#   rename 893 -> 733
+#   rename 895 -> 734
+#   rename 896 -> 735
+#   rename 897 -> 736
+#   rename 898 -> 737
+#   rename 899 -> 738
+#   rename 900 -> 739
+#   rename 901 -> 740
+#   rename 902 -> 741
+#   rename 903 -> 742
+#   rename 904 -> 743
+#   rename 905 -> 744
+#   rename 906 -> 745
+#   rename 907 -> 746
+#   rename 908 -> 747
+#   rename 909 -> 748
+#   rename 910 -> 749
+#   rename 911 -> 750
+#   rename 912 -> 751
+#   rename 913 -> 752
+#   rename 914 -> 753
+#   rename 915 -> 754
+#   rename 916 -> 755
+#   rename 917 -> 756
+#   rename 918 -> 757
+#   rename 919 -> 758
+#   rename 920 -> 759
+#   rename 921 -> 760
+#   rename 922 -> 761
+#   rename 923 -> 762
+#   rename 924 -> 763
+#   rename 925 -> 764
+#   rename 926 -> 765
+#   rename 927 -> 766
+#   rename 928 -> 767
+#   rename 929 -> 768
+#   rename 930 -> 769
+#   rename 931 -> 770
+#   rename 932 -> 771
+#   rename 933 -> 772
+#   rename 934 -> 773
+#   rename 935 -> 774
+#   rename 936 -> 775
+#   rename 937 -> 776
+#   rename 938 -> 777
+#   rename 939 -> 778
+#   rename 940 -> 779
+#   rename 941 -> 780
+#   rename 942 -> 781
+#   rename 943 -> 782
+#   rename 945 -> 783
+#   rename 946 -> 784
+#   rename 947 -> 785
+#   rename 948 -> 786
+#   rename 949 -> 787
+#   rename 950 -> 788
+#   rename 951 -> 789
+#   rename 952 -> 790
+#   rename 953 -> 791
+#   rename 954 -> 792
+#   rename 955 -> 793
+#   rename 956 -> 794
+#   rename 957 -> 795
+#   rename 958 -> 796
+#   rename 959 -> 797
+#   rename 960 -> 798
+#   rename 961 -> 799
+#   rename 962 -> 800
+#   rename 963 -> 801
+#   rename 971 -> 802
+#   rename 972 -> 803
+#   rename 973 -> 804
+#   rename 974 -> 805
+#   rename 975 -> 806
+#   rename 976 -> 807
+#   rename 977 -> 808
+#   rename 978 -> 809
+#   rename 979 -> 810
+#   rename 980 -> 811
+#   rename 981 -> 812
+#   rename 982 -> 813
+#   rename 983 -> 814
+#   rename 984 -> 815
+#   rename 985 -> 816
+#   rename 986 -> 817
+#   rename 987 -> 818
+#   rename 990 -> 819
+#   rename 991 -> 820
+#   rename 992 -> 821
+#   rename 993 -> 822
+#   rename 994 -> 823
+#   rename 995 -> 824
+#   rename 996 -> 825
+#   rename 998 -> 826
+#   rename 999 -> 827
+#   rename 1000 -> 828
+#   rename 1001 -> 829
+#   rename 1002 -> 830
+#   rename 1003 -> 831
+#   rename 1004 -> 832
+#   rename 1005 -> 833
+#   rename 1006 -> 834
+#   rename 1007 -> 835
+#   rename 1008 -> 836
+#   rename 1009 -> 837
+#   rename 1010 -> 838
+#   rename 1011 -> 839
+#   rename 1012 -> 840
+#   rename 1013 -> 841
+#   rename 1014 -> 842
+#   rename 1015 -> 843
+#   rename 1016 -> 844
+#   rename 1017 -> 845
+#   rename 1018 -> 846
+#   rename 1019 -> 847
+#   rename 1020 -> 848
+#   rename 1021 -> 849
+#   rename 1022 -> 850
+#   rename 1023 -> 851
+#   rename 1024 -> 852
+#   rename 1025 -> 853
+#   rename 1026 -> 854
+#   rename 1027 -> 855
+#   rename 1028 -> 856
+#   rename 1029 -> 857
+#   rename 1030 -> 858
+#   rename 1031 -> 859
+#   rename 1032 -> 860
+#   rename 1033 -> 861
+#   rename 1034 -> 862
+#   rename 1035 -> 863
+#   rename 1036 -> 864
+#   rename 1037 -> 865
+#   rename 1038 -> 866
+#   rename 1039 -> 867
+#   rename 1040 -> 868
+#   rename 1041 -> 869
+#   rename 1042 -> 870
+#   rename 1043 -> 871
+#   rename 1044 -> 872
+#   rename 1045 -> 873
+#   rename 1046 -> 874
+#   rename 1047 -> 875
+#   rename 1048 -> 876
+#   rename 1049 -> 877
+#   rename 1050 -> 878
+#   rename 1051 -> 879
+#   rename 1052 -> 880
+#   rename 1053 -> 881
+#   rename 1054 -> 882
+#   rename 1055 -> 883
+#   rename 1056 -> 884
+#   rename 1057 -> 885
+#   rename 1058 -> 886
+#   rename 1059 -> 887
+#   rename 1060 -> 888
+#   rename 1061 -> 889
+#   rename 1062 -> 890
+#   rename 1063 -> 891
+#   rename 1064 -> 892
+#   rename 1065 -> 893
+#   rename 1066 -> 894
+#   rename 1067 -> 895
+#   rename 1068 -> 896
+#   rename 1069 -> 897
+#   rename 1070 -> 898
+#   rename 1071 -> 899
+#   rename 1072 -> 900
+#   rename 1073 -> 901
+#   rename 1074 -> 902
+#   rename 1075 -> 903
+#   rename 1076 -> 904
+#   rename 1077 -> 905
+#   rename 1078 -> 906
+#   rename 1079 -> 907
+#   rename 1080 -> 908
+#   rename 1081 -> 909
+#   rename 1082 -> 910
+#   rename 1083 -> 911
+#   rename 1084 -> 912
+#   rename 1085 -> 913
+#   rename 1086 -> 914
+#   rename 1087 -> 915
+#   rename 1088 -> 916
+#   rename 1089 -> 917
+#   rename 1090 -> 918
+#   rename 1091 -> 919
+#   rename 1092 -> 920
+#   rename 1093 -> 921
+#   rename 1094 -> 922
+#   rename 1095 -> 923
+#   rename 1096 -> 924
+#   rename 1097 -> 925
+#   rename 1098 -> 926
+#   rename 1099 -> 927
+#   rename 1100 -> 928
+#   rename 1101 -> 929
+#   rename 1102 -> 930
+#   rename 1103 -> 931
+#   rename 1104 -> 932
+#   rename 1105 -> 933
+#   rename 1106 -> 934
+#   rename 1107 -> 935
+#   rename 1108 -> 936
+#   rename 1109 -> 937
+#   rename 1110 -> 938
+#   rename 1111 -> 939
+#   rename 1112 -> 940
+#   rename 1113 -> 941
+#   rename 1114 -> 942
+#   rename 1115 -> 943
+# new dictionary size 944 (1116 - 172)
+# 4 encoding passes
+
+#------------------------------------------------------------------------------
+# code: 29606 entries (30730 - 1124)
+#------------------------------------------------------------------------------
+    9 1      0                                          # keyEsc
+             1                                          # 0x0000001b
+             2                                          # def
+   10 1      3                                          # keyEnter
+             4                                          # 0x0000000d
+             5                                          # def
+   11 1      6                                          # keyTab
+             7                                          # 0x00000009
+             8                                          # def
+   12 1      9                                          # keyShiftTab
+            10                                          # 0x00800009
+            11                                          # def
+   13 1     12                                          # keyF1
+            13                                          # 0x3b000000
+            14                                          # def
+   14 1     15                                          # keyF2
+            16                                          # 0x3c000000
+            17                                          # def
+   15 1     18                                          # keyF3
+            19                                          # 0x3d000000
+            20                                          # def
+   16 1     21                                          # keyF4
+            22                                          # 0x3e000000
+            23                                          # def
+   17 1     24                                          # keyF5
+            25                                          # 0x3f000000
+            26                                          # def
+   18 1     27                                          # keyF6
+            28                                          # 0x40000000
+            29                                          # def
+   19 1     30                                          # keyF7
+            31                                          # 0x41000000
+            32                                          # def
+   20 1     33                                          # keyF8
+            34                                          # 0x42000000
+            35                                          # def
+   21 1     36                                          # keyF9
+            37                                          # 0x43000000
+            38                                          # def
+   22 1     39                                          # keyF10
+            40                                          # 0x44000000
+            41                                          # def
+   23 1     42                                          # keyF11
+            43                                          # 0x85000000
+            44                                          # def
+   24 1     45                                          # keyF12
+            46                                          # 0x86000000
+            47                                          # def
+   25 1     48                                          # keyHome
+            49                                          # 0x47000000
+            50                                          # def
+   26 1     51                                          # keyUp
+            52                                          # 0x48000000
+            53                                          # def
+   27 1     54                                          # keyPgUp
+            55                                          # 0x49000000
+            56                                          # def
+   28 1     57                                          # keyLeft
+            58                                          # 0x4b000000
+            59                                          # def
+   29 1     60                                          # keyRight
+            61                                          # 0x4d000000
+            62                                          # def
+   30 1     63                                          # keyEnd
+            64                                          # 0x4f000000
+            65                                          # def
+   31 1     66                                          # keyDown
+            67                                          # 0x50000000
+            68                                          # def
+   32 1     69                                          # keyPgDown
+            70                                          # 0x51000000
+            71                                          # def
+   33 1     72                                          # keyIns
+            73                                          # 0x52000000
+            74                                          # def
+   34 1     75                                          # keyDel
+            76                                          # 0x53000000
+            77                                          # def
+   35 1     78                                          # keyShiftF1
+            79                                          # 0x54000000
+            80                                          # def
+   36 1     81                                          # keyShiftF2
+            82                                          # 0x55000000
+            83                                          # def
+   37 1     84                                          # keyShiftF3
+            85                                          # 0x56000000
+            86                                          # def
+   38 1     87                                          # keyShiftF4
+            88                                          # 0x57000000
+            89                                          # def
+   39 1     90                                          # keyShiftF5
+            91                                          # 0x58000000
+            92                                          # def
+   40 1     93                                          # keyShiftF6
+            94                                          # 0x59000000
+            95                                          # def
+   41 1     96                                          # keyShiftF7
+            97                                          # 0x5a000000
+            98                                          # def
+   42 1     99                                          # keyShiftF8
+           100                                          # 0x5b000000
+           101                                          # def
+   43 1    102                                          # keyShiftF9
+           103                                          # 0x5c000000
+           104                                          # def
+   44 1    105                                          # keyShiftF10
+           106                                          # 0x5d000000
+           107                                          # def
+   45 1    108                                          # keyShiftF11
+           109                                          # 0x87000000
+           110                                          # def
+   46 1    111                                          # keyShiftF12
+           112                                          # 0x88000000
+           113                                          # def
+   47 1    114                                          # keyCtrlF1
+           115                                          # 0x5e000000
+           116                                          # def
+   48 1    117                                          # keyCtrlF2
+           118                                          # 0x5f000000
+           119                                          # def
+   49 1    120                                          # keyCtrlF3
+           121                                          # 0x60000000
+           122                                          # def
+   50 1    123                                          # keyCtrlF4
+           124                                          # 0x61000000
+           125                                          # def
+   51 1    126                                          # keyCtrlF5
+           127                                          # 0x62000000
+           128                                          # def
+   52 1    129                                          # keyCtrlF6
+           130                                          # 0x63000000
+           131                                          # def
+   53 1    132                                          # keyCtrlF7
+           133                                          # 0x64000000
+           134                                          # def
+   54 1    135                                          # keyCtrlF8
+           136                                          # 0x65000000
+           137                                          # def
+   55 1    138                                          # keyCtrlF9
+           139                                          # 0x66000000
+           140                                          # def
+   56 1    141                                          # keyCtrlF10
+           142                                          # 0x67000000
+           143                                          # def
+   57 1    144                                          # keyAltF1
+           145                                          # 0x68000000
+           146                                          # def
+   58 1    147                                          # keyAltF2
+           148                                          # 0x69000000
+           149                                          # def
+   59 1    150                                          # keyAltF3
+           151                                          # 0x6a000000
+           152                                          # def
+   60 1    153                                          # keyAltF4
+           154                                          # 0x6b000000
+           155                                          # def
+   61 1    156                                          # keyAltF5
+           157                                          # 0x6c000000
+           158                                          # def
+   62 1    159                                          # keyAltF6
+           160                                          # 0x6d000000
+           161                                          # def
+   63 1    162                                          # keyAltF7
+           163                                          # 0x6e000000
+           164                                          # def
+   64 1    165                                          # keyAltF8
+           166                                          # 0x6f000000
+           167                                          # def
+   65 1    168                                          # keyAltF9
+           169                                          # 0x70000000
+           170                                          # def
+   66 1    171                                          # keyAltF10
+           172                                          # 0x71000000
+           173                                          # def
+   67 1    174                                          # keyCtrlLeft
+           175                                          # 0x73000000
+           176                                          # def
+   68 1    177                                          # keyCtrlRight
+           178                                          # 0x74000000
+           179                                          # def
+   69 1    180                                          # keyCtrlEnd
+           181                                          # 0x75000000
+           182                                          # def
+   70 1    183                                          # keyCtrlDown
+           184                                          # 0x76000000
+           185                                          # def
+   71 1    186                                          # keyCtrlHome
+           187                                          # 0x76000000
+           188                                          # def
+   72 1    189                                          # keyCtrlUp
+           190                                          # 0x84000000
+           191                                          # def
+   73 1    192                                          # keyStatus
+           193                                          # 0xff000000
+           194                                          # def
+   75 1    195                                          # statusAlt
+           196                                          # 0x0208
+           197                                          # def
+   76 1    198                                          # statusAltL
+           199                                          # 0x0200
+           200                                          # def
+   77 1    201                                          # statusAltR
+           202                                          # 0x0008
+           203                                          # def
+   78 1    204                                          # statusCtrl
+           205                                          # 0x0104
+           206                                          # def
+   79 1    207                                          # statusShift
+           208                                          # 0x0003
+           209                                          # def
+   92 1    210  0x0000  dict   19 b6                    /bootloader
+           211  0x0002  prim   17 9b                    sysconfig
+           212  0x0004  prim   17 81                    getbyte
+           213  0x0006  prim   17 05                    def
+   94 1    214  0x0008  dict   19 b7                    /lilo
+           215  0x000a  sec    18 b6                    bootloader
+           216  0x000c  int    01                       0
+           217  0x000d  prim   17 29                    eq
+           218  0x000f  prim   17 05                    def
+   95 1    219  0x0011  dict   19 b8                    /syslinux
+           220  0x0013  sec    18 b6                    bootloader
+           221  0x0015  int    11 01                    1
+           222  0x0017  prim   17 29                    eq
+           223  0x0019  prim   17 05                    def
+   96 1    224  0x001b  dict   19 b9                    /grub
+           225  0x001d  sec    18 b6                    bootloader
+           226  0x001f  int    11 02                    2
+           227  0x0021  prim   17 29                    eq
+           228  0x0023  prim   17 05                    def
+  108 1    229  0x0025  dict   19 ba                    /bootdrive
+           230  0x0027  prim   17 9b                    sysconfig
+           231  0x0029  int    11 05                    5
+           232  0x002b  prim   17 1a                    add
+           233  0x002d  prim   17 81                    getbyte
+           234  0x002f  prim   17 05                    def
+  120 1    235  0x0031  dict   19 bb                    /mediatype
+           236  0x0033  prim   17 9b                    sysconfig
+           237  0x0035  int    11 02                    2
+           238  0x0037  prim   17 1a                    add
+           239  0x0039  prim   17 81                    getbyte
+           240  0x003b  prim   17 05                    def
+  122 1    241                                          # m_disk
+           242                                          # 0
+           243                                          # def
+  123 1    244                                          # m_floppy
+           245                                          # 1
+           246                                          # def
+  124 1    247                                          # m_cdrom
+           248                                          # 2
+           249                                          # def
+  136 1    250  0x003d  dict   19 bc                    /biosmem
+           251  0x003f  prim   17 9b                    sysconfig
+           252  0x0041  int    11 14                    20
+           253  0x0043  prim   17 1a                    add
+           254  0x0045  prim   17 85                    getdword
+           255  0x0047  prim   17 05                    def
+  148 1    256  0x0049  dict   19 bd                    /sectorsize
+  149 1    257  0x004b  int    11 01                    1
+  150 1    258  0x004d  prim   17 9b                    sysconfig
+           259  0x004f  int    11 01                    1
+           260  0x0051  prim   17 1a                    add
+           261  0x0053  prim   17 81                    getbyte
+  151 1    262  0x0055  int    11 14                    20
+           263  0x0057  prim   17 21                    min
+  152 1    264  0x0059  prim   17 12                    dup
+           265  0x005b  int    01                       0
+           266  0x005c  prim   17 29                    eq
+           267  0x005e  code   15 65                    {
+           268  0x0060  prim   17 13                      pop
+           269  0x0062  int    11 09                      9
+           270  0x0064  ret    06                       }
+           271  0x0065  prim   17 06                    if
+  153 1    272  0x0067  prim   17 27                    shl
+  154 1    273  0x0069  prim   17 05                    def
+  169 1    274  0x006b  dict   19 be                    /getinfo
+           275  0x006d  code   15 80                    {
+  170 1    276  0x006f  int    11 02                      2
+           277  0x0071  prim   17 27                      shl
+  171 1    278  0x0073  prim   17 9b                      sysconfig
+           279  0x0075  int    11 0c                      12
+           280  0x0077  prim   17 1a                      add
+           281  0x0079  prim   17 14                      exch
+           282  0x007b  prim   17 1a                      add
+           283  0x007d  prim   17 85                      getdword
+  172 1    284  0x007f  ret    06                       }
+           285  0x0080  prim   17 05                    def
+  176 1    286                                          # true
+           287                                          # true # 0
+           288                                          # 0
+           289                                          # eq
+           290                                          # def
+  177 1    291                                          # false
+           292                                          # false # 0
+           293                                          # 0
+           294                                          # ne
+           295                                          # def
+  180 1    296                                          # t_none
+           297                                          # 0
+           298                                          # def
+  181 1    299                                          # t_int
+           300                                          # 1
+           301                                          # def
+  182 1    302                                          # t_unsigned
+           303                                          # 2
+           304                                          # def
+  183 1    305                                          # t_bool
+           306                                          # 3
+           307                                          # def
+  184 1    308                                          # t_string
+           309                                          # 4
+           310                                          # def
+  185 1    311                                          # t_code
+           312                                          # 5
+           313                                          # def
+  186 1    314                                          # t_ret
+           315                                          # 6
+           316                                          # def
+  187 1    317                                          # t_prim
+           318                                          # 7
+           319                                          # def
+  188 1    320                                          # t_sec
+           321                                          # 8
+           322                                          # def
+  189 1    323                                          # t_dict_idx
+           324                                          # 9
+           325                                          # def
+  190 1    326                                          # t_array
+           327                                          # 10
+           328                                          # def
+  191 1    329                                          # t_end
+           330                                          # 11
+           331                                          # def
+  192 1    332                                          # t_ptr
+           333                                          # 12
+           334                                          # def
+  194 1    335  0x0082  dict   19 bf                    /.value
+           336  0x0084  code   15 8b                    {
+           337  0x0086  int    11 01                      1 # t_int
+           338  0x0088  prim   17 37                      settype
+           339  0x008a  ret    06                       }
+           340  0x008b  prim   17 05                    def
+  195 1    341                                          # .undef
+           342                                          # .undef # 0
+           343                                          # 0 # t_none
+           344                                          # settype
+           345                                          # def
+  196 1    346                                          # .end
+           347                                          # .end # 0
+           348                                          # 11 # t_end
+           349                                          # settype
+           350                                          # def
+  204 1    351  0x008d  dict   19 c0                    /string.print
+           352  0x008f  code   15 a6                    {
+  205 1    353  0x0091  prim   17 12                      dup
+  206 1    354  0x0093  prim   17 3d                      currentpoint
+           355  0x0095  prim   17 3d                      currentpoint
+           356  0x0097  int    11 05                      5
+           357  0x0099  int    11 ff                      -1
+           358  0x009b  prim   17 16                      roll
+           359  0x009d  prim   17 46                      strsize
+           360  0x009f  prim   17 49                      image
+           361  0x00a1  prim   17 3c                      moveto
+  207 1    362  0x00a3  prim   17 47                      show
+  208 1    363  0x00a5  ret    06                       }
+           364  0x00a6  prim   17 05                    def
+  216 1    365  0x00a8  dict   19 c1                    /number.print
+           366  0x00aa  code   15 c6                    {
+  217 1    367  0x00ac  int    11 20                      32
+           368  0x00ae  sec    18 c2                      string
+  218 1    369  0x00b0  prim   17 14                      exch
+           370  0x00b2  prim   17 17                      over
+  219 1    371  0x00b4  str    94 05 25 30 38 78 00       "%08x"
+           372  0x00bb  prim   17 14                      exch
+           373  0x00bd  sec    18 c3                      sprintf
+  220 1    374  0x00bf  prim   17 12                      dup
+           375  0x00c1  sec    18 c0                      string.print
+  221 1    376  0x00c3  prim   17 32                      free
+  222 1    377  0x00c5  ret    06                       }
+           378  0x00c6  prim   17 05                    def
+  230 1    379  0x00c8  dict   19 c4                    /obj.print
+           380  0x00ca  code   15 f1                    {
+  231 1    381  0x00cc  int    11 40                      64
+           382  0x00ce  sec    18 c2                      string
+  232 1    383  0x00d0  prim   17 14                      exch
+           384  0x00d2  prim   17 12                      dup
+  233 1    385  0x00d4  sec    18 bf                      .value
+           386  0x00d6  prim   17 14                      exch
+           387  0x00d8  prim   17 36                      gettype
+  234 1    388  0x00da  str    94 08 25 78 3a 25 30 38    "%x:%08x"
+                               78 00
+           389  0x00e4  int    11 03                      3
+           390  0x00e6  prim   17 18                      index
+           391  0x00e8  sec    18 c3                      sprintf
+  235 1    392  0x00ea  prim   17 12                      dup
+           393  0x00ec  sec    18 c0                      string.print
+  236 1    394  0x00ee  prim   17 32                      free
+  237 1    395  0x00f0  ret    06                       }
+           396  0x00f1  prim   17 05                    def
+  245 1    397  0x00f3  dict   19 c5                    /print
+           398  0x00f5  code   25 1f 01                 {
+  246 1    399  0x00f8  prim   17 12                      dup
+           400  0x00fa  prim   17 36                      gettype
+           401  0x00fc  int    11 01                      1 # t_int
+           402  0x00fe  prim   17 29                      eq
+           403  0x0100  code   25 08 01                   {
+           404  0x0103  sec    18 c1                        number.print
+           405  0x0105  prim   17 0d                        return
+           406  0x0107  ret    06                         }
+           407  0x0108  prim   17 06                      if
+  247 1    408  0x010a  prim   17 12                      dup
+           409  0x010c  prim   17 36                      gettype
+           410  0x010e  int    11 04                      4 # t_string
+           411  0x0110  prim   17 29                      eq
+           412  0x0112  code   25 1a 01                   {
+           413  0x0115  sec    18 c0                        string.print
+           414  0x0117  prim   17 0d                        return
+           415  0x0119  ret    06                         }
+           416  0x011a  prim   17 06                      if
+  248 1    417  0x011c  sec    18 c4                      obj.print
+  249 1    418  0x011e  ret    06                       }
+           419  0x011f  prim   17 05                    def
+  257 1    420  0x0121  dict   19 c6                    /cvp
+           421  0x0123  code   25 2b 01                 {
+           422  0x0126  int    11 0c                      12 # t_ptr
+           423  0x0128  prim   17 37                      settype
+           424  0x012a  ret    06                       }
+           425  0x012b  prim   17 05                    def
+  265 1    426  0x012d  dict   19 c7                    /cvs
+           427  0x012f  code   25 37 01                 {
+           428  0x0132  int    11 04                      4 # t_string
+           429  0x0134  prim   17 37                      settype
+           430  0x0136  ret    06                       }
+           431  0x0137  prim   17 05                    def
+  273 1    432  0x0139  dict   19 c3                    /sprintf
+           433  0x013b  code   25 49 01                 {
+  274 1    434  0x013e  prim   17 12                      dup
+           435  0x0140  sec    18 c6                      cvp
+           436  0x0142  prim   17 11                      length
+           437  0x0144  prim   17 14                      exch
+           438  0x0146  prim   17 51                      snprintf
+  275 1    439  0x0148  ret    06                       }
+           440  0x0149  prim   17 05                    def
+  282 1    441  0x014b  dict   19 c2                    /string
+           442  0x014d  code   25 59 01                 {
+  283 1    443  0x0150  int    11 01                      1
+           444  0x0152  prim   17 1a                      add
+           445  0x0154  prim   17 31                      malloc
+           446  0x0156  sec    18 c7                      cvs
+  284 1    447  0x0158  ret    06                       }
+           448  0x0159  prim   17 05                    def
+  292 1    449  0x015b  dict   19 c8                    /inc
+           450  0x015d  code   25 6b 01                 {
+  293 1    451  0x0160  prim   17 12                      dup
+           452  0x0162  prim   17 19                      exec
+           453  0x0164  int    11 01                      1
+           454  0x0166  prim   17 1a                      add
+           455  0x0168  prim   17 05                      def
+  294 1    456  0x016a  ret    06                       }
+           457  0x016b  prim   17 05                    def
+  302 1    458  0x016d  dict   19 c9                    /dec
+           459  0x016f  code   25 7d 01                 {
+  303 1    460  0x0172  prim   17 12                      dup
+           461  0x0174  prim   17 19                      exec
+           462  0x0176  int    11 01                      1
+           463  0x0178  prim   17 1b                      sub
+           464  0x017a  prim   17 05                      def
+  304 1    465  0x017c  ret    06                       }
+           466  0x017d  prim   17 05                    def
+  314 1    467  0x017f  dict   19 ca                    /strcpy
+           468  0x0181  code   25 90 01                 {
+  315 1    469  0x0184  str    94 03 25 73 00             "%s"
+           470  0x0189  int    11 02                      2
+           471  0x018b  prim   17 18                      index
+           472  0x018d  sec    18 c3                      sprintf
+  316 1    473  0x018f  ret    06                       }
+           474  0x0190  prim   17 05                    def
+  324 1    475  0x0192  dict   19 cb                    /strdup
+           476  0x0194  code   25 a2 01                 {
+  325 1    477  0x0197  prim   17 12                      dup
+           478  0x0199  prim   17 11                      length
+           479  0x019b  sec    18 c2                      string
+           480  0x019d  prim   17 14                      exch
+           481  0x019f  sec    18 ca                      strcpy
+  326 1    482  0x01a1  ret    06                       }
+           483  0x01a2  prim   17 05                    def
+  334 1    484  0x01a4  dict   19 cc                    /is_altGr
+           485  0x01a6  code   25 bf 01                 {
+  335 1    486  0x01a9  sec    18 cd                      keystat
+           487  0x01ab  int    11 08                      0x0008 # statusAltR
+           488  0x01ad  prim   17 23                      and
+           489  0x01af  int    01                         0
+           490  0x01b0  prim   17 2a                      ne
+           491  0x01b2  sec    18 cd                      keystat
+           492  0x01b4  int    21 00 02                   0x0200 # statusAltL
+           493  0x01b7  prim   17 23                      and
+           494  0x01b9  int    01                         0
+           495  0x01ba  prim   17 29                      eq
+           496  0x01bc  prim   17 23                      and
+  336 1    497  0x01be  ret    06                       }
+           498  0x01bf  prim   17 05                    def
+  344 1    499  0x01c1  dict   19 ce                    /mapkey
+           500  0x01c3  code   25 55 02                 {
+  345 1    501  0x01c6  prim   17 12                      dup
+           502  0x01c8  int    11 18                      24
+           503  0x01ca  prim   17 28                      shr
+           504  0x01cc  uint   12 ff                      0xff
+           505  0x01ce  prim   17 23                      and
+           506  0x01d0  dict   19 cf                      /key.code
+           507  0x01d2  prim   17 14                      exch
+           508  0x01d4  prim   17 05                      def
+  346 1    509  0x01d6  sec    18 cc                      is_altGr
+           510  0x01d8  code   25 fa 01                   {
+  348 1    511  0x01db  sec    18 cf                        key.code
+           512  0x01dd  int    11 78                        0x78
+           513  0x01df  prim   17 2c                        ge
+           514  0x01e1  sec    18 cf                        key.code
+           515  0x01e3  uint   12 83                        0x83
+           516  0x01e5  prim   17 2e                        le
+           517  0x01e7  prim   17 23                        and
+           518  0x01e9  code   25 f7 01                     {
+           519  0x01ec  dict   19 cf                          /key.code
+           520  0x01ee  sec    18 cf                          key.code
+           521  0x01f0  int    11 76                          0x76
+           522  0x01f2  prim   17 1b                          sub
+           523  0x01f4  prim   17 05                          def
+           524  0x01f6  ret    06                           }
+           525  0x01f7  prim   17 06                        if
+  349 1    526  0x01f9  ret    06                         }
+           527  0x01fa  prim   17 06                      if
+  350 1    528  0x01fc  int    01                         0
+           529  0x01fd  int    11 01                      1
+           530  0x01ff  sec    18 d0                      config.keymap
+           531  0x0201  int    11 01                      1 # .km.map
+           532  0x0203  prim   17 0f                      get
+           533  0x0205  prim   17 11                      length
+           534  0x0207  int    11 01                      1
+           535  0x0209  prim   17 1b                      sub
+           536  0x020b  code   25 52 02                   {
+  351 1    537  0x020e  sec    18 d0                        config.keymap
+           538  0x0210  int    11 01                        1 # .km.map
+           539  0x0212  prim   17 0f                        get
+           540  0x0214  prim   17 14                        exch
+           541  0x0216  prim   17 0f                        get
+  352 1    542  0x0218  prim   17 12                        dup
+           543  0x021a  int    01                           0
+           544  0x021b  prim   17 0f                        get
+           545  0x021d  sec    18 cf                        key.code
+           546  0x021f  prim   17 29                        eq
+           547  0x0221  code   25 49 02                     {
+  353 1    548  0x0224  int    11 01                          1
+  354 1    549  0x0226  sec    18 cd                          keystat
+           550  0x0228  int    11 03                          0x0003 # statusShift
+           551  0x022a  prim   17 23                          and
+           552  0x022c  code   25 34 02                       {
+           553  0x022f  prim   17 13                            pop
+           554  0x0231  int    11 02                            2
+           555  0x0233  ret    06                             }
+           556  0x0234  prim   17 06                          if
+  355 1    557  0x0236  sec    18 cc                          is_altGr
+           558  0x0238  code   25 40 02                       {
+           559  0x023b  prim   17 13                            pop
+           560  0x023d  int    11 03                            3
+           561  0x023f  ret    06                             }
+           562  0x0240  prim   17 06                          if
+  356 1    563  0x0242  prim   17 0f                          get
+  357 1    564  0x0244  prim   17 14                          exch
+           565  0x0246  prim   17 13                          pop
+  358 1    566  0x0248  ret    06                           }
+           567  0x0249  code   25 4f 02                     {
+  359 1    568  0x024c  prim   17 13                          pop
+  360 1    569  0x024e  ret    06                           }
+           570  0x024f  prim   17 07                        ifelse
+  361 1    571  0x0251  ret    06                         }
+           572  0x0252  prim   17 0a                      for
+  362 1    573  0x0254  ret    06                       }
+           574  0x0255  prim   17 05                    def
+  370 1    575  0x0257  dict   19 d1                    /pwmode
+           576  0x0259  code   25 78 02                 {
+  371 1    577  0x025c  prim   17 12                      dup
+           578  0x025e  prim   17 36                      gettype
+           579  0x0260  int    11 0c                      12 # t_ptr
+           580  0x0262  prim   17 29                      eq
+           581  0x0264  code   25 75 02                   {
+  372 1    582  0x0267  sec    18 bf                        .value
+           583  0x0269  int    41 00 00 00 80               0x80000000
+           584  0x026e  prim   17 24                        or
+           585  0x0270  int    11 0c                        12 # t_ptr
+           586  0x0272  prim   17 37                        settype
+  373 1    587  0x0274  ret    06                         }
+           588  0x0275  prim   17 06                      if
+  374 1    589  0x0277  ret    06                       }
+           590  0x0278  prim   17 05                    def
+  382 1    591  0x027a  dict   19 d2                    /showright
+           592  0x027c  code   25 8d 02                 {
+  383 1    593  0x027f  prim   17 12                      dup
+           594  0x0281  prim   17 46                      strsize
+           595  0x0283  prim   17 13                      pop
+           596  0x0285  prim   17 1f                      neg
+           597  0x0287  int    01                         0
+           598  0x0288  prim   17 59                      rmoveto
+           599  0x028a  prim   17 47                      show
+  384 1    600  0x028c  ret    06                       }
+           601  0x028d  prim   17 05                    def
+  392 1    602  0x028f  dict   19 d3                    /showcenter
+           603  0x0291  code   25 a6 02                 {
+  393 1    604  0x0294  prim   17 12                      dup
+           605  0x0296  prim   17 46                      strsize
+           606  0x0298  prim   17 13                      pop
+           607  0x029a  int    11 02                      2
+           608  0x029c  prim   17 1d                      div
+           609  0x029e  prim   17 1f                      neg
+           610  0x02a0  int    01                         0
+           611  0x02a1  prim   17 59                      rmoveto
+           612  0x02a3  prim   17 47                      show
+  394 1    613  0x02a5  ret    06                       }
+           614  0x02a6  prim   17 05                    def
+  401 1    615                                          # weekday
+           616                                          # {
+  402 1    617                                          # dup
+           618                                          # 8
+           619                                          # shr
+           620                                          # 0xff
+           621                                          # and
+           622                                          # 1
+           623                                          # sub
+  403 1    624                                          # dup
+           625                                          # 3
+           626                                          # mul
+           627                                          # over
+           628                                          # 2
+           629                                          # div
+           630                                          # sub
+  404 1    631                                          # exch
+           632                                          # 2
+           633                                          # mul
+           634                                          # 0x11000a
+           635                                          # exch
+           636                                          # shr
+           637                                          # 3
+           638                                          # and
+           639                                          # add
+  405 1    640                                          # over
+           641                                          # 0xff
+           642                                          # and
+           643                                          # 6
+           644                                          # add
+           645                                          # add
+  406 1    646                                          # exch
+           647                                          # 16
+           648                                          # shr
+           649                                          # add
+  407 1    650                                          # 7
+           651                                          # mod
+  408 1    652                                          # }
+           653                                          # def
+  415 1    654                                          # day
+           655                                          # {
+  416 1    656                                          # 0xff
+           657                                          # and
+  417 1    658                                          # }
+           659                                          # def
+  424 1    660                                          # month
+           661                                          # {
+  425 1    662                                          # 8
+           663                                          # shr
+           664                                          # 0xff
+           665                                          # and
+  426 1    666                                          # }
+           667                                          # def
+  433 1    668                                          # year
+           669                                          # {
+  434 1    670                                          # 16
+           671                                          # shr
+  435 1    672                                          # }
+           673                                          # def
+  451 1    674                                          # readsector
+           675                                          # {
+  452 1    676                                          # _readsector
+  453 1    677                                          # dup
+           678                                          # .undef
+           679                                          # eq
+           680                                          # {
+           681                                          # return
+           682                                          # }
+           683                                          # if
+  455 1    684                                          # sectorsize
+           685                                          # malloc
+           686                                          # dup
+           687                                          # rot
+           688                                          # over
+           689                                          # length
+           690                                          # memcpy
+  456 1    691                                          # }
+           692                                          # def
+  466 1    693  0x02a8  dict   19 d4                    /readgfxconfig
+           694  0x02aa  code   25 03 03                 {
+  467 1    695  0x02ad  sec    18 d5                      gfxconfig.data
+           696  0x02af  none   00                         .undef # .undef
+           697  0x02b0  prim   17 29                      eq
+           698  0x02b2  code   25 00 03                   {
+  468 1    699  0x02b5  str    94 0c 67 66 78 62 6f 6f      "gfxboot.cfg"
+                               74 2e 63 66 67 00
+           700  0x02c3  prim   17 89                        findfile
+           701  0x02c5  prim   17 12                        dup
+           702  0x02c7  none   00                           .undef # .undef
+           703  0x02c8  prim   17 2a                        ne
+           704  0x02ca  code   25 e8 02                     {
+  469 1    705  0x02cd  prim   17 12                          dup
+           706  0x02cf  prim   17 12                          dup
+           707  0x02d1  prim   17 11                          length
+           708  0x02d3  prim   17 12                          dup
+           709  0x02d5  sec    18 c2                          string
+           710  0x02d7  prim   17 12                          dup
+           711  0x02d9  sec    18 c6                          cvp
+           712  0x02db  int    11 04                          4
+           713  0x02dd  int    11 02                          2
+           714  0x02df  prim   17 16                          roll
+           715  0x02e1  prim   17 9a                          memcpy
+           716  0x02e3  prim   17 14                          exch
+           717  0x02e5  prim   17 32                          free
+  470 1    718  0x02e7  ret    06                           }
+           719  0x02e8  code   25 f1 02                     {
+  471 1    720  0x02eb  prim   17 13                          pop
+           721  0x02ed  str    94 01 00                       ""
+  472 1    722  0x02f0  ret    06                           }
+           723  0x02f1  prim   17 07                        ifelse
+  474 1    724  0x02f3  dict   19 d5                        /gfxconfig.data
+           725  0x02f5  prim   17 17                        over
+           726  0x02f7  int    11 0a                        '
+'
+           727  0x02f9  sec    18 d6                        split
+           728  0x02fb  prim   17 05                        def
+           729  0x02fd  prim   17 32                        free
+  476 1    730  0x02ff  ret    06                         }
+           731  0x0300  prim   17 06                      if
+  477 1    732  0x0302  ret    06                       }
+           733  0x0303  prim   17 05                    def
+  489 1    734  0x0305  dict   19 d7                    /getgfxconfig
+           735  0x0307  code   25 52 03                 {
+  490 1    736  0x030a  sec    18 d4                      readgfxconfig
+  492 1    737  0x030c  prim   17 69                      currenteotchar
+           738  0x030e  int    11 3d                      '='
+           739  0x0310  prim   17 68                      seteotchar
+  494 1    740  0x0312  none   00                         .undef # .undef
+  496 1    741  0x0313  sec    18 d5                      gfxconfig.data
+           742  0x0315  code   25 47 03                   {
+  498 1    743  0x0318  prim   17 12                        dup
+           744  0x031a  sec    18 cb                        strdup
+           745  0x031c  prim   17 12                        dup
+           746  0x031e  int    11 05                        5
+           747  0x0320  prim   17 18                        index
+           748  0x0322  prim   17 29                        eq
+           749  0x0324  code   25 3c 03                     {
+  499 1    750  0x0327  prim   17 12                          dup
+           751  0x0329  prim   17 11                          length
+           752  0x032b  prim   17 14                          exch
+           753  0x032d  prim   17 32                          free
+           754  0x032f  int    11 01                          1
+           755  0x0331  prim   17 1a                          add
+           756  0x0333  prim   17 1a                          add
+           757  0x0335  prim   17 14                          exch
+           758  0x0337  prim   17 13                          pop
+           759  0x0339  prim   17 0c                          exit
+  500 1    760  0x033b  ret    06                           }
+           761  0x033c  code   25 44 03                     {
+  501 1    762  0x033f  prim   17 32                          free
+           763  0x0341  prim   17 13                          pop
+  502 1    764  0x0343  ret    06                           }
+           765  0x0344  prim   17 07                        ifelse
+  503 1    766  0x0346  ret    06                         }
+           767  0x0347  prim   17 0b                      forall
+  505 1    768  0x0349  prim   17 14                      exch
+           769  0x034b  prim   17 68                      seteotchar
+           770  0x034d  prim   17 14                      exch
+           771  0x034f  prim   17 13                      pop
+  507 1    772  0x0351  ret    06                       }
+           773  0x0352  prim   17 05                    def
+  518 1    774  0x0354  dict   19 d8                    /listgfxconfig
+           775  0x0356  code   25 99 03                 {
+  519 1    776  0x0359  sec    18 d4                      readgfxconfig
+  521 1    777  0x035b  prim   17 69                      currenteotchar
+           778  0x035d  int    11 3d                      '='
+           779  0x035f  prim   17 68                      seteotchar
+  523 1    780  0x0361  prim   17 03                      [
+  524 1    781  0x0363  sec    18 d5                      gfxconfig.data
+           782  0x0365  code   25 90 03                   {
+  525 1    783  0x0368  prim   17 12                        dup
+           784  0x036a  int    01                           ''
+           785  0x036b  prim   17 29                        eq
+           786  0x036d  code   25 73 03                     {
+  526 1    787  0x0370  prim   17 13                          pop
+  527 1    788  0x0372  ret    06                           }
+           789  0x0373  code   25 8d 03                     {
+  528 1    790  0x0376  prim   17 03                          [
+           791  0x0378  prim   17 14                          exch
+           792  0x037a  prim   17 12                          dup
+           793  0x037c  sec    18 cb                          strdup
+           794  0x037e  prim   17 14                          exch
+           795  0x0380  prim   17 12                          dup
+           796  0x0382  prim   17 11                          length
+           797  0x0384  int    11 01                          1
+           798  0x0386  prim   17 1a                          add
+           799  0x0388  prim   17 1a                          add
+           800  0x038a  prim   17 04                          ]
+  529 1    801  0x038c  ret    06                           }
+           802  0x038d  prim   17 07                        ifelse
+  530 1    803  0x038f  ret    06                         }
+           804  0x0390  prim   17 0b                      forall
+  531 1    805  0x0392  prim   17 04                      ]
+  533 1    806  0x0394  prim   17 14                      exch
+           807  0x0396  prim   17 68                      seteotchar
+  534 1    808  0x0398  ret    06                       }
+           809  0x0399  prim   17 05                    def
+  545 1    810                                          # freegfxconfig
+           811                                          # {
+  546 1    812                                          # dup
+           813                                          # {
+           814                                          # 0
+           815                                          # get
+           816                                          # free
+           817                                          # }
+           818                                          # forall
+  547 1    819                                          # free
+  548 1    820                                          # }
+           821                                          # def
+  550 1    822  0x039b  dict   19 d5                    /gfxconfig.data
+           823  0x039d  none   00                       .undef # .undef
+           824  0x039e  prim   17 05                    def
+  564 1    825  0x03a0  dict   19 d6                    /split
+           826  0x03a2  code   25 ee 03                 {
+  569 1    827  0x03a5  prim   17 14                      exch
+           828  0x03a7  sec    18 cb                      strdup
+           829  0x03a9  prim   17 12                      dup
+           830  0x03ab  prim   17 15                      rot
+  571 1    831  0x03ad  prim   17 69                      currenteotchar
+           832  0x03af  prim   17 14                      exch
+           833  0x03b1  prim   17 68                      seteotchar
+           834  0x03b3  prim   17 14                      exch
+  573 1    835  0x03b5  prim   17 03                      [
+           836  0x03b7  prim   17 14                      exch
+  575 1    837  0x03b9  code   25 e1 03                   {
+  576 1    838  0x03bc  prim   17 12                        dup
+           839  0x03be  sec    18 cb                        strdup
+           840  0x03c0  prim   17 14                        exch
+  577 1    841  0x03c2  prim   17 12                        dup
+           842  0x03c4  prim   17 11                        length
+           843  0x03c6  prim   17 1a                        add
+  579 1    844  0x03c8  prim   17 12                        dup
+           845  0x03ca  sec    18 c6                        cvp
+           846  0x03cc  prim   17 11                        length
+           847  0x03ce  int    11 01                        1
+           848  0x03d0  prim   17 2e                        le
+           849  0x03d2  code   25 da 03                     {
+           850  0x03d5  prim   17 13                          pop
+           851  0x03d7  prim   17 0c                          exit
+           852  0x03d9  ret    06                           }
+           853  0x03da  prim   17 06                        if
+  581 1    854  0x03dc  int    11 01                        1
+           855  0x03de  prim   17 1a                        add
+  583 1    856  0x03e0  ret    06                         }
+           857  0x03e1  prim   17 08                      loop
+  585 1    858  0x03e3  prim   17 04                      ]
+  587 1    859  0x03e5  prim   17 14                      exch
+           860  0x03e7  prim   17 68                      seteotchar
+  589 1    861  0x03e9  prim   17 14                      exch
+           862  0x03eb  prim   17 32                      free
+  591 1    863  0x03ed  ret    06                       }
+           864  0x03ee  prim   17 05                    def
+  599 1    865  0x03f0  dict   19 d9                    /skipnonspaces
+           866  0x03f2  code   25 1e 04                 {
+  600 1    867  0x03f5  code   25 1b 04                   {
+           868  0x03f8  prim   17 12                        dup
+           869  0x03fa  int    01                           0
+           870  0x03fb  prim   17 0f                        get
+           871  0x03fd  prim   17 12                        dup
+           872  0x03ff  int    01                           0
+           873  0x0400  prim   17 2a                        ne
+           874  0x0402  prim   17 14                        exch
+           875  0x0404  int    11 20                        ' '
+           876  0x0406  prim   17 2a                        ne
+           877  0x0408  prim   17 23                        and
+           878  0x040a  code   25 12 04                     {
+           879  0x040d  int    11 01                          1
+           880  0x040f  prim   17 1a                          add
+           881  0x0411  ret    06                           }
+           882  0x0412  code   25 18 04                     {
+           883  0x0415  prim   17 0c                          exit
+           884  0x0417  ret    06                           }
+           885  0x0418  prim   17 07                        ifelse
+           886  0x041a  ret    06                         }
+           887  0x041b  prim   17 08                      loop
+  601 1    888  0x041d  ret    06                       }
+           889  0x041e  prim   17 05                    def
+  609 1    890  0x0420  dict   19 da                    /skipspaces
+           891  0x0422  code   25 45 04                 {
+  610 1    892  0x0425  code   25 42 04                   {
+           893  0x0428  prim   17 12                        dup
+           894  0x042a  int    01                           0
+           895  0x042b  prim   17 0f                        get
+           896  0x042d  int    11 20                        ' '
+           897  0x042f  prim   17 29                        eq
+           898  0x0431  code   25 39 04                     {
+           899  0x0434  int    11 01                          1
+           900  0x0436  prim   17 1a                          add
+           901  0x0438  ret    06                           }
+           902  0x0439  code   25 3f 04                     {
+           903  0x043c  prim   17 0c                          exit
+           904  0x043e  ret    06                           }
+           905  0x043f  prim   17 07                        ifelse
+           906  0x0441  ret    06                         }
+           907  0x0442  prim   17 08                      loop
+  611 1    908  0x0444  ret    06                       }
+           909  0x0445  prim   17 05                    def
+  620 1    910  0x0447  dict   19 db                    /dropspaces
+           911  0x0449  code   25 92 04                 {
+  621 1    912  0x044c  prim   17 12                      dup
+           913  0x044e  prim   17 11                      length
+  622 1    914  0x0450  prim   17 12                      dup
+           915  0x0452  int    01                         0
+           916  0x0453  prim   17 29                      eq
+           917  0x0455  code   25 5d 04                   {
+  623 1    918  0x0458  prim   17 13                        pop
+           919  0x045a  prim   17 13                        pop
+  624 1    920  0x045c  ret    06                         }
+           921  0x045d  code   25 8f 04                   {
+  625 1    922  0x0460  int    11 01                        1
+           923  0x0462  prim   17 1b                        sub
+  626 1    924  0x0464  int    11 ff                        -1
+           925  0x0466  int    01                           0
+           926  0x0467  code   25 8a 04                     {
+  627 1    927  0x046a  prim   17 17                          over
+           928  0x046c  prim   17 17                          over
+           929  0x046e  prim   17 0f                          get
+           930  0x0470  int    11 20                          ' '
+           931  0x0472  prim   17 29                          eq
+           932  0x0474  code   25 7f 04                       {
+           933  0x0477  prim   17 17                            over
+           934  0x0479  prim   17 14                            exch
+           935  0x047b  int    01                               0
+           936  0x047c  prim   17 10                            put
+           937  0x047e  ret    06                             }
+           938  0x047f  code   25 87 04                       {
+           939  0x0482  prim   17 13                            pop
+           940  0x0484  prim   17 0c                            exit
+           941  0x0486  ret    06                             }
+           942  0x0487  prim   17 07                          ifelse
+  628 1    943  0x0489  ret    06                           }
+           944  0x048a  prim   17 0a                        for
+  629 1    945  0x048c  prim   17 13                        pop
+  630 1    946  0x048e  ret    06                         }
+           947  0x048f  prim   17 07                      ifelse
+  631 1    948  0x0491  ret    06                       }
+           949  0x0492  prim   17 05                    def
+  641 1    950  0x0494  dict   19 dc                    /iswordboundary
+           951  0x0496  code   25 0d 05                 {
+  642 1    952  0x0499  prim   17 12                      dup
+           953  0x049b  int    01                         0
+           954  0x049c  prim   17 29                      eq
+           955  0x049e  code   25 aa 04                   {
+           956  0x04a1  prim   17 13                        pop
+           957  0x04a3  prim   17 13                        pop
+           958  0x04a5  bool   13 01                        true # true
+           959  0x04a7  prim   17 0d                        return
+           960  0x04a9  ret    06                         }
+           961  0x04aa  prim   17 06                      if
+  644 1    962  0x04ac  prim   17 1a                      add
+           963  0x04ae  prim   17 12                      dup
+           964  0x04b0  int    11 01                      1
+           965  0x04b2  prim   17 1b                      sub
+           966  0x04b4  int    01                         0
+           967  0x04b5  prim   17 0f                      get
+           968  0x04b7  prim   17 14                      exch
+           969  0x04b9  int    01                         0
+           970  0x04ba  prim   17 0f                      get
+  646 1    971  0x04bc  prim   17 17                      over
+           972  0x04be  int    11 20                      ' '
+           973  0x04c0  prim   17 29                      eq
+           974  0x04c2  prim   17 17                      over
+           975  0x04c4  int    11 20                      ' '
+           976  0x04c6  prim   17 2b                      gt
+           977  0x04c8  prim   17 23                      and
+           978  0x04ca  code   25 d6 04                   {
+           979  0x04cd  prim   17 13                        pop
+           980  0x04cf  prim   17 13                        pop
+           981  0x04d1  bool   13 01                        true # true
+           982  0x04d3  prim   17 0d                        return
+           983  0x04d5  ret    06                         }
+           984  0x04d6  prim   17 06                      if
+  647 1    985  0x04d8  prim   17 17                      over
+           986  0x04da  int    11 20                      ' '
+           987  0x04dc  prim   17 2b                      gt
+           988  0x04de  prim   17 17                      over
+           989  0x04e0  prim   17 12                      dup
+           990  0x04e2  int    11 20                      ' '
+           991  0x04e4  prim   17 29                      eq
+           992  0x04e6  prim   17 14                      exch
+           993  0x04e8  prim   17 12                      dup
+           994  0x04ea  int    11 3d                      '='
+           995  0x04ec  prim   17 29                      eq
+           996  0x04ee  prim   17 14                      exch
+           997  0x04f0  int    01                         0
+           998  0x04f1  prim   17 29                      eq
+           999  0x04f3  prim   17 24                      or
+          1000  0x04f5  prim   17 24                      or
+          1001  0x04f7  prim   17 23                      and
+          1002  0x04f9  code   25 05 05                   {
+          1003  0x04fc  prim   17 13                        pop
+          1004  0x04fe  prim   17 13                        pop
+          1005  0x0500  bool   13 01                        true # true
+          1006  0x0502  prim   17 0d                        return
+          1007  0x0504  ret    06                         }
+          1008  0x0505  prim   17 06                      if
+  649 1   1009  0x0507  prim   17 13                      pop
+          1010  0x0509  prim   17 13                      pop
+          1011  0x050b  bool   03                         false # false
+  650 1   1012  0x050c  ret    06                       }
+          1013  0x050d  prim   17 05                    def
+  666 1   1014  0x050f  dict   19 dd                    /findmode
+          1015  0x0511  code   25 8b 05                 {
+  667 1   1016  0x0514  int    01                         0
+          1017  0x0515  int    11 01                      1
+          1018  0x0517  prim   17 91                      videomodes
+          1019  0x0519  code   25 81 05                   {
+  668 1   1020  0x051c  prim   17 90                        videomodeinfo
+          1021  0x051e  prim   17 12                        dup
+          1022  0x0520  none   00                           .undef # .undef
+          1023  0x0521  prim   17 29                        eq
+          1024  0x0523  code   25 2f 05                     {
+  669 1   1025  0x0526  prim   17 13                          pop
+          1026  0x0528  prim   17 13                          pop
+          1027  0x052a  prim   17 13                          pop
+          1028  0x052c  prim   17 13                          pop
+  670 1   1029  0x052e  ret    06                           }
+          1030  0x052f  code   25 7e 05                     {
+  672 1   1031  0x0532  int    11 06                          6
+          1032  0x0534  prim   17 18                          index
+          1033  0x0536  int    11 04                          4
+          1034  0x0538  prim   17 18                          index
+          1035  0x053a  prim   17 29                          eq
+          1036  0x053c  int    11 06                          6
+          1037  0x053e  prim   17 18                          index
+          1038  0x0540  int    11 04                          4
+          1039  0x0542  prim   17 18                          index
+          1040  0x0544  prim   17 29                          eq
+          1041  0x0546  prim   17 23                          and
+          1042  0x0548  int    11 05                          5
+          1043  0x054a  prim   17 18                          index
+          1044  0x054c  int    11 03                          3
+          1045  0x054e  prim   17 18                          index
+          1046  0x0550  prim   17 29                          eq
+          1047  0x0552  prim   17 23                          and
+          1048  0x0554  code   25 6f 05                       {
+  673 1   1049  0x0557  int    11 07                            7
+          1050  0x0559  int    11 01                            1
+          1051  0x055b  prim   17 16                            roll
+          1052  0x055d  int    11 06                            6
+          1053  0x055f  code   25 65 05                         {
+          1054  0x0562  prim   17 13                              pop
+          1055  0x0564  ret    06                               }
+          1056  0x0565  prim   17 09                            repeat
+          1057  0x0567  uint   22 ff bf                         0xbfff
+          1058  0x056a  prim   17 23                            and
+          1059  0x056c  prim   17 0d                            return
+  674 1   1060  0x056e  ret    06                             }
+          1061  0x056f  code   25 7b 05                       {
+  675 1   1062  0x0572  prim   17 13                            pop
+          1063  0x0574  prim   17 13                            pop
+          1064  0x0576  prim   17 13                            pop
+          1065  0x0578  prim   17 13                            pop
+  676 1   1066  0x057a  ret    06                             }
+          1067  0x057b  prim   17 07                          ifelse
+  677 1   1068  0x057d  ret    06                           }
+          1069  0x057e  prim   17 07                        ifelse
+  678 1   1070  0x0580  ret    06                         }
+          1071  0x0581  prim   17 0a                      for
+  680 1   1072  0x0583  prim   17 13                      pop
+          1073  0x0585  prim   17 13                      pop
+          1074  0x0587  prim   17 13                      pop
+          1075  0x0589  none   00                         .undef # .undef
+  681 1   1076  0x058a  ret    06                       }
+          1077  0x058b  prim   17 05                    def
+  692 1   1078  0x058d  dict   19 de                    /strreplace
+          1079  0x058f  code   25 11 06                 {
+  693 1   1080  0x0592  int    11 02                      2
+          1081  0x0594  prim   17 18                      index
+          1082  0x0596  int    11 02                      2
+          1083  0x0598  prim   17 18                      index
+          1084  0x059a  prim   17 5a                      strstr
+          1085  0x059c  prim   17 12                      dup
+          1086  0x059e  int    01                         0
+          1087  0x059f  prim   17 2a                      ne
+          1088  0x05a1  code   25 02 06                   {
+  694 1   1089  0x05a4  int    11 01                        1
+          1090  0x05a6  prim   17 1b                        sub
+  695 1   1091  0x05a8  prim   17 17                        over
+          1092  0x05aa  prim   17 11                        length
+          1093  0x05ac  int    11 03                        3
+          1094  0x05ae  prim   17 18                        index
+          1095  0x05b0  prim   17 11                        length
+          1096  0x05b2  prim   17 1b                        sub
+          1097  0x05b4  int    11 04                        4
+          1098  0x05b6  prim   17 18                        index
+          1099  0x05b8  prim   17 11                        length
+          1100  0x05ba  prim   17 1a                        add
+          1101  0x05bc  sec    18 c2                        string
+  696 1   1102  0x05be  prim   17 12                        dup
+          1103  0x05c0  sec    18 c6                        cvp
+          1104  0x05c2  int    11 05                        5
+          1105  0x05c4  prim   17 18                        index
+          1106  0x05c6  sec    18 c6                        cvp
+          1107  0x05c8  int    11 03                        3
+          1108  0x05ca  prim   17 18                        index
+          1109  0x05cc  prim   17 9a                        memcpy
+  697 1   1110  0x05ce  prim   17 12                        dup
+          1111  0x05d0  int    11 06                        6
+          1112  0x05d2  int    11 01                        1
+          1113  0x05d4  prim   17 16                        roll
+          1114  0x05d6  prim   17 17                        over
+          1115  0x05d8  prim   17 1a                        add
+          1116  0x05da  prim   17 14                        exch
+          1117  0x05dc  int    11 05                        5
+          1118  0x05de  int    11 ff                        -1
+          1119  0x05e0  prim   17 16                        roll
+          1120  0x05e2  prim   17 14                        exch
+          1121  0x05e4  prim   17 1a                        add
+  698 1   1122  0x05e6  int    11 04                        4
+          1123  0x05e8  int    11 ff                        -1
+          1124  0x05ea  prim   17 16                        roll
+          1125  0x05ec  prim   17 11                        length
+          1126  0x05ee  prim   17 1a                        add
+          1127  0x05f0  int    11 03                        3
+          1128  0x05f2  int    11 01                        1
+          1129  0x05f4  prim   17 16                        roll
+          1130  0x05f6  str    94 05 25 73 25 73 00         "%s%s"
+          1131  0x05fd  prim   17 14                        exch
+          1132  0x05ff  sec    18 c3                        sprintf
+  699 1   1133  0x0601  ret    06                         }
+          1134  0x0602  code   25 0e 06                   {
+  700 1   1135  0x0605  prim   17 13                        pop
+          1136  0x0607  prim   17 13                        pop
+          1137  0x0609  prim   17 13                        pop
+          1138  0x060b  sec    18 cb                        strdup
+  701 1   1139  0x060d  ret    06                         }
+          1140  0x060e  prim   17 07                      ifelse
+  704 1   1141  0x0610  ret    06                       }
+          1142  0x0611  prim   17 05                    def
+  713 1   1143  0x0613  dict   19 df                    /strndup
+          1144  0x0615  code   25 44 06                 {
+  714 1   1145  0x0618  dict   19 e0                      /strndup.len
+          1146  0x061a  prim   17 14                      exch
+          1147  0x061c  prim   17 05                      def
+  715 1   1148  0x061e  dict   19 e1                      /strndup.src
+          1149  0x0620  prim   17 14                      exch
+          1150  0x0622  sec    18 c6                      cvp
+          1151  0x0624  prim   17 05                      def
+  716 1   1152  0x0626  dict   19 e2                      /strndup.dst
+          1153  0x0628  sec    18 e0                      strndup.len
+          1154  0x062a  sec    18 c2                      string
+          1155  0x062c  sec    18 c6                      cvp
+          1156  0x062e  prim   17 05                      def
+  717 1   1157  0x0630  sec    18 e2                      strndup.dst
+          1158  0x0632  sec    18 e1                      strndup.src
+          1159  0x0634  sec    18 e0                      strndup.len
+          1160  0x0636  prim   17 9a                      memcpy
+  718 1   1161  0x0638  sec    18 e2                      strndup.dst
+          1162  0x063a  sec    18 e0                      strndup.len
+          1163  0x063c  int    01                         0
+          1164  0x063d  prim   17 10                      put
+  719 1   1165  0x063f  sec    18 e2                      strndup.dst
+          1166  0x0641  sec    18 c7                      cvs
+  720 1   1167  0x0643  ret    06                       }
+          1168  0x0644  prim   17 05                    def
+  729 1   1169  0x0646  dict   19 e3                    /tolower
+          1170  0x0648  code   25 84 06                 {
+  730 1   1171  0x064b  prim   17 12                      dup
+          1172  0x064d  prim   17 11                      length
+          1173  0x064f  int    01                         0
+          1174  0x0650  prim   17 29                      eq
+          1175  0x0652  code   25 58 06                   {
+          1176  0x0655  prim   17 0d                        return
+          1177  0x0657  ret    06                         }
+          1178  0x0658  prim   17 06                      if
+  731 1   1179  0x065a  prim   17 12                      dup
+          1180  0x065c  prim   17 11                      length
+          1181  0x065e  int    11 01                      1
+          1182  0x0660  prim   17 1b                      sub
+          1183  0x0662  int    01                         0
+          1184  0x0663  int    11 01                      1
+          1185  0x0665  prim   17 15                      rot
+          1186  0x0667  code   25 81 06                   {
+  732 1   1187  0x066a  prim   17 17                        over
+          1188  0x066c  prim   17 17                        over
+          1189  0x066e  prim   17 0f                        get
+          1190  0x0670  int    11 20                        32
+          1191  0x0672  prim   17 24                        or
+          1192  0x0674  int    11 02                        2
+          1193  0x0676  prim   17 18                        index
+          1194  0x0678  int    11 03                        3
+          1195  0x067a  int    11 01                        1
+          1196  0x067c  prim   17 16                        roll
+          1197  0x067e  prim   17 10                        put
+  733 1   1198  0x0680  ret    06                         }
+          1199  0x0681  prim   17 0a                      for
+  734 1   1200  0x0683  ret    06                       }
+          1201  0x0684  prim   17 05                    def
+  744 1   1202  0x0686  dict   19 e4                    /strtol
+          1203  0x0688  code   25 17 07                 {
+  745 1   1204  0x068b  sec    18 e3                      tolower
+  746 1   1205  0x068d  prim   17 12                      dup
+          1206  0x068f  int    01                         0
+          1207  0x0690  prim   17 0f                      get
+          1208  0x0692  int    11 30                      '0'
+          1209  0x0694  prim   17 29                      eq
+          1210  0x0696  prim   17 17                      over
+          1211  0x0698  int    11 01                      1
+          1212  0x069a  prim   17 0f                      get
+          1213  0x069c  int    11 78                      'x'
+          1214  0x069e  prim   17 29                      eq
+          1215  0x06a0  prim   17 23                      and
+          1216  0x06a2  code   25 aa 06                   {
+          1217  0x06a5  int    11 02                        2
+          1218  0x06a7  prim   17 1a                        add
+          1219  0x06a9  ret    06                         }
+          1220  0x06aa  prim   17 06                      if
+  747 1   1221  0x06ac  dict   19 e5                      /strtol.tmp
+          1222  0x06ae  int    01                         0
+          1223  0x06af  prim   17 05                      def
+  748 1   1224  0x06b1  code   25 12 07                   {
+  749 1   1225  0x06b4  prim   17 12                        dup
+          1226  0x06b6  int    11 30                        '0'
+          1227  0x06b8  prim   17 2c                        ge
+          1228  0x06ba  prim   17 17                        over
+          1229  0x06bc  int    11 39                        '9'
+          1230  0x06be  prim   17 2e                        le
+          1231  0x06c0  prim   17 23                        and
+          1232  0x06c2  code   25 d8 06                     {
+  750 1   1233  0x06c5  int    11 30                          '0'
+          1234  0x06c7  prim   17 1b                          sub
+          1235  0x06c9  sec    18 e5                          strtol.tmp
+          1236  0x06cb  int    11 10                          16
+          1237  0x06cd  prim   17 1c                          mul
+          1238  0x06cf  prim   17 1a                          add
+  751 1   1239  0x06d1  dict   19 e5                          /strtol.tmp
+          1240  0x06d3  prim   17 14                          exch
+          1241  0x06d5  prim   17 05                          def
+  752 1   1242  0x06d7  ret    06                           }
+          1243  0x06d8  code   25 0f 07                     {
+  753 1   1244  0x06db  prim   17 12                          dup
+          1245  0x06dd  int    11 61                          'a'
+          1246  0x06df  prim   17 2c                          ge
+          1247  0x06e1  prim   17 17                          over
+          1248  0x06e3  int    11 66                          'f'
+          1249  0x06e5  prim   17 2e                          le
+          1250  0x06e7  prim   17 23                          and
+          1251  0x06e9  code   25 03 07                       {
+  754 1   1252  0x06ec  int    11 61                            'a'
+          1253  0x06ee  prim   17 1b                            sub
+          1254  0x06f0  int    11 0a                            10
+          1255  0x06f2  prim   17 1a                            add
+          1256  0x06f4  sec    18 e5                            strtol.tmp
+          1257  0x06f6  int    11 10                            16
+          1258  0x06f8  prim   17 1c                            mul
+          1259  0x06fa  prim   17 1a                            add
+  755 1   1260  0x06fc  dict   19 e5                            /strtol.tmp
+          1261  0x06fe  prim   17 14                            exch
+          1262  0x0700  prim   17 05                            def
+  756 1   1263  0x0702  ret    06                             }
+          1264  0x0703  code   25 0c 07                       {
+  757 1   1265  0x0706  prim   17 13                            pop
+          1266  0x0708  none   00                               .undef # .undef
+          1267  0x0709  prim   17 0d                            return
+  758 1   1268  0x070b  ret    06                             }
+          1269  0x070c  prim   17 07                          ifelse
+  759 1   1270  0x070e  ret    06                           }
+          1271  0x070f  prim   17 07                        ifelse
+  760 1   1272  0x0711  ret    06                         }
+          1273  0x0712  prim   17 0b                      forall
+  761 1   1274  0x0714  sec    18 e5                      strtol.tmp
+  762 1   1275  0x0716  ret    06                       }
+          1276  0x0717  prim   17 05                    def
+  771 1   1277  0x0719  dict   19 e6                    /skipspace
+          1278  0x071b  code   25 43 07                 {
+  772 1   1279  0x071e  code   25 40 07                   {
+  773 1   1280  0x0721  prim   17 12                        dup
+          1281  0x0723  int    01                           0
+          1282  0x0724  prim   17 0f                        get
+  774 1   1283  0x0726  prim   17 12                        dup
+          1284  0x0728  int    01                           0
+          1285  0x0729  prim   17 29                        eq
+          1286  0x072b  prim   17 14                        exch
+          1287  0x072d  int    11 20                        ' '
+          1288  0x072f  prim   17 2b                        gt
+          1289  0x0731  prim   17 24                        or
+          1290  0x0733  code   25 39 07                     {
+          1291  0x0736  prim   17 0c                          exit
+          1292  0x0738  ret    06                           }
+          1293  0x0739  prim   17 06                        if
+  775 1   1294  0x073b  int    11 01                        1
+          1295  0x073d  prim   17 1a                        add
+  776 1   1296  0x073f  ret    06                         }
+          1297  0x0740  prim   17 08                      loop
+  777 1   1298  0x0742  ret    06                       }
+          1299  0x0743  prim   17 05                    def
+  786 1   1300  0x0745  dict   19 e7                    /nextspace
+          1301  0x0747  code   25 75 07                 {
+  787 1   1302  0x074a  int    01                         0
+          1303  0x074b  code   25 6e 07                   {
+  788 1   1304  0x074e  prim   17 17                        over
+          1305  0x0750  prim   17 17                        over
+          1306  0x0752  prim   17 0f                        get
+  789 1   1307  0x0754  prim   17 12                        dup
+          1308  0x0756  int    01                           0
+          1309  0x0757  prim   17 29                        eq
+          1310  0x0759  prim   17 14                        exch
+          1311  0x075b  int    11 20                        ' '
+          1312  0x075d  prim   17 2e                        le
+          1313  0x075f  prim   17 24                        or
+          1314  0x0761  code   25 67 07                     {
+          1315  0x0764  prim   17 0c                          exit
+          1316  0x0766  ret    06                           }
+          1317  0x0767  prim   17 06                        if
+  790 1   1318  0x0769  int    11 01                        1
+          1319  0x076b  prim   17 1a                        add
+  791 1   1320  0x076d  ret    06                         }
+          1321  0x076e  prim   17 08                      loop
+  792 1   1322  0x0770  prim   17 14                      exch
+          1323  0x0772  prim   17 13                      pop
+  793 1   1324  0x0774  ret    06                       }
+          1325  0x0775  prim   17 05                    def
+  802 1   1326  0x0777  dict   19 8d                    /getword
+          1327  0x0779  code   25 8f 07                 {
+  803 1   1328  0x077c  prim   17 12                      dup
+          1329  0x077e  sec    18 e7                      nextspace
+  804 1   1330  0x0780  prim   17 17                      over
+          1331  0x0782  prim   17 17                      over
+          1332  0x0784  prim   17 1a                      add
+  805 1   1333  0x0786  int    11 03                      3
+          1334  0x0788  int    11 01                      1
+          1335  0x078a  prim   17 16                      roll
+          1336  0x078c  sec    18 df                      strndup
+  806 1   1337  0x078e  ret    06                       }
+          1338  0x078f  prim   17 05                    def
+    7 1   1339  0x0791  dict   19 09                    /Timeout
+          1340  0x0793  code   25 0e 08                 {
+    8 1   1341  0x0796  dict   19 e8                      /timeout.time
+          1342  0x0798  prim   17 14                      exch
+          1343  0x079a  prim   17 05                      def
+    9 1   1344  0x079c  dict   19 e9                      /timeout.timeout
+          1345  0x079e  prim   17 14                      exch
+          1346  0x07a0  prim   17 05                      def
+   11 1   1347  0x07a2  sec    18 e8                      timeout.time
+          1348  0x07a4  int    11 0a                      10
+          1349  0x07a6  prim   17 1c                      mul
+          1350  0x07a8  uint   12 96                      150
+          1351  0x07aa  prim   17 1a                      add
+          1352  0x07ac  uint   12 b6                      182
+          1353  0x07ae  prim   17 1d                      div
+          1354  0x07b0  dict   19 ea                      /timeout.seconds
+          1355  0x07b2  prim   17 14                      exch
+          1356  0x07b4  prim   17 05                      def
+   13 1   1357  0x07b6  sec    18 ea                      timeout.seconds
+          1358  0x07b8  sec    18 eb                      timeout.current
+          1359  0x07ba  prim   17 29                      eq
+          1360  0x07bc  code   25 c2 07                   {
+          1361  0x07bf  prim   17 0d                        return
+          1362  0x07c1  ret    06                         }
+          1363  0x07c2  prim   17 06                      if
+   14 1   1364  0x07c4  dict   19 eb                      /timeout.current
+          1365  0x07c6  sec    18 ea                      timeout.seconds
+          1366  0x07c8  prim   17 05                      def
+   15 1   1367  0x07ca  sec    18 ec                      timeout.hidden
+          1368  0x07cc  code   25 d2 07                   {
+          1369  0x07cf  prim   17 0d                        return
+          1370  0x07d1  ret    06                         }
+          1371  0x07d2  prim   17 06                      if
+   17 1   1372  0x07d4  sec    18 ed                      white
+          1373  0x07d6  prim   17 3f                      setcolor
+   19 1   1374  0x07d8  sec    18 ee                      timeout.time.x
+          1375  0x07da  sec    18 ef                      timeout.time.y
+          1376  0x07dc  prim   17 3c                      moveto
+          1377  0x07de  int    11 e2                      -30
+          1378  0x07e0  int    01                         0
+          1379  0x07e1  prim   17 59                      rmoveto
+   20 1   1380  0x07e3  prim   17 3d                      currentpoint
+          1381  0x07e5  int    11 1e                      30
+          1382  0x07e7  prim   17 45                      fontheight
+          1383  0x07e9  prim   17 49                      image
+   22 1   1384  0x07eb  sec    18 e8                      timeout.time
+          1385  0x07ed  int    01                         0
+          1386  0x07ee  prim   17 2b                      gt
+          1387  0x07f0  code   25 0b 08                   {
+   23 1   1388  0x07f3  sec    18 ea                        timeout.seconds
+          1389  0x07f5  str    94 05 25 64 20 73 00         "%d s"
+          1390  0x07fc  sec    18 f0                        timeout.buf
+          1391  0x07fe  sec    18 c3                        sprintf
+   25 1   1392  0x0800  sec    18 ee                        timeout.time.x
+          1393  0x0802  sec    18 ef                        timeout.time.y
+          1394  0x0804  prim   17 3c                        moveto
+          1395  0x0806  sec    18 f0                        timeout.buf
+          1396  0x0808  sec    18 d2                        showright
+   26 1   1397  0x080a  ret    06                         }
+          1398  0x080b  prim   17 06                      if
+   27 1   1399  0x080d  ret    06                       }
+          1400  0x080e  prim   17 05                    def
+   35 1   1401  0x0810  dict   19 f1                    /timeout.init
+          1402  0x0812  code   25 34 08                 {
+   36 1   1403  0x0815  dict   19 eb                      /timeout.current
+          1404  0x0817  int    11 ff                      -1
+          1405  0x0819  prim   17 05                      def
+   37 1   1406  0x081b  dict   19 f0                      /timeout.buf
+          1407  0x081d  int    11 40                      64
+          1408  0x081f  sec    18 c2                      string
+          1409  0x0821  prim   17 05                      def
+   39 1   1410  0x0823  dict   19 ee                      /timeout.time.x
+          1411  0x0825  sec    18 f2                      timeout.x
+          1412  0x0827  prim   17 05                      def
+   40 1   1413  0x0829  dict   19 ef                      /timeout.time.y
+          1414  0x082b  sec    18 f3                      timeout.y
+          1415  0x082d  int    11 78                      120
+          1416  0x082f  prim   17 1a                      add
+          1417  0x0831  prim   17 05                      def
+   41 1   1418  0x0833  ret    06                       }
+          1419  0x0834  prim   17 05                    def
+   44 1   1420  0x0836  dict   19 f2                    /timeout.x
+          1421  0x0838  code   25 3e 08                 {
+          1422  0x083b  sec    18 f4                      head.x
+          1423  0x083d  ret    06                       }
+          1424  0x083e  prim   17 05                    def
+   45 1   1425  0x0840  dict   19 f3                    /timeout.y
+          1426  0x0842  code   25 48 08                 {
+          1427  0x0845  sec    18 f5                      head.y
+          1428  0x0847  ret    06                       }
+          1429  0x0848  prim   17 05                    def
+   47 1   1430  0x084a  dict   19 ec                    /timeout.hidden
+          1431  0x084c  bool   03                       false # false
+          1432  0x084d  prim   17 05                    def
+   48 1   1433  0x084f  dict   19 f6                    /timeout.hidden.showsplash
+          1434  0x0851  bool   13 01                    true # true
+          1435  0x0853  prim   17 05                    def
+    8 1   1436                                          # cmdlinelength
+          1437                                          # 512
+          1438                                          # def
+   16 1   1439  0x0855  dict   19 f7                    /64bit_source
+          1440  0x0857  code   25 68 08                 {
+   18 1   1441  0x085a  sec    18 f8                      64bit_boot_dir
+          1442  0x085c  sec    18 f9                      32bit_boot_dir
+          1443  0x085e  prim   17 2a                      ne
+   19 1   1444  0x0860  sec    18 f8                      64bit_boot_dir
+          1445  0x0862  none   00                         .undef # .undef
+          1446  0x0863  prim   17 2a                      ne
+          1447  0x0865  prim   17 23                      and
+   20 1   1448  0x0867  ret    06                       }
+          1449  0x0868  prim   17 05                    def
+   29 1   1450                                          # is_dvd
+          1451                                          # {
+   31 1   1452                                          # is_dvd.result
+          1453                                          # .undef
+          1454                                          # ne
+          1455                                          # {
+          1456                                          # is_dvd.result
+          1457                                          # return
+          1458                                          # }
+          1459                                          # if
+   33 1   1460                                          # is_dvd.result
+   34 1   1461                                          # mediatype
+          1462                                          # m_cdrom
+          1463                                          # eq
+          1464                                          # {
+   35 1   1465                                          # 0x10
+          1466                                          # readsector
+   36 1   1467                                          # dup
+          1468                                          # 0x50
+          1469                                          # add
+          1470                                          # getdword
+          1471                                          # exch
+          1472                                          # free
+   37 1   1473                                          # 9
+          1474                                          # shr
+   38 1   1475                                          # 720
+          1476                                          # gt
+   39 1   1477                                          # }
+          1478                                          # {
+   40 1   1479                                          # false
+   41 1   1480                                          # }
+          1481                                          # ifelse
+   42 1   1482                                          # def
+   44 1   1483                                          # is_dvd.result
+          1484                                          # return
+   45 1   1485                                          # }
+          1486                                          # def
+   54 1   1487  0x086a  dict   19 fa                    /is_live
+          1488  0x086c  code   25 aa 08                 {
+   56 1   1489  0x086f  sec    18 fb                      is_live.result
+          1490  0x0871  none   00                         .undef # .undef
+          1491  0x0872  prim   17 2a                      ne
+          1492  0x0874  code   25 7c 08                   {
+          1493  0x0877  sec    18 fb                        is_live.result
+          1494  0x0879  prim   17 0d                        return
+          1495  0x087b  ret    06                         }
+          1496  0x087c  prim   17 06                      if
+   58 1   1497  0x087e  dict   19 fb                      /is_live.result
+          1498  0x0880  str    94 1c 2f 63 61 73 70 65    "/casper/filesystem.manifest"
+                               72 2f 66 69 6c 65 73 79
+                               73 74 65 6d 2e 6d 61 6e
+                               69 66 65 73 74 00
+          1499  0x089e  prim   17 8a                      filesize
+          1500  0x08a0  none   00                         .undef # .undef
+          1501  0x08a1  prim   17 2a                      ne
+          1502  0x08a3  prim   17 05                      def
+   60 1   1503  0x08a5  sec    18 fb                      is_live.result
+          1504  0x08a7  prim   17 0d                      return
+   61 1   1505  0x08a9  ret    06                       }
+          1506  0x08aa  prim   17 05                    def
+   69 1   1507  0x08ac  dict   19 fc                    /32+64bit_source
+          1508  0x08ae  code   25 b7 08                 {
+   70 1   1509  0x08b1  sec    18 f9                      32bit_boot_dir
+          1510  0x08b3  none   00                         .undef # .undef
+          1511  0x08b4  prim   17 2a                      ne
+   73 1   1512  0x08b6  ret    06                       }
+          1513  0x08b7  prim   17 05                    def
+   82 1   1514                                          # enough_mem
+          1515                                          # {
+   83 1   1516                                          # biosmem
+          1517                                          # 4
+          1518                                          # 20
+          1519                                          # shl
+          1520                                          # lt
+   84 1   1521                                          # biosmem
+          1522                                          # 200
+          1523                                          # 20
+          1524                                          # shl
+          1525                                          # ge
+          1526                                          # or
+   85 1   1527                                          # syslinux
+          1528                                          # not
+          1529                                          # or
+   86 1   1530                                          # }
+          1531                                          # def
+   97 1   1532  0x08b9  dict   19 fd                    /check_arch_boot_dir
+          1533  0x08bb  code   25 91 09                 {
+   98 1   1534  0x08be  prim   17 8b                      getcwd
+          1535  0x08c0  prim   17 12                      dup
+          1536  0x08c2  none   00                         .undef # .undef
+          1537  0x08c3  prim   17 2a                      ne
+          1538  0x08c5  code   25 88 09                   {
+   99 1   1539  0x08c8  dict   19 fe                        /64bit.tmp
+          1540  0x08ca  int    21 00 01                     256
+          1541  0x08cd  sec    18 c2                        string
+          1542  0x08cf  prim   17 05                        def
+  101 1   1543  0x08d1  prim   17 12                        dup
+          1544  0x08d3  str    94 05 69 33 38 36 00         "i386"
+          1545  0x08da  prim   17 5a                        strstr
+          1546  0x08dc  int    01                           0
+          1547  0x08dd  prim   17 2a                        ne
+          1548  0x08df  prim   17 17                        over
+          1549  0x08e1  str    94 07 78 38 36 5f 36 34      "x86_64"
+                               00
+          1550  0x08ea  prim   17 5a                        strstr
+          1551  0x08ec  int    01                           0
+          1552  0x08ed  prim   17 2a                        ne
+          1553  0x08ef  prim   17 24                        or
+          1554  0x08f1  code   25 71 09                     {
+  102 1   1555  0x08f4  prim   17 12                          dup
+          1556  0x08f6  str    94 05 69 33 38 36 00           "i386"
+          1557  0x08fd  prim   17 5a                          strstr
+          1558  0x08ff  code   25 1f 09                       {
+  103 1   1559  0x0902  dict   19 f9                            /32bit_boot_dir
+          1560  0x0904  prim   17 14                            exch
+          1561  0x0906  prim   17 05                            def
+  104 1   1562  0x0908  dict   19 f8                            /64bit_boot_dir
+          1563  0x090a  sec    18 f9                            32bit_boot_dir
+          1564  0x090c  str    94 05 69 33 38 36 00             "i386"
+          1565  0x0913  str    94 07 78 38 36 5f 36 34          "x86_64"
+                               00
+          1566  0x091c  sec    18 de                            strreplace
+  105 1   1567  0x091e  ret    06                             }
+          1568  0x091f  code   25 3f 09                       {
+  106 1   1569  0x0922  dict   19 f8                            /64bit_boot_dir
+          1570  0x0924  prim   17 14                            exch
+          1571  0x0926  prim   17 05                            def
+  107 1   1572  0x0928  dict   19 f9                            /32bit_boot_dir
+          1573  0x092a  sec    18 f8                            64bit_boot_dir
+          1574  0x092c  str    94 07 78 38 36 5f 36 34          "x86_64"
+                               00
+          1575  0x0935  str    94 05 69 33 38 36 00             "i386"
+          1576  0x093c  sec    18 de                            strreplace
+  108 1   1577  0x093e  ret    06                             }
+          1578  0x093f  prim   17 07                          ifelse
+  110 1   1579  0x0941  prim   17 12                          dup
+          1580  0x0943  str    94 10 25 73 2f 69 73 6f        "%s/isolinux.cfg"
+                               6c 69 6e 75 78 2e 63 66
+                               67 00
+          1581  0x0955  sec    18 fe                          64bit.tmp
+          1582  0x0957  sec    18 c3                          sprintf
+  111 1   1583  0x0959  sec    18 fe                          64bit.tmp
+          1584  0x095b  prim   17 8a                          filesize
+          1585  0x095d  none   00                             .undef # .undef
+          1586  0x095e  prim   17 2a                          ne
+          1587  0x0960  code   25 66 09                       {
+          1588  0x0963  prim   17 05                            def
+          1589  0x0965  ret    06                             }
+          1590  0x0966  code   25 6e 09                       {
+          1591  0x0969  prim   17 32                            free
+          1592  0x096b  prim   17 13                            pop
+          1593  0x096d  ret    06                             }
+          1594  0x096e  prim   17 07                          ifelse
+  113 1   1595  0x0970  ret    06                           }
+          1596  0x0971  code   25 81 09                     {
+  114 1   1597  0x0974  dict   19 f9                          /32bit_boot_dir
+          1598  0x0976  prim   17 17                          over
+          1599  0x0978  prim   17 05                          def
+  115 1   1600  0x097a  dict   19 f8                          /64bit_boot_dir
+          1601  0x097c  prim   17 14                          exch
+          1602  0x097e  prim   17 05                          def
+  116 1   1603  0x0980  ret    06                           }
+          1604  0x0981  prim   17 07                        ifelse
+  118 1   1605  0x0983  sec    18 fe                        64bit.tmp
+          1606  0x0985  prim   17 32                        free
+  124 1   1607  0x0987  ret    06                         }
+          1608  0x0988  code   25 8e 09                   {
+  125 1   1609  0x098b  prim   17 13                        pop
+  126 1   1610  0x098d  ret    06                         }
+          1611  0x098e  prim   17 07                      ifelse
+  127 1   1612  0x0990  ret    06                       }
+          1613  0x0991  prim   17 05                    def
+  146 1   1614  0x0993  dict   09                       /KeyEvent
+          1615  0x0994  code   25 4d 0b                 {
+  149 1   1616  0x0997  prim   17 12                      dup
+          1617  0x0999  int    01                         0
+          1618  0x099a  prim   17 29                      eq
+          1619  0x099c  code   25 a9 09                   {
+          1620  0x099f  sec    18 ff                        boot.buf
+          1621  0x09a1  sec    28 00 01                     buildcmdline
+          1622  0x09a4  int    11 02                        2
+          1623  0x09a6  prim   17 0d                        return
+          1624  0x09a8  ret    06                         }
+          1625  0x09a9  prim   17 06                      if
+  151 1   1626  0x09ab  sec    28 01 01                   debug
+          1627  0x09ae  int    11 04                      4
+          1628  0x09b0  prim   17 2c                      ge
+          1629  0x09b2  code   25 cf 09                   {
+  153 1   1630  0x09b5  int    11 ff                        -1
+          1631  0x09b7  prim   17 4d                        settransparentcolor
+  154 1   1632  0x09b9  sec    18 ed                        white
+          1633  0x09bb  prim   17 3f                        setcolor
+  155 1   1634  0x09bd  int    21 f4 01                     500
+          1635  0x09c0  int    01                           0
+          1636  0x09c1  prim   17 3c                        moveto
+          1637  0x09c3  prim   17 12                        dup
+          1638  0x09c5  sec    18 c5                        print
+          1639  0x09c7  str    94 03 20 20 00               "  "
+          1640  0x09cc  sec    18 c5                        print
+  156 1   1641  0x09ce  ret    06                         }
+          1642  0x09cf  prim   17 06                      if
+  158 1   1643  0x09d1  prim   17 12                      dup
+          1644  0x09d3  uint   22 00 ff                   0xff00
+          1645  0x09d6  prim   17 23                      and
+          1646  0x09d8  int    11 10                      16
+          1647  0x09da  prim   17 27                      shl
+          1648  0x09dc  prim   17 17                      over
+          1649  0x09de  uint   12 ff                      0xff
+          1650  0x09e0  prim   17 23                      and
+          1651  0x09e2  prim   17 12                      dup
+          1652  0x09e4  uint   12 e0                      0xe0
+          1653  0x09e6  prim   17 29                      eq
+          1654  0x09e8  code   25 ef 09                   {
+          1655  0x09eb  prim   17 13                        pop
+          1656  0x09ed  int    01                           0
+          1657  0x09ee  ret    06                         }
+          1658  0x09ef  prim   17 06                      if
+          1659  0x09f1  prim   17 1a                      add
+          1660  0x09f3  dict   29 02 01                   /key
+          1661  0x09f6  prim   17 14                      exch
+          1662  0x09f8  prim   17 05                      def
+  159 1   1663  0x09fa  int    11 10                      16
+          1664  0x09fc  prim   17 28                      shr
+          1665  0x09fe  uint   22 ff ff                   0xffff
+          1666  0x0a01  prim   17 23                      and
+          1667  0x0a03  dict   19 cd                      /keystat
+          1668  0x0a05  prim   17 14                      exch
+          1669  0x0a07  prim   17 05                      def
+  161 1   1670  0x0a09  sec    28 02 01                   key
+          1671  0x0a0c  int    11 09                      0x00000009 # keyTab
+          1672  0x0a0e  prim   17 29                      eq
+          1673  0x0a10  int    41 00 00 00 ff             0xff000000 # keyStatus
+          1674  0x0a15  int    11 03                      0x0003 # statusShift
+          1675  0x0a17  prim   17 23                      and
+          1676  0x0a19  int    01                         0
+          1677  0x0a1a  prim   17 2a                      ne
+          1678  0x0a1c  prim   17 23                      and
+          1679  0x0a1e  code   25 2b 0a                   {
+  162 1   1680  0x0a21  dict   29 02 01                     /key
+          1681  0x0a24  uint   32 09 00 80                  0x00800009 # keyShiftTab
+          1682  0x0a28  prim   17 05                        def
+  163 1   1683  0x0a2a  ret    06                         }
+          1684  0x0a2b  prim   17 06                      if
+  165 1   1685  0x0a2d  sec    28 02 01                   key
+  167 1   1686  0x0a30  sec    18 d0                      config.keymap
+          1687  0x0a32  int    11 01                      1 # .km.map
+          1688  0x0a34  prim   17 0f                      get
+          1689  0x0a36  code   25 3c 0a                   {
+          1690  0x0a39  sec    18 ce                        mapkey
+          1691  0x0a3b  ret    06                         }
+          1692  0x0a3c  prim   17 06                      if
+  169 1   1693  0x0a3e  prim   17 12                      dup
+          1694  0x0a40  uint   32 ff ff ff                0xffffff
+          1695  0x0a44  prim   17 23                      and
+          1696  0x0a46  prim   17 12                      dup
+          1697  0x0a48  code   25 4e 0a                   {
+          1698  0x0a4b  prim   17 14                        exch
+          1699  0x0a4d  ret    06                         }
+          1700  0x0a4e  prim   17 06                      if
+          1701  0x0a50  prim   17 13                      pop
+  171 1   1702  0x0a52  sec    28 01 01                   debug
+          1703  0x0a55  int    11 04                      4
+          1704  0x0a57  prim   17 2c                      ge
+          1705  0x0a59  code   25 77 0a                   {
+  173 1   1706  0x0a5c  int    11 ff                        -1
+          1707  0x0a5e  prim   17 4d                        settransparentcolor
+  174 1   1708  0x0a60  sec    18 ed                        white
+          1709  0x0a62  prim   17 3f                        setcolor
+  175 1   1710  0x0a64  int    21 f4 01                     500
+          1711  0x0a67  int    11 14                        20
+          1712  0x0a69  prim   17 3c                        moveto
+          1713  0x0a6b  prim   17 12                        dup
+          1714  0x0a6d  sec    18 c5                        print
+          1715  0x0a6f  str    94 03 20 20 00               "  "
+          1716  0x0a74  sec    18 c5                        print
+  176 1   1717  0x0a76  ret    06                         }
+          1718  0x0a77  prim   17 06                      if
+  179 1   1719  0x0a79  sec    28 03 01                   debug.input
+  182 1   1720  0x0a7c  sec    28 04 01                   window.input
+  184 1   1721  0x0a7f  prim   17 13                      pop
+  186 1   1722  0x0a81  sec    28 05 01                   window.action
+          1723  0x0a84  int    11 01                      1 # actExit
+          1724  0x0a86  prim   17 29                      eq
+          1725  0x0a88  code   25 9d 0a                   {
+  187 1   1726  0x0a8b  dict   29 05 01                     /window.action
+          1727  0x0a8e  sec    28 06 01                     actNothing
+          1728  0x0a91  prim   17 05                        def
+  188 1   1729  0x0a93  str    94 01 00                     ""
+          1730  0x0a96  int    11 ff                        -1
+          1731  0x0a98  int    11 01                        1
+          1732  0x0a9a  prim   17 0d                        return
+  189 1   1733  0x0a9c  ret    06                         }
+          1734  0x0a9d  prim   17 06                      if
+  191 1   1735  0x0a9f  sec    28 05 01                   window.action
+          1736  0x0aa2  int    11 02                      2 # actCloseInfo
+          1737  0x0aa4  prim   17 29                      eq
+          1738  0x0aa6  code   25 bb 0a                   {
+  192 1   1739  0x0aa9  dict   29 05 01                     /window.action
+          1740  0x0aac  sec    28 06 01                     actNothing
+          1741  0x0aaf  prim   17 05                        def
+  193 1   1742  0x0ab1  str    94 01 00                     ""
+          1743  0x0ab4  int    11 ff                        -1
+          1744  0x0ab6  int    11 03                        3
+          1745  0x0ab8  prim   17 0d                        return
+  194 1   1746  0x0aba  ret    06                         }
+          1747  0x0abb  prim   17 06                      if
+  196 1   1748  0x0abd  sec    28 05 01                   window.action
+          1749  0x0ac0  int    11 03                      3 # actPassword
+          1750  0x0ac2  prim   17 29                      eq
+          1751  0x0ac4  code   25 f1 0a                   {
+  197 1   1752  0x0ac7  dict   29 05 01                     /window.action
+          1753  0x0aca  sec    28 06 01                     actNothing
+          1754  0x0acd  prim   17 05                        def
+  198 1   1755  0x0acf  sec    28 07 01                     password.dialog
+          1756  0x0ad2  code   25 e1 0a                     {
+  199 1   1757  0x0ad5  sec    28 07 01                       password.dialog
+          1758  0x0ad8  sec    28 08 01                       .ed.buffer.list
+          1759  0x0adb  prim   17 0f                          get
+          1760  0x0add  int    01                             0
+          1761  0x0ade  prim   17 0f                          get
+  200 1   1762  0x0ae0  ret    06                           }
+          1763  0x0ae1  code   25 e8 0a                     {
+          1764  0x0ae4  str    94 01 00                       ""
+          1765  0x0ae7  ret    06                           }
+          1766  0x0ae8  prim   17 07                        ifelse
+  201 1   1767  0x0aea  int    11 ff                        -1
+          1768  0x0aec  int    11 03                        3
+          1769  0x0aee  prim   17 0d                        return
+  202 1   1770  0x0af0  ret    06                         }
+          1771  0x0af1  prim   17 06                      if
+  204 1   1772  0x0af3  sec    28 05 01                   window.action
+          1773  0x0af6  int    11 04                      4 # actStart
+          1774  0x0af8  prim   17 29                      eq
+          1775  0x0afa  code   25 0f 0b                   {
+  205 1   1776  0x0afd  dict   29 05 01                     /window.action
+          1777  0x0b00  sec    28 06 01                     actNothing
+          1778  0x0b03  prim   17 05                        def
+  206 1   1779  0x0b05  sec    18 ff                        boot.buf
+          1780  0x0b07  sec    28 00 01                     buildcmdline
+          1781  0x0b0a  int    11 02                        2
+          1782  0x0b0c  prim   17 0d                        return
+  207 1   1783  0x0b0e  ret    06                         }
+          1784  0x0b0f  prim   17 06                      if
+  209 1   1785  0x0b11  sec    28 05 01                   window.action
+          1786  0x0b14  int    11 07                      7 # actRedraw
+          1787  0x0b16  prim   17 29                      eq
+          1788  0x0b18  code   25 27 0b                   {
+  210 1   1789  0x0b1b  dict   29 05 01                     /window.action
+          1790  0x0b1e  sec    28 06 01                     actNothing
+          1791  0x0b21  prim   17 05                        def
+  211 1   1792  0x0b23  sec    28 09 01                     main.redraw
+  212 1   1793  0x0b26  ret    06                         }
+          1794  0x0b27  prim   17 06                      if
+  214 1   1795  0x0b29  sec    28 05 01                   window.action
+          1796  0x0b2c  int    11 08                      8 # actRedrawPanel
+          1797  0x0b2e  prim   17 29                      eq
+          1798  0x0b30  code   25 3f 0b                   {
+  215 1   1799  0x0b33  dict   29 05 01                     /window.action
+          1800  0x0b36  sec    28 06 01                     actNothing
+          1801  0x0b39  prim   17 05                        def
+  216 1   1802  0x0b3b  sec    28 0a 01                     panel.show
+  217 1   1803  0x0b3e  ret    06                         }
+          1804  0x0b3f  prim   17 06                      if
+  219 1   1805  0x0b41  sec    18 ff                      boot.buf
+          1806  0x0b43  sec    28 0b 01                   menu.indices
+          1807  0x0b46  sec    28 0c 01                   menu.entry
+          1808  0x0b49  prim   17 0f                      get
+          1809  0x0b4b  int    01                         0
+  220 1   1810  0x0b4c  ret    06                       }
+          1811  0x0b4d  prim   17 05                    def
+  223 1   1812  0x0b4f  dict   29 0d 01                 /bc.cmd
+          1813  0x0b52  int    21 00 02                 512 # cmdlinelength
+          1814  0x0b55  sec    18 c2                    string
+          1815  0x0b57  prim   17 05                    def
+  236 1   1816  0x0b59  dict   29 00 01                 /buildcmdline
+          1817  0x0b5c  code   25 0f 12                 {
+  237 1   1818  0x0b5f  sec    28 0c 01                   menu.entry
+          1819  0x0b62  int    01                         0
+          1820  0x0b63  prim   17 2d                      lt
+          1821  0x0b65  code   25 6d 0b                   {
+          1822  0x0b68  int    11 ff                        -1
+          1823  0x0b6a  prim   17 0d                        return
+          1824  0x0b6c  ret    06                         }
+          1825  0x0b6d  prim   17 06                      if
+  238 1   1826  0x0b6f  sec    28 0c 01                   menu.entry
+          1827  0x0b72  sec    28 0e 01                   menu.texts
+          1828  0x0b75  prim   17 11                      length
+          1829  0x0b77  prim   17 2c                      ge
+          1830  0x0b79  code   25 81 0b                   {
+          1831  0x0b7c  int    11 ff                        -1
+          1832  0x0b7e  prim   17 0d                        return
+          1833  0x0b80  ret    06                         }
+          1834  0x0b81  prim   17 06                      if
+  240 1   1835  0x0b83  dict   29 0f 01                   /bc.opts
+          1836  0x0b86  prim   17 14                      exch
+          1837  0x0b88  prim   17 05                      def
+  241 1   1838  0x0b8a  dict   29 10 01                   /bc.kernel
+          1839  0x0b8d  sec    28 0e 01                   menu.texts
+          1840  0x0b90  sec    28 0c 01                   menu.entry
+          1841  0x0b93  prim   17 0f                      get
+          1842  0x0b95  prim   17 05                      def
+  243 1   1843  0x0b97  sec    18 b9                      grub
+          1844  0x0b99  code   25 a3 0b                   {
+  245 1   1845  0x0b9c  dict   29 11 01                     /bc.addkernel
+          1846  0x0b9f  bool   03                           false # false
+          1847  0x0ba0  prim   17 05                        def
+  247 1   1848  0x0ba2  ret    06                         }
+          1849  0x0ba3  code   25 41 0c                   {
+  249 1   1850  0x0ba6  dict   29 11 01                     /bc.addkernel
+          1851  0x0ba9  bool   13 01                        true # true
+          1852  0x0bab  prim   17 05                        def
+  251 1   1853  0x0bad  prim   17 03                        [
+          1854  0x0baf  sec    28 10 01                     bc.kernel
+          1855  0x0bb2  str    94 06 6c 69 6e 75 78 00      "linux"
+          1856  0x0bba  prim   17 04                        ]
+          1857  0x0bbc  int    01                           0
+          1858  0x0bbd  prim   17 17                        over
+          1859  0x0bbf  prim   17 11                        length
+          1860  0x0bc1  int    11 01                        1
+          1861  0x0bc3  prim   17 1b                        sub
+          1862  0x0bc5  int    11 01                        1
+          1863  0x0bc7  prim   17 14                        exch
+          1864  0x0bc9  code   25 23 0c                     {
+  252 1   1865  0x0bcc  prim   17 17                          over
+          1866  0x0bce  prim   17 14                          exch
+          1867  0x0bd0  prim   17 0f                          get
+  254 1   1868  0x0bd2  sec    28 0f 01                       bc.opts
+          1869  0x0bd5  prim   17 17                          over
+          1870  0x0bd7  prim   17 29                          eq
+          1871  0x0bd9  code   25 e3 0b                       {
+  255 1   1872  0x0bdc  dict   29 11 01                         /bc.addkernel
+          1873  0x0bdf  bool   03                               false # false
+          1874  0x0be0  prim   17 05                            def
+  256 1   1875  0x0be2  ret    06                             }
+          1876  0x0be3  code   25 11 0c                       {
+  257 1   1877  0x0be6  sec    28 0f 01                         bc.opts
+          1878  0x0be9  prim   17 17                            over
+          1879  0x0beb  prim   17 5a                            strstr
+          1880  0x0bed  int    11 01                            1
+          1881  0x0bef  prim   17 29                            eq
+          1882  0x0bf1  code   25 0e 0c                         {
+  258 1   1883  0x0bf4  sec    28 0f 01                           bc.opts
+          1884  0x0bf7  prim   17 17                              over
+          1885  0x0bf9  prim   17 11                              length
+          1886  0x0bfb  prim   17 0f                              get
+          1887  0x0bfd  int    11 20                              ' '
+          1888  0x0bff  prim   17 29                              eq
+          1889  0x0c01  code   25 0b 0c                           {
+  259 1   1890  0x0c04  dict   29 11 01                             /bc.addkernel
+          1891  0x0c07  bool   03                                   false # false
+          1892  0x0c08  prim   17 05                                def
+  260 1   1893  0x0c0a  ret    06                                 }
+          1894  0x0c0b  prim   17 06                              if
+  261 1   1895  0x0c0d  ret    06                               }
+          1896  0x0c0e  prim   17 06                            if
+  262 1   1897  0x0c10  ret    06                             }
+          1898  0x0c11  prim   17 07                          ifelse
+  264 1   1899  0x0c13  prim   17 13                          pop
+  266 1   1900  0x0c15  sec    28 11 01                       bc.addkernel
+          1901  0x0c18  prim   17 26                          not
+          1902  0x0c1a  code   25 20 0c                       {
+          1903  0x0c1d  prim   17 0c                            exit
+          1904  0x0c1f  ret    06                             }
+          1905  0x0c20  prim   17 06                          if
+  268 1   1906  0x0c22  ret    06                           }
+          1907  0x0c23  prim   17 0a                        for
+  270 1   1908  0x0c25  prim   17 13                        pop
+  273 1   1909  0x0c27  sec    28 10 01                     bc.kernel
+          1910  0x0c2a  str    94 05 61 70 69 63 00         "apic"
+          1911  0x0c31  prim   17 29                        eq
+          1912  0x0c33  code   25 3e 0c                     {
+          1913  0x0c36  dict   29 11 01                       /bc.addkernel
+          1914  0x0c39  bool   13 01                          true # true
+          1915  0x0c3b  prim   17 05                          def
+          1916  0x0c3d  ret    06                           }
+          1917  0x0c3e  prim   17 06                        if
+  275 1   1918  0x0c40  ret    06                         }
+          1919  0x0c41  prim   17 07                      ifelse
+  277 1   1920  0x0c43  sec    18 b8                      syslinux
+          1921  0x0c45  code   25 9a 0c                   {
+  278 1   1922  0x0c48  dict   29 12 01                     /add_suffix
+          1923  0x0c4b  none   00                           .undef # .undef
+          1924  0x0c4c  prim   17 05                        def
+  281 1   1925  0x0c4e  sec    28 13 01                     xmenu.bits
+          1926  0x0c51  code   25 6d 0c                     {
+  282 1   1927  0x0c54  sec    28 13 01                       xmenu.bits
+          1928  0x0c57  int    01                             0 # .xm_current
+          1929  0x0c58  prim   17 0f                          get
+          1930  0x0c5a  int    11 01                          1
+          1931  0x0c5c  prim   17 29                          eq
+          1932  0x0c5e  code   25 64 0c                       {
+          1933  0x0c61  sec    18 f8                            64bit_boot_dir
+          1934  0x0c63  ret    06                             }
+          1935  0x0c64  code   25 6a 0c                       {
+          1936  0x0c67  sec    18 f9                            32bit_boot_dir
+          1937  0x0c69  ret    06                             }
+          1938  0x0c6a  prim   17 07                          ifelse
+  283 1   1939  0x0c6c  ret    06                           }
+          1940  0x0c6d  code   25 72 0c                     {
+          1941  0x0c70  none   00                             .undef # .undef
+          1942  0x0c71  ret    06                           }
+          1943  0x0c72  prim   17 07                        ifelse
+  284 1   1944  0x0c74  prim   17 12                        dup
+          1945  0x0c76  none   00                           .undef # .undef
+          1946  0x0c77  prim   17 2a                        ne
+          1947  0x0c79  code   25 91 0c                     {
+  285 1   1948  0x0c7c  prim   17 12                          dup
+          1949  0x0c7e  prim   17 8b                          getcwd
+          1950  0x0c80  prim   17 2a                          ne
+          1951  0x0c82  code   25 88 0c                       {
+          1952  0x0c85  prim   17 8c                            chdir
+          1953  0x0c87  ret    06                             }
+          1954  0x0c88  code   25 8e 0c                       {
+          1955  0x0c8b  prim   17 13                            pop
+          1956  0x0c8d  ret    06                             }
+          1957  0x0c8e  prim   17 07                          ifelse
+  286 1   1958  0x0c90  ret    06                           }
+          1959  0x0c91  code   25 97 0c                     {
+  287 1   1960  0x0c94  prim   17 13                          pop
+  288 1   1961  0x0c96  ret    06                           }
+          1962  0x0c97  prim   17 07                        ifelse
+  289 1   1963  0x0c99  ret    06                         }
+          1964  0x0c9a  prim   17 06                      if
+  293 1   1965  0x0c9c  sec    28 11 01                   bc.addkernel
+          1966  0x0c9f  code   25 dc 0c                   {
+  294 1   1967  0x0ca2  sec    28 10 01                     bc.kernel
+  295 1   1968  0x0ca5  prim   17 12                        dup
+          1969  0x0ca7  str    94 06 6c 69 6e 75 78 00      "linux"
+          1970  0x0caf  prim   17 29                        eq
+          1971  0x0cb1  sec    28 12 01                     add_suffix
+          1972  0x0cb4  none   00                           .undef # .undef
+          1973  0x0cb5  prim   17 2a                        ne
+          1974  0x0cb7  prim   17 23                        and
+          1975  0x0cb9  code   25 ca 0c                     {
+  296 1   1976  0x0cbc  sec    28 12 01                       add_suffix
+          1977  0x0cbf  prim   17 14                          exch
+          1978  0x0cc1  str    94 06 25 73 25 73 20 00        "%s%s "
+  297 1   1979  0x0cc9  ret    06                           }
+          1980  0x0cca  code   25 d4 0c                     {
+  298 1   1981  0x0ccd  str    94 04 25 73 20 00              "%s "
+  299 1   1982  0x0cd3  ret    06                           }
+          1983  0x0cd4  prim   17 07                        ifelse
+  300 1   1984  0x0cd6  sec    28 0d 01                     bc.cmd
+          1985  0x0cd9  sec    18 c3                        sprintf
+  301 1   1986  0x0cdb  ret    06                         }
+          1987  0x0cdc  code   25 e7 0c                   {
+  302 1   1988  0x0cdf  sec    28 0d 01                     bc.cmd
+          1989  0x0ce2  int    01                           0
+          1990  0x0ce3  int    01                           0
+          1991  0x0ce4  prim   17 10                        put
+  303 1   1992  0x0ce6  ret    06                         }
+          1993  0x0ce7  prim   17 07                      ifelse
+  305 1   1994  0x0ce9  sec    28 14 01                   cmdline.hidden
+          1995  0x0cec  str    94 01 00                   ""
+          1996  0x0cef  prim   17 2a                      ne
+          1997  0x0cf1  code   25 16 0e                   {
+  306 1   1998  0x0cf4  dict   29 12 01                     /add_suffix
+          1999  0x0cf7  int    11 20                        32
+          2000  0x0cf9  sec    18 c2                        string
+          2001  0x0cfb  prim   17 05                        def
+  308 1   2002  0x0cfd  sec    28 15 01                     video.modes.list
+          2003  0x0d00  none   00                           .undef # .undef
+          2004  0x0d01  prim   17 2a                        ne
+          2005  0x0d03  code   25 47 0d                     {
+  309 1   2006  0x0d06  sec    28 15 01                       video.modes.list
+          2007  0x0d09  sec    28 16 01                       xmenu.video
+          2008  0x0d0c  int    01                             0 # .xm_current
+          2009  0x0d0d  prim   17 0f                          get
+          2010  0x0d0f  prim   17 0f                          get
+  310 1   2011  0x0d11  prim   17 12                          dup
+          2012  0x0d13  int    01                             0 # .vm_mode
+          2013  0x0d14  prim   17 0f                          get
+          2014  0x0d16  int    01                             0
+          2015  0x0d17  prim   17 2c                          ge
+          2016  0x0d19  code   25 3e 0d                       {
+  311 1   2017  0x0d1c  prim   17 12                            dup
+          2018  0x0d1e  int    11 02                            2 # .vm_height
+          2019  0x0d20  prim   17 0f                            get
+          2020  0x0d22  prim   17 14                            exch
+          2021  0x0d24  int    11 01                            1 # .vm_width
+          2022  0x0d26  prim   17 0f                            get
+  312 1   2023  0x0d28  str    94 0e 2c 25 30 34 64 25          ",%04d%04d.spl"
+                               30 34 64 2e 73 70 6c 00
+          2024  0x0d38  sec    28 12 01                         add_suffix
+          2025  0x0d3b  sec    18 c3                            sprintf
+  313 1   2026  0x0d3d  ret    06                             }
+          2027  0x0d3e  code   25 44 0d                       {
+          2028  0x0d41  prim   17 13                            pop
+          2029  0x0d43  ret    06                             }
+          2030  0x0d44  prim   17 07                          ifelse
+  314 1   2031  0x0d46  ret    06                           }
+          2032  0x0d47  prim   17 06                        if
+  316 1   2033  0x0d49  sec    28 12 01                     add_suffix
+          2034  0x0d4c  int    11 01                        1
+          2035  0x0d4e  prim   17 1a                        add
+          2036  0x0d50  prim   17 8a                        filesize
+          2037  0x0d52  none   00                           .undef # .undef
+          2038  0x0d53  prim   17 29                        eq
+          2039  0x0d55  code   25 60 0d                     {
+  317 1   2040  0x0d58  sec    28 12 01                       add_suffix
+          2041  0x0d5b  int    01                             0
+          2042  0x0d5c  int    01                             0
+          2043  0x0d5d  prim   17 10                          put
+  318 1   2044  0x0d5f  ret    06                           }
+          2045  0x0d60  prim   17 06                        if
+  320 1   2046  0x0d62  sec    28 12 01                     add_suffix
+          2047  0x0d65  code   25 fb 0d                     {
+  321 1   2048  0x0d68  dict   29 17 01                       /bc.tmp
+          2049  0x0d6b  sec    28 14 01                       cmdline.hidden
+          2050  0x0d6e  prim   17 11                          length
+          2051  0x0d70  sec    28 12 01                       add_suffix
+          2052  0x0d73  prim   17 11                          length
+          2053  0x0d75  prim   17 1a                          add
+          2054  0x0d77  sec    18 c2                          string
+          2055  0x0d79  prim   17 05                          def
+  322 1   2056  0x0d7b  sec    28 14 01                       cmdline.hidden
+          2057  0x0d7e  str    94 07 69 6e 69 74 72 64        "initrd"
+                               00
+          2058  0x0d87  sec    28 18 01                       bootopt.find
+          2059  0x0d8a  prim   17 12                          dup
+          2060  0x0d8c  none   00                             .undef # .undef
+          2061  0x0d8d  prim   17 2a                          ne
+          2062  0x0d8f  code   25 c9 0d                       {
+  323 1   2063  0x0d92  sec    18 d9                            skipnonspaces
+  324 1   2064  0x0d94  prim   17 12                            dup
+  325 1   2065  0x0d96  prim   17 12                            dup
+          2066  0x0d98  int    01                               0
+          2067  0x0d99  prim   17 0f                            get
+          2068  0x0d9b  prim   17 17                            over
+          2069  0x0d9d  int    01                               0
+          2070  0x0d9e  int    01                               0
+          2071  0x0d9f  prim   17 10                            put
+  326 1   2072  0x0da1  sec    28 12 01                         add_suffix
+          2073  0x0da4  sec    28 14 01                         cmdline.hidden
+          2074  0x0da7  str    94 05 25 73 25 73 00             "%s%s"
+          2075  0x0dae  sec    28 17 01                         bc.tmp
+          2076  0x0db1  sec    18 c3                            sprintf
+  327 1   2077  0x0db3  int    01                               0
+          2078  0x0db4  prim   17 14                            exch
+          2079  0x0db6  prim   17 10                            put
+  328 1   2080  0x0db8  str    94 03 25 73 00                   "%s"
+          2081  0x0dbd  sec    28 17 01                         bc.tmp
+          2082  0x0dc0  prim   17 12                            dup
+          2083  0x0dc2  prim   17 11                            length
+          2084  0x0dc4  prim   17 1a                            add
+          2085  0x0dc6  sec    18 c3                            sprintf
+  329 1   2086  0x0dc8  ret    06                             }
+          2087  0x0dc9  code   25 d9 0d                       {
+  330 1   2088  0x0dcc  prim   17 13                            pop
+  331 1   2089  0x0dce  sec    28 17 01                         bc.tmp
+          2090  0x0dd1  sec    28 14 01                         cmdline.hidden
+          2091  0x0dd4  sec    18 ca                            strcpy
+          2092  0x0dd6  prim   17 13                            pop
+  332 1   2093  0x0dd8  ret    06                             }
+          2094  0x0dd9  prim   17 07                          ifelse
+  334 1   2095  0x0ddb  sec    28 17 01                       bc.tmp
+          2096  0x0dde  str    94 04 25 73 20 00              "%s "
+          2097  0x0de4  sec    28 0d 01                       bc.cmd
+          2098  0x0de7  prim   17 12                          dup
+          2099  0x0de9  prim   17 11                          length
+          2100  0x0deb  prim   17 1a                          add
+          2101  0x0ded  sec    18 c3                          sprintf
+  336 1   2102  0x0def  sec    28 17 01                       bc.tmp
+          2103  0x0df2  prim   17 32                          free
+          2104  0x0df4  dict   29 17 01                       /bc.tmp
+          2105  0x0df7  none   00                             .undef # .undef
+          2106  0x0df8  prim   17 05                          def
+  337 1   2107  0x0dfa  ret    06                           }
+          2108  0x0dfb  code   25 13 0e                     {
+  338 1   2109  0x0dfe  sec    28 14 01                       cmdline.hidden
+          2110  0x0e01  str    94 04 25 73 20 00              "%s "
+          2111  0x0e07  sec    28 0d 01                       bc.cmd
+          2112  0x0e0a  prim   17 12                          dup
+          2113  0x0e0c  prim   17 11                          length
+          2114  0x0e0e  prim   17 1a                          add
+          2115  0x0e10  sec    18 c3                          sprintf
+  339 1   2116  0x0e12  ret    06                           }
+          2117  0x0e13  prim   17 07                        ifelse
+  340 1   2118  0x0e15  ret    06                         }
+          2119  0x0e16  prim   17 06                      if
+  342 1   2120  0x0e18  sec    28 0f 01                   bc.opts
+          2121  0x0e1b  str    94 04 25 73 20 00          "%s "
+          2122  0x0e21  sec    28 0d 01                   bc.cmd
+          2123  0x0e24  prim   17 12                      dup
+          2124  0x0e26  prim   17 11                      length
+          2125  0x0e28  prim   17 1a                      add
+          2126  0x0e2a  sec    18 c3                      sprintf
+  344 1   2127  0x0e2c  sec    28 19 01                   xmenu.fulloptions
+          2128  0x0e2f  code   25 53 0e                   {
+  345 1   2129  0x0e32  sec    28 1a 01                     fulloptions.option
+          2130  0x0e35  none   00                           .undef # .undef
+          2131  0x0e36  prim   17 2a                        ne
+          2132  0x0e38  code   25 50 0e                     {
+  346 1   2133  0x0e3b  sec    28 1a 01                       fulloptions.option
+          2134  0x0e3e  str    94 04 25 73 20 00              "%s "
+          2135  0x0e44  sec    28 0d 01                       bc.cmd
+          2136  0x0e47  prim   17 12                          dup
+          2137  0x0e49  prim   17 11                          length
+          2138  0x0e4b  prim   17 1a                          add
+          2139  0x0e4d  sec    18 c3                          sprintf
+  347 1   2140  0x0e4f  ret    06                           }
+          2141  0x0e50  prim   17 06                        if
+  348 1   2142  0x0e52  ret    06                         }
+          2143  0x0e53  prim   17 06                      if
+  350 1   2144  0x0e55  sec    18 b8                      syslinux
+          2145  0x0e57  code   25 45 11                   {
+  351 1   2146  0x0e5a  sec    28 15 01                     video.modes.list
+          2147  0x0e5d  none   00                           .undef # .undef
+          2148  0x0e5e  prim   17 2a                        ne
+          2149  0x0e60  code   25 99 0e                     {
+  352 1   2150  0x0e63  sec    28 15 01                       video.modes.list
+          2151  0x0e66  sec    28 16 01                       xmenu.video
+          2152  0x0e69  int    01                             0 # .xm_current
+          2153  0x0e6a  prim   17 0f                          get
+          2154  0x0e6c  prim   17 0f                          get
+          2155  0x0e6e  int    01                             0 # .vm_mode
+          2156  0x0e6f  prim   17 0f                          get
+  354 1   2157  0x0e71  prim   17 12                          dup
+          2158  0x0e73  int    01                             0
+          2159  0x0e74  prim   17 2c                          ge
+          2160  0x0e76  code   25 96 0e                       {
+  355 1   2161  0x0e79  int    21 00 02                         0x200
+          2162  0x0e7c  prim   17 1a                            add
+          2163  0x0e7e  str    94 0a 76 67 61 3d 30 78          "vga=0x%x "
+                               25 78 20 00
+          2164  0x0e8a  sec    28 0d 01                         bc.cmd
+          2165  0x0e8d  prim   17 12                            dup
+          2166  0x0e8f  prim   17 11                            length
+          2167  0x0e91  prim   17 1a                            add
+          2168  0x0e93  sec    18 c3                            sprintf
+  356 1   2169  0x0e95  ret    06                             }
+          2170  0x0e96  prim   17 06                          if
+  357 1   2171  0x0e98  ret    06                           }
+          2172  0x0e99  prim   17 06                        if
+  359 1   2173  0x0e9b  sec    28 1b 01                     config.lang
+          2174  0x0e9e  code   25 03 0f                     {
+  360 1   2175  0x0ea1  sec    28 1b 01                       config.lang
+          2176  0x0ea4  str    94 03 65 6e 00                 "en"
+          2177  0x0ea9  prim   17 2a                          ne
+          2178  0x0eab  code   25 00 0f                       {
+  361 1   2179  0x0eae  sec    28 1b 01                         config.lang
+  362 1   2180  0x0eb1  sec    28 1b 01                         config.lang
+          2181  0x0eb4  str    94 02 5f 00                      "_"
+          2182  0x0eb8  prim   17 5a                            strstr
+          2183  0x0eba  int    01                               0
+          2184  0x0ebb  prim   17 29                            eq
+          2185  0x0ebd  code   25 e1 0e                         {
+  363 1   2186  0x0ec0  str    94 1e 64 65 62 69 61 6e            "debian-installer/language=%s "
+                               2d 69 6e 73 74 61 6c 6c
+                               65 72 2f 6c 61 6e 67 75
+                               61 67 65 3d 25 73 20 00
+  364 1   2187  0x0ee0  ret    06                               }
+          2188  0x0ee1  code   25 f2 0e                         {
+  365 1   2189  0x0ee4  str    94 0b 6c 6f 63 61 6c 65            "locale=%s "
+                               3d 25 73 20 00
+  366 1   2190  0x0ef1  ret    06                               }
+          2191  0x0ef2  prim   17 07                            ifelse
+  367 1   2192  0x0ef4  sec    28 0d 01                         bc.cmd
+          2193  0x0ef7  prim   17 12                            dup
+          2194  0x0ef9  prim   17 11                            length
+          2195  0x0efb  prim   17 1a                            add
+          2196  0x0efd  sec    18 c3                            sprintf
+  368 1   2197  0x0eff  ret    06                             }
+          2198  0x0f00  prim   17 06                          if
+  369 1   2199  0x0f02  ret    06                           }
+          2200  0x0f03  prim   17 06                        if
+  371 1   2201  0x0f05  sec    28 1b 01                     config.lang
+          2202  0x0f08  str    94 03 65 6e 00               "en"
+          2203  0x0f0d  prim   17 2a                        ne
+          2204  0x0f0f  sec    18 d0                        config.keymap
+          2205  0x0f11  int    01                           0 # .km.name
+          2206  0x0f12  prim   17 0f                        get
+          2207  0x0f14  str    94 03 75 73 00               "us"
+          2208  0x0f19  prim   17 2a                        ne
+          2209  0x0f1b  prim   17 24                        or
+          2210  0x0f1d  code   25 59 10                     {
+  372 1   2211  0x0f20  dict   29 1c 01                       /keymap.op
+          2212  0x0f23  sec    28 1d 01                       keymap.explicit
+          2213  0x0f26  code   25 2e 0f                       {
+          2214  0x0f29  str    94 02 3d 00                      "="
+          2215  0x0f2d  ret    06                             }
+          2216  0x0f2e  code   25 37 0f                       {
+          2217  0x0f31  str    94 03 3f 3d 00                   "?="
+          2218  0x0f36  ret    06                             }
+          2219  0x0f37  prim   17 07                          ifelse
+          2220  0x0f39  prim   17 05                          def
+  373 1   2221  0x0f3b  sec    18 d0                          config.keymap
+          2222  0x0f3d  int    01                             0 # .km.name
+          2223  0x0f3e  prim   17 0f                          get
+  374 1   2224  0x0f40  prim   17 12                          dup
+          2225  0x0f42  str    94 02 5f 00                    "_"
+          2226  0x0f46  prim   17 5a                          strstr
+          2227  0x0f48  prim   17 12                          dup
+          2228  0x0f4a  int    01                             0
+          2229  0x0f4b  prim   17 29                          eq
+          2230  0x0f4d  code   25 8a 0f                       {
+  375 1   2231  0x0f50  prim   17 13                            pop
+  376 1   2232  0x0f52  sec    28 1c 01                         keymap.op
+          2233  0x0f55  str    94 27 6b 65 79 62 6f 61          "keyboard-configuration/layoutcode%s%s "
+                               72 64 2d 63 6f 6e 66 69
+                               67 75 72 61 74 69 6f 6e
+                               2f 6c 61 79 6f 75 74 63
+                               6f 64 65 25 73 25 73 20
+                               00
+          2234  0x0f7e  sec    28 0d 01                         bc.cmd
+          2235  0x0f81  prim   17 12                            dup
+          2236  0x0f83  prim   17 11                            length
+          2237  0x0f85  prim   17 1a                            add
+          2238  0x0f87  sec    18 c3                            sprintf
+  377 1   2239  0x0f89  ret    06                             }
+          2240  0x0f8a  code   25 0c 10                       {
+  378 1   2241  0x0f8d  prim   17 17                            over
+          2242  0x0f8f  prim   17 17                            over
+          2243  0x0f91  int    11 01                            1
+          2244  0x0f93  prim   17 1b                            sub
+          2245  0x0f95  int    01                               0
+          2246  0x0f96  prim   17 10                            put
+  379 1   2247  0x0f98  prim   17 17                            over
+          2248  0x0f9a  sec    28 1c 01                         keymap.op
+          2249  0x0f9d  str    94 27 6b 65 79 62 6f 61          "keyboard-configuration/layoutcode%s%s "
+                               72 64 2d 63 6f 6e 66 69
+                               67 75 72 61 74 69 6f 6e
+                               2f 6c 61 79 6f 75 74 63
+                               6f 64 65 25 73 25 73 20
+                               00
+          2250  0x0fc6  sec    28 0d 01                         bc.cmd
+          2251  0x0fc9  prim   17 12                            dup
+          2252  0x0fcb  prim   17 11                            length
+          2253  0x0fcd  prim   17 1a                            add
+          2254  0x0fcf  sec    18 c3                            sprintf
+  380 1   2255  0x0fd1  prim   17 1a                            add
+          2256  0x0fd3  sec    28 1c 01                         keymap.op
+          2257  0x0fd6  str    94 28 6b 65 79 62 6f 61          "keyboard-configuration/variantcode%s%s "
+                               72 64 2d 63 6f 6e 66 69
+                               67 75 72 61 74 69 6f 6e
+                               2f 76 61 72 69 61 6e 74
+                               63 6f 64 65 25 73 25 73
+                               20 00
+          2258  0x1000  sec    28 0d 01                         bc.cmd
+          2259  0x1003  prim   17 12                            dup
+          2260  0x1005  prim   17 11                            length
+          2261  0x1007  prim   17 1a                            add
+          2262  0x1009  sec    18 c3                            sprintf
+  381 1   2263  0x100b  ret    06                             }
+          2264  0x100c  prim   17 07                          ifelse
+  382 1   2265  0x100e  sec    18 d0                          config.keymap
+          2266  0x1010  int    11 04                          4 # .km.model
+          2267  0x1012  prim   17 0f                          get
+          2268  0x1014  prim   17 12                          dup
+          2269  0x1016  code   25 50 10                       {
+  383 1   2270  0x1019  sec    28 1c 01                         keymap.op
+          2271  0x101c  str    94 26 6b 65 79 62 6f 61          "keyboard-configuration/modelcode%s%s "
+                               72 64 2d 63 6f 6e 66 69
+                               67 75 72 61 74 69 6f 6e
+                               2f 6d 6f 64 65 6c 63 6f
+                               64 65 25 73 25 73 20 00
+          2272  0x1044  sec    28 0d 01                         bc.cmd
+          2273  0x1047  prim   17 12                            dup
+          2274  0x1049  prim   17 11                            length
+          2275  0x104b  prim   17 1a                            add
+          2276  0x104d  sec    18 c3                            sprintf
+  384 1   2277  0x104f  ret    06                             }
+          2278  0x1050  code   25 56 10                       {
+  385 1   2279  0x1053  prim   17 13                            pop
+  386 1   2280  0x1055  ret    06                             }
+          2281  0x1056  prim   17 07                          ifelse
+  387 1   2282  0x1058  ret    06                           }
+          2283  0x1059  prim   17 06                        if
+  389 1   2284  0x105b  sec    28 1e 01                     modes.selected.append
+          2285  0x105e  none   00                           .undef # .undef
+          2286  0x105f  prim   17 2a                        ne
+          2287  0x1061  code   25 79 10                     {
+  390 1   2288  0x1064  sec    28 1e 01                       modes.selected.append
+          2289  0x1067  str    94 04 25 73 20 00              "%s "
+          2290  0x106d  sec    28 0d 01                       bc.cmd
+          2291  0x1070  prim   17 12                          dup
+          2292  0x1072  prim   17 11                          length
+          2293  0x1074  prim   17 1a                          add
+          2294  0x1076  sec    18 c3                          sprintf
+  391 1   2295  0x1078  ret    06                           }
+          2296  0x1079  prim   17 06                        if
+  393 1   2297  0x107b  sec    28 1f 01                     modes.selected.replace
+          2298  0x107e  none   00                           .undef # .undef
+          2299  0x107f  prim   17 2a                        ne
+          2300  0x1081  code   25 42 11                     {
+  394 1   2301  0x1084  sec    28 1f 01                       modes.selected.replace
+          2302  0x1087  str    94 02 3d 00                    "="
+          2303  0x108b  prim   17 5a                          strstr
+          2304  0x108d  prim   17 12                          dup
+          2305  0x108f  int    01                             0
+          2306  0x1090  prim   17 2a                          ne
+          2307  0x1092  code   25 39 11                       {
+  395 1   2308  0x1095  sec    28 1f 01                         modes.selected.replace
+          2309  0x1098  prim   17 14                            exch
+          2310  0x109a  sec    18 df                            strndup
+          2311  0x109c  dict   29 17 01                         /bc.tmp
+          2312  0x109f  prim   17 14                            exch
+          2313  0x10a1  prim   17 05                            def
+  396 1   2314  0x10a3  sec    28 0d 01                         bc.cmd
+          2315  0x10a6  code   25 29 11                         {
+  397 1   2316  0x10a9  prim   17 12                              dup
+          2317  0x10ab  int    01                                 0
+          2318  0x10ac  prim   17 0f                              get
+          2319  0x10ae  int    01                                 0
+          2320  0x10af  prim   17 29                              eq
+          2321  0x10b1  code   25 b7 10                           {
+          2322  0x10b4  prim   17 0c                                exit
+          2323  0x10b6  ret    06                                 }
+          2324  0x10b7  prim   17 06                              if
+  398 1   2325  0x10b9  prim   17 12                              dup
+          2326  0x10bb  sec    18 8d                              getword
+  399 1   2327  0x10bd  prim   17 12                              dup
+          2328  0x10bf  str    94 02 3d 00                        "="
+          2329  0x10c3  prim   17 5a                              strstr
+          2330  0x10c5  prim   17 12                              dup
+          2331  0x10c7  int    01                                 0
+          2332  0x10c8  prim   17 2a                              ne
+          2333  0x10ca  code   25 d5 10                           {
+          2334  0x10cd  prim   17 17                                over
+          2335  0x10cf  prim   17 14                                exch
+          2336  0x10d1  int    01                                   0
+          2337  0x10d2  prim   17 10                                put
+          2338  0x10d4  ret    06                                 }
+          2339  0x10d5  code   25 db 10                           {
+          2340  0x10d8  prim   17 13                                pop
+          2341  0x10da  ret    06                                 }
+          2342  0x10db  prim   17 07                              ifelse
+  400 1   2343  0x10dd  prim   17 12                              dup
+          2344  0x10df  sec    28 17 01                           bc.tmp
+          2345  0x10e2  prim   17 29                              eq
+          2346  0x10e4  prim   17 14                              exch
+          2347  0x10e6  prim   17 32                              free
+          2348  0x10e8  code   25 20 11                           {
+  401 1   2349  0x10eb  sec    28 17 01                             bc.tmp
+          2350  0x10ee  prim   17 32                                free
+  402 1   2351  0x10f0  prim   17 12                                dup
+          2352  0x10f2  sec    18 cb                                strdup
+          2353  0x10f4  dict   29 17 01                             /bc.tmp
+          2354  0x10f7  prim   17 14                                exch
+          2355  0x10f9  prim   17 05                                def
+  403 1   2356  0x10fb  sec    28 17 01                             bc.tmp
+          2357  0x10fe  sec    28 1f 01                             modes.selected.replace
+          2358  0x1101  str    94 05 25 73 25 73 00                 "%s%s"
+          2359  0x1108  int    11 04                                4
+          2360  0x110a  prim   17 18                                index
+          2361  0x110c  sec    18 c3                                sprintf
+  404 1   2362  0x110e  sec    28 17 01                             bc.tmp
+          2363  0x1111  prim   17 32                                free
+          2364  0x1113  dict   29 17 01                             /bc.tmp
+          2365  0x1116  none   00                                   .undef # .undef
+          2366  0x1117  prim   17 05                                def
+  405 1   2367  0x1119  prim   17 14                                exch
+          2368  0x111b  prim   17 13                                pop
+          2369  0x111d  prim   17 0c                                exit
+  406 1   2370  0x111f  ret    06                                 }
+          2371  0x1120  prim   17 06                              if
+  407 1   2372  0x1122  prim   17 14                              exch
+          2373  0x1124  prim   17 13                              pop
+  408 1   2374  0x1126  sec    18 e6                              skipspace
+  409 1   2375  0x1128  ret    06                               }
+          2376  0x1129  prim   17 08                            loop
+  410 1   2377  0x112b  prim   17 13                            pop
+  411 1   2378  0x112d  sec    28 17 01                         bc.tmp
+          2379  0x1130  prim   17 32                            free
+          2380  0x1132  dict   29 17 01                         /bc.tmp
+          2381  0x1135  none   00                               .undef # .undef
+          2382  0x1136  prim   17 05                            def
+  412 1   2383  0x1138  ret    06                             }
+          2384  0x1139  code   25 3f 11                       {
+  413 1   2385  0x113c  prim   17 13                            pop
+  414 1   2386  0x113e  ret    06                             }
+          2387  0x113f  prim   17 07                          ifelse
+  415 1   2388  0x1141  ret    06                           }
+          2389  0x1142  prim   17 06                        if
+  416 1   2390  0x1144  ret    06                         }
+          2391  0x1145  prim   17 06                      if
+  418 1   2392  0x1147  sec    28 20 01                   xmenu.access
+          2393  0x114a  code   25 6e 11                   {
+  419 1   2394  0x114d  sec    28 21 01                     access.option
+          2395  0x1150  none   00                           .undef # .undef
+          2396  0x1151  prim   17 2a                        ne
+          2397  0x1153  code   25 6b 11                     {
+  420 1   2398  0x1156  sec    28 21 01                       access.option
+          2399  0x1159  str    94 04 25 73 20 00              "%s "
+          2400  0x115f  sec    28 0d 01                       bc.cmd
+          2401  0x1162  prim   17 12                          dup
+          2402  0x1164  prim   17 11                          length
+          2403  0x1166  prim   17 1a                          add
+          2404  0x1168  sec    18 c3                          sprintf
+  421 1   2405  0x116a  ret    06                           }
+          2406  0x116b  prim   17 06                        if
+  422 1   2407  0x116d  ret    06                         }
+          2408  0x116e  prim   17 06                      if
+  424 1   2409  0x1170  sec    28 22 01                   xmenu.profile
+          2410  0x1173  code   25 a6 11                   {
+  425 1   2411  0x1176  sec    28 23 01                     profile.options
+          2412  0x1179  sec    28 22 01                     xmenu.profile
+          2413  0x117c  int    01                           0 # .xm_current
+          2414  0x117d  prim   17 0f                        get
+          2415  0x117f  prim   17 0f                        get
+          2416  0x1181  prim   17 12                        dup
+          2417  0x1183  str    94 01 00                     ""
+          2418  0x1186  prim   17 2a                        ne
+          2419  0x1188  code   25 9d 11                     {
+  426 1   2420  0x118b  str    94 04 25 73 20 00              "%s "
+          2421  0x1191  sec    28 0d 01                       bc.cmd
+          2422  0x1194  prim   17 12                          dup
+          2423  0x1196  prim   17 11                          length
+          2424  0x1198  prim   17 1a                          add
+          2425  0x119a  sec    18 c3                          sprintf
+  427 1   2426  0x119c  ret    06                           }
+          2427  0x119d  code   25 a3 11                     {
+          2428  0x11a0  prim   17 13                          pop
+          2429  0x11a2  ret    06                           }
+          2430  0x11a3  prim   17 07                        ifelse
+  428 1   2431  0x11a5  ret    06                         }
+          2432  0x11a6  prim   17 06                      if
+  430 1   2433  0x11a8  sec    18 ec                      timeout.hidden
+          2434  0x11aa  code   25 cb 11                   {
+  431 1   2435  0x11ad  str    94 10 6d 61 79 62 65 2d      "maybe-ubiquity "
+                               75 62 69 71 75 69 74 79
+                               20 00
+          2436  0x11bf  sec    28 0d 01                     bc.cmd
+          2437  0x11c2  prim   17 12                        dup
+          2438  0x11c4  prim   17 11                        length
+          2439  0x11c6  prim   17 1a                        add
+          2440  0x11c8  sec    18 c3                        sprintf
+  432 1   2441  0x11ca  ret    06                         }
+          2442  0x11cb  prim   17 06                      if
+  434 1   2443  0x11cd  sec    28 0d 01                   bc.cmd
+          2444  0x11d0  sec    18 db                      dropspaces
+  436 1   2445  0x11d2  sec    28 01 01                   debug
+          2446  0x11d5  int    11 03                      3
+          2447  0x11d7  prim   17 2c                      ge
+          2448  0x11d9  code   25 01 12                   {
+  437 1   2449  0x11dc  int    01                           0
+          2450  0x11dd  int    01                           0
+          2451  0x11de  prim   17 3c                        moveto
+          2452  0x11e0  sec    18 ed                        white
+          2453  0x11e2  prim   17 3f                        setcolor
+  438 1   2454  0x11e4  sec    28 0d 01                     bc.cmd
+          2455  0x11e7  sec    18 c5                        print
+          2456  0x11e9  str    94 11 3c 3c 20 20 28 70      "<<  (press ESC) "
+                               72 65 73 73 20 45 53 43
+                               29 20 00
+          2457  0x11fc  sec    18 c5                        print
+          2458  0x11fe  prim   17 2f                        trace
+  439 1   2459  0x1200  ret    06                         }
+          2460  0x1201  prim   17 06                      if
+  441 1   2461  0x1203  sec    28 0d 01                   bc.cmd
+          2462  0x1206  sec    28 0b 01                   menu.indices
+          2463  0x1209  sec    28 0c 01                   menu.entry
+          2464  0x120c  prim   17 0f                      get
+  442 1   2465  0x120e  ret    06                       }
+          2466  0x120f  prim   17 05                    def
+  447 1   2467  0x1211  dict   19 01                    /MenuInit
+          2468  0x1213  code   25 d0 14                 {
+  448 1   2469  0x1216  prim   17 92                      colorbits
+          2470  0x1218  int    11 08                      8
+          2471  0x121a  prim   17 2e                      le
+          2472  0x121c  code   25 2d 12                   {
+  449 1   2473  0x121f  int    01                           0
+          2474  0x1220  prim   17 3f                        setcolor
+          2475  0x1222  int    01                           0
+          2476  0x1223  int    01                           0
+          2477  0x1224  prim   17 3c                        moveto
+          2478  0x1226  prim   17 38                        screen.size
+          2479  0x1228  prim   17 50                        fillrect
+          2480  0x122a  prim   17 4a                        loadpalette
+  450 1   2481  0x122c  ret    06                         }
+          2482  0x122d  prim   17 06                      if
+  452 1   2483  0x122f  sec    28 24 01                   init
+  454 1   2484  0x1232  dict   29 0c 01                   /menu.entry
+          2485  0x1235  int    11 ff                      -1
+          2486  0x1237  prim   17 05                      def
+  456 1   2487  0x1239  dict   29 25 01                   /menu.dentry
+          2488  0x123c  prim   17 14                      exch
+          2489  0x123e  prim   17 05                      def
+  458 1   2490  0x1240  sec    28 26 01                   menuconfig.init
+  460 1   2491  0x1243  str    94 0b 66 6f 72 65 67 72    "foreground"
+                               6f 75 6e 64 00
+          2492  0x1250  sec    18 d7                      getgfxconfig
+          2493  0x1252  prim   17 12                      dup
+          2494  0x1254  none   00                         .undef # .undef
+          2495  0x1255  prim   17 2a                      ne
+          2496  0x1257  code   25 79 12                   {
+  461 1   2497  0x125a  sec    18 e4                        strtol
+  462 1   2498  0x125c  dict   29 27 01                     /menu.text.select
+          2499  0x125f  prim   17 17                        over
+          2500  0x1261  prim   17 05                        def
+  463 1   2501  0x1263  dict   29 28 01                     /boot.text.options
+          2502  0x1266  prim   17 17                        over
+          2503  0x1268  prim   17 05                        def
+  464 1   2504  0x126a  dict   29 29 01                     /boot.text.normal
+          2505  0x126d  prim   17 17                        over
+          2506  0x126f  prim   17 05                        def
+  465 1   2507  0x1271  dict   29 2a 01                     /panel.high
+          2508  0x1274  prim   17 14                        exch
+          2509  0x1276  prim   17 05                        def
+  466 1   2510  0x1278  ret    06                         }
+          2511  0x1279  code   25 7f 12                   {
+          2512  0x127c  prim   17 13                        pop
+          2513  0x127e  ret    06                         }
+          2514  0x127f  prim   17 07                      ifelse
+  467 1   2515  0x1281  str    94 0b 62 61 63 6b 67 72    "background"
+                               6f 75 6e 64 00
+          2516  0x128e  sec    18 d7                      getgfxconfig
+          2517  0x1290  prim   17 12                      dup
+          2518  0x1292  none   00                         .undef # .undef
+          2519  0x1293  prim   17 2a                      ne
+          2520  0x1295  code   25 b0 12                   {
+  468 1   2521  0x1298  sec    18 e4                        strtol
+  469 1   2522  0x129a  dict   29 2b 01                     /menu.text.normal
+          2523  0x129d  prim   17 17                        over
+          2524  0x129f  prim   17 05                        def
+  470 1   2525  0x12a1  dict   29 2c 01                     /panel.normal
+          2526  0x12a4  prim   17 17                        over
+          2527  0x12a6  prim   17 05                        def
+  471 1   2528  0x12a8  dict   29 2d 01                     /title.bg
+          2529  0x12ab  prim   17 14                        exch
+          2530  0x12ad  prim   17 05                        def
+  472 1   2531  0x12af  ret    06                         }
+          2532  0x12b0  code   25 b6 12                   {
+          2533  0x12b3  prim   17 13                        pop
+          2534  0x12b5  ret    06                         }
+          2535  0x12b6  prim   17 07                      ifelse
+  473 1   2536  0x12b8  str    94 0e 73 63 72 65 65 6e    "screen-colour"
+                               2d 63 6f 6c 6f 75 72 00
+          2537  0x12c8  sec    18 d7                      getgfxconfig
+          2538  0x12ca  prim   17 12                      dup
+          2539  0x12cc  none   00                         .undef # .undef
+          2540  0x12cd  prim   17 2a                      ne
+          2541  0x12cf  code   25 e3 12                   {
+  474 1   2542  0x12d2  sec    18 e4                        strtol
+  475 1   2543  0x12d4  dict   29 2e 01                     /menu.bar.color
+          2544  0x12d7  prim   17 17                        over
+          2545  0x12d9  prim   17 05                        def
+  476 1   2546  0x12db  dict   29 2f 01                     /xmenu.dark
+          2547  0x12de  prim   17 14                        exch
+          2548  0x12e0  prim   17 05                        def
+  477 1   2549  0x12e2  ret    06                         }
+          2550  0x12e3  code   25 e9 12                   {
+          2551  0x12e6  prim   17 13                        pop
+          2552  0x12e8  ret    06                         }
+          2553  0x12e9  prim   17 07                      ifelse
+  478 1   2554  0x12eb  str    94 0f 61 63 63 65 73 73    "access-options"
+                               2d 6f 70 74 69 6f 6e 73
+                               00
+          2555  0x12fc  sec    18 d7                      getgfxconfig
+          2556  0x12fe  prim   17 12                      dup
+          2557  0x1300  none   00                         .undef # .undef
+          2558  0x1301  prim   17 2a                      ne
+          2559  0x1303  code   25 35 13                   {
+  479 1   2560  0x1306  dict   29 30 01                     /access.optionnames
+          2561  0x1309  prim   17 03                        [
+  480 1   2562  0x130b  none   00                           .undef # .undef
+  481 1   2563  0x130c  int    11 03                        3
+          2564  0x130e  prim   17 18                        index
+  482 1   2565  0x1310  code   25 2a 13                     {
+  483 1   2566  0x1313  sec    18 e6                          skipspace
+          2567  0x1315  prim   17 12                          dup
+          2568  0x1317  int    01                             0
+          2569  0x1318  prim   17 0f                          get
+          2570  0x131a  int    01                             0
+          2571  0x131b  prim   17 29                          eq
+          2572  0x131d  code   25 23 13                       {
+          2573  0x1320  prim   17 0c                            exit
+          2574  0x1322  ret    06                             }
+          2575  0x1323  prim   17 06                          if
+  484 1   2576  0x1325  sec    18 8d                          getword
+          2577  0x1327  prim   17 14                          exch
+  485 1   2578  0x1329  ret    06                           }
+          2579  0x132a  prim   17 08                        loop
+  486 1   2580  0x132c  prim   17 13                        pop
+  487 1   2581  0x132e  prim   17 04                        ]
+          2582  0x1330  prim   17 05                        def
+  488 1   2583  0x1332  prim   17 13                        pop
+  489 1   2584  0x1334  ret    06                         }
+          2585  0x1335  code   25 3b 13                   {
+          2586  0x1338  prim   17 13                        pop
+          2587  0x133a  ret    06                         }
+          2588  0x133b  prim   17 07                      ifelse
+  490 1   2589  0x133d  str    94 12 61 63 63 65 73 73    "access-options-v1"
+                               2d 6f 70 74 69 6f 6e 73
+                               2d 76 31 00
+          2590  0x1351  sec    18 d7                      getgfxconfig
+          2591  0x1353  prim   17 12                      dup
+          2592  0x1355  none   00                         .undef # .undef
+          2593  0x1356  prim   17 2a                      ne
+          2594  0x1358  code   25 63 13                   {
+  491 1   2595  0x135b  dict   29 31 01                     /access.options.v1
+          2596  0x135e  prim   17 14                        exch
+          2597  0x1360  prim   17 05                        def
+  492 1   2598  0x1362  ret    06                         }
+          2599  0x1363  code   25 69 13                   {
+          2600  0x1366  prim   17 13                        pop
+          2601  0x1368  ret    06                         }
+          2602  0x1369  prim   17 07                      ifelse
+  493 1   2603  0x136b  str    94 0f 68 69 64 64 65 6e    "hidden-timeout"
+                               2d 74 69 6d 65 6f 75 74
+                               00
+          2604  0x137c  sec    18 d7                      getgfxconfig
+          2605  0x137e  prim   17 12                      dup
+          2606  0x1380  none   00                         .undef # .undef
+          2607  0x1381  prim   17 2a                      ne
+          2608  0x1383  code   25 aa 13                   {
+  498 1   2609  0x1386  sec    18 e4                        strtol
+  499 1   2610  0x1388  prim   17 12                        dup
+          2611  0x138a  int    11 01                        1
+          2612  0x138c  prim   17 2c                        ge
+          2613  0x138e  code   25 98 13                     {
+          2614  0x1391  dict   19 ec                          /timeout.hidden
+          2615  0x1393  bool   13 01                          true # true
+          2616  0x1395  prim   17 05                          def
+          2617  0x1397  ret    06                           }
+          2618  0x1398  prim   17 06                        if
+  500 1   2619  0x139a  int    11 02                        2
+          2620  0x139c  prim   17 2c                        ge
+          2621  0x139e  code   25 a7 13                     {
+          2622  0x13a1  dict   19 f6                          /timeout.hidden.showsplash
+          2623  0x13a3  bool   03                             false # false
+          2624  0x13a4  prim   17 05                          def
+          2625  0x13a6  ret    06                           }
+          2626  0x13a7  prim   17 06                        if
+  501 1   2627  0x13a9  ret    06                         }
+          2628  0x13aa  code   25 b0 13                   {
+          2629  0x13ad  prim   17 13                        pop
+          2630  0x13af  ret    06                         }
+          2631  0x13b0  prim   17 07                      ifelse
+  503 1   2632  0x13b2  sec    28 2e 01                   menu.bar.color
+          2633  0x13b5  prim   17 3f                      setcolor
+          2634  0x13b7  int    01                         0
+          2635  0x13b8  int    01                         0
+          2636  0x13b9  prim   17 3c                      moveto
+          2637  0x13bb  prim   17 38                      screen.size
+          2638  0x13bd  prim   17 50                      fillrect
+  507 1   2639  0x13bf  sec    18 f6                      timeout.hidden.showsplash
+          2640  0x13c1  prim   17 26                      not
+          2641  0x13c3  code   25 e6 13                   {
+  508 1   2642  0x13c6  dict   29 32 01                     /background.file.orig
+          2643  0x13c9  sec    28 33 01                     background.file
+          2644  0x13cc  prim   17 05                        def
+  509 1   2645  0x13ce  str    94 0a 62 6c 61 6e 6b 2e      "blank.pcx"
+                               70 63 78 00
+          2646  0x13da  prim   17 89                        findfile
+  510 1   2647  0x13dc  dict   29 33 01                     /background.file
+          2648  0x13df  prim   17 17                        over
+          2649  0x13e1  prim   17 05                        def
+          2650  0x13e3  prim   17 93                        setimage
+  511 1   2651  0x13e5  ret    06                         }
+          2652  0x13e6  prim   17 06                      if
+  517 1   2653  0x13e8  sec    18 ec                      timeout.hidden
+          2654  0x13ea  code   25 fc 13                   {
+  518 1   2655  0x13ed  int    01                           0
+          2656  0x13ee  int    01                           0
+          2657  0x13ef  prim   17 3c                        moveto
+          2658  0x13f1  int    01                           0
+          2659  0x13f2  int    01                           0
+          2660  0x13f3  int    01                           0
+          2661  0x13f4  int    11 54                        84
+          2662  0x13f6  prim   17 49                        image
+  519 1   2663  0x13f8  int    01                           0
+          2664  0x13f9  int    11 54                        84
+  520 1   2665  0x13fb  ret    06                         }
+          2666  0x13fc  code   25 02 14                   {
+          2667  0x13ff  int    01                           0
+          2668  0x1400  int    01                           0
+          2669  0x1401  ret    06                         }
+          2670  0x1402  prim   17 07                      ifelse
+  521 1   2671  0x1404  prim   17 3c                      moveto
+          2672  0x1406  int    01                         0
+          2673  0x1407  int    01                         0
+          2674  0x1408  sec    28 34 01                   clip.size
+          2675  0x140b  prim   17 49                      image
+  523 1   2676  0x140d  dict   29 35 01                   /menu.args
+          2677  0x1410  prim   17 14                      exch
+          2678  0x1412  prim   17 05                      def
+  524 1   2679  0x1414  dict   29 0e 01                   /menu.texts
+          2680  0x1417  prim   17 14                      exch
+          2681  0x1419  prim   17 05                      def
+  525 1   2682  0x141b  dict   29 36 01                   /menu.humans
+          2683  0x141e  prim   17 14                      exch
+          2684  0x1420  prim   17 05                      def
+  526 1   2685  0x1422  dict   29 0b 01                   /menu.indices
+          2686  0x1425  prim   17 14                      exch
+          2687  0x1427  prim   17 05                      def
+  528 1   2688  0x1429  sec    18 ec                      timeout.hidden
+          2689  0x142b  code   25 3a 14                   {
+  529 1   2690  0x142e  sec    28 37 01                     window.splash
+  530 1   2691  0x1431  prim   17 12                        dup
+          2692  0x1433  sec    28 38 01                     window.init
+  531 1   2693  0x1436  sec    28 39 01                     window.show
+  532 1   2694  0x1439  ret    06                         }
+          2695  0x143a  code   25 93 14                   {
+  533 1   2696  0x143d  sec    28 3a 01                     window.main
+  534 1   2697  0x1440  prim   17 12                        dup
+          2698  0x1442  sec    28 38 01                     window.init
+  535 1   2699  0x1445  sec    28 39 01                     window.show
+  537 1   2700  0x1448  sec    18 fc                        32+64bit_source
+          2701  0x144a  prim   17 26                        not
+          2702  0x144c  code   25 82 14                     {
+  539 1   2703  0x144f  prim   17 80                          64bit
+          2704  0x1451  code   25 69 14                       {
+  540 1   2705  0x1454  sec    18 f7                            64bit_source
+          2706  0x1456  prim   17 26                            not
+          2707  0x1458  code   25 66 14                         {
+          2708  0x145b  prim   17 78                              notimeout
+          2709  0x145d  dict   19 ec                              /timeout.hidden
+          2710  0x145f  bool   03                                 false # false
+          2711  0x1460  prim   17 05                              def
+          2712  0x1462  sec    28 3b 01                           32bit_popup
+          2713  0x1465  ret    06                               }
+          2714  0x1466  prim   17 06                            if
+  541 1   2715  0x1468  ret    06                             }
+          2716  0x1469  code   25 7f 14                       {
+  542 1   2717  0x146c  sec    18 f7                            64bit_source
+          2718  0x146e  code   25 7c 14                         {
+          2719  0x1471  prim   17 78                              notimeout
+          2720  0x1473  dict   19 ec                              /timeout.hidden
+          2721  0x1475  bool   03                                 false # false
+          2722  0x1476  prim   17 05                              def
+          2723  0x1478  sec    28 3c 01                           64bit_popup
+          2724  0x147b  ret    06                               }
+          2725  0x147c  prim   17 06                            if
+  543 1   2726  0x147e  ret    06                             }
+          2727  0x147f  prim   17 07                          ifelse
+  545 1   2728  0x1481  ret    06                           }
+          2729  0x1482  prim   17 06                        if
+  547 1   2730  0x1484  sec    28 3d 01                     lang.displayed
+          2731  0x1487  prim   17 26                        not
+          2732  0x1489  code   25 90 14                     {
+          2733  0x148c  sec    28 3e 01                       panel.lang
+          2734  0x148f  ret    06                           }
+          2735  0x1490  prim   17 06                        if
+  548 1   2736  0x1492  ret    06                         }
+          2737  0x1493  prim   17 07                      ifelse
+  550 1   2738  0x1495  int    11 32                      50
+          2739  0x1497  prim   17 5c                      sound.setvolume
+  551 1   2740  0x1499  str    94 0c 73 74 61 72 74 75    "startup.mod"
+                               70 2e 6d 6f 64 00
+          2741  0x14a7  prim   17 89                      findfile
+          2742  0x14a9  prim   17 12                      dup
+          2743  0x14ab  none   00                         .undef # .undef
+          2744  0x14ac  prim   17 2a                      ne
+          2745  0x14ae  code   25 c7 14                   {
+  552 1   2746  0x14b1  dict   29 3f 01                     /player.startup
+          2747  0x14b4  int    01                           0
+          2748  0x14b5  prim   17 05                        def
+  553 1   2749  0x14b7  sec    28 3f 01                     player.startup
+          2750  0x14ba  prim   17 17                        over
+          2751  0x14bc  prim   17 61                        mod.load
+  554 1   2752  0x14be  sec    28 3f 01                     player.startup
+          2753  0x14c1  int    01                           0
+          2754  0x14c2  prim   17 62                        mod.play
+  555 1   2755  0x14c4  prim   17 32                        free
+  556 1   2756  0x14c6  ret    06                         }
+          2757  0x14c7  code   25 cd 14                   {
+          2758  0x14ca  prim   17 13                        pop
+          2759  0x14cc  ret    06                         }
+          2760  0x14cd  prim   17 07                      ifelse
+  557 1   2761  0x14cf  ret    06                       }
+          2762  0x14d0  prim   17 05                    def
+  565 1   2763  0x14d2  dict   29 40 01                 /bootoptions.init
+          2764  0x14d5  code   25 3a 15                 {
+  566 1   2765  0x14d8  sec    28 41 01                   window.current
+          2766  0x14db  sec    28 42 01                   .color.fg
+          2767  0x14de  prim   17 0f                      get
+          2768  0x14e0  prim   17 3f                      setcolor
+  567 1   2769  0x14e2  sec    28 41 01                   window.current
+          2770  0x14e5  sec    28 43 01                   .ed.font
+          2771  0x14e8  prim   17 0f                      get
+          2772  0x14ea  prim   17 43                      setfont
+  569 1   2773  0x14ec  sec    28 44 01                   boot.show
+          2774  0x14ef  code   25 f8 14                   {
+          2775  0x14f2  sec    28 45 01                     boot.ed
+          2776  0x14f5  prim   17 56                        edit.hidecursor
+          2777  0x14f7  ret    06                         }
+          2778  0x14f8  prim   17 06                      if
+  570 1   2779  0x14fa  sec    28 35 01                   menu.args
+          2780  0x14fd  sec    28 0c 01                   menu.entry
+          2781  0x1500  prim   17 0f                      get
+  571 1   2782  0x1502  sec    28 46 01                   bootpromptmap
+  573 1   2783  0x1505  sec    28 44 01                   boot.show
+          2784  0x1508  code   25 25 15                   {
+  574 1   2785  0x150b  sec    28 45 01                     boot.ed
+          2786  0x150e  prim   17 17                        over
+          2787  0x1510  prim   17 52                        edit.init
+  575 1   2788  0x1512  str    94 01 00                     ""
+          2789  0x1515  prim   17 2a                        ne
+          2790  0x1517  code   25 22 15                     {
+          2791  0x151a  sec    28 45 01                       boot.ed
+          2792  0x151d  int    11 20                          ' '
+          2793  0x151f  prim   17 54                          edit.input
+          2794  0x1521  ret    06                           }
+          2795  0x1522  prim   17 06                        if
+  576 1   2796  0x1524  ret    06                         }
+          2797  0x1525  code   25 37 15                   {
+  577 1   2798  0x1528  str    94 03 25 73 00               "%s"
+          2799  0x152d  sec    28 45 01                     boot.ed
+          2800  0x1530  int    11 03                        3
+          2801  0x1532  prim   17 0f                        get
+          2802  0x1534  sec    18 c3                        sprintf
+  578 1   2803  0x1536  ret    06                         }
+          2804  0x1537  prim   17 07                      ifelse
+  580 1   2805  0x1539  ret    06                       }
+          2806  0x153a  prim   17 05                    def
+  588 1   2807  0x153c  dict   29 46 01                 /bootpromptmap
+          2808  0x153f  code   25 d3 15                 {
+  589 1   2809  0x1542  dict   29 47 01                   /cmdline
+          2810  0x1545  prim   17 14                      exch
+          2811  0x1547  prim   17 05                      def
+  591 1   2812  0x1549  sec    28 47 01                   cmdline
+          2813  0x154c  str    94 09 73 68 6f 77 6f 70    "showopts"
+                               74 73 00
+          2814  0x1557  sec    28 48 01                   getoption
+  592 1   2815  0x155a  prim   17 12                      dup
+          2816  0x155c  str    94 01 00                   ""
+          2817  0x155f  prim   17 29                      eq
+          2818  0x1561  code   25 82 15                   {
+  593 1   2819  0x1564  sec    28 49 01                     cmdline.shown
+          2820  0x1567  int    01                           0
+          2821  0x1568  int    01                           0
+          2822  0x1569  prim   17 10                        put
+  594 1   2823  0x156b  prim   17 13                        pop
+          2824  0x156d  sec    28 47 01                     cmdline
+          2825  0x1570  str    94 03 25 73 00               "%s"
+          2826  0x1575  sec    28 49 01                     cmdline.shown
+          2827  0x1578  sec    18 c3                        sprintf
+  595 1   2828  0x157a  sec    28 14 01                     cmdline.hidden
+          2829  0x157d  int    01                           0
+          2830  0x157e  int    01                           0
+          2831  0x157f  prim   17 10                        put
+  596 1   2832  0x1581  ret    06                         }
+          2833  0x1582  code   25 c3 15                   {
+  597 1   2834  0x1585  str    94 09 73 68 6f 77 6f 70      "showopts"
+                               74 73 00
+          2835  0x1590  prim   17 11                        length
+          2836  0x1592  prim   17 1a                        add
+          2837  0x1594  sec    18 da                        skipspaces
+  598 1   2838  0x1596  str    94 03 25 73 00               "%s"
+          2839  0x159b  sec    28 49 01                     cmdline.shown
+          2840  0x159e  sec    18 c3                        sprintf
+  599 1   2841  0x15a0  sec    28 47 01                     cmdline
+          2842  0x15a3  str    94 03 25 73 00               "%s"
+          2843  0x15a8  sec    28 14 01                     cmdline.hidden
+          2844  0x15ab  sec    18 c3                        sprintf
+  600 1   2845  0x15ad  sec    28 14 01                     cmdline.hidden
+          2846  0x15b0  str    94 09 73 68 6f 77 6f 70      "showopts"
+                               74 73 00
+          2847  0x15bb  sec    28 48 01                     getoption
+          2848  0x15be  int    01                           0
+          2849  0x15bf  int    01                           0
+          2850  0x15c0  prim   17 10                        put
+  601 1   2851  0x15c2  ret    06                         }
+          2852  0x15c3  prim   17 07                      ifelse
+  603 1   2853  0x15c5  sec    28 49 01                   cmdline.shown
+          2854  0x15c8  sec    18 db                      dropspaces
+  604 1   2855  0x15ca  sec    28 14 01                   cmdline.hidden
+          2856  0x15cd  sec    18 db                      dropspaces
+  606 1   2857  0x15cf  sec    28 49 01                   cmdline.shown
+  607 1   2858  0x15d2  ret    06                       }
+          2859  0x15d3  prim   17 05                    def
+  615 1   2860  0x15d5  dict   29 48 01                 /getoption
+          2861  0x15d8  code   25 5a 16                 {
+  616 1   2862  0x15db  dict   29 4a 01                   /go.name
+          2863  0x15de  prim   17 14                      exch
+          2864  0x15e0  prim   17 05                      def
+  617 1   2865  0x15e2  dict   29 4b 01                   /go.cmdline
+          2866  0x15e5  prim   17 14                      exch
+          2867  0x15e7  prim   17 05                      def
+  618 1   2868  0x15e9  dict   29 4c 01                   /go.pos
+          2869  0x15ec  int    01                         0
+          2870  0x15ed  prim   17 05                      def
+  619 1   2871  0x15ef  code   25 57 16                   {
+  620 1   2872  0x15f2  sec    28 4b 01                     go.cmdline
+          2873  0x15f5  sec    28 4c 01                     go.pos
+          2874  0x15f8  prim   17 1a                        add
+          2875  0x15fa  sec    28 4a 01                     go.name
+          2876  0x15fd  prim   17 5a                        strstr
+          2877  0x15ff  prim   17 12                        dup
+          2878  0x1601  code   25 49 16                     {
+  621 1   2879  0x1604  int    11 01                          1
+          2880  0x1606  prim   17 1b                          sub
+          2881  0x1608  dict   29 4c 01                       /go.pos
+          2882  0x160b  prim   17 14                          exch
+          2883  0x160d  prim   17 05                          def
+  623 1   2884  0x160f  sec    28 4b 01                       go.cmdline
+          2885  0x1612  sec    28 4c 01                       go.pos
+          2886  0x1615  sec    18 dc                          iswordboundary
+  624 1   2887  0x1617  sec    28 4b 01                       go.cmdline
+          2888  0x161a  sec    28 4c 01                       go.pos
+          2889  0x161d  sec    28 4a 01                       go.name
+          2890  0x1620  prim   17 11                          length
+          2891  0x1622  prim   17 1a                          add
+          2892  0x1624  sec    18 dc                          iswordboundary
+  625 1   2893  0x1626  prim   17 23                          and
+          2894  0x1628  code   25 36 16                       {
+  626 1   2895  0x162b  sec    28 4b 01                         go.cmdline
+          2896  0x162e  sec    28 4c 01                         go.pos
+          2897  0x1631  prim   17 1a                            add
+          2898  0x1633  prim   17 0c                            exit
+  627 1   2899  0x1635  ret    06                             }
+          2900  0x1636  code   25 46 16                       {
+  628 1   2901  0x1639  dict   29 4c 01                         /go.pos
+          2902  0x163c  sec    28 4c 01                         go.pos
+          2903  0x163f  int    11 01                            1
+          2904  0x1641  prim   17 1a                            add
+          2905  0x1643  prim   17 05                            def
+  629 1   2906  0x1645  ret    06                             }
+          2907  0x1646  prim   17 07                          ifelse
+  630 1   2908  0x1648  ret    06                           }
+          2909  0x1649  code   25 54 16                     {
+  631 1   2910  0x164c  prim   17 13                          pop
+          2911  0x164e  str    94 01 00                       ""
+          2912  0x1651  prim   17 0c                          exit
+  632 1   2913  0x1653  ret    06                           }
+          2914  0x1654  prim   17 07                        ifelse
+  633 1   2915  0x1656  ret    06                         }
+          2916  0x1657  prim   17 08                      loop
+  634 1   2917  0x1659  ret    06                       }
+          2918  0x165a  prim   17 05                    def
+  638 1   2919  0x165c  dict   29 4d 01                 /redrawmenu
+          2920  0x165f  code   25 96 17                 {
+  639 1   2921  0x1662  sec    28 4e 01                   menu.visible.entries
+          2922  0x1665  sec    28 0e 01                   menu.texts
+          2923  0x1668  prim   17 11                      length
+          2924  0x166a  prim   17 2d                      lt
+          2925  0x166c  sec    28 4f 01                   menu.scrollbar
+          2926  0x166f  prim   17 23                      and
+          2927  0x1671  code   25 13 17                   {
+  640 1   2928  0x1674  dict   29 50 01                     /menu.vsb.height1
+  641 1   2929  0x1677  sec    28 51 01                     menu.shift
+  642 1   2930  0x167a  sec    28 52 01                     menu.sb.height
+          2931  0x167d  prim   17 1c                        mul
+          2932  0x167f  sec    28 0e 01                     menu.texts
+          2933  0x1682  prim   17 11                        length
+          2934  0x1684  prim   17 1d                        div
+  643 1   2935  0x1686  prim   17 05                        def
+  645 1   2936  0x1688  dict   29 53 01                     /menu.vsb.height3
+  646 1   2937  0x168b  sec    28 0e 01                     menu.texts
+          2938  0x168e  prim   17 11                        length
+          2939  0x1690  sec    28 4e 01                     menu.visible.entries
+          2940  0x1693  sec    28 51 01                     menu.shift
+          2941  0x1696  prim   17 1a                        add
+          2942  0x1698  prim   17 1b                        sub
+  647 1   2943  0x169a  sec    28 52 01                     menu.sb.height
+          2944  0x169d  prim   17 1c                        mul
+          2945  0x169f  sec    28 0e 01                     menu.texts
+          2946  0x16a2  prim   17 11                        length
+          2947  0x16a4  prim   17 1d                        div
+  648 1   2948  0x16a6  prim   17 05                        def
+  650 1   2949  0x16a8  sec    28 54 01                     lightgray
+          2950  0x16ab  prim   17 3f                        setcolor
+  651 1   2951  0x16ad  sec    28 55 01                     menu.sb.x
+          2952  0x16b0  sec    28 56 01                     menu.sb.y
+          2953  0x16b3  sec    28 50 01                     menu.vsb.height1
+          2954  0x16b6  prim   17 1a                        add
+          2955  0x16b8  prim   17 3c                        moveto
+  652 1   2956  0x16ba  sec    28 57 01                     menu.sb.width
+          2957  0x16bd  sec    28 52 01                     menu.sb.height
+          2958  0x16c0  sec    28 50 01                     menu.vsb.height1
+          2959  0x16c3  sec    28 53 01                     menu.vsb.height3
+          2960  0x16c6  prim   17 1a                        add
+          2961  0x16c8  prim   17 1b                        sub
+  653 1   2962  0x16ca  prim   17 50                        fillrect
+  655 1   2963  0x16cc  sec    28 50 01                     menu.vsb.height1
+          2964  0x16cf  int    01                           0
+          2965  0x16d0  prim   17 2a                        ne
+          2966  0x16d2  code   25 e8 16                     {
+  656 1   2967  0x16d5  sec    28 55 01                       menu.sb.x
+          2968  0x16d8  sec    28 56 01                       menu.sb.y
+          2969  0x16db  prim   17 3c                          moveto
+  657 1   2970  0x16dd  prim   17 3d                          currentpoint
+          2971  0x16df  sec    28 57 01                       menu.sb.width
+          2972  0x16e2  sec    28 50 01                       menu.vsb.height1
+          2973  0x16e5  prim   17 49                          image
+  658 1   2974  0x16e7  ret    06                           }
+          2975  0x16e8  prim   17 06                        if
+  660 1   2976  0x16ea  sec    28 53 01                     menu.vsb.height3
+          2977  0x16ed  int    01                           0
+          2978  0x16ee  prim   17 2a                        ne
+          2979  0x16f0  code   25 10 17                     {
+  661 1   2980  0x16f3  sec    28 55 01                       menu.sb.x
+          2981  0x16f6  sec    28 56 01                       menu.sb.y
+          2982  0x16f9  sec    28 52 01                       menu.sb.height
+          2983  0x16fc  sec    28 53 01                       menu.vsb.height3
+          2984  0x16ff  prim   17 1b                          sub
+          2985  0x1701  prim   17 1a                          add
+          2986  0x1703  prim   17 3c                          moveto
+  662 1   2987  0x1705  prim   17 3d                          currentpoint
+          2988  0x1707  sec    28 57 01                       menu.sb.width
+          2989  0x170a  sec    28 53 01                       menu.vsb.height3
+          2990  0x170d  prim   17 49                          image
+  663 1   2991  0x170f  ret    06                           }
+          2992  0x1710  prim   17 06                        if
+  665 1   2993  0x1712  ret    06                         }
+          2994  0x1713  prim   17 06                      if
+  667 1   2995  0x1715  sec    28 2b 01                   menu.text.normal
+          2996  0x1718  prim   17 3f                      setcolor
+  669 1   2997  0x171a  dict   29 58 01                   /x
+          2998  0x171d  sec    28 59 01                   menu.start.x
+          2999  0x1720  prim   17 05                      def
+  670 1   3000  0x1722  dict   29 5a 01                   /y
+          3001  0x1725  sec    28 5b 01                   menu.start.y
+          3002  0x1728  prim   17 05                      def
+  672 1   3003  0x172a  int    01                         0
+          3004  0x172b  int    11 01                      1
+          3005  0x172d  sec    28 4e 01                   menu.visible.entries
+          3006  0x1730  int    11 01                      1
+          3007  0x1732  prim   17 1b                      sub
+          3008  0x1734  code   25 93 17                   {
+  673 1   3009  0x1737  sec    28 58 01                     x
+          3010  0x173a  sec    28 5a 01                     y
+          3011  0x173d  prim   17 3c                        moveto
+          3012  0x173f  prim   17 3d                        currentpoint
+          3013  0x1741  sec    28 5c 01                     menu.bar.width
+          3014  0x1744  sec    28 5d 01                     menu.bar.height
+          3015  0x1747  prim   17 49                        image
+  674 1   3016  0x1749  sec    28 0e 01                     menu.texts
+          3017  0x174c  prim   17 14                        exch
+          3018  0x174e  sec    28 51 01                     menu.shift
+          3019  0x1751  prim   17 1a                        add
+          3020  0x1753  prim   17 0f                        get
+          3021  0x1755  sec    28 5e 01                     menuitemmap
+  675 1   3022  0x1758  sec    28 58 01                     x
+          3023  0x175b  sec    28 5c 01                     menu.bar.width
+          3024  0x175e  int    11 02                        2
+          3025  0x1760  prim   17 18                        index
+          3026  0x1762  prim   17 46                        strsize
+          3027  0x1764  prim   17 13                        pop
+          3028  0x1766  prim   17 1b                        sub
+          3029  0x1768  int    11 02                        2
+          3030  0x176a  prim   17 1d                        div
+          3031  0x176c  prim   17 1a                        add
+  676 1   3032  0x176e  sec    28 5a 01                     y
+          3033  0x1771  sec    28 5f 01                     menu.text.yofs
+          3034  0x1774  prim   17 1a                        add
+  677 1   3035  0x1776  prim   17 3c                        moveto
+  678 1   3036  0x1778  prim   17 44                        currentfont
+          3037  0x177a  prim   17 14                        exch
+          3038  0x177c  sec    28 60 01                     font.large
+          3039  0x177f  prim   17 43                        setfont
+          3040  0x1781  prim   17 47                        show
+          3041  0x1783  prim   17 43                        setfont
+  679 1   3042  0x1785  dict   29 5a 01                     /y
+          3043  0x1788  sec    28 5a 01                     y
+          3044  0x178b  sec    28 61 01                     menu.item.height
+          3045  0x178e  prim   17 1a                        add
+          3046  0x1790  prim   17 05                        def
+  680 1   3047  0x1792  ret    06                         }
+          3048  0x1793  prim   17 0a                      for
+  682 1   3049  0x1795  ret    06                       }
+          3050  0x1796  prim   17 05                    def
+  692 1   3051  0x1798  dict   29 62 01                 /MenuSelect
+          3052  0x179b  code   25 7d 18                 {
+  693 1   3053  0x179e  dict   29 63 01                   /menu.status
+          3054  0x17a1  prim   17 14                      exch
+          3055  0x17a3  prim   17 05                      def
+  695 1   3056  0x17a5  dict   29 64 01                   /menu.idx
+          3057  0x17a8  prim   17 17                      over
+          3058  0x17aa  prim   17 05                      def
+  697 1   3059  0x17ac  sec    28 51 01                   menu.shift
+          3060  0x17af  prim   17 1b                      sub
+  698 1   3061  0x17b1  sec    28 61 01                   menu.item.height
+          3062  0x17b4  prim   17 1c                      mul
+          3063  0x17b6  sec    28 5b 01                   menu.start.y
+          3064  0x17b9  prim   17 1a                      add
+  699 1   3065  0x17bb  sec    28 59 01                   menu.start.x
+          3066  0x17be  prim   17 14                      exch
+  700 1   3067  0x17c0  prim   17 3c                      moveto
+  702 1   3068  0x17c2  prim   17 3d                      currentpoint
+  703 1   3069  0x17c4  sec    28 63 01                   menu.status
+          3070  0x17c7  code   25 e0 17                   {
+  704 1   3071  0x17ca  sec    28 2e 01                     menu.bar.color
+          3072  0x17cd  prim   17 3f                        setcolor
+  705 1   3073  0x17cf  prim   17 96                        currenttransparency
+  706 1   3074  0x17d1  int    11 46                        70
+          3075  0x17d3  prim   17 95                        settransparency
+  707 1   3076  0x17d5  sec    28 5c 01                     menu.bar.width
+          3077  0x17d8  sec    28 5d 01                     menu.bar.height
+  708 1   3078  0x17db  prim   17 50                        fillrect
+  709 1   3079  0x17dd  prim   17 95                        settransparency
+  710 1   3080  0x17df  ret    06                         }
+          3081  0x17e0  code   25 ee 17                   {
+  711 1   3082  0x17e3  prim   17 3d                        currentpoint
+          3083  0x17e5  sec    28 5c 01                     menu.bar.width
+          3084  0x17e8  sec    28 5d 01                     menu.bar.height
+          3085  0x17eb  prim   17 49                        image
+  712 1   3086  0x17ed  ret    06                         }
+          3087  0x17ee  prim   17 07                      ifelse
+  713 1   3088  0x17f0  prim   17 3c                      moveto
+  715 1   3089  0x17f2  sec    28 63 01                   menu.status
+          3090  0x17f5  code   25 fc 17                   {
+  716 1   3091  0x17f8  sec    28 27 01                     menu.text.select
+  717 1   3092  0x17fb  ret    06                         }
+          3093  0x17fc  code   25 03 18                   {
+  718 1   3094  0x17ff  sec    28 2b 01                     menu.text.normal
+  719 1   3095  0x1802  ret    06                         }
+          3096  0x1803  prim   17 07                      ifelse
+  720 1   3097  0x1805  prim   17 3f                      setcolor
+  721 1   3098  0x1807  sec    28 0e 01                   menu.texts
+          3099  0x180a  sec    28 64 01                   menu.idx
+          3100  0x180d  prim   17 0f                      get
+          3101  0x180f  sec    28 5e 01                   menuitemmap
+  722 1   3102  0x1812  sec    28 5c 01                   menu.bar.width
+          3103  0x1815  prim   17 17                      over
+          3104  0x1817  prim   17 46                      strsize
+          3105  0x1819  prim   17 13                      pop
+          3106  0x181b  prim   17 1b                      sub
+          3107  0x181d  int    11 02                      2
+          3108  0x181f  prim   17 1d                      div
+          3109  0x1821  sec    28 5f 01                   menu.text.yofs
+          3110  0x1824  prim   17 59                      rmoveto
+  723 1   3111  0x1826  prim   17 44                      currentfont
+          3112  0x1828  prim   17 14                      exch
+          3113  0x182a  sec    28 60 01                   font.large
+          3114  0x182d  prim   17 43                      setfont
+          3115  0x182f  prim   17 47                      show
+          3116  0x1831  prim   17 43                      setfont
+  725 1   3117  0x1833  sec    28 63 01                   menu.status
+          3118  0x1836  code   25 7a 18                   {
+  727 1   3119  0x1839  sec    28 65 01                     keepbootoptions
+          3120  0x183c  none   00                           .undef # .undef
+          3121  0x183d  prim   17 29                        eq
+          3122  0x183f  code   25 46 18                     {
+          3123  0x1842  sec    28 40 01                       bootoptions.init
+          3124  0x1845  ret    06                           }
+          3125  0x1846  prim   17 06                        if
+  730 1   3126  0x1848  str    94 05 6d 61 69 6e 00         "main"
+          3127  0x184f  sec    28 66 01                     help.setcontext
+  731 1   3128  0x1852  sec    28 0e 01                     menu.texts
+          3129  0x1855  sec    28 64 01                     menu.idx
+          3130  0x1858  prim   17 0f                        get
+  732 1   3131  0x185a  prim   17 12                        dup
+          3132  0x185c  sec    28 67 01                     help.findpage
+          3133  0x185f  str    94 01 00                     ""
+          3134  0x1862  prim   17 29                        eq
+          3135  0x1864  code   25 6a 18                     {
+  733 1   3136  0x1867  prim   17 13                          pop
+  734 1   3137  0x1869  ret    06                           }
+          3138  0x186a  code   25 71 18                     {
+  735 1   3139  0x186d  sec    28 66 01                       help.setcontext
+  736 1   3140  0x1870  ret    06                           }
+          3141  0x1871  prim   17 07                        ifelse
+  739 1   3142  0x1873  sec    28 64 01                     menu.idx
+          3143  0x1876  sec    28 68 01                     modes.filter
+  740 1   3144  0x1879  ret    06                         }
+          3145  0x187a  prim   17 06                      if
+  742 1   3146  0x187c  ret    06                       }
+          3147  0x187d  prim   17 05                    def
+  755 1   3148  0x187f  dict   29 69 01                 /info.tmpmsg
+          3149  0x1882  int    11 7f                    127
+          3150  0x1884  sec    18 c2                    string
+          3151  0x1886  prim   17 05                    def
+  757 1   3152  0x1888  dict   19 02                    /InfoBoxInit
+          3153  0x188a  code   25 9b 19                 {
+  758 1   3154  0x188d  dict   29 6a 01                   /info.type
+          3155  0x1890  prim   17 14                      exch
+          3156  0x1892  prim   17 05                      def
+  759 1   3157  0x1894  dict   29 6b 01                   /info.msg
+          3158  0x1897  prim   17 14                      exch
+          3159  0x1899  prim   17 05                      def
+  761 1   3160  0x189b  sec    28 6c 01                   window.dialog
+  763 1   3161  0x189e  sec    28 6a 01                   info.type
+          3162  0x18a1  int    11 01                      1
+          3163  0x18a3  prim   17 29                      eq
+          3164  0x18a5  code   25 d3 18                   {
+  764 1   3165  0x18a8  prim   17 12                        dup
+          3166  0x18aa  sec    28 6d 01                     .title.bg
+          3167  0x18ad  sec    28 6e 01                     red
+          3168  0x18b0  prim   17 10                        put
+  765 1   3169  0x18b2  prim   17 12                        dup
+          3170  0x18b4  sec    28 6f 01                     .title
+          3171  0x18b7  sec    28 70 01                     txt_error_title
+          3172  0x18ba  prim   17 10                        put
+  766 1   3173  0x18bc  prim   17 12                        dup
+          3174  0x18be  sec    28 71 01                     .buttons
+  767 1   3175  0x18c1  prim   17 03                        [
+  768 1   3176  0x18c3  sec    28 72 01                     button.reboot
+          3177  0x18c6  sec    28 73 01                     button.default
+          3178  0x18c9  int    11 02                        2 # actCloseInfo
+          3179  0x18cb  sec    28 74 01                     button.setaction
+  769 1   3180  0x18ce  prim   17 04                        ]
+          3181  0x18d0  prim   17 10                        put
+  770 1   3182  0x18d2  ret    06                         }
+          3183  0x18d3  code   25 f7 18                   {
+  771 1   3184  0x18d6  prim   17 12                        dup
+          3185  0x18d8  sec    28 6f 01                     .title
+          3186  0x18db  sec    28 75 01                     txt_info_title
+          3187  0x18de  prim   17 10                        put
+  772 1   3188  0x18e0  prim   17 12                        dup
+          3189  0x18e2  sec    28 71 01                     .buttons
+  773 1   3190  0x18e5  prim   17 03                        [
+  774 1   3191  0x18e7  sec    28 76 01                     button.ok
+          3192  0x18ea  sec    28 73 01                     button.default
+          3193  0x18ed  int    11 02                        2 # actCloseInfo
+          3194  0x18ef  sec    28 74 01                     button.setaction
+  776 1   3195  0x18f2  prim   17 04                        ]
+          3196  0x18f4  prim   17 10                        put
+  777 1   3197  0x18f6  ret    06                         }
+          3198  0x18f7  prim   17 07                      ifelse
+  779 1   3199  0x18f9  sec    18 b8                      syslinux
+          3200  0x18fb  sec    28 6a 01                   info.type
+          3201  0x18fe  int    11 03                      3
+          3202  0x1900  prim   17 29                      eq
+          3203  0x1902  prim   17 23                      and
+          3204  0x1904  code   25 29 19                   {
+  780 1   3205  0x1907  prim   17 12                        dup
+          3206  0x1909  sec    28 6f 01                     .title
+          3207  0x190c  sec    28 77 01                     txt_change_disk_title
+          3208  0x190f  prim   17 10                        put
+  781 1   3209  0x1911  int    01                           0
+          3210  0x1912  sec    18 be                        getinfo
+          3211  0x1914  int    11 01                        1
+          3212  0x1916  prim   17 1a                        add
+          3213  0x1918  sec    28 78 01                     txt_insert_disk
+          3214  0x191b  sec    28 69 01                     info.tmpmsg
+          3215  0x191e  sec    18 c3                        sprintf
+  782 1   3216  0x1920  dict   29 6b 01                     /info.msg
+          3217  0x1923  sec    28 69 01                     info.tmpmsg
+          3218  0x1926  prim   17 05                        def
+  783 1   3219  0x1928  ret    06                         }
+          3220  0x1929  prim   17 06                      if
+  785 1   3221  0x192b  sec    18 b8                      syslinux
+          3222  0x192d  sec    28 6a 01                   info.type
+          3223  0x1930  int    11 04                      4
+          3224  0x1932  prim   17 29                      eq
+          3225  0x1934  prim   17 23                      and
+          3226  0x1936  code   25 86 19                   {
+  786 1   3227  0x1939  prim   17 12                        dup
+          3228  0x193b  sec    28 6f 01                     .title
+          3229  0x193e  sec    28 77 01                     txt_change_disk_title
+          3230  0x1941  prim   17 10                        put
+  787 1   3231  0x1943  int    11 01                        1
+          3232  0x1945  sec    18 be                        getinfo
+          3233  0x1947  int    11 0f                        15
+          3234  0x1949  prim   17 26                        not
+          3235  0x194b  prim   17 23                        and
+          3236  0x194d  code   25 60 19                     {
+  788 1   3237  0x1950  int    01                             0
+          3238  0x1951  sec    18 be                          getinfo
+          3239  0x1953  int    11 01                          1
+          3240  0x1955  prim   17 1a                          add
+  789 1   3241  0x1957  sec    28 79 01                       txt_insert_disk3
+          3242  0x195a  sec    28 69 01                       info.tmpmsg
+          3243  0x195d  sec    18 c3                          sprintf
+  790 1   3244  0x195f  ret    06                           }
+          3245  0x1960  code   25 7b 19                     {
+  791 1   3246  0x1963  int    01                             0
+          3247  0x1964  sec    18 be                          getinfo
+          3248  0x1966  int    11 01                          1
+          3249  0x1968  prim   17 1a                          add
+          3250  0x196a  int    11 01                          1
+          3251  0x196c  sec    18 be                          getinfo
+          3252  0x196e  int    11 01                          1
+          3253  0x1970  prim   17 1a                          add
+  792 1   3254  0x1972  sec    28 7a 01                       txt_insert_disk2
+          3255  0x1975  sec    28 69 01                       info.tmpmsg
+          3256  0x1978  sec    18 c3                          sprintf
+  793 1   3257  0x197a  ret    06                           }
+          3258  0x197b  prim   17 07                        ifelse
+  794 1   3259  0x197d  dict   29 6b 01                     /info.msg
+          3260  0x1980  sec    28 69 01                     info.tmpmsg
+          3261  0x1983  prim   17 05                        def
+  795 1   3262  0x1985  ret    06                         }
+          3263  0x1986  prim   17 06                      if
+  797 1   3264  0x1988  prim   17 12                      dup
+          3265  0x198a  sec    28 7b 01                   .text
+          3266  0x198d  sec    28 6b 01                   info.msg
+          3267  0x1990  prim   17 10                      put
+  799 1   3268  0x1992  prim   17 12                      dup
+          3269  0x1994  sec    28 38 01                   window.init
+  800 1   3270  0x1997  sec    28 39 01                   window.show
+  802 1   3271  0x199a  ret    06                       }
+          3272  0x199b  prim   17 05                    def
+  814 1   3273  0x199d  dict   19 07                    /PasswordInit
+          3274  0x199f  code   25 40 1a                 {
+  815 1   3275  0x19a2  dict   29 7c 01                   /password.key
+          3276  0x19a5  prim   17 14                      exch
+          3277  0x19a7  prim   17 05                      def
+          3278  0x19a9  prim   17 13                      pop
+  817 1   3279  0x19ab  dict   29 7d 01                   /dia
+          3280  0x19ae  sec    28 6c 01                   window.dialog
+          3281  0x19b1  prim   17 05                      def
+  819 1   3282  0x19b3  dict   29 07 01                   /password.dialog
+          3283  0x19b6  sec    28 7d 01                   dia
+          3284  0x19b9  prim   17 05                      def
+  821 1   3285  0x19bb  sec    28 7d 01                   dia
+          3286  0x19be  sec    28 6f 01                   .title
+          3287  0x19c1  sec    28 7e 01                   txt_password_title
+          3288  0x19c4  prim   17 10                      put
+  822 1   3289  0x19c6  sec    28 7d 01                   dia
+          3290  0x19c9  sec    28 7b 01                   .text
+          3291  0x19cc  str    94 01 00                   ""
+          3292  0x19cf  prim   17 10                      put
+  825 1   3293  0x19d1  sec    28 7d 01                   dia
+          3294  0x19d4  sec    28 7f 01                   .ed.list
+          3295  0x19d7  int    11 01                      1
+          3296  0x19d9  prim   17 0e                      array
+          3297  0x19db  prim   17 10                      put
+  826 1   3298  0x19dd  sec    28 7d 01                   dia
+          3299  0x19e0  sec    28 08 01                   .ed.buffer.list
+          3300  0x19e3  prim   17 03                      [
+          3301  0x19e5  int    11 1f                      31
+          3302  0x19e7  sec    18 c2                      string
+          3303  0x19e9  prim   17 04                      ]
+          3304  0x19eb  prim   17 10                      put
+  827 1   3305  0x19ed  sec    28 7d 01                   dia
+          3306  0x19f0  sec    28 80 01                   .ed.text.list
+          3307  0x19f3  prim   17 03                      [
+          3308  0x19f5  sec    28 81 01                   txt_password
+          3309  0x19f8  prim   17 04                      ]
+          3310  0x19fa  prim   17 10                      put
+  829 1   3311  0x19fc  sec    28 7d 01                   dia
+          3312  0x19ff  sec    28 82 01                   .ed.focus
+          3313  0x1a02  int    01                         0
+          3314  0x1a03  prim   17 10                      put
+  831 1   3315  0x1a05  sec    28 7d 01                   dia
+          3316  0x1a08  sec    28 83 01                   .ed.width
+          3317  0x1a0b  uint   12 c8                      200
+          3318  0x1a0d  prim   17 10                      put
+  833 1   3319  0x1a0f  sec    28 7d 01                   dia
+          3320  0x1a12  sec    28 43 01                   .ed.font
+          3321  0x1a15  sec    28 84 01                   font.normal
+          3322  0x1a18  sec    18 d1                      pwmode
+          3323  0x1a1a  prim   17 10                      put
+  835 1   3324  0x1a1c  sec    28 7d 01                   dia
+          3325  0x1a1f  sec    28 71 01                   .buttons
+  836 1   3326  0x1a22  prim   17 03                      [
+          3327  0x1a24  sec    28 76 01                   button.ok
+          3328  0x1a27  sec    28 73 01                   button.default
+          3329  0x1a2a  int    11 03                      3 # actPassword
+          3330  0x1a2c  sec    28 74 01                   button.setaction
+          3331  0x1a2f  prim   17 04                      ]
+  837 1   3332  0x1a31  prim   17 10                      put
+  839 1   3333  0x1a33  sec    28 7d 01                   dia
+          3334  0x1a36  sec    28 38 01                   window.init
+  840 1   3335  0x1a39  sec    28 7d 01                   dia
+          3336  0x1a3c  sec    28 39 01                   window.show
+  842 1   3337  0x1a3f  ret    06                       }
+          3338  0x1a40  prim   17 05                    def
+  854 1   3339  0x1a42  dict   19 08                    /PasswordDone
+          3340  0x1a44  code   25 4d 1a                 {
+  856 1   3341  0x1a47  sec    28 7c 01                   password.key
+          3342  0x1a4a  prim   17 29                      eq
+  857 1   3343  0x1a4c  ret    06                       }
+          3344  0x1a4d  prim   17 05                    def
+  864 1   3345  0x1a4f  dict   29 5e 01                 /menuitemmap
+          3346  0x1a52  code   25 ca 1a                 {
+  865 1   3347  0x1a55  int    01                         0
+          3348  0x1a56  sec    28 0e 01                   menu.texts
+          3349  0x1a59  code   25 7c 1a                   {
+  866 1   3350  0x1a5c  int    11 02                        2
+          3351  0x1a5e  prim   17 18                        index
+          3352  0x1a60  prim   17 29                        eq
+          3353  0x1a62  code   25 75 1a                     {
+          3354  0x1a65  sec    28 36 01                       menu.humans
+          3355  0x1a68  prim   17 17                          over
+          3356  0x1a6a  prim   17 0f                          get
+          3357  0x1a6c  prim   17 15                          rot
+          3358  0x1a6e  prim   17 13                          pop
+          3359  0x1a70  prim   17 14                          exch
+          3360  0x1a72  prim   17 0c                          exit
+          3361  0x1a74  ret    06                           }
+          3362  0x1a75  prim   17 06                        if
+  867 1   3363  0x1a77  int    11 01                        1
+          3364  0x1a79  prim   17 1a                        add
+  868 1   3365  0x1a7b  ret    06                         }
+          3366  0x1a7c  prim   17 0b                      forall
+          3367  0x1a7e  prim   17 13                      pop
+  869 1   3368  0x1a80  sec    28 85 01                   translate
+  873 1   3369  0x1a83  prim   17 12                      dup
+          3370  0x1a85  prim   17 11                      length
+          3371  0x1a87  sec    18 c2                      string
+          3372  0x1a89  dict   29 86 01                   /menuitemmap.text
+          3373  0x1a8c  prim   17 14                      exch
+          3374  0x1a8e  prim   17 05                      def
+  874 1   3375  0x1a90  dict   29 87 01                   /menuitemmap.idx
+          3376  0x1a93  int    01                         0
+          3377  0x1a94  prim   17 05                      def
+  875 1   3378  0x1a96  code   25 bb 1a                   {
+  876 1   3379  0x1a99  prim   17 12                        dup
+          3380  0x1a9b  int    11 5e                        '^'
+          3381  0x1a9d  prim   17 2a                        ne
+          3382  0x1a9f  code   25 b2 1a                     {
+  877 1   3383  0x1aa2  sec    28 86 01                       menuitemmap.text
+          3384  0x1aa5  sec    28 87 01                       menuitemmap.idx
+          3385  0x1aa8  prim   17 15                          rot
+          3386  0x1aaa  prim   17 10                          put
+  878 1   3387  0x1aac  dict   29 87 01                       /menuitemmap.idx
+          3388  0x1aaf  sec    18 c8                          inc
+  879 1   3389  0x1ab1  ret    06                           }
+          3390  0x1ab2  code   25 b8 1a                     {
+          3391  0x1ab5  prim   17 13                          pop
+          3392  0x1ab7  ret    06                           }
+          3393  0x1ab8  prim   17 07                        ifelse
+  880 1   3394  0x1aba  ret    06                         }
+          3395  0x1abb  prim   17 0b                      forall
+  881 1   3396  0x1abd  sec    28 86 01                   menuitemmap.text
+          3397  0x1ac0  sec    28 87 01                   menuitemmap.idx
+          3398  0x1ac3  int    01                         0
+          3399  0x1ac4  prim   17 10                      put
+  883 1   3400  0x1ac6  sec    28 86 01                   menuitemmap.text
+  884 1   3401  0x1ac9  ret    06                       }
+          3402  0x1aca  prim   17 05                    def
+  889 1   3403  0x1acc  dict   29 88 01                 /drawborder
+          3404  0x1acf  code   25 43 1b                 {
+  890 1   3405  0x1ad2  prim   17 3d                      currentpoint
+          3406  0x1ad4  dict   29 89 01                   /db.y0
+          3407  0x1ad7  prim   17 14                      exch
+          3408  0x1ad9  prim   17 05                      def
+          3409  0x1adb  dict   29 8a 01                   /db.x0
+          3410  0x1ade  prim   17 14                      exch
+          3411  0x1ae0  prim   17 05                      def
+  892 1   3412  0x1ae2  dict   29 8b 01                   /db.y1
+          3413  0x1ae5  prim   17 14                      exch
+          3414  0x1ae7  int    11 01                      1
+          3415  0x1ae9  prim   17 1b                      sub
+          3416  0x1aeb  sec    28 89 01                   db.y0
+          3417  0x1aee  prim   17 1a                      add
+          3418  0x1af0  prim   17 05                      def
+  893 1   3419  0x1af2  dict   29 8c 01                   /db.x1
+          3420  0x1af5  prim   17 14                      exch
+          3421  0x1af7  int    11 01                      1
+          3422  0x1af9  prim   17 1b                      sub
+          3423  0x1afb  sec    28 8a 01                   db.x0
+          3424  0x1afe  prim   17 1a                      add
+          3425  0x1b00  prim   17 05                      def
+  894 1   3426  0x1b02  dict   29 8d 01                   /db.col1
+          3427  0x1b05  prim   17 14                      exch
+          3428  0x1b07  prim   17 05                      def
+  895 1   3429  0x1b09  dict   29 8e 01                   /db.col0
+          3430  0x1b0c  prim   17 14                      exch
+          3431  0x1b0e  prim   17 05                      def
+  897 1   3432  0x1b10  sec    28 8a 01                   db.x0
+          3433  0x1b13  sec    28 8b 01                   db.y1
+          3434  0x1b16  prim   17 3c                      moveto
+  899 1   3435  0x1b18  sec    28 8e 01                   db.col0
+          3436  0x1b1b  prim   17 3f                      setcolor
+  900 1   3437  0x1b1d  sec    28 8a 01                   db.x0
+          3438  0x1b20  sec    28 89 01                   db.y0
+          3439  0x1b23  prim   17 3e                      lineto
+          3440  0x1b25  sec    28 8c 01                   db.x1
+          3441  0x1b28  sec    28 89 01                   db.y0
+          3442  0x1b2b  prim   17 3e                      lineto
+  902 1   3443  0x1b2d  sec    28 8d 01                   db.col1
+          3444  0x1b30  prim   17 3f                      setcolor
+  903 1   3445  0x1b32  sec    28 8c 01                   db.x1
+          3446  0x1b35  sec    28 8b 01                   db.y1
+          3447  0x1b38  prim   17 3e                      lineto
+          3448  0x1b3a  sec    28 8a 01                   db.x0
+          3449  0x1b3d  sec    28 8b 01                   db.y1
+          3450  0x1b40  prim   17 3e                      lineto
+  904 1   3451  0x1b42  ret    06                       }
+          3452  0x1b43  prim   17 05                    def
+  911 1   3453                                          # drawborder3
+          3454                                          # {
+  912 1   3455                                          # currentpoint
+          3456                                          # db.y0
+          3457                                          # exch
+          3458                                          # def
+          3459                                          # db.x0
+          3460                                          # exch
+          3461                                          # def
+  914 1   3462                                          # db.y1
+          3463                                          # exch
+          3464                                          # 1
+          3465                                          # sub
+          3466                                          # db.y0
+          3467                                          # add
+          3468                                          # def
+  915 1   3469                                          # db.x1
+          3470                                          # exch
+          3471                                          # 1
+          3472                                          # sub
+          3473                                          # db.x0
+          3474                                          # add
+          3475                                          # def
+  916 1   3476                                          # db.col2
+          3477                                          # exch
+          3478                                          # def
+  917 1   3479                                          # db.col1
+          3480                                          # exch
+          3481                                          # def
+  918 1   3482                                          # db.col0
+          3483                                          # exch
+          3484                                          # def
+  920 1   3485                                          # db.x0
+          3486                                          # db.y1
+          3487                                          # moveto
+  922 1   3488                                          # db.col0
+          3489                                          # setcolor
+  923 1   3490                                          # db.x0
+          3491                                          # db.y0
+          3492                                          # lineto
+          3493                                          # db.x1
+          3494                                          # db.y0
+          3495                                          # lineto
+  925 1   3496                                          # db.col1
+          3497                                          # setcolor
+  926 1   3498                                          # db.x1
+          3499                                          # db.y1
+          3500                                          # lineto
+          3501                                          # db.x0
+          3502                                          # db.y1
+          3503                                          # lineto
+  928 1   3504                                          # db.col2
+          3505                                          # -1
+          3506                                          # ne
+          3507                                          # {
+  929 1   3508                                          # db.col2
+          3509                                          # setcolor
+  930 1   3510                                          # 1
+          3511                                          # 1
+          3512                                          # rmoveto
+  931 1   3513                                          # db.x1
+          3514                                          # 1
+          3515                                          # add
+          3516                                          # db.y1
+          3517                                          # 1
+          3518                                          # add
+          3519                                          # lineto
+  932 1   3520                                          # db.x1
+          3521                                          # 1
+          3522                                          # add
+          3523                                          # db.y0
+          3524                                          # 1
+          3525                                          # add
+          3526                                          # lineto
+  933 1   3527                                          # }
+          3528                                          # if
+  934 1   3529                                          # }
+          3530                                          # def
+  939 1   3531                                          # drawborder4
+          3532                                          # {
+  940 1   3533                                          # 3
+          3534                                          # index
+          3535                                          # 4
+          3536                                          # 1
+          3537                                          # roll
+          3538                                          # rot
+          3539                                          # dup
+          3540                                          # 3
+          3541                                          # index
+          3542                                          # 3
+          3543                                          # index
+  941 1   3544                                          # currentpoint
+          3545                                          # 6
+          3546                                          # 2
+          3547                                          # roll
+  942 1   3548                                          # 1
+          3549                                          # 1
+          3550                                          # rmoveto
+          3551                                          # drawborder
+  943 1   3552                                          # moveto
+          3553                                          # drawborder
+  944 1   3554                                          # }
+          3555                                          # def
+  950 1   3556                                          # centertext
+          3557                                          # {
+  951 1   3558                                          # 3
+          3559                                          # -1
+          3560                                          # roll
+          3561                                          # strsize
+  952 1   3562                                          # 4
+          3563                                          # 2
+          3564                                          # roll
+  953 1   3565                                          # 4
+          3566                                          # 1
+          3567                                          # roll
+          3568                                          # exch
+          3569                                          # 4
+          3570                                          # 1
+          3571                                          # roll
+          3572                                          # sub
+          3573                                          # 2
+          3574                                          # div
+          3575                                          # neg
+          3576                                          # 3
+          3577                                          # 1
+          3578                                          # roll
+          3579                                          # sub
+          3580                                          # 2
+          3581                                          # div
+          3582                                          # neg
+  954 1   3583                                          # }
+          3584                                          # def
+  961 1   3585  0x1b45  dict   29 8f 01                 /newcolor
+          3586  0x1b48  code   25 86 1b                 {
+  962 1   3587  0x1b4b  prim   17 92                      colorbits
+          3588  0x1b4d  int    11 08                      8
+          3589  0x1b4f  prim   17 2e                      le
+          3590  0x1b51  code   25 81 1b                   {
+  963 1   3591  0x1b54  sec    28 90 01                     newcolor.count
+          3592  0x1b57  none   00                           .undef # .undef
+          3593  0x1b58  prim   17 29                        eq
+          3594  0x1b5a  code   25 64 1b                     {
+          3595  0x1b5d  dict   29 90 01                       /newcolor.count
+          3596  0x1b60  int    01                             0
+          3597  0x1b61  prim   17 05                          def
+          3598  0x1b63  ret    06                           }
+          3599  0x1b64  prim   17 06                        if
+  964 1   3600  0x1b66  sec    28 91 01                     max_image_colors
+          3601  0x1b69  sec    28 90 01                     newcolor.count
+          3602  0x1b6c  prim   17 1a                        add
+  965 1   3603  0x1b6e  prim   17 12                        dup
+          3604  0x1b70  prim   17 15                        rot
+          3605  0x1b72  prim   17 4b                        setpalette
+  966 1   3606  0x1b74  dict   29 90 01                     /newcolor.count
+          3607  0x1b77  sec    28 90 01                     newcolor.count
+          3608  0x1b7a  int    11 01                        1
+          3609  0x1b7c  prim   17 1a                        add
+          3610  0x1b7e  prim   17 05                        def
+  967 1   3611  0x1b80  ret    06                         }
+          3612  0x1b81  prim   17 06                      if
+  968 1   3613  0x1b83  prim   17 05                      def
+  969 1   3614  0x1b85  ret    06                       }
+          3615  0x1b86  prim   17 05                    def
+  972 1   3616  0x1b88  dict   29 92 01                 /boot.pos.init
+          3617  0x1b8b  code   25 be 1b                 {
+  973 1   3618  0x1b8e  dict   29 93 01                   /boot.label.len
+          3619  0x1b91  sec    28 94 01                   txt_bootoptions
+          3620  0x1b94  prim   17 46                      strsize
+          3621  0x1b96  prim   17 13                      pop
+          3622  0x1b98  prim   17 05                      def
+  974 1   3623  0x1b9a  dict   29 95 01                   /boot.pos
+          3624  0x1b9d  code   25 bb 1b                   {
+          3625  0x1ba0  sec    28 93 01                     boot.label.len
+          3626  0x1ba3  int    11 0a                        10
+          3627  0x1ba5  prim   17 1a                        add
+          3628  0x1ba7  sec    28 96 01                     small_layout
+          3629  0x1baa  code   25 b1 1b                     {
+          3630  0x1bad  int    21 9a 01                       410
+          3631  0x1bb0  ret    06                           }
+          3632  0x1bb1  code   25 b8 1b                     {
+          3633  0x1bb4  int    21 fe 01                       510
+          3634  0x1bb7  ret    06                           }
+          3635  0x1bb8  prim   17 07                        ifelse
+          3636  0x1bba  ret    06                         }
+          3637  0x1bbb  prim   17 05                      def
+  975 1   3638  0x1bbd  ret    06                       }
+          3639  0x1bbe  prim   17 05                    def
+  977 1   3640  0x1bc0  dict   29 24 01                 /init
+          3641  0x1bc3  code   25 bc 1d                 {
+  978 1   3642  0x1bc6  sec    28 96 01                   small_layout
+          3643  0x1bc9  code   25 d9 1b                   {
+  979 1   3644  0x1bcc  dict   19 f4                        /head.x
+          3645  0x1bce  int    11 46                        70
+          3646  0x1bd0  prim   17 05                        def
+  980 1   3647  0x1bd2  dict   19 f5                        /head.y
+          3648  0x1bd4  uint   12 8d                        141
+          3649  0x1bd6  prim   17 05                        def
+  981 1   3650  0x1bd8  ret    06                         }
+          3651  0x1bd9  code   25 e9 1b                   {
+  982 1   3652  0x1bdc  dict   19 f4                        /head.x
+          3653  0x1bde  uint   12 ea                        234
+          3654  0x1be0  prim   17 05                        def
+  983 1   3655  0x1be2  dict   19 f5                        /head.y
+          3656  0x1be4  uint   12 b9                        185
+          3657  0x1be6  prim   17 05                        def
+  984 1   3658  0x1be8  ret    06                         }
+          3659  0x1be9  prim   17 07                      ifelse
+  986 1   3660  0x1beb  sec    18 f1                      timeout.init
+  989 1   3661  0x1bed  str    94 05 6c 61 6e 67 00       "lang"
+          3662  0x1bf4  prim   17 89                      findfile
+          3663  0x1bf6  prim   17 12                      dup
+          3664  0x1bf8  code   25 55 1c                   {
+  990 1   3665  0x1bfb  dict   29 97 01                     /tmp
+          3666  0x1bfe  prim   17 17                        over
+          3667  0x1c00  prim   17 11                        length
+          3668  0x1c02  int    11 01                        1
+          3669  0x1c04  prim   17 1a                        add
+          3670  0x1c06  int    11 02                        2
+          3671  0x1c08  prim   17 22                        max
+          3672  0x1c0a  sec    18 c2                        string
+          3673  0x1c0c  prim   17 05                        def
+  991 1   3674  0x1c0e  sec    28 97 01                     tmp
+          3675  0x1c11  prim   17 14                        exch
+          3676  0x1c13  code   25 3e 1c                     {
+  992 1   3677  0x1c16  prim   17 12                          dup
+          3678  0x1c18  int    11 20                          ' '
+          3679  0x1c1a  prim   17 29                          eq
+          3680  0x1c1c  prim   17 17                          over
+          3681  0x1c1e  int    11 0a                          '
+'
+          3682  0x1c20  prim   17 29                          eq
+          3683  0x1c22  prim   17 24                          or
+          3684  0x1c24  code   25 2e 1c                       {
+          3685  0x1c27  prim   17 13                            pop
+          3686  0x1c29  prim   17 13                            pop
+          3687  0x1c2b  prim   17 0c                            exit
+          3688  0x1c2d  ret    06                             }
+          3689  0x1c2e  prim   17 06                          if
+  993 1   3690  0x1c30  prim   17 17                          over
+          3691  0x1c32  prim   17 14                          exch
+          3692  0x1c34  int    01                             0
+          3693  0x1c35  prim   17 14                          exch
+          3694  0x1c37  prim   17 10                          put
+  994 1   3695  0x1c39  int    11 01                          1
+          3696  0x1c3b  prim   17 1a                          add
+  995 1   3697  0x1c3d  ret    06                           }
+          3698  0x1c3e  prim   17 0b                        forall
+  996 1   3699  0x1c40  sec    28 97 01                     tmp
+          3700  0x1c43  prim   17 12                        dup
+          3701  0x1c45  sec    28 98 01                     setlang
+          3702  0x1c48  prim   17 13                        pop
+          3703  0x1c4a  sec    28 99 01                     setkeymap
+  997 1   3704  0x1c4d  dict   29 3d 01                     /lang.displayed
+          3705  0x1c50  bool   13 01                        true # true
+          3706  0x1c52  prim   17 05                        def
+  998 1   3707  0x1c54  ret    06                         }
+          3708  0x1c55  code   25 6a 1c                   {
+  999 1   3709  0x1c58  prim   17 13                        pop
+ 1000 1   3710  0x1c5a  str    94 03 65 6e 00               "en"
+          3711  0x1c5f  prim   17 12                        dup
+          3712  0x1c61  sec    28 98 01                     setlang
+          3713  0x1c64  prim   17 13                        pop
+          3714  0x1c66  sec    28 99 01                     setkeymap
+ 1001 1   3715  0x1c69  ret    06                         }
+          3716  0x1c6a  prim   17 07                      ifelse
+ 1003 1   3717  0x1c6c  sec    28 60 01                   font.large
+          3718  0x1c6f  prim   17 43                      setfont
+ 1005 1   3719                                            # menu.text.xofs
+          3720                                            # 10
+          3721                                            # def
+ 1006 1   3722  0x1c71  dict   29 5f 01                   /menu.text.yofs
+          3723  0x1c74  int    11 02                      2
+          3724  0x1c76  prim   17 05                      def
+ 1007 1   3725  0x1c78  dict   29 61 01                   /menu.item.height
+          3726  0x1c7b  prim   17 45                      fontheight
+          3727  0x1c7d  prim   17 12                      dup
+          3728  0x1c7f  int    11 03                      3
+          3729  0x1c81  prim   17 1d                      div
+          3730  0x1c83  prim   17 1a                      add
+          3731  0x1c85  prim   17 05                      def
+ 1008 1   3732  0x1c87  dict   29 5d 01                   /menu.bar.height
+          3733  0x1c8a  prim   17 45                      fontheight
+          3734  0x1c8c  sec    28 5f 01                   menu.text.yofs
+          3735  0x1c8f  prim   17 12                      dup
+          3736  0x1c91  prim   17 1a                      add
+          3737  0x1c93  prim   17 1a                      add
+          3738  0x1c95  prim   17 05                      def
+ 1010 1   3739  0x1c97  sec    28 84 01                   font.normal
+          3740  0x1c9a  prim   17 43                      setfont
+ 1012 1   3741  0x1c9c  dict   29 2b 01                   /menu.text.normal
+          3742  0x1c9f  int    31 d1 a3 7d                0x7da3d1 # lightblue
+          3743  0x1ca3  prim   17 05                      def
+ 1013 1   3744  0x1ca5  dict   29 27 01                   /menu.text.select
+          3745  0x1ca8  sec    18 ed                      white
+          3746  0x1caa  prim   17 05                      def
+ 1014 1   3747  0x1cac  dict   29 28 01                   /boot.text.options
+          3748  0x1caf  sec    18 ed                      white
+          3749  0x1cb1  prim   17 05                      def
+ 1015 1   3750  0x1cb3  dict   29 29 01                   /boot.text.normal
+          3751  0x1cb6  sec    18 ed                      white
+          3752  0x1cb8  prim   17 05                      def
+ 1016 1   3753  0x1cba  dict   29 9a 01                   /infobox.bg
+          3754  0x1cbd  sec    28 54 01                   lightgray
+          3755  0x1cc0  prim   17 05                      def
+ 1017 1   3756  0x1cc2  dict   29 9b 01                   /infobox.text.normal
+          3757  0x1cc5  sec    28 9c 01                   black
+          3758  0x1cc8  prim   17 05                      def
+ 1019 1   3759  0x1cca  dict   29 2e 01                   /menu.bar.color
+          3760  0x1ccd  sec    28 9c 01                   black
+          3761  0x1cd0  prim   17 05                      def
+ 1021 1   3762  0x1cd2  sec    28 96 01                   small_layout
+          3763  0x1cd5  code   25 02 1d                   {
+ 1022 1   3764  0x1cd8  dict   29 9d 01                     /frame1.pos
+          3765  0x1cdb  code   25 e3 1c                     {
+          3766  0x1cde  int    11 50                          80
+          3767  0x1ce0  uint   12 d0                          208
+          3768  0x1ce2  ret    06                           }
+          3769  0x1ce3  prim   17 05                        def
+ 1023 1   3770  0x1ce5  dict   29 9e 01                     /frame1.size
+          3771  0x1ce8  code   25 f1 1c                     {
+          3772  0x1ceb  int    21 e0 01                       480
+          3773  0x1cee  uint   12 a0                          160
+          3774  0x1cf0  ret    06                           }
+          3775  0x1cf1  prim   17 05                        def
+ 1024 1   3776  0x1cf3  dict   29 9f 01                     /frame4.pos
+          3777  0x1cf6  code   25 ff 1c                     {
+          3778  0x1cf9  int    21 30 02                       560
+          3779  0x1cfc  int    11 3e                          62
+          3780  0x1cfe  ret    06                           }
+          3781  0x1cff  prim   17 05                        def
+ 1025 1   3782  0x1d01  ret    06                         }
+          3783  0x1d02  code   25 30 1d                   {
+ 1026 1   3784  0x1d05  dict   29 9d 01                     /frame1.pos
+          3785  0x1d08  code   25 11 1d                     {
+          3786  0x1d0b  uint   12 a0                          160
+          3787  0x1d0d  int    21 20 01                       288
+          3788  0x1d10  ret    06                           }
+          3789  0x1d11  prim   17 05                        def
+ 1027 1   3790  0x1d13  dict   29 9e 01                     /frame1.size
+          3791  0x1d16  code   25 1f 1d                     {
+          3792  0x1d19  int    21 e0 01                       480
+          3793  0x1d1c  uint   12 aa                          170
+          3794  0x1d1e  ret    06                           }
+          3795  0x1d1f  prim   17 05                        def
+ 1028 1   3796  0x1d21  dict   29 9f 01                     /frame4.pos
+          3797  0x1d24  code   25 2d 1d                     {
+          3798  0x1d27  int    21 80 02                       640
+          3799  0x1d2a  int    11 3e                          62
+          3800  0x1d2c  ret    06                           }
+          3801  0x1d2d  prim   17 05                        def
+ 1029 1   3802  0x1d2f  ret    06                         }
+          3803  0x1d30  prim   17 07                      ifelse
+ 1031 1   3804  0x1d32  dict   29 a0 01                   /frame4.size
+          3805  0x1d35  code   25 3e 1d                   {
+          3806  0x1d38  int    11 16                        22
+          3807  0x1d3a  int    21 08 01                     264
+          3808  0x1d3d  ret    06                         }
+          3809  0x1d3e  prim   17 05                      def
+ 1033 1   3810  0x1d40  dict   29 59 01                   /menu.start.x
+          3811  0x1d43  sec    28 9d 01                   frame1.pos
+          3812  0x1d46  prim   17 13                      pop
+          3813  0x1d48  int    11 0a                      10
+          3814  0x1d4a  prim   17 1a                      add
+          3815  0x1d4c  prim   17 05                      def
+ 1034 1   3816  0x1d4e  dict   29 5b 01                   /menu.start.y
+          3817  0x1d51  sec    28 9d 01                   frame1.pos
+          3818  0x1d54  prim   17 14                      exch
+          3819  0x1d56  prim   17 13                      pop
+          3820  0x1d58  int    11 0c                      12
+          3821  0x1d5a  prim   17 1a                      add
+          3822  0x1d5c  prim   17 05                      def
+ 1036 1   3823  0x1d5e  dict   29 5c 01                   /menu.bar.width
+          3824  0x1d61  sec    28 9e 01                   frame1.size
+          3825  0x1d64  prim   17 13                      pop
+          3826  0x1d66  int    11 14                      20
+          3827  0x1d68  prim   17 1b                      sub
+          3828  0x1d6a  prim   17 05                      def
+ 1037 1   3829  0x1d6c  dict   29 a1 01                   /menu.max.entries
+          3830  0x1d6f  int    11 08                      8
+          3831  0x1d71  prim   17 05                      def
+ 1038 1   3832  0x1d73  dict   29 4f 01                   /menu.scrollbar
+          3833  0x1d76  bool   03                         false # false
+          3834  0x1d77  prim   17 05                      def
+ 1040 1   3835  0x1d79  sec    28 92 01                   boot.pos.init
+ 1042 1   3836  0x1d7c  dict   29 a2 01                   /boot.buf.size
+          3837  0x1d7f  int    21 00 02                   512 # cmdlinelength
+          3838  0x1d82  prim   17 05                      def
+ 1043 1   3839  0x1d84  dict   19 ff                      /boot.buf
+          3840  0x1d86  sec    28 a2 01                   boot.buf.size
+          3841  0x1d89  sec    18 c2                      string
+          3842  0x1d8b  prim   17 05                      def
+ 1046 1   3843  0x1d8d  dict   29 44 01                   /boot.show
+          3844  0x1d90  bool   03                         false # false
+          3845  0x1d91  prim   17 05                      def
+ 1048 1   3846  0x1d93  dict   29 a3 01                   /ms.size
+          3847  0x1d96  code   25 9e 1d                   {
+          3848  0x1d99  int    11 16                        22
+          3849  0x1d9b  int    11 16                        22
+          3850  0x1d9d  ret    06                         }
+          3851  0x1d9e  prim   17 05                      def
+ 1049 1   3852  0x1da0  dict   29 a4 01                   /ms.up
+          3853  0x1da3  code   25 ab 1d                   {
+          3854  0x1da6  int    01                           0
+          3855  0x1da7  int    21 e0 01                     480
+          3856  0x1daa  ret    06                         }
+          3857  0x1dab  prim   17 05                      def
+ 1050 1   3858  0x1dad  dict   29 a5 01                   /ms.down
+          3859  0x1db0  code   25 b9 1d                   {
+          3860  0x1db3  int    11 17                        23
+          3861  0x1db5  int    21 e0 01                     480
+          3862  0x1db8  ret    06                         }
+          3863  0x1db9  prim   17 05                      def
+ 1052 1   3864  0x1dbb  ret    06                       }
+          3865  0x1dbc  prim   17 05                    def
+ 1060 1   3866  0x1dbe  dict   29 03 01                 /debug.input
+          3867  0x1dc1  code   25 e4 20                 {
+ 1061 1   3868  0x1dc4  prim   17 12                      dup
+          3869  0x1dc6  int    41 00 00 00 57             0x57000000 # keyShiftF4
+          3870  0x1dcb  prim   17 29                      eq
+          3871  0x1dcd  sec    28 01 01                   debug
+          3872  0x1dd0  int    11 03                      3
+          3873  0x1dd2  prim   17 2c                      ge
+          3874  0x1dd4  prim   17 23                      and
+          3875  0x1dd6  code   25 0c 1e                   {
+ 1062 1   3876  0x1dd9  prim   17 40                        currentcolor
+          3877  0x1ddb  sec    18 ed                        white
+          3878  0x1ddd  prim   17 3f                        setcolor
+ 1063 1   3879  0x1ddf  prim   17 3d                        currentpoint
+          3880  0x1de1  int    01                           0
+          3881  0x1de2  int    01                           0
+          3882  0x1de3  prim   17 3c                        moveto
+ 1064 1   3883  0x1de5  int    11 40                        64
+          3884  0x1de7  sec    18 c2                        string
+          3885  0x1de9  sec    18 bc                        biosmem
+          3886  0x1deb  str    94 0b 6d 65 6d 20 3d 20      "mem = %u  "
+                               25 75 20 20 00
+          3887  0x1df8  int    11 02                        2
+          3888  0x1dfa  prim   17 18                        index
+          3889  0x1dfc  sec    18 c3                        sprintf
+          3890  0x1dfe  prim   17 12                        dup
+          3891  0x1e00  prim   17 47                        show
+          3892  0x1e02  prim   17 32                        free
+ 1065 1   3893  0x1e04  prim   17 3c                        moveto
+          3894  0x1e06  prim   17 3f                        setcolor
+ 1066 1   3895  0x1e08  prim   17 13                        pop
+          3896  0x1e0a  int    01                           0
+ 1067 1   3897  0x1e0b  ret    06                         }
+          3898  0x1e0c  prim   17 06                      if
+ 1069 1   3899  0x1e0e  prim   17 12                      dup
+          3900  0x1e10  int    41 00 00 00 56             0x56000000 # keyShiftF3
+          3901  0x1e15  prim   17 29                      eq
+          3902  0x1e17  sec    18 b8                      syslinux
+          3903  0x1e19  prim   17 23                      and
+          3904  0x1e1b  sec    28 01 01                   debug
+          3905  0x1e1e  int    11 03                      3
+          3906  0x1e20  prim   17 2c                      ge
+          3907  0x1e22  prim   17 23                      and
+          3908  0x1e24  code   25 4d 1e                   {
+ 1070 1   3909  0x1e27  prim   17 40                        currentcolor
+          3910  0x1e29  sec    18 ed                        white
+          3911  0x1e2b  prim   17 3f                        setcolor
+ 1071 1   3912  0x1e2d  prim   17 3d                        currentpoint
+          3913  0x1e2f  int    01                           0
+          3914  0x1e30  int    01                           0
+          3915  0x1e31  prim   17 3c                        moveto
+ 1072 1   3916  0x1e33  str    94 08 65 6a 65 63 74 20      "eject  "
+                               20 00
+          3917  0x1e3d  sec    18 c5                        print
+          3918  0x1e3f  sec    18 ba                        bootdrive
+          3919  0x1e41  prim   17 7d                        eject
+          3920  0x1e43  sec    18 c5                        print
+ 1073 1   3921  0x1e45  prim   17 3c                        moveto
+          3922  0x1e47  prim   17 3f                        setcolor
+ 1074 1   3923  0x1e49  prim   17 13                        pop
+          3924  0x1e4b  int    01                           0
+ 1075 1   3925  0x1e4c  ret    06                         }
+          3926  0x1e4d  prim   17 06                      if
+ 1077 1   3927  0x1e4f  prim   17 12                      dup
+          3928  0x1e51  int    41 00 00 00 58             0x58000000 # keyShiftF5
+          3929  0x1e56  prim   17 29                      eq
+          3930  0x1e58  sec    18 b8                      syslinux
+          3931  0x1e5a  prim   17 23                      and
+          3932  0x1e5c  sec    28 01 01                   debug
+          3933  0x1e5f  int    11 03                      3
+          3934  0x1e61  prim   17 2c                      ge
+          3935  0x1e63  prim   17 23                      and
+          3936  0x1e65  code   25 81 1e                   {
+ 1078 1   3937  0x1e68  prim   17 40                        currentcolor
+          3938  0x1e6a  sec    18 ed                        white
+          3939  0x1e6c  prim   17 3f                        setcolor
+ 1079 1   3940  0x1e6e  prim   17 3d                        currentpoint
+          3941  0x1e70  int    11 64                        100
+          3942  0x1e72  int    01                           0
+          3943  0x1e73  prim   17 3c                        moveto
+ 1080 1   3944  0x1e75  sec    18 ba                        bootdrive
+          3945  0x1e77  sec    18 c5                        print
+ 1081 1   3946  0x1e79  prim   17 3c                        moveto
+          3947  0x1e7b  prim   17 3f                        setcolor
+ 1082 1   3948  0x1e7d  prim   17 13                        pop
+          3949  0x1e7f  int    01                           0
+ 1083 1   3950  0x1e80  ret    06                         }
+          3951  0x1e81  prim   17 06                      if
+ 1085 1   3952  0x1e83  prim   17 12                      dup
+          3953  0x1e85  int    41 00 00 00 5b             0x5b000000 # keyShiftF8
+          3954  0x1e8a  prim   17 29                      eq
+          3955  0x1e8c  sec    28 01 01                   debug
+          3956  0x1e8f  int    11 03                      3
+          3957  0x1e91  prim   17 2c                      ge
+          3958  0x1e93  prim   17 23                      and
+          3959  0x1e95  code   25 02 1f                   {
+ 1086 1   3960  0x1e98  prim   17 40                        currentcolor
+          3961  0x1e9a  sec    18 ed                        white
+          3962  0x1e9c  prim   17 3f                        setcolor
+ 1088 1   3963  0x1e9e  prim   17 3d                        currentpoint
+          3964  0x1ea0  int    21 2c 01                     300
+          3965  0x1ea3  int    01                           0
+          3966  0x1ea4  prim   17 3c                        moveto
+ 1089 1   3967  0x1ea6  int    01                           0
+          3968  0x1ea7  prim   17 34                        memsize
+          3969  0x1ea9  sec    18 c5                        print
+          3970  0x1eab  str    94 02 2f 00                  "/"
+          3971  0x1eaf  sec    18 c5                        print
+          3972  0x1eb1  sec    18 c5                        print
+          3973  0x1eb3  str    94 03 20 20 00               "  "
+          3974  0x1eb8  sec    18 c5                        print
+ 1090 1   3975  0x1eba  prim   17 3c                        moveto
+ 1092 1   3976  0x1ebc  prim   17 3d                        currentpoint
+          3977  0x1ebe  int    21 2c 01                     300
+          3978  0x1ec1  int    11 14                        20
+          3979  0x1ec3  prim   17 3c                        moveto
+ 1093 1   3980  0x1ec5  int    11 01                        1
+          3981  0x1ec7  prim   17 34                        memsize
+          3982  0x1ec9  sec    18 c5                        print
+          3983  0x1ecb  str    94 02 2f 00                  "/"
+          3984  0x1ecf  sec    18 c5                        print
+          3985  0x1ed1  sec    18 c5                        print
+          3986  0x1ed3  str    94 03 20 20 00               "  "
+          3987  0x1ed8  sec    18 c5                        print
+ 1094 1   3988  0x1eda  prim   17 3c                        moveto
+ 1096 1   3989  0x1edc  prim   17 3d                        currentpoint
+          3990  0x1ede  int    21 2c 01                     300
+          3991  0x1ee1  int    11 28                        40
+          3992  0x1ee3  prim   17 3c                        moveto
+ 1097 1   3993  0x1ee5  int    11 02                        2
+          3994  0x1ee7  prim   17 34                        memsize
+          3995  0x1ee9  sec    18 c5                        print
+          3996  0x1eeb  str    94 02 2f 00                  "/"
+          3997  0x1eef  sec    18 c5                        print
+          3998  0x1ef1  sec    18 c5                        print
+          3999  0x1ef3  str    94 03 20 20 00               "  "
+          4000  0x1ef8  sec    18 c5                        print
+ 1098 1   4001  0x1efa  prim   17 3c                        moveto
+ 1100 1   4002  0x1efc  prim   17 3f                        setcolor
+ 1101 1   4003  0x1efe  prim   17 13                        pop
+          4004  0x1f00  int    01                           0
+ 1102 1   4005  0x1f01  ret    06                         }
+          4006  0x1f02  prim   17 06                      if
+ 1104 1   4007  0x1f04  prim   17 12                      dup
+          4008  0x1f06  int    41 00 00 00 5c             0x5c000000 # keyShiftF9
+          4009  0x1f0b  prim   17 29                      eq
+          4010  0x1f0d  sec    28 01 01                   debug
+          4011  0x1f10  int    11 03                      3
+          4012  0x1f12  prim   17 2c                      ge
+          4013  0x1f14  prim   17 23                      and
+          4014  0x1f16  code   25 1f 1f                   {
+ 1105 1   4015  0x1f19  prim   17 35                        dumpmem
+ 1106 1   4016  0x1f1b  prim   17 13                        pop
+          4017  0x1f1d  int    01                           0
+ 1107 1   4018  0x1f1e  ret    06                         }
+          4019  0x1f1f  prim   17 06                      if
+ 1109 1   4020  0x1f21  prim   17 12                      dup
+          4021  0x1f23  int    41 00 00 00 5d             0x5d000000 # keyShiftF10
+          4022  0x1f28  prim   17 29                      eq
+          4023  0x1f2a  code   25 40 1f                   {
+ 1110 1   4024  0x1f2d  dict   29 01 01                     /debug
+          4025  0x1f30  sec    28 01 01                     debug
+          4026  0x1f33  int    11 01                        1
+          4027  0x1f35  prim   17 1a                        add
+          4028  0x1f37  prim   17 05                        def
+          4029  0x1f39  str    94 01 00                     ""
+ 1111 1   4030  0x1f3c  prim   17 13                        pop
+          4031  0x1f3e  int    01                           0
+ 1112 1   4032  0x1f3f  ret    06                         }
+          4033  0x1f40  prim   17 06                      if
+ 1114 1   4034  0x1f42  prim   17 12                      dup
+          4035  0x1f44  int    41 00 00 00 87             0x87000000 # keyShiftF11
+          4036  0x1f49  prim   17 29                      eq
+          4037  0x1f4b  code   25 61 1f                   {
+ 1115 1   4038  0x1f4e  dict   29 a6 01                     /transp
+          4039  0x1f51  sec    28 a6 01                     transp
+          4040  0x1f54  int    11 10                        0x10
+          4041  0x1f56  prim   17 1b                        sub
+          4042  0x1f58  int    01                           0
+          4043  0x1f59  prim   17 22                        max
+          4044  0x1f5b  prim   17 05                        def
+ 1116 1   4045  0x1f5d  prim   17 13                        pop
+          4046  0x1f5f  int    01                           0
+ 1117 1   4047  0x1f60  ret    06                         }
+          4048  0x1f61  prim   17 06                      if
+ 1119 1   4049  0x1f63  prim   17 12                      dup
+          4050  0x1f65  int    41 00 00 00 85             0x85000000 # keyF11
+          4051  0x1f6a  prim   17 29                      eq
+          4052  0x1f6c  sec    28 01 01                   debug
+          4053  0x1f6f  int    11 01                      1
+          4054  0x1f71  prim   17 2c                      ge
+          4055  0x1f73  prim   17 23                      and
+          4056  0x1f75  code   25 e2 1f                   {
+ 1121 1   4057  0x1f78  prim   17 30                        dtrace
+ 1123 1   4058  0x1f7a  int    01                           0
+          4059  0x1f7b  int    11 01                        1
+          4060  0x1f7d  prim   17 38                        screen.size
+          4061  0x1f7f  prim   17 14                        exch
+          4062  0x1f81  prim   17 13                        pop
+          4063  0x1f83  code   25 dc 1f                     {
+ 1124 1   4064  0x1f86  int    01                             0
+          4065  0x1f87  int    11 01                          1
+          4066  0x1f89  prim   17 38                          screen.size
+          4067  0x1f8b  prim   17 13                          pop
+          4068  0x1f8d  code   25 d7 1f                       {
+ 1125 1   4069  0x1f90  prim   17 17                            over
+          4070  0x1f92  prim   17 3c                            moveto
+ 1126 1   4071  0x1f94  prim   17 3d                            currentpoint
+          4072  0x1f96  int    11 08                            8
+          4073  0x1f98  prim   17 27                            shl
+          4074  0x1f9a  prim   17 38                            screen.size
+          4075  0x1f9c  prim   17 14                            exch
+          4076  0x1f9e  prim   17 13                            pop
+          4077  0x1fa0  prim   17 1d                            div
+          4078  0x1fa2  int    11 08                            8
+          4079  0x1fa4  prim   17 27                            shl
+          4080  0x1fa6  prim   17 14                            exch
+          4081  0x1fa8  int    11 08                            8
+          4082  0x1faa  prim   17 27                            shl
+          4083  0x1fac  prim   17 38                            screen.size
+          4084  0x1fae  prim   17 13                            pop
+          4085  0x1fb0  prim   17 1d                            div
+          4086  0x1fb2  prim   17 1a                            add
+ 1127 1   4087  0x1fb4  prim   17 38                            screen.size
+          4088  0x1fb6  prim   17 1a                            add
+          4089  0x1fb8  prim   17 3d                            currentpoint
+          4090  0x1fba  prim   17 1a                            add
+          4091  0x1fbc  prim   17 1b                            sub
+          4092  0x1fbe  int    11 08                            8
+          4093  0x1fc0  prim   17 27                            shl
+          4094  0x1fc2  prim   17 38                            screen.size
+          4095  0x1fc4  prim   17 1a                            add
+          4096  0x1fc6  prim   17 1d                            div
+          4097  0x1fc8  int    11 02                            2
+          4098  0x1fca  prim   17 1d                            div
+          4099  0x1fcc  int    11 10                            16
+          4100  0x1fce  prim   17 27                            shl
+          4101  0x1fd0  prim   17 1a                            add
+ 1128 1   4102  0x1fd2  prim   17 3f                            setcolor
+ 1129 1   4103  0x1fd4  prim   17 41                            putpixel
+ 1130 1   4104  0x1fd6  ret    06                             }
+          4105  0x1fd7  prim   17 0a                          for
+ 1131 1   4106  0x1fd9  prim   17 13                          pop
+ 1132 1   4107  0x1fdb  ret    06                           }
+          4108  0x1fdc  prim   17 0a                        for
+ 1134 1   4109  0x1fde  prim   17 13                        pop
+          4110  0x1fe0  int    01                           0
+ 1135 1   4111  0x1fe1  ret    06                         }
+          4112  0x1fe2  prim   17 06                      if
+ 1137 1   4113  0x1fe4  prim   17 12                      dup
+          4114  0x1fe6  int    41 00 00 00 86             0x86000000 # keyF12
+          4115  0x1feb  prim   17 29                      eq
+          4116  0x1fed  sec    28 01 01                   debug
+          4117  0x1ff0  int    11 03                      3
+          4118  0x1ff2  prim   17 2c                      ge
+          4119  0x1ff4  prim   17 23                      and
+          4120  0x1ff6  code   25 be 20                   {
+ 1140 1   4121  0x1ff9  int    11 01                        1
+          4122  0x1ffb  prim   17 98                        keepmode
+ 1142 1   4123  0x1ffd  dict   29 a7 01                     /mouse
+          4124  0x2000  prim   17 a5                        xxx
+          4125  0x2002  prim   17 05                        def
+ 1143 1   4126  0x2004  sec    28 6e 01                     red
+          4127  0x2007  prim   17 3f                        setcolor
+ 1144 1   4128  0x2009  sec    28 a7 01                     mouse
+          4129  0x200c  none   00                           .undef # .undef
+          4130  0x200d  prim   17 29                        eq
+          4131  0x200f  code   25 28 20                     {
+ 1145 1   4132  0x2012  int    21 bc 02                       700
+          4133  0x2015  int    21 44 02                       580
+          4134  0x2018  prim   17 3c                          moveto
+          4135  0x201a  str    94 09 6e 6f 20 6d 6f 75        "no mouse"
+                               73 65 00
+          4136  0x2025  prim   17 47                          show
+ 1146 1   4137  0x2027  ret    06                           }
+          4138  0x2028  code   25 b8 20                     {
+ 1147 1   4139  0x202b  code   25 b5 20                       {
+ 1148 1   4140  0x202e  sec    28 a7 01                         mouse
+          4141  0x2031  prim   17 85                            getdword
+          4142  0x2033  int    11 10                            16
+          4143  0x2035  prim   17 27                            shl
+          4144  0x2037  int    11 10                            16
+          4145  0x2039  prim   17 28                            shr
+          4146  0x203b  prim   17 38                            screen.size
+          4147  0x203d  prim   17 13                            pop
+          4148  0x203f  int    11 02                            2
+          4149  0x2041  prim   17 1d                            div
+          4150  0x2043  prim   17 1a                            add
+ 1149 1   4151  0x2045  sec    28 a7 01                         mouse
+          4152  0x2048  prim   17 85                            getdword
+          4153  0x204a  int    11 10                            16
+          4154  0x204c  prim   17 28                            shr
+          4155  0x204e  prim   17 1f                            neg
+          4156  0x2050  prim   17 38                            screen.size
+          4157  0x2052  prim   17 14                            exch
+          4158  0x2054  prim   17 13                            pop
+          4159  0x2056  int    11 02                            2
+          4160  0x2058  prim   17 1d                            div
+          4161  0x205a  prim   17 1a                            add
+ 1150 1   4162  0x205c  prim   17 3c                            moveto
+          4163  0x205e  int    11 04                            4
+          4164  0x2060  int    11 04                            4
+          4165  0x2062  prim   17 50                            fillrect
+ 1152 1   4166  0x2064  sec    28 a7 01                         mouse
+          4167  0x2067  int    11 04                            4
+          4168  0x2069  prim   17 1a                            add
+          4169  0x206b  prim   17 85                            getdword
+          4170  0x206d  int    11 07                            7
+          4171  0x206f  prim   17 23                            and
+ 1153 1   4172  0x2071  prim   17 12                            dup
+          4173  0x2073  int    11 01                            1
+          4174  0x2075  prim   17 23                            and
+          4175  0x2077  code   25 80 20                         {
+          4176  0x207a  sec    28 6e 01                           red
+          4177  0x207d  prim   17 3f                              setcolor
+          4178  0x207f  ret    06                               }
+          4179  0x2080  prim   17 06                            if
+ 1154 1   4180  0x2082  prim   17 12                            dup
+          4181  0x2084  int    11 02                            2
+          4182  0x2086  prim   17 23                            and
+          4183  0x2088  code   25 91 20                         {
+          4184  0x208b  sec    28 a8 01                           blue
+          4185  0x208e  prim   17 3f                              setcolor
+          4186  0x2090  ret    06                               }
+          4187  0x2091  prim   17 06                            if
+ 1155 1   4188  0x2093  prim   17 12                            dup
+          4189  0x2095  int    11 04                            4
+          4190  0x2097  prim   17 23                            and
+          4191  0x2099  code   25 a2 20                         {
+          4192  0x209c  sec    28 a9 01                           green
+          4193  0x209f  prim   17 3f                              setcolor
+          4194  0x20a1  ret    06                               }
+          4195  0x20a2  prim   17 06                            if
+ 1157 1   4196  0x20a4  int    11 03                            3
+          4197  0x20a6  prim   17 23                            and
+          4198  0x20a8  int    11 03                            3
+          4199  0x20aa  prim   17 29                            eq
+          4200  0x20ac  code   25 b2 20                         {
+          4201  0x20af  prim   17 0c                              exit
+          4202  0x20b1  ret    06                               }
+          4203  0x20b2  prim   17 06                            if
+ 1159 1   4204  0x20b4  ret    06                             }
+          4205  0x20b5  prim   17 08                          loop
+ 1160 1   4206  0x20b7  ret    06                           }
+          4207  0x20b8  prim   17 07                        ifelse
+ 1161 1   4208  0x20ba  prim   17 13                        pop
+          4209  0x20bc  int    01                           0
+ 1162 1   4210  0x20bd  ret    06                         }
+          4211  0x20be  prim   17 06                      if
+ 1164 1   4212  0x20c0  prim   17 12                      dup
+          4213  0x20c2  int    41 00 00 00 88             0x88000000 # keyShiftF12
+          4214  0x20c7  prim   17 29                      eq
+          4215  0x20c9  code   25 e1 20                   {
+ 1165 1   4216  0x20cc  dict   29 a6 01                     /transp
+          4217  0x20cf  sec    28 a6 01                     transp
+          4218  0x20d2  int    11 10                        0x10
+          4219  0x20d4  prim   17 1a                        add
+          4220  0x20d6  int    21 00 01                     0x100
+          4221  0x20d9  prim   17 21                        min
+          4222  0x20db  prim   17 05                        def
+ 1166 1   4223  0x20dd  prim   17 13                        pop
+          4224  0x20df  int    01                           0
+ 1167 1   4225  0x20e0  ret    06                         }
+          4226  0x20e1  prim   17 06                      if
+ 1169 1   4227  0x20e3  ret    06                       }
+          4228  0x20e4  prim   17 05                    def
+ 1177 1   4229  0x20e6  dict   29 aa 01                 /exit_popup
+          4230  0x20e9  code   25 2e 21                 {
+ 1178 1   4231  0x20ec  sec    28 6c 01                   window.dialog
+ 1180 1   4232  0x20ef  prim   17 12                      dup
+          4233  0x20f1  sec    28 6f 01                   .title
+          4234  0x20f4  sec    28 ab 01                   txt_exit_title
+          4235  0x20f7  prim   17 10                      put
+ 1181 1   4236  0x20f9  prim   17 12                      dup
+          4237  0x20fb  sec    28 7b 01                   .text
+          4238  0x20fe  sec    28 ac 01                   txt_exit_dialog
+          4239  0x2101  prim   17 10                      put
+ 1182 1   4240  0x2103  prim   17 12                      dup
+          4241  0x2105  sec    28 71 01                   .buttons
+          4242  0x2108  prim   17 03                      [
+ 1183 1   4243  0x210a  sec    28 76 01                   button.ok
+          4244  0x210d  sec    28 73 01                   button.default
+          4245  0x2110  int    11 01                      1 # actExit
+          4246  0x2112  sec    28 74 01                   button.setaction
+ 1184 1   4247  0x2115  sec    28 ad 01                   button.cancel
+          4248  0x2118  sec    28 ae 01                   button.notdefault
+          4249  0x211b  sec    28 06 01                   actNothing
+          4250  0x211e  sec    28 74 01                   button.setaction
+ 1185 1   4251  0x2121  prim   17 04                      ]
+          4252  0x2123  prim   17 10                      put
+ 1186 1   4253  0x2125  prim   17 12                      dup
+          4254  0x2127  sec    28 38 01                   window.init
+ 1187 1   4255  0x212a  sec    28 39 01                   window.show
+ 1189 1   4256  0x212d  ret    06                       }
+          4257  0x212e  prim   17 05                    def
+ 1197 1   4258  0x2130  dict   29 af 01                 /show_help
+          4259  0x2133  code   25 42 21                 {
+ 1198 1   4260  0x2136  sec    28 b0 01                   window.help
+ 1200 1   4261  0x2139  prim   17 12                      dup
+          4262  0x213b  sec    28 38 01                   window.init
+ 1201 1   4263  0x213e  sec    28 39 01                   window.show
+ 1203 1   4264  0x2141  ret    06                       }
+          4265  0x2142  prim   17 05                    def
+ 1211 1   4266                                          # dvd_popup
+          4267                                          # {
+ 1212 1   4268                                          # window.dialog
+ 1214 1   4269                                          # dup
+          4270                                          # .title
+          4271                                          # txt_dvd_warning_title
+          4272                                          # put
+ 1215 1   4273                                          # dup
+          4274                                          # .text
+          4275                                          # txt_dvd_warning2
+          4276                                          # put
+ 1216 1   4277                                          # dup
+          4278                                          # .buttons
+          4279                                          # [
+ 1218 1   4280                                          # button.continue
+          4281                                          # button.default
+          4282                                          # actNothing
+          4283                                          # button.setaction
+ 1219 1   4284                                          # ]
+          4285                                          # put
+ 1220 1   4286                                          # dup
+          4287                                          # window.init
+ 1221 1   4288                                          # window.show
+ 1223 1   4289                                          # }
+          4290                                          # def
+ 1231 1   4291  0x2144  dict   29 3b 01                 /32bit_popup
+          4292  0x2147  code   25 d4 21                 {
+ 1232 1   4293  0x214a  sec    28 6c 01                   window.dialog
+ 1234 1   4294  0x214d  prim   17 12                      dup
+          4295  0x214f  sec    28 6f 01                   .title
+          4296  0x2152  str    94 16 43 6f 6f 6c 20 63    "Cool computer, but..."
+                               6f 6d 70 75 74 65 72 2c
+                               20 62 75 74 2e 2e 2e 00
+          4297  0x216a  prim   17 10                      put
+ 1235 1   4298  0x216c  prim   17 12                      dup
+          4299  0x216e  sec    28 7b 01                   .text
+          4300  0x2171  str    94 3f 59 6f 75 20 61 72    "You are about to install 32-bit software on a 64-bit computer."
+                               65 20 61 62 6f 75 74 20
+                               74 6f 20 69 6e 73 74 61
+                               6c 6c 20 33 32 2d 62 69
+                               74 20 73 6f 66 74 77 61
+                               72 65 20 6f 6e 20 61 20
+                               36 34 2d 62 69 74 20 63
+                               6f 6d 70 75 74 65 72 2e
+                               00
+          4301  0x21b2  prim   17 10                      put
+ 1236 1   4302  0x21b4  prim   17 12                      dup
+          4303  0x21b6  sec    28 71 01                   .buttons
+          4304  0x21b9  prim   17 03                      [
+ 1237 1   4305  0x21bb  sec    28 b3 01                   button.continue
+          4306  0x21be  sec    28 73 01                   button.default
+          4307  0x21c1  sec    28 06 01                   actNothing
+          4308  0x21c4  sec    28 74 01                   button.setaction
+ 1238 1   4309  0x21c7  prim   17 04                      ]
+          4310  0x21c9  prim   17 10                      put
+ 1239 1   4311  0x21cb  prim   17 12                      dup
+          4312  0x21cd  sec    28 38 01                   window.init
+ 1240 1   4313  0x21d0  sec    28 39 01                   window.show
+ 1242 1   4314  0x21d3  ret    06                       }
+          4315  0x21d4  prim   17 05                    def
+ 1250 1   4316  0x21d6  dict   29 3c 01                 /64bit_popup
+          4317  0x21d9  code   25 6c 22                 {
+ 1251 1   4318  0x21dc  sec    28 6c 01                   window.dialog
+ 1253 1   4319  0x21df  prim   17 12                      dup
+          4320  0x21e1  sec    28 6f 01                   .title
+          4321  0x21e4  str    94 16 43 6f 6f 6c 20 73    "Cool software, but..."
+                               6f 66 74 77 61 72 65 2c
+                               20 62 75 74 2e 2e 2e 00
+          4322  0x21fc  prim   17 10                      put
+ 1254 1   4323  0x21fe  prim   17 12                      dup
+          4324  0x2200  sec    28 7b 01                   .text
+          4325  0x2203  str    94 41 54 68 69 73 20 69    "This is a 32-bit computer. You cannot use 64-bit software on it."
+                               73 20 61 20 33 32 2d 62
+                               69 74 20 63 6f 6d 70 75
+                               74 65 72 2e 20 59 6f 75
+                               20 63 61 6e 6e 6f 74 20
+                               75 73 65 20 36 34 2d 62
+                               69 74 20 73 6f 66 74 77
+                               61 72 65 20 6f 6e 20 69
+                               74 2e 00
+          4326  0x2246  prim   17 10                      put
+ 1255 1   4327  0x2248  prim   17 12                      dup
+          4328  0x224a  sec    28 71 01                   .buttons
+          4329  0x224d  prim   17 03                      [
+ 1256 1   4330  0x224f  sec    28 72 01                   button.reboot
+          4331  0x2252  sec    28 73 01                   button.default
+          4332  0x2255  int    11 09                      9 # actReboot
+          4333  0x2257  int    21 00 01                   0x100 # actNoClose
+          4334  0x225a  prim   17 24                      or
+          4335  0x225c  sec    28 74 01                   button.setaction
+ 1257 1   4336  0x225f  prim   17 04                      ]
+          4337  0x2261  prim   17 10                      put
+ 1258 1   4338  0x2263  prim   17 12                      dup
+          4339  0x2265  sec    28 38 01                   window.init
+ 1259 1   4340  0x2268  sec    28 39 01                   window.show
+ 1261 1   4341  0x226b  ret    06                       }
+          4342  0x226c  prim   17 05                    def
+ 1269 1   4343                                          # nomem_popup
+          4344                                          # {
+ 1270 1   4345                                          # window.dialog
+ 1272 1   4346                                          # dup
+          4347                                          # .title
+          4348                                          # 
+          4349                                          # put
+ 1273 1   4350                                          # dup
+          4351                                          # .text
+ 1274 1   4352                                          # 
+ 1275 1   4353                                          # put
+ 1276 1   4354                                          # dup
+          4355                                          # .buttons
+          4356                                          # [
+ 1277 1   4357                                          # button.reboot
+          4358                                          # button.default
+          4359                                          # actReboot
+          4360                                          # actNoClose
+          4361                                          # or
+          4362                                          # button.setaction
+ 1278 1   4363                                          # ]
+          4364                                          # put
+ 1279 1   4365                                          # dup
+          4366                                          # window.init
+ 1280 1   4367                                          # window.show
+ 1282 1   4368                                          # }
+          4369                                          # def
+ 1290 1   4370  0x226e  dict   29 b4 01                 /power_off
+          4371  0x2271  code   25 bb 22                 {
+ 1291 1   4372  0x2274  sec    28 6c 01                   window.dialog
+ 1293 1   4373  0x2277  prim   17 12                      dup
+          4374  0x2279  sec    28 6f 01                   .title
+          4375  0x227c  sec    28 b5 01                   txt_power_off_title
+          4376  0x227f  prim   17 10                      put
+ 1294 1   4377  0x2281  prim   17 12                      dup
+          4378  0x2283  sec    28 7b 01                   .text
+          4379  0x2286  sec    28 b6 01                   txt_power_off
+          4380  0x2289  prim   17 10                      put
+ 1295 1   4381  0x228b  prim   17 12                      dup
+          4382  0x228d  sec    28 71 01                   .buttons
+          4383  0x2290  prim   17 03                      [
+ 1296 1   4384  0x2292  sec    28 76 01                   button.ok
+          4385  0x2295  sec    28 ae 01                   button.notdefault
+          4386  0x2298  int    11 06                      6 # actPowerOff
+          4387  0x229a  int    21 00 01                   0x100 # actNoClose
+          4388  0x229d  prim   17 24                      or
+          4389  0x229f  sec    28 74 01                   button.setaction
+ 1297 1   4390  0x22a2  sec    28 ad 01                   button.cancel
+          4391  0x22a5  sec    28 73 01                   button.default
+          4392  0x22a8  sec    28 06 01                   actNothing
+          4393  0x22ab  sec    28 74 01                   button.setaction
+ 1298 1   4394  0x22ae  prim   17 04                      ]
+          4395  0x22b0  prim   17 10                      put
+ 1299 1   4396  0x22b2  prim   17 12                      dup
+          4397  0x22b4  sec    28 38 01                   window.init
+ 1300 1   4398  0x22b7  sec    28 39 01                   window.show
+ 1302 1   4399  0x22ba  ret    06                       }
+          4400  0x22bb  prim   17 05                    def
+ 1311 1   4401  0x22bd  dict   29 18 01                 /bootopt.find
+          4402  0x22c0  code   25 66 23                 {
+ 1312 1   4403  0x22c3  dict   29 b7 01                   /bo.opt
+          4404  0x22c6  prim   17 14                      exch
+          4405  0x22c8  prim   17 05                      def
+ 1313 1   4406  0x22ca  dict   29 b8 01                   /bo.cmdline
+          4407  0x22cd  prim   17 14                      exch
+          4408  0x22cf  prim   17 05                      def
+ 1315 1   4409  0x22d1  code   25 63 23                   {
+ 1316 1   4410  0x22d4  sec    28 b8 01                     bo.cmdline
+          4411  0x22d7  sec    28 b7 01                     bo.opt
+          4412  0x22da  prim   17 5a                        strstr
+ 1317 1   4413  0x22dc  prim   17 12                        dup
+          4414  0x22de  code   25 57 23                     {
+ 1318 1   4415  0x22e1  prim   17 12                          dup
+          4416  0x22e3  int    11 01                          1
+          4417  0x22e5  prim   17 29                          eq
+          4418  0x22e7  code   25 ed 22                       {
+ 1319 1   4419  0x22ea  bool   13 01                            true # true
+ 1320 1   4420  0x22ec  ret    06                             }
+          4421  0x22ed  code   25 02 23                       {
+ 1321 1   4422  0x22f0  prim   17 12                            dup
+          4423  0x22f2  int    11 02                            2
+          4424  0x22f4  prim   17 1b                            sub
+          4425  0x22f6  sec    28 b8 01                         bo.cmdline
+          4426  0x22f9  prim   17 14                            exch
+          4427  0x22fb  prim   17 0f                            get
+          4428  0x22fd  int    11 20                            ' '
+          4429  0x22ff  prim   17 29                            eq
+ 1322 1   4430  0x2301  ret    06                             }
+          4431  0x2302  prim   17 07                          ifelse
+ 1324 1   4432  0x2304  code   25 2f 23                       {
+ 1325 1   4433  0x2307  sec    28 b8 01                         bo.cmdline
+          4434  0x230a  prim   17 17                            over
+          4435  0x230c  sec    28 b7 01                         bo.opt
+          4436  0x230f  prim   17 11                            length
+          4437  0x2311  prim   17 1a                            add
+          4438  0x2313  int    11 01                            1
+          4439  0x2315  prim   17 1b                            sub
+          4440  0x2317  prim   17 0f                            get
+ 1326 1   4441  0x2319  prim   17 12                            dup
+          4442  0x231b  int    11 3d                            '='
+          4443  0x231d  prim   17 29                            eq
+ 1327 1   4444  0x231f  prim   17 17                            over
+          4445  0x2321  int    11 20                            ' '
+          4446  0x2323  prim   17 29                            eq
+          4447  0x2325  prim   17 24                            or
+ 1328 1   4448  0x2327  prim   17 14                            exch
+          4449  0x2329  int    01                               0
+          4450  0x232a  prim   17 29                            eq
+          4451  0x232c  prim   17 24                            or
+ 1329 1   4452  0x232e  ret    06                             }
+          4453  0x232f  code   25 34 23                       {
+ 1330 1   4454  0x2332  bool   03                               false # false
+ 1331 1   4455  0x2333  ret    06                             }
+          4456  0x2334  prim   17 07                          ifelse
+ 1333 1   4457  0x2336  sec    28 b8 01                       bo.cmdline
+          4458  0x2339  prim   17 15                          rot
+          4459  0x233b  prim   17 1a                          add
+          4460  0x233d  prim   17 14                          exch
+ 1335 1   4461  0x233f  code   25 49 23                       {
+ 1336 1   4462  0x2342  int    11 01                            1
+          4463  0x2344  prim   17 1b                            sub
+          4464  0x2346  prim   17 0c                            exit
+ 1337 1   4465  0x2348  ret    06                             }
+          4466  0x2349  code   25 54 23                       {
+ 1338 1   4467  0x234c  dict   29 b8 01                         /bo.cmdline
+          4468  0x234f  prim   17 14                            exch
+          4469  0x2351  prim   17 05                            def
+ 1339 1   4470  0x2353  ret    06                             }
+          4471  0x2354  prim   17 07                          ifelse
+ 1340 1   4472  0x2356  ret    06                           }
+          4473  0x2357  code   25 60 23                     {
+ 1341 1   4474  0x235a  prim   17 13                          pop
+ 1342 1   4475  0x235c  none   00                             .undef # .undef
+          4476  0x235d  prim   17 0c                          exit
+ 1343 1   4477  0x235f  ret    06                           }
+          4478  0x2360  prim   17 07                        ifelse
+ 1344 1   4479  0x2362  ret    06                         }
+          4480  0x2363  prim   17 08                      loop
+ 1346 1   4481  0x2365  ret    06                       }
+          4482  0x2366  prim   17 05                    def
+ 1356 1   4483  0x2368  dict   29 a6 01                 /transp
+          4484  0x236b  int    01                       0
+          4485  0x236c  prim   17 05                    def
+ 1358 1   4486  0x236e  int    21 80 02                 640
+          4487  0x2371  int    21 e0 01                 480
+          4488  0x2374  int    11 10                    16
+          4489  0x2376  sec    18 dd                    findmode
+          4490  0x2378  prim   17 8e                    setmode
+          4491  0x237a  prim   17 26                    not
+          4492  0x237c  code   25 aa 23                 {
+ 1359 1   4493  0x237f  int    21 80 02                   640
+          4494  0x2382  int    21 e0 01                   480
+          4495  0x2385  int    11 20                      32
+          4496  0x2387  sec    18 dd                      findmode
+          4497  0x2389  prim   17 8e                      setmode
+          4498  0x238b  prim   17 26                      not
+          4499  0x238d  code   25 a7 23                   {
+ 1360 1   4500  0x2390  int    21 80 02                     640
+          4501  0x2393  int    21 90 01                     400
+          4502  0x2396  int    11 04                        4
+          4503  0x2398  sec    18 dd                        findmode
+          4504  0x239a  prim   17 8e                        setmode
+          4505  0x239c  prim   17 26                        not
+          4506  0x239e  code   25 a4 23                     {
+ 1361 1   4507  0x23a1  bool   03                             false # false
+          4508  0x23a2  end    0b                             .end # .end
+ 1362 1   4509  0x23a3  ret    06                           }
+          4510  0x23a4  prim   17 06                        if
+ 1363 1   4511  0x23a6  ret    06                         }
+          4512  0x23a7  prim   17 06                      if
+ 1364 1   4513  0x23a9  ret    06                       }
+          4514  0x23aa  prim   17 06                    if
+ 1368 1   4515  0x23ac  dict   29 34 01                 /clip.size
+          4516  0x23af  code   25 b5 23                 {
+          4517  0x23b2  prim   17 38                      screen.size
+          4518  0x23b4  ret    06                       }
+          4519  0x23b5  prim   17 05                    def
+ 1370 1   4520  0x23b7  dict   29 96 01                 /small_layout
+          4521  0x23ba  prim   17 38                    screen.size
+          4522  0x23bc  prim   17 13                    pop
+          4523  0x23be  int    21 80 02                 640
+          4524  0x23c1  prim   17 29                    eq
+          4525  0x23c3  prim   17 05                    def
+ 1372 1   4526  0x23c5  dict   29 b9 01                 /access.file
+          4527  0x23c8  str    94 0b 61 63 63 65 73 73  "access.pcx"
+                               2e 70 63 78 00
+          4528  0x23d5  prim   17 89                    findfile
+          4529  0x23d7  prim   17 05                    def
+ 1373 1   4530  0x23d9  sec    28 b9 01                 access.file
+          4531  0x23dc  prim   17 12                    dup
+          4532  0x23de  none   00                       .undef # .undef
+          4533  0x23df  prim   17 2a                    ne
+          4534  0x23e1  code   25 f7 23                 {
+ 1374 1   4535  0x23e4  prim   17 93                      setimage
+          4536  0x23e6  prim   17 7c                      image.size
+          4537  0x23e8  dict   29 ba 01                   /access.height
+          4538  0x23eb  prim   17 14                      exch
+          4539  0x23ed  prim   17 05                      def
+          4540  0x23ef  dict   29 bb 01                   /access.width
+          4541  0x23f2  prim   17 14                      exch
+          4542  0x23f4  prim   17 05                      def
+ 1375 1   4543  0x23f6  ret    06                       }
+          4544  0x23f7  code   25 09 24                 {
+ 1376 1   4545  0x23fa  prim   17 13                      pop
+          4546  0x23fc  dict   29 ba 01                   /access.height
+          4547  0x23ff  none   00                         .undef # .undef
+          4548  0x2400  prim   17 05                      def
+          4549  0x2402  dict   29 ba 01                   /access.height
+          4550  0x2405  none   00                         .undef # .undef
+          4551  0x2406  prim   17 05                      def
+ 1377 1   4552  0x2408  ret    06                       }
+          4553  0x2409  prim   17 07                    ifelse
+ 1379 1   4554  0x240b  str    94 0b 73 70 6c 61 73 68  "splash.pcx"
+                               2e 70 63 78 00
+          4555  0x2418  prim   17 89                    findfile
+ 1380 1   4556  0x241a  prim   17 12                    dup
+          4557  0x241c  none   00                       .undef # .undef
+          4558  0x241d  prim   17 29                    eq
+          4559  0x241f  code   25 32 24                 {
+          4560  0x2422  prim   17 13                      pop
+          4561  0x2424  str    94 09 62 61 63 6b 2e 6a    "back.jpg"
+                               70 67 00
+          4562  0x242f  prim   17 89                      findfile
+          4563  0x2431  ret    06                       }
+          4564  0x2432  prim   17 06                    if
+ 1381 1   4565  0x2434  dict   29 33 01                 /background.file
+          4566  0x2437  prim   17 17                    over
+          4567  0x2439  prim   17 05                    def
+          4568  0x243b  prim   17 93                    setimage
+          4569  0x243d  prim   17 4a                    loadpalette
+ 1382 1   4570  0x243f  dict   29 91 01                 /max_image_colors
+          4571  0x2442  prim   17 39                    image.colors
+          4572  0x2444  prim   17 05                    def
+ 1388 1   4573  0x2446  dict   29 9c 01                 /black
+          4574  0x2449  int    01                       0x000000
+          4575  0x244a  sec    28 8f 01                 newcolor
+ 1389 1   4576  0x244d  dict   19 ed                    /white
+          4577  0x244f  uint   32 ff ff ff              0xffffff
+          4578  0x2453  sec    28 8f 01                 newcolor
+ 1390 1   4579  0x2456  dict   29 a8 01                 /blue
+          4580  0x2459  uint   12 a0                    0x0000a0
+          4581  0x245b  sec    28 8f 01                 newcolor
+ 1391 1   4582  0x245e  dict   29 6e 01                 /red
+          4583  0x2461  uint   32 00 00 c0              0xc00000
+          4584  0x2465  sec    28 8f 01                 newcolor
+ 1392 1   4585  0x2468  dict   29 a9 01                 /green
+          4586  0x246b  uint   22 00 90                 0x009000
+          4587  0x246e  sec    28 8f 01                 newcolor
+ 1393 1   4588  0x2471  dict   29 bc 01                 /yellow
+          4589  0x2474  uint   32 20 ff ff              0xffff20
+          4590  0x2478  sec    28 8f 01                 newcolor
+ 1394 1   4591  0x247b  dict   29 54 01                 /lightgray
+          4592  0x247e  uint   32 ed de d8              0xd8deed
+          4593  0x2482  sec    28 8f 01                 newcolor
+ 1395 1   4594  0x2485  dict   29 bd 01                 /dotcolor
+          4595  0x2488  uint   32 cd bb a9              0xa9bbcd
+          4596  0x248c  sec    28 8f 01                 newcolor
+ 1396 1   4597  0x248f  dict   29 be 01                 /lightdotcolor
+          4598  0x2492  uint   32 f6 f2 ef              0xeff2f6
+          4599  0x2496  sec    28 8f 01                 newcolor
+ 1397 1   4600  0x2499  dict   29 bf 01                 /somegreen
+          4601  0x249c  int    31 24 a4 78              0x78a424
+          4602  0x24a0  sec    28 8f 01                 newcolor
+ 1399 1   4603                                          # lightblue
+          4604                                          # 0x7da3d1
+          4605                                          # def
+    1 2   4606  0x24a3  dict   29 2d 01                 /title.bg
+          4607  0x24a6  int    31 f1 81 3f              0x3f81f1
+          4608  0x24aa  sec    28 8f 01                 newcolor
+ 1403 1   4609  0x24ad  dict   29 84 01                 /font.normal
+          4610  0x24b0  str    94 0a 31 36 78 31 36 2e  "16x16.fnt"
+                               66 6e 74 00
+          4611  0x24bc  prim   17 89                    findfile
+          4612  0x24be  prim   17 05                    def
+ 1404 1   4613  0x24c0  dict   29 60 01                 /font.large
+          4614  0x24c3  sec    28 84 01                 font.normal
+          4615  0x24c6  prim   17 05                    def
+ 1406 1   4616  0x24c8  dict   29 14 01                 /cmdline.hidden
+          4617  0x24cb  int    21 00 02                 512 # cmdlinelength
+          4618  0x24ce  sec    18 c2                    string
+          4619  0x24d0  prim   17 05                    def
+ 1407 1   4620  0x24d2  dict   29 49 01                 /cmdline.shown
+          4621  0x24d5  int    21 00 02                 512 # cmdlinelength
+          4622  0x24d8  sec    18 c2                    string
+          4623  0x24da  prim   17 05                    def
+ 1409 1   4624  0x24dc  dict   29 01 01                 /debug
+          4625  0x24df  int    01                       0
+          4626  0x24e0  prim   17 05                    def
+ 1411 1   4627  0x24e2  sec    18 fd                    check_arch_boot_dir
+    5 1   4628  0x24e4  dict   29 c0 01                 /texts
+          4629  0x24e7  prim   17 03                    [
+    6 1   4630  0x24e9  dict   29 c1 01                 /txt_access
+    7 1   4631  0x24ec  dict   29 c2 01                 /txt_access_all
+    8 1   4632  0x24ef  dict   29 c3 01                 /txt_access_brltty
+    9 1   4633  0x24f2  dict   29 c4 01                 /txt_access_m1
+   10 1   4634  0x24f5  dict   29 c5 01                 /txt_access_m2
+   11 1   4635  0x24f8  dict   29 c6 01                 /txt_access_m3
+   12 1   4636  0x24fb  dict   29 c7 01                 /txt_access_none
+   13 1   4637  0x24fe  dict   29 c8 01                 /txt_access_v1
+   14 1   4638  0x2501  dict   29 c9 01                 /txt_access_v2
+   15 1   4639  0x2504  dict   29 ca 01                 /txt_access_v3
+   16 1   4640  0x2507  dict   29 94 01                 /txt_bootoptions
+   17 1   4641  0x250a  dict   29 cb 01                 /txt_cancel
+   18 1   4642  0x250d  dict   29 77 01                 /txt_change_disk_title
+   19 1   4643  0x2510  dict   29 cc 01                 /txt_continue
+   20 1   4644  0x2513  dict   29 b2 01                 /txt_dvd_warning2
+   21 1   4645  0x2516  dict   29 b1 01                 /txt_dvd_warning_title
+   22 1   4646  0x2519  dict   29 70 01                 /txt_error_title
+   23 1   4647  0x251c  dict   29 ac 01                 /txt_exit_dialog
+   24 1   4648  0x251f  dict   29 ab 01                 /txt_exit_title
+   25 1   4649  0x2522  dict   29 cd 01                 /txt_expert_mode
+   26 1   4650  0x2525  dict   29 ce 01                 /txt_help
+   27 1   4651  0x2528  dict   29 75 01                 /txt_info_title
+   28 1   4652  0x252b  dict   29 78 01                 /txt_insert_disk
+   29 1   4653  0x252e  dict   29 7a 01                 /txt_insert_disk2
+   30 1   4654  0x2531  dict   29 79 01                 /txt_insert_disk3
+   31 1   4655  0x2534  dict   29 cf 01                 /txt_keymap
+   32 1   4656  0x2537  dict   29 d0 01                 /txt_language
+   33 1   4657  0x253a  dict   29 d1 01                 /txt_menuitem_check
+   34 1   4658  0x253d  dict   29 d2 01                 /txt_menuitem_cli
+   35 1   4659  0x2540  dict   29 d3 01                 /txt_menuitem_dell_factory_recovery
+   36 1   4660  0x2543  dict   29 d4 01                 /txt_menuitem_driverupdates
+   37 1   4661  0x2546  dict   29 d5 01                 /txt_menuitem_enlist_ubuntu_maas
+   38 1   4662  0x2549  dict   29 d6 01                 /txt_menuitem_hd
+   39 1   4663  0x254c  dict   29 d7 01                 /txt_menuitem_install_edubuntu
+   40 1   4664  0x254f  dict   29 d8 01                 /txt_menuitem_install_kubuntu
+   41 1   4665  0x2552  dict   29 d9 01                 /txt_menuitem_install_kubuntu_netbook
+   42 1   4666  0x2555  dict   29 da 01                 /txt_menuitem_install_lubuntu
+   43 1   4667  0x2558  dict   29 db 01                 /txt_menuitem_install_mythbuntu
+   44 1   4668  0x255b  dict   29 dc 01                 /txt_menuitem_install_text_edubuntu
+   45 1   4669  0x255e  dict   29 dd 01                 /txt_menuitem_install_text_kubuntu
+   46 1   4670  0x2561  dict   29 de 01                 /txt_menuitem_install_text_ubuntu
+   47 1   4671  0x2564  dict   29 df 01                 /txt_menuitem_install_text_xubuntu
+   48 1   4672  0x2567  dict   29 e0 01                 /txt_menuitem_install_ubuntu
+   49 1   4673  0x256a  dict   29 e1 01                 /txt_menuitem_install_ubuntu_mid
+   50 1   4674  0x256d  dict   29 e2 01                 /txt_menuitem_install_ubuntu_netbook
+   51 1   4675  0x2570  dict   29 e3 01                 /txt_menuitem_install_ubuntu_server
+   52 1   4676  0x2573  dict   29 e4 01                 /txt_menuitem_install_ubuntustudio
+   53 1   4677  0x2576  dict   29 e5 01                 /txt_menuitem_install_xubuntu
+   54 1   4678  0x2579  dict   29 e6 01                 /txt_menuitem_lamp
+   55 1   4679  0x257c  dict   29 e7 01                 /txt_menuitem_live_edubuntu
+   56 1   4680  0x257f  dict   29 e8 01                 /txt_menuitem_live_kubuntu
+   57 1   4681  0x2582  dict   29 e9 01                 /txt_menuitem_live_kubuntu_netbook
+   58 1   4682  0x2585  dict   29 ea 01                 /txt_menuitem_live_lubuntu
+   59 1   4683  0x2588  dict   29 eb 01                 /txt_menuitem_live_mythbuntu
+   60 1   4684  0x258b  dict   29 ec 01                 /txt_menuitem_live_ubuntu
+   61 1   4685  0x258e  dict   29 ed 01                 /txt_menuitem_live_ubuntu_mid
+   62 1   4686  0x2591  dict   29 ee 01                 /txt_menuitem_live_ubuntu_netbook
+   63 1   4687  0x2594  dict   29 ef 01                 /txt_menuitem_live_xubuntu
+   64 1   4688  0x2597  dict   29 f0 01                 /txt_menuitem_ltsp
+   65 1   4689  0x259a  dict   29 f1 01                 /txt_menuitem_ltsp_mythbuntu
+   66 1   4690  0x259d  dict   29 f2 01                 /txt_menuitem_memtest
+   67 1   4691  0x25a0  dict   29 f3 01                 /txt_menuitem_minimal
+   68 1   4692  0x25a3  dict   29 f4 01                 /txt_menuitem_minimalvm
+   69 1   4693  0x25a6  dict   29 f5 01                 /txt_menuitem_oem
+   70 1   4694  0x25a9  dict   29 f6 01                 /txt_menuitem_rescue
+   71 1   4695  0x25ac  dict   29 f7 01                 /txt_menuitem_server
+   72 1   4696  0x25af  dict   29 f8 01                 /txt_menuitem_start_kubuntu
+   73 1   4697  0x25b2  dict   29 f9 01                 /txt_menuitem_workstation
+   74 1   4698  0x25b5  dict   29 fa 01                 /txt_mode_normal
+   75 1   4699  0x25b8  dict   29 fb 01                 /txt_modes
+   76 1   4700  0x25bb  dict   29 fc 01                 /txt_ok
+   77 1   4701  0x25be  dict   29 fd 01                 /txt_option_free
+   78 1   4702  0x25c1  dict   29 fe 01                 /txt_other_options
+   79 1   4703  0x25c4  dict   29 81 01                 /txt_password
+   80 1   4704  0x25c7  dict   29 7e 01                 /txt_password_title
+   81 1   4705  0x25ca  dict   29 b6 01                 /txt_power_off
+   82 1   4706  0x25cd  dict   29 b5 01                 /txt_power_off_title
+   83 1   4707  0x25d0  dict   29 ff 01                 /txt_reboot
+   84 1   4708  0x25d3  prim   17 04                    ]
+          4709  0x25d5  prim   17 05                    def
+   52 1   4710  0x25d7  dict   29 00 02                 /window.list
+          4711  0x25da  int    11 08                    8
+          4712  0x25dc  prim   17 0e                    array
+          4713  0x25de  prim   17 05                    def
+   53 1   4714  0x25e0  dict   29 01 02                 /window.list.index
+          4715  0x25e3  int    01                       0
+          4716  0x25e4  prim   17 05                    def
+   59 1   4717  0x25e6  dict   29 05 01                 /window.action
+          4718  0x25e9  sec    28 06 01                 actNothing
+          4719  0x25ec  prim   17 05                    def
+   62 1   4720  0x25ee  dict   29 02 02                 /widget.size
+          4721  0x25f1  int    01                       0
+          4722  0x25f2  prim   17 05                    def
+   63 1   4723  0x25f4  dict   29 03 02                 /newfield
+          4724  0x25f7  code   25 0c 26                 {
+          4725  0x25fa  sec    28 02 02                   widget.size
+          4726  0x25fd  prim   17 05                      def
+          4727  0x25ff  dict   29 02 02                   /widget.size
+          4728  0x2602  sec    28 02 02                   widget.size
+          4729  0x2605  int    11 01                      1
+          4730  0x2607  prim   17 1a                      add
+          4731  0x2609  prim   17 05                      def
+          4732  0x260b  ret    06                       }
+          4733  0x260c  prim   17 05                    def
+   65 1   4734  0x260e  dict   29 04 02                 /.type
+          4735  0x2611  sec    28 03 02                 newfield
+   66 1   4736  0x2614  dict   29 05 02                 /.x
+          4737  0x2617  sec    28 03 02                 newfield
+   67 1   4738  0x261a  dict   29 06 02                 /.y
+          4739  0x261d  sec    28 03 02                 newfield
+   68 1   4740  0x2620  dict   29 07 02                 /.width
+          4741  0x2623  sec    28 03 02                 newfield
+   69 1   4742  0x2626  dict   29 08 02                 /.height
+          4743  0x2629  sec    28 03 02                 newfield
+   70 1   4744  0x262c  dict   29 09 02                 /.width.min
+          4745  0x262f  sec    28 03 02                 newfield
+   71 1   4746  0x2632  dict   29 0a 02                 /.position
+          4747  0x2635  sec    28 03 02                 newfield
+   72 1   4748  0x2638  dict   29 42 01                 /.color.fg
+          4749  0x263b  sec    28 03 02                 newfield
+   73 1   4750  0x263e  dict   29 0b 02                 /.color.bg
+          4751  0x2641  sec    28 03 02                 newfield
+   74 1   4752  0x2644  dict   29 0c 02                 /.font
+          4753  0x2647  sec    28 03 02                 newfield
+   75 1   4754  0x264a  dict   29 0d 02                 /.saved
+          4755  0x264d  sec    28 03 02                 newfield
+   76 1   4756  0x2650  dict   29 0e 02                 /.saved.areas
+          4757  0x2653  sec    28 03 02                 newfield
+   77 1   4758  0x2656  dict   29 6f 01                 /.title
+          4759  0x2659  sec    28 03 02                 newfield
+   78 1   4760  0x265c  dict   29 0f 02                 /.title.fg
+          4761  0x265f  sec    28 03 02                 newfield
+   79 1   4762  0x2662  dict   29 6d 01                 /.title.bg
+          4763  0x2665  sec    28 03 02                 newfield
+   80 1   4764  0x2668  dict   29 10 02                 /.title.height
+          4765  0x266b  sec    28 03 02                 newfield
+   81 1   4766  0x266e  dict   29 7b 01                 /.text
+          4767  0x2671  sec    28 03 02                 newfield
+   82 1   4768  0x2674  dict   29 11 02                 /.text.x
+          4769  0x2677  sec    28 03 02                 newfield
+   83 1   4770  0x267a  dict   29 12 02                 /.text.y
+          4771  0x267d  sec    28 03 02                 newfield
+   84 1   4772  0x2680  dict   29 71 01                 /.buttons
+          4773  0x2683  sec    28 03 02                 newfield
+   85 1   4774  0x2686  dict   29 13 02                 /.button.y
+          4775  0x2689  sec    28 03 02                 newfield
+   86 1   4776  0x268c  dict   29 14 02                 /.ed
+          4777  0x268f  sec    28 03 02                 newfield
+   87 1   4778  0x2692  dict   29 43 01                 /.ed.font
+          4779  0x2695  sec    28 03 02                 newfield
+   88 1   4780  0x2698  dict   29 7f 01                 /.ed.list
+          4781  0x269b  sec    28 03 02                 newfield
+   89 1   4782  0x269e  dict   29 08 01                 /.ed.buffer.list
+          4783  0x26a1  sec    28 03 02                 newfield
+   90 1   4784  0x26a4  dict   29 80 01                 /.ed.text.list
+          4785  0x26a7  sec    28 03 02                 newfield
+   91 1   4786  0x26aa  dict   29 83 01                 /.ed.width
+          4787  0x26ad  sec    28 03 02                 newfield
+   92 1   4788  0x26b0  dict   29 82 01                 /.ed.focus
+          4789  0x26b3  sec    28 03 02                 newfield
+   93 1   4790  0x26b6  dict   29 15 02                 /.ed.pw_field
+          4791  0x26b9  sec    28 03 02                 newfield
+   94 1   4792  0x26bc  dict   29 16 02                 /.xmenu
+          4793  0x26bf  sec    28 03 02                 newfield
+   95 1   4794  0x26c2  dict   29 17 02                 /.xmenu.update
+          4795  0x26c5  sec    28 03 02                 newfield
+   96 1   4796  0x26c8  dict   29 18 02                 /.xmenu.change
+          4797  0x26cb  sec    28 03 02                 newfield
+   97 1   4798  0x26ce  dict   29 19 02                 /.xmenu.select
+          4799  0x26d1  sec    28 03 02                 newfield
+   98 1   4800  0x26d4  dict   29 1a 02                 /.xmenu.input
+          4801  0x26d7  sec    28 03 02                 newfield
+   99 1   4802  0x26da  dict   29 1b 02                 /.xmenu.cleanup
+          4803  0x26dd  sec    28 03 02                 newfield
+  102 1   4804                                          # t_dialog
+          4805                                          # 100
+          4806                                          # def
+  103 1   4807                                          # t_help
+          4808                                          # 101
+          4809                                          # def
+  104 1   4810                                          # t_splash
+          4811                                          # 102
+          4812                                          # def
+  105 1   4813                                          # t_main
+          4814                                          # 103
+          4815                                          # def
+  106 1   4816                                          # t_xmenu
+          4817                                          # 104
+          4818                                          # def
+  109 1   4819  0x26e0  dict   29 06 01                 /actNothing
+          4820  0x26e3  int    01                       0
+          4821  0x26e4  prim   17 05                    def
+  110 1   4822                                          # actExit
+          4823                                          # 1
+          4824                                          # def
+  111 1   4825                                          # actCloseInfo
+          4826                                          # 2
+          4827                                          # def
+  112 1   4828                                          # actPassword
+          4829                                          # 3
+          4830                                          # def
+  113 1   4831                                          # actStart
+          4832                                          # 4
+          4833                                          # def
+  114 1   4834                                          # actEject
+          4835                                          # 5
+          4836                                          # def
+  115 1   4837                                          # actPowerOff
+          4838                                          # 6
+          4839                                          # def
+  116 1   4840                                          # actRedraw
+          4841                                          # 7
+          4842                                          # def
+  117 1   4843                                          # actRedrawPanel
+          4844                                          # 8
+          4845                                          # def
+  118 1   4846                                          # actReboot
+          4847                                          # 9
+          4848                                          # def
+  119 1   4849                                          # actNoClose
+          4850                                          # 0x100
+          4851                                          # def
+  127 1   4852  0x26e6  dict   29 6c 01                 /window.dialog
+          4853  0x26e9  code   25 6c 27                 {
+  128 1   4854  0x26ec  sec    28 02 02                   widget.size
+          4855  0x26ef  prim   17 0e                      array
+  129 1   4856  0x26f1  prim   17 12                      dup
+          4857  0x26f3  sec    28 04 02                   .type
+          4858  0x26f6  int    11 64                      100 # t_dialog
+          4859  0x26f8  prim   17 10                      put
+  130 1   4860  0x26fa  prim   17 12                      dup
+          4861  0x26fc  sec    28 0a 02                   .position
+          4862  0x26ff  int    11 08                      8
+          4863  0x2701  prim   17 10                      put
+  131 1   4864  0x2703  prim   17 12                      dup
+          4865  0x2705  sec    28 05 02                   .x
+          4866  0x2708  int    01                         0
+          4867  0x2709  prim   17 10                      put
+  132 1   4868  0x270b  prim   17 12                      dup
+          4869  0x270d  sec    28 06 02                   .y
+          4870  0x2710  int    01                         0
+          4871  0x2711  prim   17 10                      put
+  133 1   4872  0x2713  prim   17 12                      dup
+          4873  0x2715  sec    28 09 02                   .width.min
+          4874  0x2718  int    01                         0
+          4875  0x2719  prim   17 10                      put
+  134 1   4876  0x271b  prim   17 12                      dup
+          4877  0x271d  sec    28 42 01                   .color.fg
+          4878  0x2720  sec    28 9c 01                   black
+          4879  0x2723  prim   17 10                      put
+  135 1   4880  0x2725  prim   17 12                      dup
+          4881  0x2727  sec    28 0b 02                   .color.bg
+          4882  0x272a  sec    28 54 01                   lightgray
+          4883  0x272d  prim   17 10                      put
+  136 1   4884  0x272f  prim   17 12                      dup
+          4885  0x2731  sec    28 0c 02                   .font
+          4886  0x2734  sec    28 84 01                   font.normal
+          4887  0x2737  prim   17 10                      put
+  137 1   4888  0x2739  prim   17 12                      dup
+          4889  0x273b  sec    28 0f 02                   .title.fg
+          4890  0x273e  sec    18 ed                      white
+          4891  0x2740  prim   17 10                      put
+  138 1   4892  0x2742  prim   17 12                      dup
+          4893  0x2744  sec    28 6d 01                   .title.bg
+          4894  0x2747  sec    28 2d 01                   title.bg
+          4895  0x274a  prim   17 10                      put
+  139 1   4896  0x274c  prim   17 12                      dup
+          4897  0x274e  sec    28 10 02                   .title.height
+          4898  0x2751  int    11 14                      20 # help.title.height
+          4899  0x2753  prim   17 10                      put
+  140 1   4900  0x2755  prim   17 12                      dup
+          4901  0x2757  sec    28 11 02                   .text.x
+          4902  0x275a  int    11 0c                      12
+          4903  0x275c  prim   17 10                      put
+  141 1   4904  0x275e  prim   17 12                      dup
+          4905  0x2760  sec    28 12 02                   .text.y
+          4906  0x2763  int    11 14                      20 # help.title.height
+          4907  0x2765  int    11 0a                      10
+          4908  0x2767  prim   17 1a                      add
+          4909  0x2769  prim   17 10                      put
+  142 1   4910  0x276b  ret    06                       }
+          4911  0x276c  prim   17 05                    def
+  150 1   4912  0x276e  dict   29 04 01                 /window.input
+          4913  0x2771  code   25 2a 28                 {
+  151 1   4914  0x2774  sec    28 41 01                   window.current
+          4915  0x2777  none   00                         .undef # .undef
+          4916  0x2778  prim   17 2a                      ne
+          4917  0x277a  code   25 27 28                   {
+  152 1   4918  0x277d  sec    28 41 01                     window.current
+          4919  0x2780  sec    28 04 02                     .type
+          4920  0x2783  prim   17 0f                        get
+  153 1   4921  0x2785  prim   17 12                        dup
+          4922  0x2787  int    11 64                        100 # t_dialog
+          4923  0x2789  prim   17 29                        eq
+          4924  0x278b  code   25 96 27                     {
+          4925  0x278e  prim   17 14                          exch
+          4926  0x2790  sec    28 1c 02                       dialog.input
+          4927  0x2793  prim   17 14                          exch
+          4928  0x2795  ret    06                           }
+          4929  0x2796  prim   17 06                        if
+  154 1   4930  0x2798  prim   17 12                        dup
+          4931  0x279a  int    11 65                        101 # t_help
+          4932  0x279c  prim   17 29                        eq
+          4933  0x279e  code   25 a9 27                     {
+          4934  0x27a1  prim   17 14                          exch
+          4935  0x27a3  sec    28 1d 02                       help.input
+          4936  0x27a6  prim   17 14                          exch
+          4937  0x27a8  ret    06                           }
+          4938  0x27a9  prim   17 06                        if
+  155 1   4939  0x27ab  prim   17 12                        dup
+          4940  0x27ad  int    11 66                        102 # t_splash
+          4941  0x27af  prim   17 29                        eq
+          4942  0x27b1  code   25 bc 27                     {
+          4943  0x27b4  prim   17 14                          exch
+          4944  0x27b6  sec    28 1e 02                       splash.input
+          4945  0x27b9  prim   17 14                          exch
+          4946  0x27bb  ret    06                           }
+          4947  0x27bc  prim   17 06                        if
+  156 1   4948  0x27be  prim   17 12                        dup
+          4949  0x27c0  int    11 67                        103 # t_main
+          4950  0x27c2  prim   17 29                        eq
+          4951  0x27c4  code   25 cf 27                     {
+          4952  0x27c7  prim   17 14                          exch
+          4953  0x27c9  sec    28 1f 02                       main.input
+          4954  0x27cc  prim   17 14                          exch
+          4955  0x27ce  ret    06                           }
+          4956  0x27cf  prim   17 06                        if
+  157 1   4957  0x27d1  prim   17 12                        dup
+          4958  0x27d3  int    11 68                        104 # t_xmenu
+          4959  0x27d5  prim   17 29                        eq
+          4960  0x27d7  code   25 e2 27                     {
+          4961  0x27da  prim   17 14                          exch
+          4962  0x27dc  sec    28 20 02                       xmenu.input
+          4963  0x27df  prim   17 14                          exch
+          4964  0x27e1  ret    06                           }
+          4965  0x27e2  prim   17 06                        if
+  158 1   4966  0x27e4  prim   17 13                        pop
+  161 1   4967  0x27e6  prim   17 12                        dup
+          4968  0x27e8  int    01                           0
+          4969  0x27e9  prim   17 2a                        ne
+          4970  0x27eb  code   25 21 28                     {
+  162 1   4971  0x27ee  sec    28 41 01                       window.current
+          4972  0x27f1  sec    28 14 02                       .ed
+          4973  0x27f4  prim   17 0f                          get
+          4974  0x27f6  none   00                             .undef # .undef
+          4975  0x27f7  prim   17 2a                          ne
+          4976  0x27f9  code   25 1e 28                       {
+  163 1   4977  0x27fc  sec    28 41 01                         window.current
+          4978  0x27ff  sec    28 43 01                         .ed.font
+          4979  0x2802  prim   17 0f                            get
+          4980  0x2804  prim   17 43                            setfont
+  164 1   4981  0x2806  sec    28 41 01                         window.current
+          4982  0x2809  sec    28 42 01                         .color.fg
+          4983  0x280c  prim   17 0f                            get
+          4984  0x280e  prim   17 3f                            setcolor
+  165 1   4985  0x2810  sec    28 41 01                         window.current
+          4986  0x2813  sec    28 14 02                         .ed
+          4987  0x2816  prim   17 0f                            get
+          4988  0x2818  prim   17 14                            exch
+          4989  0x281a  prim   17 54                            edit.input
+  166 1   4990  0x281c  int    01                               0
+  167 1   4991  0x281d  ret    06                             }
+          4992  0x281e  prim   17 06                          if
+  168 1   4993  0x2820  ret    06                           }
+          4994  0x2821  prim   17 06                        if
+  171 1   4995  0x2823  prim   17 13                        pop
+          4996  0x2825  int    01                           0
+  173 1   4997  0x2826  ret    06                         }
+          4998  0x2827  prim   17 06                      if
+  174 1   4999  0x2829  ret    06                       }
+          5000  0x282a  prim   17 05                    def
+  182 1   5001  0x282c  dict   29 38 01                 /window.init
+          5002  0x282f  code   25 9b 28                 {
+  183 1   5003  0x2832  prim   17 12                      dup
+          5004  0x2834  sec    28 04 02                   .type
+          5005  0x2837  prim   17 0f                      get
+  184 1   5006  0x2839  prim   17 12                      dup
+          5007  0x283b  int    11 64                      100 # t_dialog
+          5008  0x283d  prim   17 29                      eq
+          5009  0x283f  code   25 4a 28                   {
+          5010  0x2842  prim   17 13                        pop
+          5011  0x2844  sec    28 21 02                     dialog.init
+          5012  0x2847  prim   17 0d                        return
+          5013  0x2849  ret    06                         }
+          5014  0x284a  prim   17 06                      if
+  185 1   5015  0x284c  prim   17 12                      dup
+          5016  0x284e  int    11 65                      101 # t_help
+          5017  0x2850  prim   17 29                      eq
+          5018  0x2852  code   25 5d 28                   {
+          5019  0x2855  prim   17 13                        pop
+          5020  0x2857  sec    28 22 02                     help.init
+          5021  0x285a  prim   17 0d                        return
+          5022  0x285c  ret    06                         }
+          5023  0x285d  prim   17 06                      if
+  186 1   5024  0x285f  prim   17 12                      dup
+          5025  0x2861  int    11 66                      102 # t_splash
+          5026  0x2863  prim   17 29                      eq
+          5027  0x2865  code   25 70 28                   {
+          5028  0x2868  prim   17 13                        pop
+          5029  0x286a  sec    28 23 02                     splash.init
+          5030  0x286d  prim   17 0d                        return
+          5031  0x286f  ret    06                         }
+          5032  0x2870  prim   17 06                      if
+  187 1   5033  0x2872  prim   17 12                      dup
+          5034  0x2874  int    11 67                      103 # t_main
+          5035  0x2876  prim   17 29                      eq
+          5036  0x2878  code   25 83 28                   {
+          5037  0x287b  prim   17 13                        pop
+          5038  0x287d  sec    28 24 02                     main.init
+          5039  0x2880  prim   17 0d                        return
+          5040  0x2882  ret    06                         }
+          5041  0x2883  prim   17 06                      if
+  188 1   5042  0x2885  prim   17 12                      dup
+          5043  0x2887  int    11 68                      104 # t_xmenu
+          5044  0x2889  prim   17 29                      eq
+          5045  0x288b  code   25 96 28                   {
+          5046  0x288e  prim   17 13                        pop
+          5047  0x2890  sec    28 25 02                     xmenu.init
+          5048  0x2893  prim   17 0d                        return
+          5049  0x2895  ret    06                         }
+          5050  0x2896  prim   17 06                      if
+  189 1   5051  0x2898  prim   17 13                      pop
+  190 1   5052  0x289a  ret    06                       }
+          5053  0x289b  prim   17 05                    def
+  198 1   5054  0x289d  dict   29 39 01                 /window.show
+          5055  0x28a0  code   25 0c 29                 {
+  199 1   5056  0x28a3  prim   17 12                      dup
+          5057  0x28a5  sec    28 04 02                   .type
+          5058  0x28a8  prim   17 0f                      get
+  200 1   5059  0x28aa  prim   17 12                      dup
+          5060  0x28ac  int    11 64                      100 # t_dialog
+          5061  0x28ae  prim   17 29                      eq
+          5062  0x28b0  code   25 bb 28                   {
+          5063  0x28b3  prim   17 13                        pop
+          5064  0x28b5  sec    28 26 02                     dialog.show
+          5065  0x28b8  prim   17 0d                        return
+          5066  0x28ba  ret    06                         }
+          5067  0x28bb  prim   17 06                      if
+  201 1   5068  0x28bd  prim   17 12                      dup
+          5069  0x28bf  int    11 65                      101 # t_help
+          5070  0x28c1  prim   17 29                      eq
+          5071  0x28c3  code   25 ce 28                   {
+          5072  0x28c6  prim   17 13                        pop
+          5073  0x28c8  sec    28 27 02                     help.show
+          5074  0x28cb  prim   17 0d                        return
+          5075  0x28cd  ret    06                         }
+          5076  0x28ce  prim   17 06                      if
+  202 1   5077  0x28d0  prim   17 12                      dup
+          5078  0x28d2  int    11 66                      102 # t_splash
+          5079  0x28d4  prim   17 29                      eq
+          5080  0x28d6  code   25 e1 28                   {
+          5081  0x28d9  prim   17 13                        pop
+          5082  0x28db  sec    28 28 02                     splash.show
+          5083  0x28de  prim   17 0d                        return
+          5084  0x28e0  ret    06                         }
+          5085  0x28e1  prim   17 06                      if
+  203 1   5086  0x28e3  prim   17 12                      dup
+          5087  0x28e5  int    11 67                      103 # t_main
+          5088  0x28e7  prim   17 29                      eq
+          5089  0x28e9  code   25 f4 28                   {
+          5090  0x28ec  prim   17 13                        pop
+          5091  0x28ee  sec    28 29 02                     main.show
+          5092  0x28f1  prim   17 0d                        return
+          5093  0x28f3  ret    06                         }
+          5094  0x28f4  prim   17 06                      if
+  204 1   5095  0x28f6  prim   17 12                      dup
+          5096  0x28f8  int    11 68                      104 # t_xmenu
+          5097  0x28fa  prim   17 29                      eq
+          5098  0x28fc  code   25 07 29                   {
+          5099  0x28ff  prim   17 13                        pop
+          5100  0x2901  sec    28 2a 02                     xmenu.show
+          5101  0x2904  prim   17 0d                        return
+          5102  0x2906  ret    06                         }
+          5103  0x2907  prim   17 06                      if
+  205 1   5104  0x2909  prim   17 13                      pop
+  206 1   5105  0x290b  ret    06                       }
+          5106  0x290c  prim   17 05                    def
+  214 1   5107  0x290e  dict   29 2b 02                 /window.push
+          5108  0x2911  code   25 46 29                 {
+  215 1   5109  0x2914  sec    28 01 02                   window.list.index
+          5110  0x2917  sec    28 00 02                   window.list
+          5111  0x291a  prim   17 11                      length
+          5112  0x291c  prim   17 2c                      ge
+          5113  0x291e  code   25 26 29                   {
+          5114  0x2921  prim   17 13                        pop
+          5115  0x2923  prim   17 0d                        return
+          5116  0x2925  ret    06                         }
+          5117  0x2926  prim   17 06                      if
+  216 1   5118  0x2928  dict   29 41 01                   /window.current
+          5119  0x292b  prim   17 17                      over
+          5120  0x292d  prim   17 05                      def
+  217 1   5121  0x292f  sec    28 00 02                   window.list
+          5122  0x2932  sec    28 01 02                   window.list.index
+          5123  0x2935  prim   17 15                      rot
+          5124  0x2937  prim   17 10                      put
+  218 1   5125  0x2939  dict   29 01 02                   /window.list.index
+          5126  0x293c  sec    28 01 02                   window.list.index
+          5127  0x293f  int    11 01                      1
+          5128  0x2941  prim   17 1a                      add
+          5129  0x2943  prim   17 05                      def
+  219 1   5130  0x2945  ret    06                       }
+          5131  0x2946  prim   17 05                    def
+  227 1   5132  0x2948  dict   29 2c 02                 /window.pop
+          5133  0x294b  code   25 96 29                 {
+  228 1   5134  0x294e  sec    28 01 02                   window.list.index
+          5135  0x2951  int    01                         0
+          5136  0x2952  prim   17 29                      eq
+          5137  0x2954  code   25 5b 29                   {
+          5138  0x2957  none   00                           .undef # .undef
+          5139  0x2958  prim   17 0d                        return
+          5140  0x295a  ret    06                         }
+          5141  0x295b  prim   17 06                      if
+  229 1   5142  0x295d  dict   29 01 02                   /window.list.index
+          5143  0x2960  sec    18 c9                      dec
+  230 1   5144  0x2962  sec    28 00 02                   window.list
+          5145  0x2965  sec    28 01 02                   window.list.index
+          5146  0x2968  prim   17 0f                      get
+  231 1   5147  0x296a  sec    28 00 02                   window.list
+          5148  0x296d  sec    28 01 02                   window.list.index
+          5149  0x2970  none   00                         .undef # .undef
+          5150  0x2971  prim   17 10                      put
+  232 1   5151  0x2973  dict   29 41 01                   /window.current
+  233 1   5152  0x2976  sec    28 01 02                   window.list.index
+          5153  0x2979  int    01                         0
+          5154  0x297a  prim   17 29                      eq
+          5155  0x297c  code   25 81 29                   {
+          5156  0x297f  none   00                           .undef # .undef
+          5157  0x2980  ret    06                         }
+          5158  0x2981  code   25 91 29                   {
+          5159  0x2984  sec    28 00 02                     window.list
+          5160  0x2987  sec    28 01 02                     window.list.index
+          5161  0x298a  int    11 01                        1
+          5162  0x298c  prim   17 1b                        sub
+          5163  0x298e  prim   17 0f                        get
+          5164  0x2990  ret    06                         }
+          5165  0x2991  prim   17 07                      ifelse
+  234 1   5166  0x2993  prim   17 05                      def
+  235 1   5167  0x2995  ret    06                       }
+          5168  0x2996  prim   17 05                    def
+  243 1   5169  0x2998  dict   29 2d 02                 /window.done
+          5170  0x299b  code   25 19 2b                 {
+  244 1   5171  0x299e  sec    28 41 01                   window.current
+          5172  0x29a1  none   00                         .undef # .undef
+          5173  0x29a2  prim   17 2a                      ne
+          5174  0x29a4  code   25 16 2b                   {
+  245 1   5175  0x29a7  sec    28 41 01                     window.current
+          5176  0x29aa  prim   17 12                        dup
+          5177  0x29ac  sec    28 04 02                     .type
+          5178  0x29af  prim   17 0f                        get
+  246 1   5179  0x29b1  prim   17 12                        dup
+          5180  0x29b3  int    11 65                        101 # t_help
+          5181  0x29b5  prim   17 29                        eq
+          5182  0x29b7  code   25 be 29                     {
+          5183  0x29ba  sec    28 2e 02                       help.done
+          5184  0x29bd  ret    06                           }
+          5185  0x29be  prim   17 06                        if
+  247 1   5186  0x29c0  prim   17 12                        dup
+          5187  0x29c2  int    11 68                        104 # t_xmenu
+          5188  0x29c4  prim   17 29                        eq
+          5189  0x29c6  code   25 cd 29                     {
+          5190  0x29c9  sec    28 2f 02                       xmenu.done
+          5191  0x29cc  ret    06                           }
+          5192  0x29cd  prim   17 06                        if
+  248 1   5193  0x29cf  prim   17 13                        pop
+  250 1   5194  0x29d1  prim   17 12                        dup
+          5195  0x29d3  sec    28 0d 02                     .saved
+          5196  0x29d6  prim   17 0f                        get
+          5197  0x29d8  none   00                           .undef # .undef
+          5198  0x29d9  prim   17 2a                        ne
+          5199  0x29db  code   25 0c 2a                     {
+  251 1   5200  0x29de  prim   17 12                          dup
+          5201  0x29e0  sec    28 05 02                       .x
+          5202  0x29e3  prim   17 0f                          get
+          5203  0x29e5  int    11 01                          1
+          5204  0x29e7  prim   17 1b                          sub
+          5205  0x29e9  prim   17 17                          over
+          5206  0x29eb  sec    28 06 02                       .y
+          5207  0x29ee  prim   17 0f                          get
+          5208  0x29f0  int    11 01                          1
+          5209  0x29f2  prim   17 1b                          sub
+          5210  0x29f4  prim   17 3c                          moveto
+  252 1   5211  0x29f6  prim   17 12                          dup
+          5212  0x29f8  sec    28 0d 02                       .saved
+          5213  0x29fb  prim   17 0f                          get
+          5214  0x29fd  prim   17 12                          dup
+          5215  0x29ff  prim   17 4f                          restorescreen
+          5216  0x2a01  prim   17 32                          free
+  253 1   5217  0x2a03  prim   17 12                          dup
+          5218  0x2a05  sec    28 0d 02                       .saved
+          5219  0x2a08  none   00                             .undef # .undef
+          5220  0x2a09  prim   17 10                          put
+  254 1   5221  0x2a0b  ret    06                           }
+          5222  0x2a0c  prim   17 06                        if
+  256 1   5223  0x2a0e  prim   17 12                        dup
+          5224  0x2a10  sec    28 0e 02                     .saved.areas
+          5225  0x2a13  prim   17 0f                        get
+          5226  0x2a15  none   00                           .undef # .undef
+          5227  0x2a16  prim   17 2a                        ne
+          5228  0x2a18  code   25 52 2a                     {
+  258 1   5229  0x2a1b  prim   17 12                          dup
+          5230  0x2a1d  sec    28 0e 02                       .saved.areas
+          5231  0x2a20  prim   17 0f                          get
+          5232  0x2a22  code   25 3e 2a                       {
+  259 1   5233  0x2a25  prim   17 12                            dup
+          5234  0x2a27  code   25 2b 2a                         {
+          5235  0x2a2a  ret    06                               }
+          5236  0x2a2b  prim   17 0b                            forall
+  260 1   5237  0x2a2d  int    11 03                            3
+          5238  0x2a2f  int    11 01                            1
+          5239  0x2a31  prim   17 16                            roll
+          5240  0x2a33  prim   17 3c                            moveto
+          5241  0x2a35  prim   17 12                            dup
+          5242  0x2a37  prim   17 4f                            restorescreen
+          5243  0x2a39  prim   17 32                            free
+  261 1   5244  0x2a3b  prim   17 32                            free
+  262 1   5245  0x2a3d  ret    06                             }
+          5246  0x2a3e  prim   17 0b                          forall
+  263 1   5247  0x2a40  prim   17 12                          dup
+          5248  0x2a42  sec    28 0e 02                       .saved.areas
+          5249  0x2a45  prim   17 0f                          get
+          5250  0x2a47  prim   17 32                          free
+  264 1   5251  0x2a49  prim   17 12                          dup
+          5252  0x2a4b  sec    28 0e 02                       .saved.areas
+          5253  0x2a4e  none   00                             .undef # .undef
+          5254  0x2a4f  prim   17 10                          put
+  265 1   5255  0x2a51  ret    06                           }
+          5256  0x2a52  prim   17 06                        if
+  267 1   5257  0x2a54  sec    28 41 01                     window.current
+          5258  0x2a57  sec    28 04 02                     .type
+          5259  0x2a5a  prim   17 0f                        get
+  268 1   5260  0x2a5c  prim   17 12                        dup
+          5261  0x2a5e  int    11 68                        104 # t_xmenu
+          5262  0x2a60  prim   17 29                        eq
+          5263  0x2a62  code   25 69 2a                     {
+          5264  0x2a65  sec    28 30 02                       xmenu.cleanup
+          5265  0x2a68  ret    06                           }
+          5266  0x2a69  prim   17 06                        if
+  269 1   5267  0x2a6b  prim   17 13                        pop
+  271 1   5268  0x2a6d  prim   17 12                        dup
+          5269  0x2a6f  sec    28 14 02                     .ed
+          5270  0x2a72  prim   17 0f                        get
+          5271  0x2a74  none   00                           .undef # .undef
+          5272  0x2a75  prim   17 2a                        ne
+          5273  0x2a77  code   25 99 2a                     {
+  272 1   5274  0x2a7a  prim   17 12                          dup
+          5275  0x2a7c  sec    28 14 02                       .ed
+          5276  0x2a7f  prim   17 0f                          get
+          5277  0x2a81  int    11 02                          2
+          5278  0x2a83  prim   17 0f                          get
+          5279  0x2a85  prim   17 32                          free
+  273 1   5280  0x2a87  prim   17 12                          dup
+          5281  0x2a89  sec    28 14 02                       .ed
+          5282  0x2a8c  prim   17 0f                          get
+          5283  0x2a8e  prim   17 32                          free
+  274 1   5284  0x2a90  prim   17 12                          dup
+          5285  0x2a92  sec    28 14 02                       .ed
+          5286  0x2a95  none   00                             .undef # .undef
+          5287  0x2a96  prim   17 10                          put
+  275 1   5288  0x2a98  ret    06                           }
+          5289  0x2a99  prim   17 06                        if
+  276 1   5290  0x2a9b  prim   17 12                        dup
+          5291  0x2a9d  sec    28 80 01                     .ed.text.list
+          5292  0x2aa0  prim   17 0f                        get
+          5293  0x2aa2  prim   17 32                        free
+  277 1   5294  0x2aa4  prim   17 12                        dup
+          5295  0x2aa6  sec    28 7f 01                     .ed.list
+          5296  0x2aa9  prim   17 0f                        get
+          5297  0x2aab  prim   17 12                        dup
+          5298  0x2aad  code   25 c1 2a                     {
+  278 1   5299  0x2ab0  code   25 be 2a                       {
+          5300  0x2ab3  prim   17 12                            dup
+          5301  0x2ab5  int    11 02                            2
+          5302  0x2ab7  prim   17 0f                            get
+          5303  0x2ab9  prim   17 32                            free
+          5304  0x2abb  prim   17 32                            free
+          5305  0x2abd  ret    06                             }
+          5306  0x2abe  prim   17 0b                          forall
+  279 1   5307  0x2ac0  ret    06                           }
+          5308  0x2ac1  code   25 c7 2a                     {
+          5309  0x2ac4  prim   17 13                          pop
+          5310  0x2ac6  ret    06                           }
+          5311  0x2ac7  prim   17 07                        ifelse
+  280 1   5312  0x2ac9  prim   17 12                        dup
+          5313  0x2acb  sec    28 7f 01                     .ed.list
+          5314  0x2ace  prim   17 0f                        get
+          5315  0x2ad0  prim   17 32                        free
+  281 1   5316  0x2ad2  prim   17 13                        pop
+  283 1   5317  0x2ad4  sec    28 2c 02                     window.pop
+  285 1   5318  0x2ad7  prim   17 12                        dup
+          5319  0x2ad9  sec    28 71 01                     .buttons
+          5320  0x2adc  prim   17 0f                        get
+  286 1   5321  0x2ade  prim   17 12                        dup
+          5322  0x2ae0  none   00                           .undef # .undef
+          5323  0x2ae1  prim   17 2a                        ne
+          5324  0x2ae3  code   25 0f 2b                     {
+  287 1   5325  0x2ae6  prim   17 12                          dup
+          5326  0x2ae8  prim   17 11                          length
+          5327  0x2aea  int    01                             0
+          5328  0x2aeb  prim   17 2b                          gt
+          5329  0x2aed  code   25 0c 2b                       {
+  288 1   5330  0x2af0  prim   17 12                            dup
+          5331  0x2af2  prim   17 11                            length
+          5332  0x2af4  int    11 01                            1
+          5333  0x2af6  prim   17 1b                            sub
+          5334  0x2af8  int    01                               0
+          5335  0x2af9  int    11 01                            1
+          5336  0x2afb  prim   17 15                            rot
+          5337  0x2afd  code   25 09 2b                         {
+  289 1   5338  0x2b00  prim   17 17                              over
+          5339  0x2b02  prim   17 14                              exch
+          5340  0x2b04  prim   17 0f                              get
+          5341  0x2b06  prim   17 32                              free
+  290 1   5342  0x2b08  ret    06                               }
+          5343  0x2b09  prim   17 0a                            for
+  291 1   5344  0x2b0b  ret    06                             }
+          5345  0x2b0c  prim   17 06                          if
+  292 1   5346  0x2b0e  ret    06                           }
+          5347  0x2b0f  prim   17 06                        if
+  293 1   5348  0x2b11  prim   17 32                        free
+  295 1   5349  0x2b13  prim   17 32                        free
+  296 1   5350  0x2b15  ret    06                         }
+          5351  0x2b16  prim   17 06                      if
+  297 1   5352  0x2b18  ret    06                       }
+          5353  0x2b19  prim   17 05                    def
+  305 1   5354  0x2b1b  dict   29 1c 02                 /dialog.input
+          5355  0x2b1e  code   25 a7 2d                 {
+  306 1   5356  0x2b21  prim   17 12                      dup
+          5357  0x2b23  int    01                         0
+          5358  0x2b24  prim   17 29                      eq
+          5359  0x2b26  code   25 2c 2b                   {
+          5360  0x2b29  prim   17 0d                        return
+          5361  0x2b2b  ret    06                         }
+          5362  0x2b2c  prim   17 06                      if
+  308 1   5363  0x2b2e  dict   29 31 02                   /window.buttons
+          5364  0x2b31  sec    28 41 01                   window.current
+          5365  0x2b34  sec    28 71 01                   .buttons
+          5366  0x2b37  prim   17 0f                      get
+          5367  0x2b39  prim   17 05                      def
+  310 1   5368  0x2b3b  sec    28 31 02                   window.buttons
+          5369  0x2b3e  none   00                         .undef # .undef
+          5370  0x2b3f  prim   17 2a                      ne
+          5371  0x2b41  code   25 46 2d                   {
+          5372  0x2b44  sec    28 31 02                     window.buttons
+          5373  0x2b47  prim   17 11                        length
+          5374  0x2b49  code   25 43 2d                     {
+  312 1   5375  0x2b4c  prim   17 12                          dup
+          5376  0x2b4e  int    11 0d                          0x0000000d # keyEnter
+          5377  0x2b50  prim   17 29                          eq
+          5378  0x2b52  code   25 a3 2b                       {
+  313 1   5379  0x2b55  sec    28 31 02                         window.buttons
+          5380  0x2b58  sec    28 32 02                         window.findselected
+  314 1   5381  0x2b5b  prim   17 17                            over
+          5382  0x2b5d  prim   17 17                            over
+          5383  0x2b5f  prim   17 0f                            get
+          5384  0x2b61  int    11 07                            7
+          5385  0x2b63  prim   17 0f                            get
+          5386  0x2b65  dict   29 05 01                         /window.action
+          5387  0x2b68  prim   17 14                            exch
+          5388  0x2b6a  prim   17 05                            def
+          5389  0x2b6c  prim   17 0f                            get
+  315 1   5390  0x2b6e  prim   17 12                            dup
+          5391  0x2b70  sec    28 33 02                         button.press
+          5392  0x2b73  int    31 a0 86 01                      100000
+          5393  0x2b77  prim   17 77                            usleep
+  316 1   5394  0x2b79  sec    28 05 01                         window.action
+          5395  0x2b7c  int    21 00 01                         0x100 # actNoClose
+          5396  0x2b7f  prim   17 23                            and
+          5397  0x2b81  code   25 94 2b                         {
+  317 1   5398  0x2b84  sec    28 05 01                           window.action
+          5399  0x2b87  sec    28 34 02                           dialog.specialaction
+          5400  0x2b8a  code   25 91 2b                           {
+          5401  0x2b8d  sec    28 35 02                             button.show
+          5402  0x2b90  ret    06                                 }
+          5403  0x2b91  prim   17 06                              if
+  318 1   5404  0x2b93  ret    06                               }
+          5405  0x2b94  code   25 9d 2b                         {
+  319 1   5406  0x2b97  prim   17 13                              pop
+          5407  0x2b99  sec    28 2d 02                           window.done
+  320 1   5408  0x2b9c  ret    06                               }
+          5409  0x2b9d  prim   17 07                            ifelse
+  321 1   5410  0x2b9f  prim   17 13                            pop
+          5411  0x2ba1  int    01                               0
+  322 1   5412  0x2ba2  ret    06                             }
+          5413  0x2ba3  prim   17 06                          if
+  324 1   5414  0x2ba5  sec    28 41 01                       window.current
+          5415  0x2ba8  sec    28 7f 01                       .ed.list
+          5416  0x2bab  prim   17 0f                          get
+          5417  0x2bad  code   25 6f 2c                       {
+  325 1   5418  0x2bb0  prim   17 12                            dup
+          5419  0x2bb2  int    41 00 00 00 50                   0x50000000 # keyDown
+          5420  0x2bb7  prim   17 29                            eq
+          5421  0x2bb9  prim   17 17                            over
+          5422  0x2bbb  int    11 09                            0x00000009 # keyTab
+          5423  0x2bbd  prim   17 29                            eq
+          5424  0x2bbf  prim   17 24                            or
+          5425  0x2bc1  code   25 08 2c                         {
+  326 1   5426  0x2bc4  sec    28 41 01                           window.current
+          5427  0x2bc7  sec    28 82 01                           .ed.focus
+          5428  0x2bca  prim   17 0f                              get
+  327 1   5429  0x2bcc  sec    28 41 01                           window.current
+          5430  0x2bcf  sec    28 7f 01                           .ed.list
+          5431  0x2bd2  prim   17 0f                              get
+          5432  0x2bd4  prim   17 17                              over
+          5433  0x2bd6  prim   17 0f                              get
+          5434  0x2bd8  prim   17 56                              edit.hidecursor
+  329 1   5435  0x2bda  int    11 01                              1
+          5436  0x2bdc  prim   17 1a                              add
+          5437  0x2bde  sec    28 41 01                           window.current
+          5438  0x2be1  sec    28 7f 01                           .ed.list
+          5439  0x2be4  prim   17 0f                              get
+          5440  0x2be6  prim   17 11                              length
+          5441  0x2be8  prim   17 1e                              mod
+  330 1   5442  0x2bea  sec    28 41 01                           window.current
+          5443  0x2bed  sec    28 82 01                           .ed.focus
+          5444  0x2bf0  int    11 02                              2
+          5445  0x2bf2  prim   17 18                              index
+          5446  0x2bf4  prim   17 10                              put
+  331 1   5447  0x2bf6  sec    28 41 01                           window.current
+          5448  0x2bf9  sec    28 7f 01                           .ed.list
+          5449  0x2bfc  prim   17 0f                              get
+          5450  0x2bfe  prim   17 14                              exch
+          5451  0x2c00  prim   17 0f                              get
+          5452  0x2c02  prim   17 55                              edit.showcursor
+  332 1   5453  0x2c04  prim   17 13                              pop
+          5454  0x2c06  int    01                                 0
+  333 1   5455  0x2c07  ret    06                               }
+          5456  0x2c08  prim   17 06                            if
+  335 1   5457  0x2c0a  prim   17 12                            dup
+          5458  0x2c0c  int    41 00 00 00 48                   0x48000000 # keyUp
+          5459  0x2c11  prim   17 29                            eq
+          5460  0x2c13  prim   17 17                            over
+          5461  0x2c15  uint   32 09 00 80                      0x00800009 # keyShiftTab
+          5462  0x2c19  prim   17 29                            eq
+          5463  0x2c1b  prim   17 24                            or
+          5464  0x2c1d  code   25 6c 2c                         {
+  336 1   5465  0x2c20  sec    28 41 01                           window.current
+          5466  0x2c23  sec    28 82 01                           .ed.focus
+          5467  0x2c26  prim   17 0f                              get
+  337 1   5468  0x2c28  sec    28 41 01                           window.current
+          5469  0x2c2b  sec    28 7f 01                           .ed.list
+          5470  0x2c2e  prim   17 0f                              get
+          5471  0x2c30  prim   17 17                              over
+          5472  0x2c32  prim   17 0f                              get
+          5473  0x2c34  prim   17 56                              edit.hidecursor
+  339 1   5474  0x2c36  int    11 01                              1
+          5475  0x2c38  prim   17 1b                              sub
+          5476  0x2c3a  sec    28 41 01                           window.current
+          5477  0x2c3d  sec    28 7f 01                           .ed.list
+          5478  0x2c40  prim   17 0f                              get
+          5479  0x2c42  prim   17 11                              length
+          5480  0x2c44  prim   17 14                              exch
+          5481  0x2c46  prim   17 17                              over
+          5482  0x2c48  prim   17 1a                              add
+          5483  0x2c4a  prim   17 14                              exch
+          5484  0x2c4c  prim   17 1e                              mod
+  340 1   5485  0x2c4e  sec    28 41 01                           window.current
+          5486  0x2c51  sec    28 82 01                           .ed.focus
+          5487  0x2c54  int    11 02                              2
+          5488  0x2c56  prim   17 18                              index
+          5489  0x2c58  prim   17 10                              put
+  341 1   5490  0x2c5a  sec    28 41 01                           window.current
+          5491  0x2c5d  sec    28 7f 01                           .ed.list
+          5492  0x2c60  prim   17 0f                              get
+          5493  0x2c62  prim   17 14                              exch
+          5494  0x2c64  prim   17 0f                              get
+          5495  0x2c66  prim   17 55                              edit.showcursor
+  342 1   5496  0x2c68  prim   17 13                              pop
+          5497  0x2c6a  int    01                                 0
+  343 1   5498  0x2c6b  ret    06                               }
+          5499  0x2c6c  prim   17 06                            if
+  351 1   5500  0x2c6e  ret    06                             }
+          5501  0x2c6f  code   25 de 2c                       {
+  352 1   5502  0x2c72  prim   17 12                            dup
+          5503  0x2c74  int    11 09                            0x00000009 # keyTab
+          5504  0x2c76  prim   17 29                            eq
+          5505  0x2c78  prim   17 17                            over
+          5506  0x2c7a  int    41 00 00 00 4d                   0x4d000000 # keyRight
+          5507  0x2c7f  prim   17 29                            eq
+          5508  0x2c81  prim   17 24                            or
+          5509  0x2c83  prim   17 17                            over
+          5510  0x2c85  int    41 00 00 00 50                   0x50000000 # keyDown
+          5511  0x2c8a  prim   17 29                            eq
+          5512  0x2c8c  prim   17 24                            or
+          5513  0x2c8e  code   25 a6 2c                         {
+  353 1   5514  0x2c91  sec    28 32 02                           window.findselected
+          5515  0x2c94  int    11 01                              1
+          5516  0x2c96  prim   17 1a                              add
+          5517  0x2c98  sec    28 31 02                           window.buttons
+          5518  0x2c9b  prim   17 11                              length
+          5519  0x2c9d  prim   17 1e                              mod
+  354 1   5520  0x2c9f  sec    28 36 02                           window.selectbutton
+  355 1   5521  0x2ca2  prim   17 13                              pop
+          5522  0x2ca4  int    01                                 0
+  356 1   5523  0x2ca5  ret    06                               }
+          5524  0x2ca6  prim   17 06                            if
+  358 1   5525  0x2ca8  prim   17 12                            dup
+          5526  0x2caa  int    41 00 00 00 4b                   0x4b000000 # keyLeft
+          5527  0x2caf  prim   17 29                            eq
+          5528  0x2cb1  prim   17 17                            over
+          5529  0x2cb3  int    41 00 00 00 48                   0x48000000 # keyUp
+          5530  0x2cb8  prim   17 29                            eq
+          5531  0x2cba  prim   17 24                            or
+          5532  0x2cbc  code   25 db 2c                         {
+  359 1   5533  0x2cbf  sec    28 32 02                           window.findselected
+          5534  0x2cc2  sec    28 31 02                           window.buttons
+          5535  0x2cc5  prim   17 11                              length
+          5536  0x2cc7  int    11 01                              1
+          5537  0x2cc9  prim   17 1b                              sub
+          5538  0x2ccb  prim   17 1a                              add
+          5539  0x2ccd  sec    28 31 02                           window.buttons
+          5540  0x2cd0  prim   17 11                              length
+          5541  0x2cd2  prim   17 1e                              mod
+  360 1   5542  0x2cd4  sec    28 36 02                           window.selectbutton
+  361 1   5543  0x2cd7  prim   17 13                              pop
+          5544  0x2cd9  int    01                                 0
+  362 1   5545  0x2cda  ret    06                               }
+          5546  0x2cdb  prim   17 06                            if
+  363 1   5547  0x2cdd  ret    06                             }
+          5548  0x2cde  prim   17 07                          ifelse
+  365 1   5549  0x2ce0  prim   17 12                          dup
+          5550  0x2ce2  sec    28 37 02                       window.findkey
+          5551  0x2ce5  prim   17 12                          dup
+          5552  0x2ce7  int    01                             0
+          5553  0x2ce8  prim   17 2c                          ge
+          5554  0x2cea  code   25 3a 2d                       {
+  366 1   5555  0x2ced  sec    28 31 02                         window.buttons
+          5556  0x2cf0  prim   17 14                            exch
+  367 1   5557  0x2cf2  prim   17 17                            over
+          5558  0x2cf4  prim   17 17                            over
+          5559  0x2cf6  prim   17 0f                            get
+          5560  0x2cf8  int    11 07                            7
+          5561  0x2cfa  prim   17 0f                            get
+          5562  0x2cfc  dict   29 05 01                         /window.action
+          5563  0x2cff  prim   17 14                            exch
+          5564  0x2d01  prim   17 05                            def
+          5565  0x2d03  prim   17 0f                            get
+  368 1   5566  0x2d05  prim   17 12                            dup
+          5567  0x2d07  sec    28 33 02                         button.press
+          5568  0x2d0a  int    31 a0 86 01                      100000
+          5569  0x2d0e  prim   17 77                            usleep
+  369 1   5570  0x2d10  sec    28 05 01                         window.action
+          5571  0x2d13  int    21 00 01                         0x100 # actNoClose
+          5572  0x2d16  prim   17 23                            and
+          5573  0x2d18  code   25 2b 2d                         {
+  370 1   5574  0x2d1b  sec    28 05 01                           window.action
+          5575  0x2d1e  sec    28 34 02                           dialog.specialaction
+          5576  0x2d21  code   25 28 2d                           {
+          5577  0x2d24  sec    28 35 02                             button.show
+          5578  0x2d27  ret    06                                 }
+          5579  0x2d28  prim   17 06                              if
+  371 1   5580  0x2d2a  ret    06                               }
+          5581  0x2d2b  code   25 34 2d                         {
+  372 1   5582  0x2d2e  prim   17 13                              pop
+          5583  0x2d30  sec    28 2d 02                           window.done
+  373 1   5584  0x2d33  ret    06                               }
+          5585  0x2d34  prim   17 07                            ifelse
+  374 1   5586  0x2d36  prim   17 13                            pop
+          5587  0x2d38  int    01                               0
+  375 1   5588  0x2d39  ret    06                             }
+          5589  0x2d3a  code   25 40 2d                       {
+  376 1   5590  0x2d3d  prim   17 13                            pop
+  377 1   5591  0x2d3f  ret    06                             }
+          5592  0x2d40  prim   17 07                          ifelse
+  379 1   5593  0x2d42  ret    06                           }
+          5594  0x2d43  prim   17 06                        if
+          5595  0x2d45  ret    06                         }
+          5596  0x2d46  prim   17 06                      if
+  383 1   5597  0x2d48  prim   17 12                      dup
+          5598  0x2d4a  int    01                         0
+          5599  0x2d4b  prim   17 2a                      ne
+          5600  0x2d4d  code   25 a4 2d                   {
+  384 1   5601  0x2d50  sec    28 41 01                     window.current
+          5602  0x2d53  sec    28 7f 01                     .ed.list
+          5603  0x2d56  prim   17 0f                        get
+          5604  0x2d58  prim   17 12                        dup
+          5605  0x2d5a  code   25 9b 2d                     {
+  385 1   5606  0x2d5d  sec    28 41 01                       window.current
+          5607  0x2d60  sec    28 43 01                       .ed.font
+          5608  0x2d63  prim   17 0f                          get
+  386 1   5609  0x2d65  sec    28 41 01                       window.current
+          5610  0x2d68  sec    28 82 01                       .ed.focus
+          5611  0x2d6b  prim   17 0f                          get
+          5612  0x2d6d  sec    28 41 01                       window.current
+          5613  0x2d70  sec    28 15 02                       .ed.pw_field
+          5614  0x2d73  prim   17 0f                          get
+          5615  0x2d75  prim   17 29                          eq
+          5616  0x2d77  code   25 7d 2d                       {
+          5617  0x2d7a  sec    18 d1                            pwmode
+          5618  0x2d7c  ret    06                             }
+          5619  0x2d7d  prim   17 06                          if
+  387 1   5620  0x2d7f  prim   17 43                          setfont
+  388 1   5621  0x2d81  sec    28 41 01                       window.current
+          5622  0x2d84  sec    28 42 01                       .color.fg
+          5623  0x2d87  prim   17 0f                          get
+          5624  0x2d89  prim   17 3f                          setcolor
+  390 1   5625  0x2d8b  sec    28 41 01                       window.current
+          5626  0x2d8e  sec    28 82 01                       .ed.focus
+          5627  0x2d91  prim   17 0f                          get
+          5628  0x2d93  prim   17 0f                          get
+          5629  0x2d95  prim   17 14                          exch
+          5630  0x2d97  prim   17 54                          edit.input
+  391 1   5631  0x2d99  int    01                             0
+  392 1   5632  0x2d9a  ret    06                           }
+          5633  0x2d9b  code   25 a1 2d                     {
+          5634  0x2d9e  prim   17 13                          pop
+          5635  0x2da0  ret    06                           }
+          5636  0x2da1  prim   17 07                        ifelse
+  393 1   5637  0x2da3  ret    06                         }
+          5638  0x2da4  prim   17 06                      if
+  395 1   5639  0x2da6  ret    06                       }
+          5640  0x2da7  prim   17 05                    def
+  403 1   5641  0x2da9  dict   29 32 02                 /window.findselected
+          5642  0x2dac  code   25 e2 2d                 {
+  404 1   5643  0x2daf  int    01                         0
+  405 1   5644  0x2db0  int    01                         0
+          5645  0x2db1  int    11 01                      1
+          5646  0x2db3  sec    28 31 02                   window.buttons
+          5647  0x2db6  prim   17 11                      length
+          5648  0x2db8  int    11 01                      1
+          5649  0x2dba  prim   17 1b                      sub
+          5650  0x2dbc  code   25 df 2d                   {
+  406 1   5651  0x2dbf  prim   17 12                        dup
+  407 1   5652  0x2dc1  sec    28 31 02                     window.buttons
+          5653  0x2dc4  prim   17 14                        exch
+          5654  0x2dc6  prim   17 0f                        get
+          5655  0x2dc8  int    11 05                        5
+          5656  0x2dca  prim   17 0f                        get
+  408 1   5657  0x2dcc  code   25 d6 2d                     {
+  409 1   5658  0x2dcf  prim   17 14                          exch
+          5659  0x2dd1  prim   17 13                          pop
+          5660  0x2dd3  prim   17 0c                          exit
+  410 1   5661  0x2dd5  ret    06                           }
+          5662  0x2dd6  code   25 dc 2d                     {
+  411 1   5663  0x2dd9  prim   17 13                          pop
+  412 1   5664  0x2ddb  ret    06                           }
+          5665  0x2ddc  prim   17 07                        ifelse
+  413 1   5666  0x2dde  ret    06                         }
+          5667  0x2ddf  prim   17 0a                      for
+  414 1   5668  0x2de1  ret    06                       }
+          5669  0x2de2  prim   17 05                    def
+  424 1   5670  0x2de4  dict   29 37 02                 /window.findkey
+          5671  0x2de7  code   25 38 2e                 {
+  425 1   5672  0x2dea  dict   29 38 02                   /window.key
+          5673  0x2ded  prim   17 14                      exch
+          5674  0x2def  prim   17 05                      def
+  426 1   5675  0x2df1  int    11 ff                      -1
+  427 1   5676  0x2df3  sec    28 38 02                   window.key
+          5677  0x2df6  int    01                         0
+          5678  0x2df7  prim   17 29                      eq
+          5679  0x2df9  code   25 ff 2d                   {
+          5680  0x2dfc  prim   17 0d                        return
+          5681  0x2dfe  ret    06                         }
+          5682  0x2dff  prim   17 06                      if
+  428 1   5683  0x2e01  int    01                         0
+          5684  0x2e02  int    11 01                      1
+          5685  0x2e04  sec    28 31 02                   window.buttons
+          5686  0x2e07  prim   17 11                      length
+          5687  0x2e09  int    11 01                      1
+          5688  0x2e0b  prim   17 1b                      sub
+          5689  0x2e0d  code   25 35 2e                   {
+  429 1   5690  0x2e10  prim   17 12                        dup
+  430 1   5691  0x2e12  sec    28 31 02                     window.buttons
+          5692  0x2e15  prim   17 14                        exch
+          5693  0x2e17  prim   17 0f                        get
+          5694  0x2e19  int    11 06                        6
+          5695  0x2e1b  prim   17 0f                        get
+          5696  0x2e1d  sec    28 38 02                     window.key
+          5697  0x2e20  prim   17 29                        eq
+  431 1   5698  0x2e22  code   25 2c 2e                     {
+  432 1   5699  0x2e25  prim   17 14                          exch
+          5700  0x2e27  prim   17 13                          pop
+          5701  0x2e29  prim   17 0c                          exit
+  433 1   5702  0x2e2b  ret    06                           }
+          5703  0x2e2c  code   25 32 2e                     {
+  434 1   5704  0x2e2f  prim   17 13                          pop
+  435 1   5705  0x2e31  ret    06                           }
+          5706  0x2e32  prim   17 07                        ifelse
+  436 1   5707  0x2e34  ret    06                         }
+          5708  0x2e35  prim   17 0a                      for
+  437 1   5709  0x2e37  ret    06                       }
+          5710  0x2e38  prim   17 05                    def
+  445 1   5711  0x2e3a  dict   29 36 02                 /window.selectbutton
+          5712  0x2e3d  code   25 72 2e                 {
+  446 1   5713  0x2e40  sec    28 32 02                   window.findselected
+  447 1   5714  0x2e43  prim   17 17                      over
+          5715  0x2e45  prim   17 17                      over
+          5716  0x2e47  prim   17 29                      eq
+          5717  0x2e49  code   25 51 2e                   {
+  448 1   5718  0x2e4c  prim   17 13                        pop
+          5719  0x2e4e  prim   17 13                        pop
+  449 1   5720  0x2e50  ret    06                         }
+          5721  0x2e51  code   25 6f 2e                   {
+  450 1   5722  0x2e54  sec    28 31 02                     window.buttons
+          5723  0x2e57  prim   17 14                        exch
+          5724  0x2e59  prim   17 0f                        get
+          5725  0x2e5b  sec    28 ae 01                     button.notdefault
+          5726  0x2e5e  sec    28 35 02                     button.show
+  451 1   5727  0x2e61  sec    28 31 02                     window.buttons
+          5728  0x2e64  prim   17 14                        exch
+          5729  0x2e66  prim   17 0f                        get
+          5730  0x2e68  sec    28 73 01                     button.default
+          5731  0x2e6b  sec    28 35 02                     button.show
+  452 1   5732  0x2e6e  ret    06                         }
+          5733  0x2e6f  prim   17 07                      ifelse
+  453 1   5734  0x2e71  ret    06                       }
+          5735  0x2e72  prim   17 05                    def
+  461 1   5736  0x2e74  dict   29 21 02                 /dialog.init
+          5737  0x2e77  code   25 58 31                 {
+  462 1   5738  0x2e7a  dict   29 39 02                   /dialog.tmp
+          5739  0x2e7d  prim   17 14                      exch
+          5740  0x2e7f  prim   17 05                      def
+  464 1   5741  0x2e81  sec    28 39 02                   dialog.tmp
+          5742  0x2e84  sec    28 0c 02                   .font
+          5743  0x2e87  prim   17 0f                      get
+          5744  0x2e89  prim   17 43                      setfont
+  466 1   5745  0x2e8b  sec    28 39 02                   dialog.tmp
+          5746  0x2e8e  sec    28 7b 01                   .text
+          5747  0x2e91  prim   17 0f                      get
+          5748  0x2e93  prim   17 12                      dup
+          5749  0x2e95  str    94 01 00                   ""
+          5750  0x2e98  prim   17 2a                      ne
+          5751  0x2e9a  code   25 a0 2e                   {
+          5752  0x2e9d  prim   17 46                        strsize
+          5753  0x2e9f  ret    06                         }
+          5754  0x2ea0  code   25 a8 2e                   {
+          5755  0x2ea3  prim   17 13                        pop
+          5756  0x2ea5  int    01                           0
+          5757  0x2ea6  int    01                           0
+          5758  0x2ea7  ret    06                         }
+          5759  0x2ea8  prim   17 07                      ifelse
+  467 1   5760  0x2eaa  dict   29 3a 02                   /dialog.height
+          5761  0x2ead  prim   17 14                      exch
+          5762  0x2eaf  sec    28 39 02                   dialog.tmp
+          5763  0x2eb2  sec    28 12 02                   .text.y
+          5764  0x2eb5  prim   17 0f                      get
+          5765  0x2eb7  int    11 0a                      10
+          5766  0x2eb9  prim   17 1a                      add
+          5767  0x2ebb  prim   17 1a                      add
+          5768  0x2ebd  prim   17 05                      def
+  468 1   5769  0x2ebf  dict   29 3b 02                   /dialog.width
+          5770  0x2ec2  prim   17 14                      exch
+          5771  0x2ec4  sec    28 39 02                   dialog.tmp
+          5772  0x2ec7  sec    28 11 02                   .text.x
+          5773  0x2eca  prim   17 0f                      get
+          5774  0x2ecc  int    11 01                      1
+          5775  0x2ece  prim   17 1a                      add
+          5776  0x2ed0  int    11 02                      2
+          5777  0x2ed2  prim   17 1c                      mul
+          5778  0x2ed4  prim   17 1a                      add
+          5779  0x2ed6  sec    28 39 02                   dialog.tmp
+          5780  0x2ed9  sec    28 09 02                   .width.min
+          5781  0x2edc  prim   17 0f                      get
+          5782  0x2ede  prim   17 22                      max
+          5783  0x2ee0  prim   17 05                      def
+  470 1   5784  0x2ee2  dict   29 3b 02                   /dialog.width
+          5785  0x2ee5  sec    28 39 02                   dialog.tmp
+          5786  0x2ee8  sec    28 6f 01                   .title
+          5787  0x2eeb  prim   17 0f                      get
+          5788  0x2eed  prim   17 46                      strsize
+          5789  0x2eef  prim   17 13                      pop
+          5790  0x2ef1  sec    28 39 02                   dialog.tmp
+          5791  0x2ef4  sec    28 11 02                   .text.x
+          5792  0x2ef7  prim   17 0f                      get
+          5793  0x2ef9  int    11 01                      1
+          5794  0x2efb  prim   17 1a                      add
+          5795  0x2efd  int    11 02                      2
+          5796  0x2eff  prim   17 1c                      mul
+          5797  0x2f01  prim   17 1a                      add
+          5798  0x2f03  sec    28 3b 02                   dialog.width
+          5799  0x2f06  prim   17 22                      max
+          5800  0x2f08  prim   17 05                      def
+  472 1   5801  0x2f0a  sec    28 39 02                   dialog.tmp
+          5802  0x2f0d  sec    28 80 01                   .ed.text.list
+          5803  0x2f10  prim   17 0f                      get
+          5804  0x2f12  prim   17 12                      dup
+          5805  0x2f14  code   25 72 2f                   {
+  473 1   5806  0x2f17  dict   29 3b 02                     /dialog.width
+  474 1   5807  0x2f1a  sec    28 39 02                     dialog.tmp
+          5808  0x2f1d  sec    28 83 01                     .ed.width
+          5809  0x2f20  prim   17 0f                        get
+          5810  0x2f22  sec    28 39 02                     dialog.tmp
+          5811  0x2f25  sec    28 11 02                     .text.x
+          5812  0x2f28  prim   17 0f                        get
+          5813  0x2f2a  int    11 01                        1
+          5814  0x2f2c  prim   17 1a                        add
+          5815  0x2f2e  int    11 02                        2
+          5816  0x2f30  prim   17 1c                        mul
+          5817  0x2f32  prim   17 1a                        add
+          5818  0x2f34  int    11 08                        8
+          5819  0x2f36  prim   17 1a                        add
+          5820  0x2f38  sec    28 3b 02                     dialog.width
+          5821  0x2f3b  prim   17 22                        max
+  475 1   5822  0x2f3d  prim   17 05                        def
+  476 1   5823  0x2f3f  code   25 6f 2f                     {
+  477 1   5824  0x2f42  prim   17 46                          strsize
+  478 1   5825  0x2f44  dict   29 3a 02                       /dialog.height
+          5826  0x2f47  prim   17 14                          exch
+          5827  0x2f49  sec    28 3a 02                       dialog.height
+          5828  0x2f4c  prim   17 1a                          add
+          5829  0x2f4e  prim   17 05                          def
+  479 1   5830  0x2f50  dict   29 3b 02                       /dialog.width
+          5831  0x2f53  prim   17 14                          exch
+          5832  0x2f55  sec    28 39 02                       dialog.tmp
+          5833  0x2f58  sec    28 11 02                       .text.x
+          5834  0x2f5b  prim   17 0f                          get
+          5835  0x2f5d  int    11 01                          1
+          5836  0x2f5f  prim   17 1a                          add
+          5837  0x2f61  int    11 02                          2
+          5838  0x2f63  prim   17 1c                          mul
+          5839  0x2f65  prim   17 1a                          add
+          5840  0x2f67  sec    28 3b 02                       dialog.width
+          5841  0x2f6a  prim   17 22                          max
+          5842  0x2f6c  prim   17 05                          def
+  480 1   5843  0x2f6e  ret    06                           }
+          5844  0x2f6f  prim   17 0b                        forall
+  481 1   5845  0x2f71  ret    06                         }
+          5846  0x2f72  code   25 78 2f                   {
+          5847  0x2f75  prim   17 13                        pop
+          5848  0x2f77  ret    06                         }
+          5849  0x2f78  prim   17 07                      ifelse
+  483 1   5850  0x2f7a  sec    28 39 02                   dialog.tmp
+          5851  0x2f7d  sec    28 08 01                   .ed.buffer.list
+          5852  0x2f80  prim   17 0f                      get
+          5853  0x2f82  prim   17 12                      dup
+          5854  0x2f84  code   25 9e 2f                   {
+  484 1   5855  0x2f87  prim   17 11                        length
+          5856  0x2f89  prim   17 75                        lineheight
+          5857  0x2f8b  int    11 14                        20
+          5858  0x2f8d  prim   17 1a                        add
+          5859  0x2f8f  prim   17 1c                        mul
+          5860  0x2f91  dict   29 3a 02                     /dialog.height
+          5861  0x2f94  prim   17 14                        exch
+          5862  0x2f96  sec    28 3a 02                     dialog.height
+          5863  0x2f99  prim   17 1a                        add
+          5864  0x2f9b  prim   17 05                        def
+  485 1   5865  0x2f9d  ret    06                         }
+          5866  0x2f9e  code   25 a4 2f                   {
+          5867  0x2fa1  prim   17 13                        pop
+          5868  0x2fa3  ret    06                         }
+          5869  0x2fa4  prim   17 07                      ifelse
+  487 1   5870  0x2fa6  dict   29 31 02                   /window.buttons
+          5871  0x2fa9  sec    28 39 02                   dialog.tmp
+          5872  0x2fac  sec    28 71 01                   .buttons
+          5873  0x2faf  prim   17 0f                      get
+          5874  0x2fb1  prim   17 05                      def
+  489 1   5875  0x2fb3  dict   29 3c 02                   /dialog.button.y
+          5876  0x2fb6  sec    28 3a 02                   dialog.height
+          5877  0x2fb9  int    11 05                      5
+          5878  0x2fbb  prim   17 1a                      add
+          5879  0x2fbd  prim   17 05                      def
+  491 1   5880  0x2fbf  sec    28 31 02                   window.buttons
+          5881  0x2fc2  none   00                         .undef # .undef
+          5882  0x2fc3  prim   17 2a                      ne
+          5883  0x2fc5  code   25 ec 2f                   {
+          5884  0x2fc8  sec    28 31 02                     window.buttons
+          5885  0x2fcb  prim   17 11                        length
+          5886  0x2fcd  code   25 e9 2f                     {
+  492 1   5887  0x2fd0  dict   29 3a 02                       /dialog.height
+          5888  0x2fd3  sec    28 31 02                       window.buttons
+          5889  0x2fd6  int    01                             0
+          5890  0x2fd7  prim   17 0f                          get
+          5891  0x2fd9  int    11 03                          3
+          5892  0x2fdb  prim   17 0f                          get
+          5893  0x2fdd  sec    28 3c 02                       dialog.button.y
+          5894  0x2fe0  prim   17 1a                          add
+          5895  0x2fe2  int    11 08                          8
+          5896  0x2fe4  prim   17 1a                          add
+          5897  0x2fe6  prim   17 05                          def
+  493 1   5898  0x2fe8  ret    06                           }
+          5899  0x2fe9  prim   17 06                        if
+          5900  0x2feb  ret    06                         }
+          5901  0x2fec  prim   17 06                      if
+  495 1   5902  0x2fee  dict   29 3d 02                   /dialog.y
+          5903  0x2ff1  prim   17 38                      screen.size
+          5904  0x2ff3  prim   17 14                      exch
+          5905  0x2ff5  prim   17 13                      pop
+          5906  0x2ff7  sec    28 39 02                   dialog.tmp
+          5907  0x2ffa  sec    28 0a 02                   .position
+          5908  0x2ffd  prim   17 0f                      get
+          5909  0x2fff  prim   17 1c                      mul
+          5910  0x3001  int    11 0a                      10
+          5911  0x3003  prim   17 1d                      div
+          5912  0x3005  sec    28 3a 02                   dialog.height
+          5913  0x3008  prim   17 1b                      sub
+          5914  0x300a  int    11 02                      2
+          5915  0x300c  prim   17 1d                      div
+          5916  0x300e  prim   17 05                      def
+  497 1   5917  0x3010  sec    28 31 02                   window.buttons
+          5918  0x3013  none   00                         .undef # .undef
+          5919  0x3014  prim   17 2a                      ne
+          5920  0x3016  code   25 64 30                   {
+          5921  0x3019  sec    28 31 02                     window.buttons
+          5922  0x301c  prim   17 11                        length
+          5923  0x301e  code   25 61 30                     {
+  498 1   5924  0x3021  int    11 0a                          10
+  499 1   5925  0x3023  int    01                             0
+          5926  0x3024  int    11 01                          1
+          5927  0x3026  sec    28 31 02                       window.buttons
+          5928  0x3029  prim   17 11                          length
+          5929  0x302b  int    11 01                          1
+          5930  0x302d  prim   17 1b                          sub
+          5931  0x302f  code   25 52 30                       {
+  500 1   5932  0x3032  sec    28 31 02                         window.buttons
+          5933  0x3035  prim   17 14                            exch
+          5934  0x3037  prim   17 0f                            get
+  501 1   5935  0x3039  prim   17 12                            dup
+          5936  0x303b  int    11 01                            1
+          5937  0x303d  sec    28 3c 02                         dialog.button.y
+          5938  0x3040  sec    28 3d 02                         dialog.y
+          5939  0x3043  prim   17 1a                            add
+          5940  0x3045  prim   17 10                            put
+  502 1   5941  0x3047  int    11 02                            2
+          5942  0x3049  prim   17 0f                            get
+          5943  0x304b  int    11 0a                            10
+          5944  0x304d  prim   17 1a                            add
+          5945  0x304f  prim   17 1a                            add
+  503 1   5946  0x3051  ret    06                             }
+          5947  0x3052  prim   17 0a                          for
+  505 1   5948  0x3054  sec    28 3b 02                       dialog.width
+          5949  0x3057  prim   17 22                          max
+          5950  0x3059  dict   29 3b 02                       /dialog.width
+          5951  0x305c  prim   17 14                          exch
+          5952  0x305e  prim   17 05                          def
+  506 1   5953  0x3060  ret    06                           }
+          5954  0x3061  prim   17 06                        if
+          5955  0x3063  ret    06                         }
+          5956  0x3064  prim   17 06                      if
+  509 1   5957  0x3066  sec    28 39 02                   dialog.tmp
+          5958  0x3069  sec    28 83 01                   .ed.width
+          5959  0x306c  prim   17 0f                      get
+          5960  0x306e  none   00                         .undef # .undef
+          5961  0x306f  prim   17 2a                      ne
+          5962  0x3071  code   25 8c 30                   {
+  510 1   5963  0x3074  sec    28 39 02                     dialog.tmp
+          5964  0x3077  sec    28 83 01                     .ed.width
+          5965  0x307a  prim   17 17                        over
+          5966  0x307c  prim   17 17                        over
+          5967  0x307e  prim   17 0f                        get
+          5968  0x3080  sec    28 3b 02                     dialog.width
+          5969  0x3083  int    11 1e                        30
+          5970  0x3085  prim   17 1b                        sub
+          5971  0x3087  prim   17 22                        max
+          5972  0x3089  prim   17 10                        put
+  511 1   5973  0x308b  ret    06                         }
+          5974  0x308c  prim   17 06                      if
+  513 1   5975  0x308e  dict   29 3e 02                   /dialog.x
+          5976  0x3091  prim   17 38                      screen.size
+          5977  0x3093  prim   17 13                      pop
+          5978  0x3095  sec    28 3b 02                   dialog.width
+          5979  0x3098  prim   17 1b                      sub
+          5980  0x309a  int    11 02                      2
+          5981  0x309c  prim   17 1d                      div
+          5982  0x309e  prim   17 05                      def
+  515 1   5983  0x30a0  sec    28 31 02                   window.buttons
+          5984  0x30a3  none   00                         .undef # .undef
+          5985  0x30a4  prim   17 2a                      ne
+          5986  0x30a6  code   25 1c 31                   {
+          5987  0x30a9  sec    28 31 02                     window.buttons
+          5988  0x30ac  prim   17 11                        length
+          5989  0x30ae  code   25 19 31                     {
+  517 1   5990  0x30b1  sec    28 3b 02                       dialog.width
+          5991  0x30b4  int    01                             0
+  518 1   5992  0x30b5  int    01                             0
+          5993  0x30b6  int    11 01                          1
+          5994  0x30b8  sec    28 31 02                       window.buttons
+          5995  0x30bb  prim   17 11                          length
+          5996  0x30bd  int    11 01                          1
+          5997  0x30bf  prim   17 1b                          sub
+          5998  0x30c1  code   25 d2 30                       {
+  519 1   5999  0x30c4  sec    28 31 02                         window.buttons
+          6000  0x30c7  prim   17 14                            exch
+          6001  0x30c9  prim   17 0f                            get
+          6002  0x30cb  int    11 02                            2
+          6003  0x30cd  prim   17 0f                            get
+          6004  0x30cf  prim   17 1a                            add
+  520 1   6005  0x30d1  ret    06                             }
+          6006  0x30d2  prim   17 0a                          for
+  521 1   6007  0x30d4  prim   17 1b                          sub
+          6008  0x30d6  sec    28 31 02                       window.buttons
+          6009  0x30d9  prim   17 11                          length
+          6010  0x30db  int    11 01                          1
+          6011  0x30dd  prim   17 1a                          add
+          6012  0x30df  prim   17 1d                          div
+  522 1   6013  0x30e1  sec    28 3e 02                       dialog.x
+          6014  0x30e4  prim   17 17                          over
+          6015  0x30e6  prim   17 1a                          add
+  523 1   6016  0x30e8  int    01                             0
+          6017  0x30e9  int    11 01                          1
+          6018  0x30eb  sec    28 31 02                       window.buttons
+          6019  0x30ee  prim   17 11                          length
+          6020  0x30f0  int    11 01                          1
+          6021  0x30f2  prim   17 1b                          sub
+          6022  0x30f4  code   25 12 31                       {
+  524 1   6023  0x30f7  sec    28 31 02                         window.buttons
+          6024  0x30fa  prim   17 14                            exch
+          6025  0x30fc  prim   17 0f                            get
+  525 1   6026  0x30fe  prim   17 17                            over
+          6027  0x3100  prim   17 17                            over
+          6028  0x3102  int    01                               0
+          6029  0x3103  prim   17 15                            rot
+          6030  0x3105  prim   17 10                            put
+  526 1   6031  0x3107  int    11 02                            2
+          6032  0x3109  prim   17 0f                            get
+          6033  0x310b  prim   17 1a                            add
+          6034  0x310d  prim   17 17                            over
+          6035  0x310f  prim   17 1a                            add
+  527 1   6036  0x3111  ret    06                             }
+          6037  0x3112  prim   17 0a                          for
+  528 1   6038  0x3114  prim   17 13                          pop
+          6039  0x3116  prim   17 13                          pop
+  529 1   6040  0x3118  ret    06                           }
+          6041  0x3119  prim   17 06                        if
+          6042  0x311b  ret    06                         }
+          6043  0x311c  prim   17 06                      if
+  533 1   6044  0x311e  sec    28 39 02                   dialog.tmp
+  534 1   6045  0x3121  prim   17 12                      dup
+          6046  0x3123  sec    28 05 02                   .x
+          6047  0x3126  sec    28 3e 02                   dialog.x
+          6048  0x3129  prim   17 10                      put
+  535 1   6049  0x312b  prim   17 12                      dup
+          6050  0x312d  sec    28 06 02                   .y
+          6051  0x3130  sec    28 3d 02                   dialog.y
+          6052  0x3133  prim   17 10                      put
+  536 1   6053  0x3135  prim   17 12                      dup
+          6054  0x3137  sec    28 07 02                   .width
+          6055  0x313a  sec    28 3b 02                   dialog.width
+          6056  0x313d  prim   17 10                      put
+  537 1   6057  0x313f  prim   17 12                      dup
+          6058  0x3141  sec    28 08 02                   .height
+          6059  0x3144  sec    28 3a 02                   dialog.height
+          6060  0x3147  prim   17 10                      put
+  538 1   6061  0x3149  sec    28 13 02                   .button.y
+          6062  0x314c  sec    28 3c 02                   dialog.button.y
+          6063  0x314f  prim   17 10                      put
+  540 1   6064  0x3151  dict   29 39 02                   /dialog.tmp
+          6065  0x3154  none   00                         .undef # .undef
+          6066  0x3155  prim   17 05                      def
+  541 1   6067  0x3157  ret    06                       }
+          6068  0x3158  prim   17 05                    def
+  549 1   6069  0x315a  dict   29 26 02                 /dialog.show
+          6070  0x315d  code   25 ed 33                 {
+  550 1   6071  0x3160  dict   29 39 02                   /dialog.tmp
+          6072  0x3163  prim   17 14                      exch
+          6073  0x3165  prim   17 05                      def
+  553 1   6074  0x3167  sec    28 39 02                   dialog.tmp
+          6075  0x316a  sec    28 2b 02                   window.push
+  557 1   6076  0x316d  sec    28 39 02                   dialog.tmp
+          6077  0x3170  sec    28 05 02                   .x
+          6078  0x3173  prim   17 0f                      get
+          6079  0x3175  int    11 01                      1
+          6080  0x3177  prim   17 1b                      sub
+          6081  0x3179  sec    28 39 02                   dialog.tmp
+          6082  0x317c  sec    28 06 02                   .y
+          6083  0x317f  prim   17 0f                      get
+          6084  0x3181  int    11 01                      1
+          6085  0x3183  prim   17 1b                      sub
+          6086  0x3185  prim   17 3c                      moveto
+  558 1   6087  0x3187  sec    18 ed                      white
+          6088  0x3189  sec    28 9c 01                   black
+  559 1   6089  0x318c  sec    28 39 02                   dialog.tmp
+          6090  0x318f  sec    28 07 02                   .width
+          6091  0x3192  prim   17 0f                      get
+          6092  0x3194  int    11 02                      2
+          6093  0x3196  prim   17 1a                      add
+          6094  0x3198  sec    28 39 02                   dialog.tmp
+          6095  0x319b  sec    28 08 02                   .height
+          6096  0x319e  prim   17 0f                      get
+          6097  0x31a0  int    11 02                      2
+          6098  0x31a2  prim   17 1a                      add
+  560 1   6099  0x31a4  prim   17 17                      over
+          6100  0x31a6  prim   17 17                      over
+  561 1   6101  0x31a8  prim   17 4e                      savescreen
+  562 1   6102  0x31aa  sec    28 39 02                   dialog.tmp
+          6103  0x31ad  sec    28 0d 02                   .saved
+          6104  0x31b0  prim   17 15                      rot
+          6105  0x31b2  prim   17 10                      put
+  563 1   6106  0x31b4  sec    28 88 01                   drawborder
+  565 1   6107  0x31b7  sec    28 39 02                   dialog.tmp
+          6108  0x31ba  sec    28 0b 02                   .color.bg
+          6109  0x31bd  prim   17 0f                      get
+          6110  0x31bf  prim   17 3f                      setcolor
+  566 1   6111  0x31c1  sec    28 39 02                   dialog.tmp
+          6112  0x31c4  sec    28 05 02                   .x
+          6113  0x31c7  prim   17 0f                      get
+          6114  0x31c9  sec    28 39 02                   dialog.tmp
+          6115  0x31cc  sec    28 06 02                   .y
+          6116  0x31cf  prim   17 0f                      get
+          6117  0x31d1  prim   17 3c                      moveto
+  567 1   6118  0x31d3  sec    28 39 02                   dialog.tmp
+          6119  0x31d6  sec    28 07 02                   .width
+          6120  0x31d9  prim   17 0f                      get
+          6121  0x31db  sec    28 39 02                   dialog.tmp
+          6122  0x31de  sec    28 08 02                   .height
+          6123  0x31e1  prim   17 0f                      get
+          6124  0x31e3  prim   17 50                      fillrect
+  569 1   6125  0x31e5  sec    28 39 02                   dialog.tmp
+          6126  0x31e8  sec    28 6d 01                   .title.bg
+          6127  0x31eb  prim   17 0f                      get
+          6128  0x31ed  prim   17 3f                      setcolor
+  570 1   6129  0x31ef  sec    28 39 02                   dialog.tmp
+          6130  0x31f2  sec    28 05 02                   .x
+          6131  0x31f5  prim   17 0f                      get
+          6132  0x31f7  int    11 01                      1
+          6133  0x31f9  prim   17 1a                      add
+          6134  0x31fb  sec    28 39 02                   dialog.tmp
+          6135  0x31fe  sec    28 06 02                   .y
+          6136  0x3201  prim   17 0f                      get
+          6137  0x3203  int    11 01                      1
+          6138  0x3205  prim   17 1a                      add
+          6139  0x3207  prim   17 3c                      moveto
+  571 1   6140  0x3209  sec    28 39 02                   dialog.tmp
+          6141  0x320c  sec    28 07 02                   .width
+          6142  0x320f  prim   17 0f                      get
+          6143  0x3211  int    11 02                      2
+          6144  0x3213  prim   17 1b                      sub
+          6145  0x3215  sec    28 39 02                   dialog.tmp
+          6146  0x3218  sec    28 10 02                   .title.height
+          6147  0x321b  prim   17 0f                      get
+          6148  0x321d  int    11 01                      1
+          6149  0x321f  prim   17 1b                      sub
+          6150  0x3221  prim   17 50                      fillrect
+  573 1   6151  0x3223  sec    28 39 02                   dialog.tmp
+          6152  0x3226  sec    28 05 02                   .x
+          6153  0x3229  prim   17 0f                      get
+          6154  0x322b  int    11 0a                      10
+          6155  0x322d  prim   17 1a                      add
+          6156  0x322f  sec    28 39 02                   dialog.tmp
+          6157  0x3232  sec    28 06 02                   .y
+          6158  0x3235  prim   17 0f                      get
+          6159  0x3237  int    11 03                      3
+          6160  0x3239  prim   17 1a                      add
+          6161  0x323b  prim   17 3c                      moveto
+  574 1   6162  0x323d  sec    28 39 02                   dialog.tmp
+          6163  0x3240  sec    28 0f 02                   .title.fg
+          6164  0x3243  prim   17 0f                      get
+          6165  0x3245  prim   17 3f                      setcolor
+  575 1   6166  0x3247  sec    28 39 02                   dialog.tmp
+          6167  0x324a  sec    28 6f 01                   .title
+          6168  0x324d  prim   17 0f                      get
+          6169  0x324f  prim   17 47                      show
+  577 1   6170  0x3251  sec    28 39 02                   dialog.tmp
+          6171  0x3254  sec    28 42 01                   .color.fg
+          6172  0x3257  prim   17 0f                      get
+          6173  0x3259  prim   17 3f                      setcolor
+  578 1   6174  0x325b  sec    28 39 02                   dialog.tmp
+          6175  0x325e  sec    28 05 02                   .x
+          6176  0x3261  prim   17 0f                      get
+          6177  0x3263  sec    28 39 02                   dialog.tmp
+          6178  0x3266  sec    28 06 02                   .y
+          6179  0x3269  prim   17 0f                      get
+          6180  0x326b  prim   17 3c                      moveto
+  579 1   6181  0x326d  sec    28 39 02                   dialog.tmp
+          6182  0x3270  sec    28 11 02                   .text.x
+          6183  0x3273  prim   17 0f                      get
+          6184  0x3275  sec    28 39 02                   dialog.tmp
+          6185  0x3278  sec    28 12 02                   .text.y
+          6186  0x327b  prim   17 0f                      get
+          6187  0x327d  prim   17 59                      rmoveto
+  580 1   6188  0x327f  sec    28 39 02                   dialog.tmp
+          6189  0x3282  sec    28 7b 01                   .text
+          6190  0x3285  prim   17 0f                      get
+          6191  0x3287  prim   17 47                      show
+  582 1   6192  0x3289  sec    28 39 02                   dialog.tmp
+          6193  0x328c  sec    28 80 01                   .ed.text.list
+          6194  0x328f  prim   17 0f                      get
+          6195  0x3291  prim   17 12                      dup
+          6196  0x3293  code   25 97 33                   {
+  583 1   6197  0x3296  dict   29 3f 02                     /dialog.tmp.idx
+          6198  0x3299  int    01                           0
+          6199  0x329a  prim   17 05                        def
+  584 1   6200  0x329c  code   25 94 33                     {
+  585 1   6201  0x329f  prim   17 47                          show
+  586 1   6202  0x32a1  sec    28 39 02                       dialog.tmp
+          6203  0x32a4  sec    28 08 01                       .ed.buffer.list
+          6204  0x32a7  prim   17 0f                          get
+          6205  0x32a9  sec    28 3f 02                       dialog.tmp.idx
+          6206  0x32ac  prim   17 0f                          get
+  588 1   6207  0x32ae  prim   17 12                          dup
+          6208  0x32b0  code   25 86 33                       {
+  590 1   6209  0x32b3  int    11 03                            3
+          6210  0x32b5  int    11 07                            7
+          6211  0x32b7  prim   17 59                            rmoveto
+  592 1   6212  0x32b9  dict   29 40 02                         /dialog.tmp.buf
+          6213  0x32bc  prim   17 03                            [
+  593 1   6214  0x32be  prim   17 3d                            currentpoint
+  594 1   6215  0x32c0  sec    28 39 02                         dialog.tmp
+          6216  0x32c3  sec    28 83 01                         .ed.width
+          6217  0x32c6  prim   17 0f                            get
+          6218  0x32c8  prim   17 45                            fontheight
+          6219  0x32ca  int    11 02                            2
+          6220  0x32cc  prim   17 1a                            add
+          6221  0x32ce  prim   17 4e                            savescreen
+  595 1   6222  0x32d0  int    01                               0
+          6223  0x32d1  int    01                               0
+  596 1   6224  0x32d2  int    01                               0
+          6225  0x32d3  int    01                               0
+          6226  0x32d4  int    01                               0
+  597 1   6227  0x32d5  prim   17 04                            ]
+          6228  0x32d7  prim   17 05                            def
+  599 1   6229  0x32d9  sec    28 40 02                         dialog.tmp.buf
+          6230  0x32dc  int    11 03                            3
+          6231  0x32de  int    11 02                            2
+          6232  0x32e0  prim   17 18                            index
+          6233  0x32e2  prim   17 10                            put
+  600 1   6234  0x32e4  sec    28 40 02                         dialog.tmp.buf
+          6235  0x32e7  int    11 04                            4
+          6236  0x32e9  prim   17 15                            rot
+          6237  0x32eb  sec    18 c6                            cvp
+          6238  0x32ed  prim   17 11                            length
+          6239  0x32ef  prim   17 10                            put
+  602 1   6240  0x32f1  sec    28 39 02                         dialog.tmp
+          6241  0x32f4  sec    28 7f 01                         .ed.list
+          6242  0x32f7  prim   17 0f                            get
+          6243  0x32f9  sec    28 3f 02                         dialog.tmp.idx
+          6244  0x32fc  sec    28 40 02                         dialog.tmp.buf
+          6245  0x32ff  prim   17 10                            put
+  604 1   6246  0x3301  prim   17 40                            currentcolor
+  605 1   6247  0x3303  prim   17 3d                            currentpoint
+          6248  0x3305  prim   17 17                            over
+          6249  0x3307  int    11 01                            1
+          6250  0x3309  prim   17 1b                            sub
+          6251  0x330b  prim   17 17                            over
+          6252  0x330d  int    11 02                            2
+          6253  0x330f  prim   17 1b                            sub
+          6254  0x3311  prim   17 3c                            moveto
+  606 1   6255  0x3313  sec    28 9c 01                         black
+          6256  0x3316  sec    18 ed                            white
+          6257  0x3318  sec    28 39 02                         dialog.tmp
+          6258  0x331b  sec    28 83 01                         .ed.width
+          6259  0x331e  prim   17 0f                            get
+          6260  0x3320  int    11 02                            2
+          6261  0x3322  prim   17 1a                            add
+          6262  0x3324  prim   17 45                            fontheight
+          6263  0x3326  int    11 05                            5
+          6264  0x3328  prim   17 1a                            add
+          6265  0x332a  sec    28 88 01                         drawborder
+  607 1   6266  0x332d  prim   17 3c                            moveto
+          6267  0x332f  int    11 fd                            -3
+          6268  0x3331  prim   17 75                            lineheight
+          6269  0x3333  int    11 14                            20
+          6270  0x3335  prim   17 1a                            add
+          6271  0x3337  int    11 07                            7
+          6272  0x3339  prim   17 1b                            sub
+          6273  0x333b  prim   17 59                            rmoveto
+  608 1   6274  0x333d  prim   17 3f                            setcolor
+  610 1   6275  0x333f  prim   17 44                            currentfont
+  612 1   6276  0x3341  sec    28 3f 02                         dialog.tmp.idx
+          6277  0x3344  sec    28 39 02                         dialog.tmp
+          6278  0x3347  sec    28 15 02                         .ed.pw_field
+          6279  0x334a  prim   17 0f                            get
+          6280  0x334c  prim   17 29                            eq
+          6281  0x334e  code   25 5e 33                         {
+  613 1   6282  0x3351  sec    28 39 02                           dialog.tmp
+          6283  0x3354  sec    28 43 01                           .ed.font
+          6284  0x3357  prim   17 0f                              get
+          6285  0x3359  sec    18 d1                              pwmode
+          6286  0x335b  prim   17 43                              setfont
+  614 1   6287  0x335d  ret    06                               }
+          6288  0x335e  prim   17 06                            if
+  615 1   6289  0x3360  sec    28 40 02                         dialog.tmp.buf
+          6290  0x3363  prim   17 12                            dup
+          6291  0x3365  int    11 03                            3
+          6292  0x3367  prim   17 0f                            get
+          6293  0x3369  prim   17 52                            edit.init
+  616 1   6294  0x336b  prim   17 43                            setfont
+  618 1   6295  0x336d  sec    28 39 02                         dialog.tmp
+          6296  0x3370  sec    28 82 01                         .ed.focus
+          6297  0x3373  prim   17 0f                            get
+          6298  0x3375  sec    28 3f 02                         dialog.tmp.idx
+          6299  0x3378  prim   17 2a                            ne
+          6300  0x337a  code   25 83 33                         {
+          6301  0x337d  sec    28 40 02                           dialog.tmp.buf
+          6302  0x3380  prim   17 56                              edit.hidecursor
+          6303  0x3382  ret    06                               }
+          6304  0x3383  prim   17 06                            if
+  620 1   6305  0x3385  ret    06                             }
+          6306  0x3386  code   25 8c 33                       {
+          6307  0x3389  prim   17 13                            pop
+          6308  0x338b  ret    06                             }
+          6309  0x338c  prim   17 07                          ifelse
+  622 1   6310  0x338e  dict   29 3f 02                       /dialog.tmp.idx
+          6311  0x3391  sec    18 c8                          inc
+  623 1   6312  0x3393  ret    06                           }
+          6313  0x3394  prim   17 0b                        forall
+  624 1   6314  0x3396  ret    06                         }
+          6315  0x3397  code   25 9d 33                   {
+          6316  0x339a  prim   17 13                        pop
+          6317  0x339c  ret    06                         }
+          6318  0x339d  prim   17 07                      ifelse
+  626 1   6319  0x339f  sec    28 39 02                   dialog.tmp
+          6320  0x33a2  sec    28 71 01                   .buttons
+          6321  0x33a5  prim   17 0f                      get
+          6322  0x33a7  none   00                         .undef # .undef
+          6323  0x33a8  prim   17 2a                      ne
+          6324  0x33aa  code   25 e4 33                   {
+          6325  0x33ad  sec    28 39 02                     dialog.tmp
+          6326  0x33b0  sec    28 71 01                     .buttons
+          6327  0x33b3  prim   17 0f                        get
+          6328  0x33b5  prim   17 11                        length
+          6329  0x33b7  code   25 e1 33                     {
+  627 1   6330  0x33ba  int    01                             0
+          6331  0x33bb  int    11 01                          1
+          6332  0x33bd  sec    28 39 02                       dialog.tmp
+          6333  0x33c0  sec    28 71 01                       .buttons
+          6334  0x33c3  prim   17 0f                          get
+          6335  0x33c5  prim   17 11                          length
+          6336  0x33c7  int    11 01                          1
+          6337  0x33c9  prim   17 1b                          sub
+          6338  0x33cb  code   25 de 33                       {
+  628 1   6339  0x33ce  sec    28 39 02                         dialog.tmp
+          6340  0x33d1  sec    28 71 01                         .buttons
+          6341  0x33d4  prim   17 0f                            get
+          6342  0x33d6  prim   17 14                            exch
+          6343  0x33d8  prim   17 0f                            get
+          6344  0x33da  sec    28 35 02                         button.show
+  629 1   6345  0x33dd  ret    06                             }
+          6346  0x33de  prim   17 0a                          for
+  630 1   6347  0x33e0  ret    06                           }
+          6348  0x33e1  prim   17 06                        if
+          6349  0x33e3  ret    06                         }
+          6350  0x33e4  prim   17 06                      if
+  632 1   6351  0x33e6  dict   29 39 02                   /dialog.tmp
+          6352  0x33e9  none   00                         .undef # .undef
+          6353  0x33ea  prim   17 05                      def
+  634 1   6354  0x33ec  ret    06                       }
+          6355  0x33ed  prim   17 05                    def
+  644 1   6356  0x33ef  dict   29 34 02                 /dialog.specialaction
+          6357  0x33f2  code   25 31 34                 {
+  645 1   6358  0x33f5  int    21 00 01                   0x100 # actNoClose
+          6359  0x33f8  prim   17 26                      not
+          6360  0x33fa  prim   17 23                      and
+  647 1   6361  0x33fc  bool   13 01                      true # true
+          6362  0x33fe  prim   17 14                      exch
+  649 1   6363  0x3400  prim   17 12                      dup
+          6364  0x3402  int    11 05                      5 # actEject
+          6365  0x3404  prim   17 29                      eq
+          6366  0x3406  code   25 10 34                   {
+  650 1   6367  0x3409  sec    18 ba                        bootdrive
+          6368  0x340b  prim   17 7d                        eject
+          6369  0x340d  prim   17 13                        pop
+  651 1   6370  0x340f  ret    06                         }
+          6371  0x3410  prim   17 06                      if
+  653 1   6372  0x3412  prim   17 12                      dup
+          6373  0x3414  int    11 06                      6 # actPowerOff
+          6374  0x3416  prim   17 29                      eq
+          6375  0x3418  code   25 1e 34                   {
+  654 1   6376  0x341b  prim   17 7e                        poweroff
+  655 1   6377  0x341d  ret    06                         }
+          6378  0x341e  prim   17 06                      if
+  657 1   6379  0x3420  prim   17 12                      dup
+          6380  0x3422  int    11 09                      9 # actReboot
+          6381  0x3424  prim   17 29                      eq
+          6382  0x3426  code   25 2c 34                   {
+  658 1   6383  0x3429  prim   17 7f                        reboot
+  659 1   6384  0x342b  ret    06                         }
+          6385  0x342c  prim   17 06                      if
+  661 1   6386  0x342e  prim   17 13                      pop
+  662 1   6387  0x3430  ret    06                       }
+          6388  0x3431  prim   17 05                    def
+   13 1   6389  0x3433  dict   29 76 01                 /button.ok
+          6390  0x3436  code   25 4a 34                 {
+          6391  0x3439  prim   17 03                      [
+          6392  0x343b  int    01                         0
+          6393  0x343c  int    01                         0
+          6394  0x343d  int    11 5a                      90
+          6395  0x343f  int    11 19                      25
+          6396  0x3441  sec    28 fc 01                   txt_ok
+          6397  0x3444  bool   03                         false # false
+          6398  0x3445  int    01                         0
+          6399  0x3446  int    01                         0
+          6400  0x3447  prim   17 04                      ]
+          6401  0x3449  ret    06                       }
+          6402  0x344a  prim   17 05                    def
+   14 1   6403  0x344c  dict   29 ad 01                 /button.cancel
+          6404  0x344f  code   25 64 34                 {
+          6405  0x3452  prim   17 03                      [
+          6406  0x3454  int    01                         0
+          6407  0x3455  int    01                         0
+          6408  0x3456  int    11 5a                      90
+          6409  0x3458  int    11 19                      25
+          6410  0x345a  sec    28 cb 01                   txt_cancel
+          6411  0x345d  bool   03                         false # false
+          6412  0x345e  int    11 1b                      0x0000001b # keyEsc
+          6413  0x3460  int    01                         0
+          6414  0x3461  prim   17 04                      ]
+          6415  0x3463  ret    06                       }
+          6416  0x3464  prim   17 05                    def
+   15 1   6417  0x3466  dict   29 72 01                 /button.reboot
+          6418  0x3469  code   25 7d 34                 {
+          6419  0x346c  prim   17 03                      [
+          6420  0x346e  int    01                         0
+          6421  0x346f  int    01                         0
+          6422  0x3470  int    11 5a                      90
+          6423  0x3472  int    11 19                      25
+          6424  0x3474  sec    28 ff 01                   txt_reboot
+          6425  0x3477  bool   03                         false # false
+          6426  0x3478  int    01                         0
+          6427  0x3479  int    01                         0
+          6428  0x347a  prim   17 04                      ]
+          6429  0x347c  ret    06                       }
+          6430  0x347d  prim   17 05                    def
+   16 1   6431  0x347f  dict   29 b3 01                 /button.continue
+          6432  0x3482  code   25 96 34                 {
+          6433  0x3485  prim   17 03                      [
+          6434  0x3487  int    01                         0
+          6435  0x3488  int    01                         0
+          6436  0x3489  int    11 5a                      90
+          6437  0x348b  int    11 19                      25
+          6438  0x348d  sec    28 cc 01                   txt_continue
+          6439  0x3490  bool   03                         false # false
+          6440  0x3491  int    01                         0
+          6441  0x3492  int    01                         0
+          6442  0x3493  prim   17 04                      ]
+          6443  0x3495  ret    06                       }
+          6444  0x3496  prim   17 05                    def
+   25 1   6445  0x3498  dict   29 73 01                 /button.default
+          6446  0x349b  code   25 a7 34                 {
+   26 1   6447  0x349e  prim   17 12                      dup
+          6448  0x34a0  int    11 05                      5
+          6449  0x34a2  bool   13 01                      true # true
+          6450  0x34a4  prim   17 10                      put
+   27 1   6451  0x34a6  ret    06                       }
+          6452  0x34a7  prim   17 05                    def
+   35 1   6453  0x34a9  dict   29 ae 01                 /button.notdefault
+          6454  0x34ac  code   25 b7 34                 {
+   36 1   6455  0x34af  prim   17 12                      dup
+          6456  0x34b1  int    11 05                      5
+          6457  0x34b3  bool   03                         false # false
+          6458  0x34b4  prim   17 10                      put
+   37 1   6459  0x34b6  ret    06                       }
+          6460  0x34b7  prim   17 05                    def
+   45 1   6461                                          # button.moveto
+          6462                                          # {
+   46 1   6463                                          # rot
+          6464                                          # dup
+          6465                                          # 0
+          6466                                          # 5
+          6467                                          # -1
+          6468                                          # roll
+          6469                                          # put
+          6470                                          # exch
+          6471                                          # over
+          6472                                          # 1
+          6473                                          # rot
+          6474                                          # put
+   47 1   6475                                          # }
+          6476                                          # def
+   55 1   6477  0x34b9  dict   29 74 01                 /button.setaction
+          6478  0x34bc  code   25 c8 34                 {
+   56 1   6479  0x34bf  prim   17 17                      over
+          6480  0x34c1  int    11 07                      7
+          6481  0x34c3  prim   17 15                      rot
+          6482  0x34c5  prim   17 10                      put
+   57 1   6483  0x34c7  ret    06                       }
+          6484  0x34c8  prim   17 05                    def
+   65 1   6485  0x34ca  dict   29 35 02                 /button.show
+          6486  0x34cd  code   25 be 35                 {
+   66 1   6487  0x34d0  dict   29 41 02                   /bt.x
+          6488  0x34d3  prim   17 17                      over
+          6489  0x34d5  int    01                         0
+          6490  0x34d6  prim   17 0f                      get
+          6491  0x34d8  prim   17 05                      def
+   67 1   6492  0x34da  dict   29 42 02                   /bt.y
+          6493  0x34dd  prim   17 17                      over
+          6494  0x34df  int    11 01                      1
+          6495  0x34e1  prim   17 0f                      get
+          6496  0x34e3  prim   17 05                      def
+   68 1   6497  0x34e5  dict   29 43 02                   /bt.width
+          6498  0x34e8  prim   17 17                      over
+          6499  0x34ea  int    11 02                      2
+          6500  0x34ec  prim   17 0f                      get
+          6501  0x34ee  prim   17 05                      def
+   69 1   6502  0x34f0  dict   29 44 02                   /bt.height
+          6503  0x34f3  prim   17 17                      over
+          6504  0x34f5  int    11 03                      3
+          6505  0x34f7  prim   17 0f                      get
+          6506  0x34f9  prim   17 05                      def
+   70 1   6507  0x34fb  dict   29 45 02                   /bt.text
+          6508  0x34fe  prim   17 17                      over
+          6509  0x3500  int    11 04                      4
+          6510  0x3502  prim   17 0f                      get
+          6511  0x3504  prim   17 05                      def
+   71 1   6512  0x3506  dict   29 46 02                   /bt.default
+          6513  0x3509  prim   17 14                      exch
+          6514  0x350b  int    11 05                      5
+          6515  0x350d  prim   17 0f                      get
+          6516  0x350f  prim   17 05                      def
+   73 1   6517  0x3511  sec    28 45 02                   bt.text
+          6518  0x3514  prim   17 46                      strsize
+   74 1   6519  0x3516  sec    28 44 02                   bt.height
+          6520  0x3519  prim   17 1b                      sub
+          6521  0x351b  prim   17 1f                      neg
+          6522  0x351d  int    11 02                      2
+          6523  0x351f  prim   17 1d                      div
+          6524  0x3521  dict   29 47 02                   /bt.y.textofs
+          6525  0x3524  prim   17 14                      exch
+          6526  0x3526  prim   17 05                      def
+   75 1   6527  0x3528  sec    28 43 02                   bt.width
+          6528  0x352b  prim   17 1b                      sub
+          6529  0x352d  prim   17 1f                      neg
+          6530  0x352f  int    11 02                      2
+          6531  0x3531  prim   17 1d                      div
+          6532  0x3533  dict   29 48 02                   /bt.x.textofs
+          6533  0x3536  prim   17 14                      exch
+          6534  0x3538  prim   17 05                      def
+   77 1   6535  0x353a  sec    28 41 02                   bt.x
+          6536  0x353d  sec    28 42 02                   bt.y
+          6537  0x3540  prim   17 3c                      moveto
+   78 1   6538  0x3542  prim   17 3d                      currentpoint
+          6539  0x3544  prim   17 3d                      currentpoint
+          6540  0x3546  prim   17 3d                      currentpoint
+   80 1   6541  0x3548  prim   17 3d                      currentpoint
+          6542  0x354a  sec    28 43 02                   bt.width
+          6543  0x354d  sec    28 44 02                   bt.height
+          6544  0x3550  sec    28 41 01                   window.current
+          6545  0x3553  sec    28 0b 02                   .color.bg
+          6546  0x3556  prim   17 0f                      get
+          6547  0x3558  prim   17 3f                      setcolor
+          6548  0x355a  prim   17 50                      fillrect
+          6549  0x355c  prim   17 3c                      moveto
+   82 1   6550  0x355e  sec    28 46 02                   bt.default
+          6551  0x3561  code   25 6b 35                   {
+   83 1   6552  0x3564  sec    28 9c 01                     black
+          6553  0x3567  sec    28 9c 01                     black
+   84 1   6554  0x356a  ret    06                         }
+          6555  0x356b  code   25 79 35                   {
+   85 1   6556  0x356e  sec    28 41 01                     window.current
+          6557  0x3571  sec    28 0b 02                     .color.bg
+          6558  0x3574  prim   17 0f                        get
+          6559  0x3576  prim   17 12                        dup
+   86 1   6560  0x3578  ret    06                         }
+          6561  0x3579  prim   17 07                      ifelse
+   87 1   6562  0x357b  sec    28 43 02                   bt.width
+          6563  0x357e  sec    28 44 02                   bt.height
+          6564  0x3581  sec    28 88 01                   drawborder
+   88 1   6565  0x3584  prim   17 3c                      moveto
+          6566  0x3586  int    11 01                      1
+          6567  0x3588  int    11 01                      1
+          6568  0x358a  prim   17 59                      rmoveto
+          6569  0x358c  sec    18 ed                      white
+          6570  0x358e  sec    28 9c 01                   black
+          6571  0x3591  sec    28 43 02                   bt.width
+          6572  0x3594  int    11 02                      2
+          6573  0x3596  prim   17 1b                      sub
+          6574  0x3598  sec    28 44 02                   bt.height
+          6575  0x359b  int    11 02                      2
+          6576  0x359d  prim   17 1b                      sub
+          6577  0x359f  sec    28 88 01                   drawborder
+   89 1   6578  0x35a2  prim   17 3c                      moveto
+   92 1   6579  0x35a4  sec    28 41 01                   window.current
+          6580  0x35a7  sec    28 42 01                   .color.fg
+          6581  0x35aa  prim   17 0f                      get
+          6582  0x35ac  prim   17 3f                      setcolor
+   93 1   6583  0x35ae  prim   17 3c                      moveto
+          6584  0x35b0  sec    28 48 02                   bt.x.textofs
+          6585  0x35b3  sec    28 47 02                   bt.y.textofs
+          6586  0x35b6  prim   17 59                      rmoveto
+          6587  0x35b8  sec    28 45 02                   bt.text
+          6588  0x35bb  prim   17 47                      show
+   94 1   6589  0x35bd  ret    06                       }
+          6590  0x35be  prim   17 05                    def
+  102 1   6591  0x35c0  dict   29 33 02                 /button.press
+          6592  0x35c3  code   25 44 36                 {
+  103 1   6593  0x35c6  dict   29 41 02                   /bt.x
+          6594  0x35c9  prim   17 17                      over
+          6595  0x35cb  int    01                         0
+          6596  0x35cc  prim   17 0f                      get
+          6597  0x35ce  prim   17 05                      def
+  104 1   6598  0x35d0  dict   29 42 02                   /bt.y
+          6599  0x35d3  prim   17 17                      over
+          6600  0x35d5  int    11 01                      1
+          6601  0x35d7  prim   17 0f                      get
+          6602  0x35d9  prim   17 05                      def
+  105 1   6603  0x35db  dict   29 43 02                   /bt.width
+          6604  0x35de  prim   17 17                      over
+          6605  0x35e0  int    11 02                      2
+          6606  0x35e2  prim   17 0f                      get
+          6607  0x35e4  prim   17 05                      def
+  106 1   6608  0x35e6  dict   29 44 02                   /bt.height
+          6609  0x35e9  prim   17 14                      exch
+          6610  0x35eb  int    11 03                      3
+          6611  0x35ed  prim   17 0f                      get
+          6612  0x35ef  prim   17 05                      def
+  108 1   6613  0x35f1  sec    28 41 02                   bt.x
+          6614  0x35f4  int    11 03                      3
+          6615  0x35f6  prim   17 1a                      add
+          6616  0x35f8  sec    28 42 02                   bt.y
+          6617  0x35fb  int    11 03                      3
+          6618  0x35fd  prim   17 1a                      add
+          6619  0x35ff  prim   17 3c                      moveto
+  109 1   6620  0x3601  sec    28 43 02                   bt.width
+          6621  0x3604  int    11 07                      7
+          6622  0x3606  prim   17 1b                      sub
+          6623  0x3608  sec    28 44 02                   bt.height
+          6624  0x360b  int    11 07                      7
+          6625  0x360d  prim   17 1b                      sub
+          6626  0x360f  prim   17 4e                      savescreen
+  110 1   6627  0x3611  int    11 01                      1
+          6628  0x3613  int    11 01                      1
+          6629  0x3615  prim   17 59                      rmoveto
+          6630  0x3617  prim   17 12                      dup
+          6631  0x3619  prim   17 4f                      restorescreen
+          6632  0x361b  prim   17 32                      free
+  112 1   6633  0x361d  sec    28 41 02                   bt.x
+          6634  0x3620  int    11 01                      1
+          6635  0x3622  prim   17 1a                      add
+          6636  0x3624  sec    28 42 02                   bt.y
+          6637  0x3627  int    11 01                      1
+          6638  0x3629  prim   17 1a                      add
+          6639  0x362b  prim   17 3c                      moveto
+          6640  0x362d  sec    28 9c 01                   black
+          6641  0x3630  sec    18 ed                      white
+          6642  0x3632  sec    28 43 02                   bt.width
+          6643  0x3635  int    11 02                      2
+          6644  0x3637  prim   17 1b                      sub
+          6645  0x3639  sec    28 44 02                   bt.height
+          6646  0x363c  int    11 02                      2
+          6647  0x363e  prim   17 1b                      sub
+          6648  0x3640  sec    28 88 01                   drawborder
+  114 1   6649  0x3643  ret    06                       }
+          6650  0x3644  prim   17 05                    def
+   10 1   6651  0x3646  dict   29 49 02                 /help.context
+          6652  0x3649  str    94 05 6d 61 69 6e 00     "main"
+          6653  0x3650  prim   17 05                    def
+   12 1   6654  0x3652  dict   29 4a 02                 /help.light
+          6655  0x3655  sec    18 ed                    white
+          6656  0x3657  prim   17 05                    def
+   13 1   6657  0x3659  dict   29 4b 02                 /help.dark
+          6658  0x365c  sec    28 9c 01                 black
+          6659  0x365f  prim   17 05                    def
+   14 1   6660  0x3661  dict   29 4c 02                 /help.font
+          6661  0x3664  sec    28 84 01                 font.normal
+          6662  0x3667  prim   17 05                    def
+   15 1   6663  0x3669  dict   29 4d 02                 /help.normal.bg
+          6664  0x366c  sec    28 54 01                 lightgray
+          6665  0x366f  prim   17 05                    def
+   16 1   6666  0x3671  dict   29 4e 02                 /help.normal.fg
+          6667  0x3674  sec    28 9c 01                 black
+          6668  0x3677  prim   17 05                    def
+   17 1   6669  0x3679  dict   29 4f 02                 /help.highlight.fg
+          6670  0x367c  sec    28 a9 01                 green
+          6671  0x367f  prim   17 05                    def
+   18 1   6672  0x3681  dict   29 50 02                 /help.link.fg
+          6673  0x3684  sec    28 a8 01                 blue
+          6674  0x3687  prim   17 05                    def
+   19 1   6675  0x3689  dict   29 51 02                 /help.link.selected.fg
+          6676  0x368c  sec    18 ed                    white
+          6677  0x368e  prim   17 05                    def
+   20 1   6678  0x3690  dict   29 52 02                 /help.link.selected.bg
+          6679  0x3693  sec    28 a8 01                 blue
+          6680  0x3696  prim   17 05                    def
+   22 1   6681  0x3698  dict   29 53 02                 /help.x
+          6682  0x369b  int    11 14                    20
+          6683  0x369d  prim   17 05                    def
+   23 1   6684  0x369f  dict   29 54 02                 /help.y
+          6685  0x36a2  int    11 32                    50
+          6686  0x36a4  prim   17 05                    def
+   24 1   6687  0x36a6  dict   29 55 02                 /help.width
+          6688  0x36a9  int    21 58 02                 600
+          6689  0x36ac  prim   17 05                    def
+   25 1   6690  0x36ae  dict   29 56 02                 /help.height
+          6691  0x36b1  int    21 7c 01                 380
+          6692  0x36b4  prim   17 05                    def
+   27 1   6693  0x36b6  sec    28 34 01                 clip.size
+          6694  0x36b9  prim   17 13                    pop
+          6695  0x36bb  int    21 20 03                 800
+          6696  0x36be  prim   17 29                    eq
+          6697  0x36c0  code   25 e2 36                 {
+   28 1   6698  0x36c3  dict   29 53 02                   /help.x
+          6699  0x36c6  int    11 78                      120
+          6700  0x36c8  prim   17 05                      def
+   29 1   6701  0x36ca  dict   29 54 02                   /help.y
+          6702  0x36cd  int    11 5a                      90
+          6703  0x36cf  prim   17 05                      def
+   30 1   6704  0x36d1  dict   29 55 02                   /help.width
+          6705  0x36d4  int    21 30 02                   560
+          6706  0x36d7  prim   17 05                      def
+   31 1   6707  0x36d9  dict   29 56 02                   /help.height
+          6708  0x36dc  int    21 67 01                   359
+          6709  0x36df  prim   17 05                      def
+   32 1   6710  0x36e1  ret    06                       }
+          6711  0x36e2  prim   17 06                    if
+   34 1   6712  0x36e4  dict   29 57 02                 /help.text.x
+          6713  0x36e7  sec    28 53 02                 help.x
+          6714  0x36ea  int    11 0a                    10
+          6715  0x36ec  prim   17 1a                    add
+          6716  0x36ee  prim   17 05                    def
+   35 1   6717  0x36f0  dict   29 58 02                 /help.text.y
+          6718  0x36f3  sec    28 54 02                 help.y
+          6719  0x36f6  int    11 1e                    30
+          6720  0x36f8  prim   17 1a                    add
+          6721  0x36fa  prim   17 05                    def
+   37 1   6722  0x36fc  dict   29 59 02                 /help.text.width
+          6723  0x36ff  sec    28 55 02                 help.width
+          6724  0x3702  int    11 14                    20
+          6725  0x3704  prim   17 1b                    sub
+          6726  0x3706  prim   17 05                    def
+   38 1   6727  0x3708  dict   29 5a 02                 /help.text.height
+          6728  0x370b  sec    28 56 02                 help.height
+          6729  0x370e  sec    28 58 02                 help.text.y
+          6730  0x3711  prim   17 1b                    sub
+          6731  0x3713  sec    28 54 02                 help.y
+          6732  0x3716  prim   17 1a                    add
+          6733  0x3718  int    11 04                    4
+          6734  0x371a  prim   17 1b                    sub
+          6735  0x371c  prim   17 05                    def
+   39 1   6736  0x371e  dict   29 5b 02                 /help.text.rightmargin
+          6737  0x3721  sec    28 57 02                 help.text.x
+          6738  0x3724  sec    28 59 02                 help.text.width
+          6739  0x3727  prim   17 1a                    add
+          6740  0x3729  prim   17 05                    def
+   41 1   6741  0x372b  dict   29 5c 02                 /help.title.x
+          6742  0x372e  sec    28 53 02                 help.x
+          6743  0x3731  int    11 0a                    10
+          6744  0x3733  prim   17 1a                    add
+          6745  0x3735  prim   17 05                    def
+   42 1   6746  0x3737  dict   29 5d 02                 /help.title.y
+          6747  0x373a  sec    28 54 02                 help.y
+          6748  0x373d  int    11 03                    3
+          6749  0x373f  prim   17 1a                    add
+          6750  0x3741  prim   17 05                    def
+   43 1   6751                                          # help.title.height
+          6752                                          # 20
+          6753                                          # def
+   44 1   6754  0x3743  dict   29 5e 02                 /help.title.font
+          6755  0x3746  sec    28 84 01                 font.normal
+          6756  0x3749  prim   17 05                    def
+   46 1   6757  0x374b  dict   29 5f 02                 /help.hist.page
+          6758  0x374e  int    11 10                    16
+          6759  0x3750  prim   17 0e                    array
+          6760  0x3752  prim   17 05                    def
+   47 1   6761  0x3754  dict   29 60 02                 /help.hist.startrow
+          6762  0x3757  sec    28 5f 02                 help.hist.page
+          6763  0x375a  prim   17 11                    length
+          6764  0x375c  prim   17 0e                    array
+          6765  0x375e  prim   17 05                    def
+   48 1   6766  0x3760  dict   29 61 02                 /help.hist.selectedlink
+          6767  0x3763  sec    28 5f 02                 help.hist.page
+          6768  0x3766  prim   17 11                    length
+          6769  0x3768  prim   17 0e                    array
+          6770  0x376a  prim   17 05                    def
+   52 1   6771                                          # bo.opt.max
+          6772                                          # 32
+          6773                                          # def
+   53 1   6774  0x376c  dict   29 b7 01                 /bo.opt
+          6775  0x376f  int    11 20                    32 # bo.opt.max
+          6776  0x3771  int    11 03                    3
+          6777  0x3773  prim   17 1a                    add
+          6778  0x3775  sec    18 c2                    string
+          6779  0x3777  prim   17 05                    def
+   61 1   6780  0x3779  dict   29 62 02                 /help.mapcontext
+          6781  0x377c  code   25 8d 38                 {
+   62 1   6782  0x377f  prim   17 12                      dup
+          6783  0x3781  str    94 0e 6f 5f 76 6e 63 70    "o_vncpassword"
+                               61 73 73 77 6f 72 64 00
+          6784  0x3791  prim   17 29                      eq
+          6785  0x3793  code   25 a1 37                   {
+          6786  0x3796  prim   17 13                        pop
+          6787  0x3798  str    94 06 6f 5f 76 6e 63 00      "o_vnc"
+          6788  0x37a0  ret    06                         }
+          6789  0x37a1  prim   17 06                      if
+   63 1   6790  0x37a3  prim   17 12                      dup
+          6791  0x37a5  str    94 09 6f 5f 68 6f 73 74    "o_hostip"
+                               69 70 00
+          6792  0x37b0  prim   17 29                      eq
+          6793  0x37b2  code   25 c2 37                   {
+          6794  0x37b5  prim   17 13                        pop
+          6795  0x37b7  str    94 08 6e 65 74 77 6f 72      "network"
+                               6b 00
+          6796  0x37c1  ret    06                         }
+          6797  0x37c2  prim   17 06                      if
+   64 1   6798  0x37c4  prim   17 12                      dup
+          6799  0x37c6  str    94 0a 6f 5f 6e 65 74 6d    "o_netmask"
+                               61 73 6b 00
+          6800  0x37d2  prim   17 29                      eq
+          6801  0x37d4  code   25 e4 37                   {
+          6802  0x37d7  prim   17 13                        pop
+          6803  0x37d9  str    94 08 6e 65 74 77 6f 72      "network"
+                               6b 00
+          6804  0x37e3  ret    06                         }
+          6805  0x37e4  prim   17 06                      if
+   65 1   6806  0x37e6  prim   17 12                      dup
+          6807  0x37e8  str    94 0a 6f 5f 67 61 74 65    "o_gateway"
+                               77 61 79 00
+          6808  0x37f4  prim   17 29                      eq
+          6809  0x37f6  code   25 06 38                   {
+          6810  0x37f9  prim   17 13                        pop
+          6811  0x37fb  str    94 08 6e 65 74 77 6f 72      "network"
+                               6b 00
+          6812  0x3805  ret    06                         }
+          6813  0x3806  prim   17 06                      if
+   66 1   6814  0x3808  prim   17 12                      dup
+          6815  0x380a  str    94 06 6f 5f 70 63 69 00    "o_pci"
+          6816  0x3812  prim   17 29                      eq
+          6817  0x3814  code   25 23 38                   {
+          6818  0x3817  prim   17 13                        pop
+          6819  0x3819  str    94 07 6f 5f 61 63 70 69      "o_acpi"
+                               00
+          6820  0x3822  ret    06                         }
+          6821  0x3823  prim   17 06                      if
+   68 1   6822  0x3825  sec    18 b8                      syslinux
+          6823  0x3827  prim   17 26                      not
+          6824  0x3829  code   25 8a 38                   {
+   70 1   6825  0x382c  prim   17 12                        dup
+          6826  0x382e  str    94 03 6f 5f 00               "o_"
+          6827  0x3833  prim   17 5a                        strstr
+          6828  0x3835  int    11 01                        1
+          6829  0x3837  prim   17 2a                        ne
+          6830  0x3839  code   25 87 38                     {
+   71 1   6831  0x383c  prim   17 12                          dup
+          6832  0x383e  str    94 05 68 65 6c 70 00           "help"
+          6833  0x3845  prim   17 2a                          ne
+   72 1   6834  0x3847  prim   17 17                          over
+          6835  0x3849  str    94 08 73 74 61 72 74 75        "startup"
+                               70 00
+          6836  0x3853  prim   17 2a                          ne
+          6837  0x3855  prim   17 23                          and
+   73 1   6838  0x3857  prim   17 17                          over
+          6839  0x3859  str    94 09 6b 65 79 74 61 62        "keytable"
+                               6c 65 00
+          6840  0x3864  prim   17 2a                          ne
+          6841  0x3866  prim   17 23                          and
+   74 1   6842  0x3868  prim   17 17                          over
+          6843  0x386a  str    94 08 70 72 6f 66 69 6c        "profile"
+                               65 00
+          6844  0x3874  prim   17 2a                          ne
+          6845  0x3876  prim   17 23                          and
+          6846  0x3878  code   25 84 38                       {
+          6847  0x387b  prim   17 13                            pop
+          6848  0x387d  str    94 04 6f 70 74 00                "opt"
+          6849  0x3883  ret    06                             }
+          6850  0x3884  prim   17 06                          if
+   75 1   6851  0x3886  ret    06                           }
+          6852  0x3887  prim   17 06                        if
+   76 1   6853  0x3889  ret    06                         }
+          6854  0x388a  prim   17 06                      if
+   77 1   6855  0x388c  ret    06                       }
+          6856  0x388d  prim   17 05                    def
+   85 1   6857  0x388f  dict   29 66 01                 /help.setcontext
+          6858  0x3892  code   25 a0 38                 {
+   86 1   6859  0x3895  sec    28 62 02                   help.mapcontext
+          6860  0x3898  dict   29 49 02                   /help.context
+          6861  0x389b  prim   17 14                      exch
+          6862  0x389d  prim   17 05                      def
+   87 1   6863  0x389f  ret    06                       }
+          6864  0x38a0  prim   17 05                    def
+   95 1   6865  0x38a2  dict   29 63 02                 /findbootoption
+          6866  0x38a5  code   25 7f 39                 {
+   96 1   6867  0x38a8  dict   29 64 02                   /bo.buf
+          6868  0x38ab  sec    28 45 01                   boot.ed
+          6869  0x38ae  int    11 03                      3
+          6870  0x38b0  prim   17 0f                      get
+          6871  0x38b2  prim   17 05                      def
+   97 1   6872  0x38b4  dict   29 65 02                   /bo.len
+          6873  0x38b7  sec    28 45 01                   boot.ed
+          6874  0x38ba  int    11 04                      4
+          6875  0x38bc  prim   17 0f                      get
+          6876  0x38be  prim   17 05                      def
+   98 1   6877  0x38c0  dict   29 66 02                   /bo.pos
+          6878  0x38c3  sec    28 45 01                   boot.ed
+          6879  0x38c6  int    11 05                      5
+          6880  0x38c8  prim   17 0f                      get
+          6881  0x38ca  int    01                         0
+          6882  0x38cb  prim   17 0f                      get
+          6883  0x38cd  prim   17 05                      def
+  100 1   6884  0x38cf  code   25 fe 38                   {
+  101 1   6885  0x38d2  sec    28 66 02                     bo.pos
+          6886  0x38d5  int    01                           0
+          6887  0x38d6  prim   17 29                        eq
+          6888  0x38d8  code   25 de 38                     {
+          6889  0x38db  prim   17 0c                          exit
+          6890  0x38dd  ret    06                           }
+          6891  0x38de  prim   17 06                        if
+  102 1   6892  0x38e0  sec    28 64 02                     bo.buf
+          6893  0x38e3  sec    28 66 02                     bo.pos
+          6894  0x38e6  int    11 01                        1
+          6895  0x38e8  prim   17 1b                        sub
+          6896  0x38ea  prim   17 0f                        get
+          6897  0x38ec  int    11 20                        ' '
+          6898  0x38ee  prim   17 2e                        le
+          6899  0x38f0  code   25 f6 38                     {
+          6900  0x38f3  prim   17 0c                          exit
+          6901  0x38f5  ret    06                           }
+          6902  0x38f6  prim   17 06                        if
+  103 1   6903  0x38f8  dict   29 66 02                     /bo.pos
+          6904  0x38fb  sec    18 c9                        dec
+  104 1   6905  0x38fd  ret    06                         }
+          6906  0x38fe  prim   17 08                      loop
+  106 1   6907  0x3900  dict   29 64 02                   /bo.buf
+          6908  0x3903  sec    28 64 02                   bo.buf
+          6909  0x3906  sec    28 66 02                   bo.pos
+          6910  0x3909  prim   17 1a                      add
+          6911  0x390b  prim   17 05                      def
+  108 1   6912  0x390d  sec    28 64 02                   bo.buf
+          6913  0x3910  int    01                         0
+          6914  0x3911  prim   17 0f                      get
+          6915  0x3913  int    11 20                      ' '
+          6916  0x3915  prim   17 2e                      le
+          6917  0x3917  code   25 20 39                   {
+          6918  0x391a  str    94 01 00                     ""
+          6919  0x391d  prim   17 0d                        return
+          6920  0x391f  ret    06                         }
+          6921  0x3920  prim   17 06                      if
+  111 1   6922  0x3922  str    94 03 6f 5f 00             "o_"
+          6923  0x3927  int    11 03                      3
+          6924  0x3929  sec    28 b7 01                   bo.opt
+          6925  0x392c  prim   17 51                      snprintf
+  113 1   6926  0x392e  int    01                         0
+          6927  0x392f  int    11 01                      1
+          6928  0x3931  int    11 20                      32 # bo.opt.max
+          6929  0x3933  int    11 01                      1
+          6930  0x3935  prim   17 1b                      sub
+          6931  0x3937  code   25 79 39                   {
+  114 1   6932  0x393a  prim   17 12                        dup
+  115 1   6933  0x393c  sec    28 64 02                     bo.buf
+          6934  0x393f  prim   17 14                        exch
+          6935  0x3941  prim   17 0f                        get
+  116 1   6936  0x3943  prim   17 12                        dup
+          6937  0x3945  int    11 20                        ' '
+          6938  0x3947  prim   17 2e                        le
+          6939  0x3949  prim   17 17                        over
+          6940  0x394b  int    11 3d                        '='
+          6941  0x394d  prim   17 29                        eq
+          6942  0x394f  prim   17 24                        or
+          6943  0x3951  code   25 5b 39                     {
+          6944  0x3954  prim   17 13                          pop
+          6945  0x3956  prim   17 13                          pop
+          6946  0x3958  prim   17 0c                          exit
+          6947  0x395a  ret    06                           }
+          6948  0x395b  prim   17 06                        if
+  117 1   6949  0x395d  prim   17 17                        over
+          6950  0x395f  sec    28 b7 01                     bo.opt
+          6951  0x3962  int    11 02                        2
+          6952  0x3964  prim   17 1a                        add
+          6953  0x3966  prim   17 14                        exch
+          6954  0x3968  prim   17 15                        rot
+          6955  0x396a  prim   17 10                        put
+  118 1   6956  0x396c  sec    28 b7 01                     bo.opt
+          6957  0x396f  int    11 03                        3
+          6958  0x3971  prim   17 1a                        add
+          6959  0x3973  prim   17 14                        exch
+          6960  0x3975  int    01                           0
+          6961  0x3976  prim   17 10                        put
+  119 1   6962  0x3978  ret    06                         }
+          6963  0x3979  prim   17 0a                      for
+  121 1   6964  0x397b  sec    28 b7 01                   bo.opt
+  123 1   6965  0x397e  ret    06                       }
+          6966  0x397f  prim   17 05                    def
+  133 1   6967  0x3981  dict   29 67 01                 /help.findpage
+          6968  0x3984  code   25 d2 39                 {
+  134 1   6969  0x3987  prim   17 12                      dup
+          6970  0x3989  prim   17 11                      length
+          6971  0x398b  int    11 03                      3
+          6972  0x398d  prim   17 1a                      add
+          6973  0x398f  prim   17 12                      dup
+          6974  0x3991  sec    18 c2                      string
+  135 1   6975  0x3993  str    94 05 12 25 73 14 00       "\x12%s\x14"
+  136 1   6976  0x399a  int    11 03                      3
+          6977  0x399c  int    11 01                      1
+          6978  0x399e  prim   17 16                      roll
+          6979  0x39a0  prim   17 12                      dup
+          6980  0x39a2  int    11 05                      5
+          6981  0x39a4  int    11 01                      1
+          6982  0x39a6  prim   17 16                      roll
+          6983  0x39a8  prim   17 51                      snprintf
+  137 1   6984  0x39aa  sec    28 67 02                   help.getmessages
+          6985  0x39ad  prim   17 17                      over
+          6986  0x39af  prim   17 5a                      strstr
+  138 1   6987  0x39b1  prim   17 12                      dup
+          6988  0x39b3  code   25 c2 39                   {
+          6989  0x39b6  sec    28 67 02                     help.getmessages
+          6990  0x39b9  prim   17 14                        exch
+          6991  0x39bb  int    11 01                        1
+          6992  0x39bd  prim   17 1b                        sub
+          6993  0x39bf  prim   17 1a                        add
+          6994  0x39c1  ret    06                         }
+          6995  0x39c2  code   25 cb 39                   {
+          6996  0x39c5  prim   17 13                        pop
+          6997  0x39c7  str    94 01 00                     ""
+          6998  0x39ca  ret    06                         }
+          6999  0x39cb  prim   17 07                      ifelse
+  139 1   7000  0x39cd  prim   17 14                      exch
+          7001  0x39cf  prim   17 32                      free
+  140 1   7002  0x39d1  ret    06                       }
+          7003  0x39d2  prim   17 05                    def
+  150 1   7004  0x39d4  dict   29 68 02                 /help.findpagebyindex
+          7005  0x39d7  code   25 05 3a                 {
+  151 1   7006  0x39da  sec    28 67 02                   help.getmessages
+          7007  0x39dd  prim   17 14                      exch
+  152 1   7008  0x39df  code   25 02 3a                   {
+  153 1   7009  0x39e2  prim   17 12                        dup
+          7010  0x39e4  str    94 02 04 00                  "\x04"
+          7011  0x39e8  prim   17 5a                        strstr
+  154 1   7012  0x39ea  prim   17 12                        dup
+          7013  0x39ec  code   25 f2 39                     {
+          7014  0x39ef  prim   17 1a                          add
+          7015  0x39f1  ret    06                           }
+          7016  0x39f2  code   25 ff 39                     {
+          7017  0x39f5  prim   17 13                          pop
+          7018  0x39f7  prim   17 13                          pop
+          7019  0x39f9  str    94 01 00                       ""
+          7020  0x39fc  prim   17 0c                          exit
+          7021  0x39fe  ret    06                           }
+          7022  0x39ff  prim   17 07                        ifelse
+  155 1   7023  0x3a01  ret    06                         }
+          7024  0x3a02  prim   17 09                      repeat
+  156 1   7025  0x3a04  ret    06                       }
+          7026  0x3a05  prim   17 05                    def
+  164 1   7027  0x3a07  dict   29 69 02                 /help.initpage
+          7028  0x3a0a  code   25 8d 3a                 {
+  165 1   7029  0x3a0d  dict   29 6a 02                   /help.selectedlink
+          7030  0x3a10  prim   17 14                      exch
+          7031  0x3a12  prim   17 05                      def
+  166 1   7032  0x3a14  dict   29 6b 02                   /help.startrow
+          7033  0x3a17  prim   17 14                      exch
+          7034  0x3a19  prim   17 05                      def
+  168 1   7035  0x3a1b  dict   29 6c 02                   /help.currenttext
+          7036  0x3a1e  prim   17 17                      over
+          7037  0x3a20  prim   17 05                      def
+  170 1   7038  0x3a22  sec    28 2d 01                   title.bg
+          7039  0x3a25  prim   17 3f                      setcolor
+  171 1   7040  0x3a27  sec    28 53 02                   help.x
+          7041  0x3a2a  int    11 01                      1
+          7042  0x3a2c  prim   17 1a                      add
+          7043  0x3a2e  sec    28 54 02                   help.y
+          7044  0x3a31  int    11 01                      1
+          7045  0x3a33  prim   17 1a                      add
+          7046  0x3a35  prim   17 3c                      moveto
+  172 1   7047  0x3a37  sec    28 55 02                   help.width
+          7048  0x3a3a  int    11 02                      2
+          7049  0x3a3c  prim   17 1b                      sub
+          7050  0x3a3e  int    11 14                      20 # help.title.height
+          7051  0x3a40  int    11 01                      1
+          7052  0x3a42  prim   17 1b                      sub
+          7053  0x3a44  prim   17 50                      fillrect
+  174 1   7054  0x3a46  sec    28 57 02                   help.text.x
+          7055  0x3a49  sec    28 58 02                   help.text.y
+          7056  0x3a4c  prim   17 3c                      moveto
+  175 1   7057  0x3a4e  prim   17 6d                      currentmaxrows
+          7058  0x3a50  int    01                         0
+          7059  0x3a51  prim   17 6c                      setmaxrows
+          7060  0x3a53  prim   17 14                      exch
+          7061  0x3a55  prim   17 6e                      formattext
+          7062  0x3a57  prim   17 6c                      setmaxrows
+  177 1   7063  0x3a59  sec    18 ed                      white
+          7064  0x3a5b  prim   17 3f                      setcolor
+  178 1   7065  0x3a5d  prim   17 69                      currenteotchar
+          7066  0x3a5f  int    11 10                      16
+          7067  0x3a61  prim   17 68                      seteotchar
+  179 1   7068  0x3a63  sec    28 5c 02                   help.title.x
+          7069  0x3a66  sec    28 5d 02                   help.title.y
+          7070  0x3a69  prim   17 3c                      moveto
+          7071  0x3a6b  prim   17 76                      currenttitle
+  180 1   7072  0x3a6d  prim   17 44                      currentfont
+          7073  0x3a6f  sec    28 5e 02                   help.title.font
+          7074  0x3a72  prim   17 43                      setfont
+          7075  0x3a74  prim   17 14                      exch
+          7076  0x3a76  prim   17 47                      show
+          7077  0x3a78  prim   17 43                      setfont
+  181 1   7078  0x3a7a  prim   17 68                      seteotchar
+  183 1   7079  0x3a7c  prim   17 71                      getlinks
+          7080  0x3a7e  code   25 87 3a                   {
+          7081  0x3a81  sec    28 6a 02                     help.selectedlink
+          7082  0x3a84  prim   17 72                        setlink
+          7083  0x3a86  ret    06                         }
+          7084  0x3a87  prim   17 06                      if
+  185 1   7085  0x3a89  sec    28 6d 02                   help.updatepage
+  190 1   7086  0x3a8c  ret    06                       }
+          7087  0x3a8d  prim   17 05                    def
+  198 1   7088  0x3a8f  dict   29 6d 02                 /help.updatepage
+          7089  0x3a92  code   25 d6 3a                 {
+  199 1   7090  0x3a95  sec    28 4d 02                   help.normal.bg
+          7091  0x3a98  prim   17 3f                      setcolor
+  200 1   7092  0x3a9a  sec    28 57 02                   help.text.x
+          7093  0x3a9d  sec    28 58 02                   help.text.y
+          7094  0x3aa0  prim   17 3c                      moveto
+  201 1   7095  0x3aa2  sec    28 59 02                   help.text.width
+          7096  0x3aa5  sec    28 5a 02                   help.text.height
+          7097  0x3aa8  prim   17 50                      fillrect
+  203 1   7098  0x3aaa  sec    28 4e 02                   help.normal.fg
+          7099  0x3aad  sec    28 4f 02                   help.highlight.fg
+          7100  0x3ab0  sec    28 50 02                   help.link.fg
+          7101  0x3ab3  sec    28 51 02                   help.link.selected.fg
+          7102  0x3ab6  prim   17 6a                      settextcolors
+  205 1   7103  0x3ab8  sec    28 6b 02                   help.startrow
+          7104  0x3abb  prim   17 70                      setstartrow
+  207 1   7105  0x3abd  sec    28 57 02                   help.text.x
+          7106  0x3ac0  sec    28 58 02                   help.text.y
+          7107  0x3ac3  prim   17 3c                      moveto
+  208 1   7108  0x3ac5  sec    28 6c 02                   help.currenttext
+          7109  0x3ac8  prim   17 47                      show
+  210 1   7110  0x3aca  int    01                         0
+          7111  0x3acb  prim   17 70                      setstartrow
+  212 1   7112  0x3acd  bool   13 01                      true # true
+          7113  0x3acf  sec    28 6a 02                   help.selectedlink
+          7114  0x3ad2  sec    28 6e 02                   help.redrawlink
+  214 1   7115  0x3ad5  ret    06                       }
+          7116  0x3ad6  prim   17 05                    def
+  224 1   7117  0x3ad8  dict   29 6f 02                 /help.test
+          7118  0x3adb  code   25 1e 3b                 {
+  225 1   7119  0x3ade  sec    28 70 02                   help.test.cnt
+          7120  0x3ae1  prim   17 1a                      add
+  226 1   7121  0x3ae3  prim   17 12                      dup
+          7122  0x3ae5  int    11 01                      1
+          7123  0x3ae7  prim   17 2d                      lt
+          7124  0x3ae9  code   25 f1 3a                   {
+          7125  0x3aec  prim   17 13                        pop
+          7126  0x3aee  int    11 01                        1
+          7127  0x3af0  ret    06                         }
+          7128  0x3af1  prim   17 06                      if
+  227 1   7129  0x3af3  dict   29 70 02                   /help.test.cnt
+          7130  0x3af6  prim   17 17                      over
+          7131  0x3af8  prim   17 05                      def
+  228 1   7132  0x3afa  sec    28 68 02                   help.findpagebyindex
+  229 1   7133  0x3afd  prim   17 12                      dup
+          7134  0x3aff  str    94 01 00                   ""
+          7135  0x3b02  prim   17 29                      eq
+          7136  0x3b04  code   25 1b 3b                   {
+  231 1   7137  0x3b07  prim   17 13                        pop
+          7138  0x3b09  sec    28 70 02                     help.test.cnt
+          7139  0x3b0c  int    11 01                        1
+          7140  0x3b0e  prim   17 1b                        sub
+          7141  0x3b10  dict   29 70 02                     /help.test.cnt
+          7142  0x3b13  prim   17 17                        over
+          7143  0x3b15  prim   17 05                        def
+  232 1   7144  0x3b17  sec    28 68 02                     help.findpagebyindex
+  233 1   7145  0x3b1a  ret    06                         }
+          7146  0x3b1b  prim   17 06                      if
+  234 1   7147  0x3b1d  ret    06                       }
+          7148  0x3b1e  prim   17 05                    def
+  245 1   7149  0x3b20  dict   29 6e 02                 /help.redrawlink
+          7150  0x3b23  code   25 bb 3b                 {
+  246 1   7151  0x3b26  prim   17 71                      getlinks
+          7152  0x3b28  int    01                         0
+          7153  0x3b29  prim   17 29                      eq
+          7154  0x3b2b  code   25 35 3b                   {
+          7155  0x3b2e  prim   17 13                        pop
+          7156  0x3b30  prim   17 13                        pop
+          7157  0x3b32  prim   17 0d                        return
+          7158  0x3b34  ret    06                         }
+          7159  0x3b35  prim   17 06                      if
+  247 1   7160  0x3b37  prim   17 74                      getlink
+  248 1   7161  0x3b39  prim   17 12                      dup
+          7162  0x3b3b  sec    28 6b 02                   help.startrow
+          7163  0x3b3e  prim   17 2d                      lt
+  249 1   7164  0x3b40  prim   17 17                      over
+          7165  0x3b42  sec    28 6b 02                   help.startrow
+          7166  0x3b45  sec    28 71 02                   help.text.rows
+          7167  0x3b48  prim   17 1a                      add
+          7168  0x3b4a  prim   17 2c                      ge
+          7169  0x3b4c  prim   17 24                      or
+          7170  0x3b4e  code   25 5e 3b                   {
+  250 1   7171  0x3b51  int    11 05                        5
+          7172  0x3b53  code   25 59 3b                     {
+          7173  0x3b56  prim   17 13                          pop
+          7174  0x3b58  ret    06                           }
+          7175  0x3b59  prim   17 09                        repeat
+          7176  0x3b5b  prim   17 0d                        return
+  251 1   7177  0x3b5d  ret    06                         }
+          7178  0x3b5e  prim   17 06                      if
+  252 1   7179  0x3b60  sec    28 6b 02                   help.startrow
+          7180  0x3b63  prim   17 1b                      sub
+          7181  0x3b65  prim   17 75                      lineheight
+          7182  0x3b67  prim   17 1c                      mul
+          7183  0x3b69  sec    28 58 02                   help.text.y
+          7184  0x3b6c  prim   17 1a                      add
+  253 1   7185  0x3b6e  prim   17 3c                      moveto
+  254 1   7186  0x3b70  prim   17 15                      rot
+  256 1   7187  0x3b72  int    11 10                      16
+          7188  0x3b74  prim   17 68                      seteotchar
+  258 1   7189  0x3b76  code   25 8b 3b                   {
+  259 1   7190  0x3b79  prim   17 6b                        currenttextcolors
+          7191  0x3b7b  int    11 04                        4
+          7192  0x3b7d  int    11 01                        1
+          7193  0x3b7f  prim   17 16                        roll
+          7194  0x3b81  prim   17 13                        pop
+          7195  0x3b83  prim   17 13                        pop
+          7196  0x3b85  prim   17 13                        pop
+  260 1   7197  0x3b87  sec    28 52 02                     help.link.selected.bg
+  261 1   7198  0x3b8a  ret    06                         }
+          7199  0x3b8b  code   25 a0 3b                   {
+  262 1   7200  0x3b8e  prim   17 6b                        currenttextcolors
+          7201  0x3b90  int    11 04                        4
+          7202  0x3b92  int    11 02                        2
+          7203  0x3b94  prim   17 16                        roll
+          7204  0x3b96  prim   17 13                        pop
+          7205  0x3b98  prim   17 13                        pop
+          7206  0x3b9a  prim   17 13                        pop
+  263 1   7207  0x3b9c  sec    28 4d 02                     help.normal.bg
+  264 1   7208  0x3b9f  ret    06                         }
+          7209  0x3ba0  prim   17 07                      ifelse
+  266 1   7210  0x3ba2  prim   17 3f                      setcolor
+          7211  0x3ba4  prim   17 17                      over
+          7212  0x3ba6  prim   17 3d                      currentpoint
+          7213  0x3ba8  prim   17 15                      rot
+          7214  0x3baa  prim   17 46                      strsize
+          7215  0x3bac  prim   17 50                      fillrect
+          7216  0x3bae  prim   17 3c                      moveto
+  268 1   7217  0x3bb0  prim   17 3f                      setcolor
+          7218  0x3bb2  prim   17 47                      show
+  270 1   7219  0x3bb4  int    11 04                      4
+          7220  0x3bb6  prim   17 68                      seteotchar
+  272 1   7221  0x3bb8  prim   17 13                      pop
+  273 1   7222  0x3bba  ret    06                       }
+          7223  0x3bbb  prim   17 05                    def
+  281 1   7224  0x3bbd  dict   29 72 02                 /help.selectlink
+          7225  0x3bc0  code   25 f0 3b                 {
+  282 1   7226  0x3bc3  sec    28 6a 02                   help.selectedlink
+          7227  0x3bc6  prim   17 17                      over
+          7228  0x3bc8  prim   17 29                      eq
+          7229  0x3bca  code   25 d0 3b                   {
+  283 1   7230  0x3bcd  prim   17 13                        pop
+  284 1   7231  0x3bcf  ret    06                         }
+          7232  0x3bd0  code   25 ed 3b                   {
+  286 1   7233  0x3bd3  bool   03                           false # false
+          7234  0x3bd4  sec    28 6a 02                     help.selectedlink
+          7235  0x3bd7  sec    28 6e 02                     help.redrawlink
+  288 1   7236  0x3bda  dict   29 6a 02                     /help.selectedlink
+          7237  0x3bdd  prim   17 17                        over
+          7238  0x3bdf  prim   17 12                        dup
+          7239  0x3be1  prim   17 72                        setlink
+          7240  0x3be3  prim   17 05                        def
+  291 1   7241  0x3be5  bool   13 01                        true # true
+          7242  0x3be7  prim   17 14                        exch
+          7243  0x3be9  sec    28 6e 02                     help.redrawlink
+  292 1   7244  0x3bec  ret    06                         }
+          7245  0x3bed  prim   17 07                      ifelse
+  293 1   7246  0x3bef  ret    06                       }
+          7247  0x3bf0  prim   17 05                    def
+  303 1   7248  0x3bf2  dict   29 73 02                 /help.sel.firstlink
+          7249  0x3bf5  code   25 69 3c                 {
+  304 1   7250  0x3bf8  prim   17 71                      getlinks
+          7251  0x3bfa  code   25 64 3c                   {
+  305 1   7252  0x3bfd  int    01                           0
+          7253  0x3bfe  int    11 01                        1
+          7254  0x3c00  prim   17 71                        getlinks
+          7255  0x3c02  int    11 01                        1
+          7256  0x3c04  prim   17 1b                        sub
+          7257  0x3c06  code   25 61 3c                     {
+  306 1   7258  0x3c09  prim   17 12                          dup
+  307 1   7259  0x3c0b  prim   17 74                          getlink
+          7260  0x3c0d  int    11 04                          4
+          7261  0x3c0f  int    11 01                          1
+          7262  0x3c11  prim   17 16                          roll
+          7263  0x3c13  prim   17 13                          pop
+          7264  0x3c15  prim   17 13                          pop
+          7265  0x3c17  prim   17 13                          pop
+  308 1   7266  0x3c19  prim   17 12                          dup
+          7267  0x3c1b  sec    28 6b 02                       help.startrow
+          7268  0x3c1e  sec    28 71 02                       help.text.rows
+          7269  0x3c21  prim   17 1a                          add
+          7270  0x3c23  prim   17 2c                          ge
+          7271  0x3c25  code   25 2f 3c                       {
+  309 1   7272  0x3c28  prim   17 13                            pop
+          7273  0x3c2a  prim   17 13                            pop
+          7274  0x3c2c  prim   17 0c                            exit
+  310 1   7275  0x3c2e  ret    06                             }
+          7276  0x3c2f  prim   17 06                          if
+  311 1   7277  0x3c31  prim   17 12                          dup
+          7278  0x3c33  sec    28 6b 02                       help.startrow
+          7279  0x3c36  prim   17 2c                          ge
+          7280  0x3c38  code   25 5a 3c                       {
+  312 1   7281  0x3c3b  prim   17 13                            pop
+  313 1   7282  0x3c3d  prim   17 17                            over
+          7283  0x3c3f  code   25 46 3c                         {
+          7284  0x3c42  sec    28 72 02                           help.selectlink
+          7285  0x3c45  ret    06                               }
+          7286  0x3c46  code   25 55 3c                         {
+          7287  0x3c49  dict   29 6a 02                           /help.selectedlink
+          7288  0x3c4c  prim   17 14                              exch
+          7289  0x3c4e  prim   17 12                              dup
+          7290  0x3c50  prim   17 72                              setlink
+          7291  0x3c52  prim   17 05                              def
+          7292  0x3c54  ret    06                               }
+          7293  0x3c55  prim   17 07                            ifelse
+  314 1   7294  0x3c57  prim   17 0c                            exit
+  315 1   7295  0x3c59  ret    06                             }
+          7296  0x3c5a  prim   17 06                          if
+  316 1   7297  0x3c5c  prim   17 13                          pop
+          7298  0x3c5e  prim   17 13                          pop
+  317 1   7299  0x3c60  ret    06                           }
+          7300  0x3c61  prim   17 0a                        for
+  318 1   7301  0x3c63  ret    06                         }
+          7302  0x3c64  prim   17 06                      if
+  319 1   7303  0x3c66  prim   17 13                      pop
+  320 1   7304  0x3c68  ret    06                       }
+          7305  0x3c69  prim   17 05                    def
+  330 1   7306  0x3c6b  dict   29 74 02                 /help.sel.lastlink
+          7307  0x3c6e  code   25 e2 3c                 {
+  331 1   7308  0x3c71  prim   17 71                      getlinks
+          7309  0x3c73  code   25 dd 3c                   {
+  332 1   7310  0x3c76  prim   17 71                        getlinks
+          7311  0x3c78  int    11 01                        1
+          7312  0x3c7a  prim   17 1b                        sub
+          7313  0x3c7c  int    11 ff                        -1
+          7314  0x3c7e  int    01                           0
+          7315  0x3c7f  code   25 da 3c                     {
+  333 1   7316  0x3c82  prim   17 12                          dup
+  334 1   7317  0x3c84  prim   17 74                          getlink
+          7318  0x3c86  int    11 04                          4
+          7319  0x3c88  int    11 01                          1
+          7320  0x3c8a  prim   17 16                          roll
+          7321  0x3c8c  prim   17 13                          pop
+          7322  0x3c8e  prim   17 13                          pop
+          7323  0x3c90  prim   17 13                          pop
+  335 1   7324  0x3c92  prim   17 12                          dup
+          7325  0x3c94  sec    28 6b 02                       help.startrow
+          7326  0x3c97  prim   17 2d                          lt
+          7327  0x3c99  code   25 a3 3c                       {
+  336 1   7328  0x3c9c  prim   17 13                            pop
+          7329  0x3c9e  prim   17 13                            pop
+          7330  0x3ca0  prim   17 0c                            exit
+  337 1   7331  0x3ca2  ret    06                             }
+          7332  0x3ca3  prim   17 06                          if
+  338 1   7333  0x3ca5  prim   17 12                          dup
+          7334  0x3ca7  sec    28 6b 02                       help.startrow
+          7335  0x3caa  sec    28 71 02                       help.text.rows
+          7336  0x3cad  prim   17 1a                          add
+          7337  0x3caf  prim   17 2d                          lt
+          7338  0x3cb1  code   25 d3 3c                       {
+  339 1   7339  0x3cb4  prim   17 13                            pop
+  340 1   7340  0x3cb6  prim   17 17                            over
+          7341  0x3cb8  code   25 bf 3c                         {
+          7342  0x3cbb  sec    28 72 02                           help.selectlink
+          7343  0x3cbe  ret    06                               }
+          7344  0x3cbf  code   25 ce 3c                         {
+          7345  0x3cc2  dict   29 6a 02                           /help.selectedlink
+          7346  0x3cc5  prim   17 14                              exch
+          7347  0x3cc7  prim   17 12                              dup
+          7348  0x3cc9  prim   17 72                              setlink
+          7349  0x3ccb  prim   17 05                              def
+          7350  0x3ccd  ret    06                               }
+          7351  0x3cce  prim   17 07                            ifelse
+  341 1   7352  0x3cd0  prim   17 0c                            exit
+  342 1   7353  0x3cd2  ret    06                             }
+          7354  0x3cd3  prim   17 06                          if
+  343 1   7355  0x3cd5  prim   17 13                          pop
+          7356  0x3cd7  prim   17 13                          pop
+  344 1   7357  0x3cd9  ret    06                           }
+          7358  0x3cda  prim   17 0a                        for
+  345 1   7359  0x3cdc  ret    06                         }
+          7360  0x3cdd  prim   17 06                      if
+  346 1   7361  0x3cdf  prim   17 13                      pop
+  347 1   7362  0x3ce1  ret    06                       }
+          7363  0x3ce2  prim   17 05                    def
+  355 1   7364  0x3ce4  dict   29 75 02                 /help.add2history
+          7365  0x3ce7  code   25 28 3d                 {
+  356 1   7366  0x3cea  sec    28 76 02                   help.hist.index
+          7367  0x3ced  sec    28 5f 02                   help.hist.page
+          7368  0x3cf0  prim   17 11                      length
+          7369  0x3cf2  prim   17 2d                      lt
+          7370  0x3cf4  code   25 25 3d                   {
+  357 1   7371  0x3cf7  sec    28 5f 02                     help.hist.page
+          7372  0x3cfa  sec    28 76 02                     help.hist.index
+          7373  0x3cfd  sec    28 6c 02                     help.currenttext
+          7374  0x3d00  prim   17 10                        put
+  358 1   7375  0x3d02  sec    28 60 02                     help.hist.startrow
+          7376  0x3d05  sec    28 76 02                     help.hist.index
+          7377  0x3d08  sec    28 6b 02                     help.startrow
+          7378  0x3d0b  prim   17 10                        put
+  359 1   7379  0x3d0d  sec    28 61 02                     help.hist.selectedlink
+          7380  0x3d10  sec    28 76 02                     help.hist.index
+          7381  0x3d13  sec    28 6a 02                     help.selectedlink
+          7382  0x3d16  prim   17 10                        put
+  360 1   7383  0x3d18  dict   29 76 02                     /help.hist.index
+          7384  0x3d1b  sec    28 76 02                     help.hist.index
+          7385  0x3d1e  int    11 01                        1
+          7386  0x3d20  prim   17 1a                        add
+          7387  0x3d22  prim   17 05                        def
+  361 1   7388  0x3d24  ret    06                         }
+          7389  0x3d25  prim   17 06                      if
+  362 1   7390  0x3d27  ret    06                       }
+          7391  0x3d28  prim   17 05                    def
+  370 1   7392  0x3d2a  dict   29 77 02                 /help.followlink
+          7393  0x3d2d  code   25 62 3d                 {
+  371 1   7394  0x3d30  prim   17 71                      getlinks
+          7395  0x3d32  code   25 5f 3d                   {
+  372 1   7396  0x3d35  sec    28 6a 02                     help.selectedlink
+          7397  0x3d38  prim   17 74                        getlink
+          7398  0x3d3a  prim   17 13                        pop
+          7399  0x3d3c  prim   17 13                        pop
+          7400  0x3d3e  prim   17 13                        pop
+  373 1   7401  0x3d40  sec    28 75 02                     help.add2history
+  374 1   7402  0x3d43  sec    28 67 01                     help.findpage
+  375 1   7403  0x3d46  prim   17 12                        dup
+          7404  0x3d48  str    94 01 00                     ""
+          7405  0x3d4b  prim   17 29                        eq
+          7406  0x3d4d  code   25 53 3d                     {
+  376 1   7407  0x3d50  prim   17 13                          pop
+  377 1   7408  0x3d52  ret    06                           }
+          7409  0x3d53  code   25 5c 3d                     {
+  378 1   7410  0x3d56  int    01                             0
+          7411  0x3d57  int    01                             0
+          7412  0x3d58  sec    28 69 02                       help.initpage
+  379 1   7413  0x3d5b  ret    06                           }
+          7414  0x3d5c  prim   17 07                        ifelse
+  380 1   7415  0x3d5e  ret    06                         }
+          7416  0x3d5f  prim   17 06                      if
+  381 1   7417  0x3d61  ret    06                       }
+          7418  0x3d62  prim   17 05                    def
+  389 1   7419  0x3d64  dict   29 78 02                 /help.prevlink
+          7420  0x3d67  code   25 97 3d                 {
+  390 1   7421  0x3d6a  sec    28 76 02                   help.hist.index
+          7422  0x3d6d  int    01                         0
+          7423  0x3d6e  prim   17 2b                      gt
+          7424  0x3d70  code   25 94 3d                   {
+  391 1   7425  0x3d73  dict   29 76 02                     /help.hist.index
+          7426  0x3d76  sec    18 c9                        dec
+  392 1   7427  0x3d78  sec    28 5f 02                     help.hist.page
+          7428  0x3d7b  sec    28 76 02                     help.hist.index
+          7429  0x3d7e  prim   17 0f                        get
+  393 1   7430  0x3d80  sec    28 60 02                     help.hist.startrow
+          7431  0x3d83  sec    28 76 02                     help.hist.index
+          7432  0x3d86  prim   17 0f                        get
+  394 1   7433  0x3d88  sec    28 61 02                     help.hist.selectedlink
+          7434  0x3d8b  sec    28 76 02                     help.hist.index
+          7435  0x3d8e  prim   17 0f                        get
+  395 1   7436  0x3d90  sec    28 69 02                     help.initpage
+  396 1   7437  0x3d93  ret    06                         }
+          7438  0x3d94  prim   17 06                      if
+  397 1   7439  0x3d96  ret    06                       }
+          7440  0x3d97  prim   17 05                    def
+  405 1   7441  0x3d99  dict   29 79 02                 /help.key.pagedown
+          7442  0x3d9c  code   25 e9 3d                 {
+  406 1   7443  0x3d9f  sec    28 6b 02                   help.startrow
+  407 1   7444  0x3da2  prim   17 6f                      gettextrows
+          7445  0x3da4  sec    28 71 02                   help.text.rows
+          7446  0x3da7  prim   17 2b                      gt
+          7447  0x3da9  code   25 c0 3d                   {
+  408 1   7448  0x3dac  prim   17 13                        pop
+  409 1   7449  0x3dae  prim   17 6f                        gettextrows
+          7450  0x3db0  sec    28 71 02                     help.text.rows
+          7451  0x3db3  prim   17 1b                        sub
+  410 1   7452  0x3db5  sec    28 6b 02                     help.startrow
+          7453  0x3db8  sec    28 71 02                     help.text.rows
+          7454  0x3dbb  prim   17 1a                        add
+  411 1   7455  0x3dbd  prim   17 21                        min
+  412 1   7456  0x3dbf  ret    06                         }
+          7457  0x3dc0  prim   17 06                      if
+  414 1   7458  0x3dc2  prim   17 12                      dup
+          7459  0x3dc4  sec    28 6b 02                   help.startrow
+          7460  0x3dc7  prim   17 29                      eq
+          7461  0x3dc9  code   25 d4 3d                   {
+  415 1   7462  0x3dcc  prim   17 13                        pop
+  416 1   7463  0x3dce  bool   13 01                        true # true
+          7464  0x3dd0  sec    28 74 02                     help.sel.lastlink
+  417 1   7465  0x3dd3  ret    06                         }
+          7466  0x3dd4  code   25 e6 3d                   {
+  418 1   7467  0x3dd7  dict   29 6b 02                     /help.startrow
+          7468  0x3dda  prim   17 14                        exch
+          7469  0x3ddc  prim   17 05                        def
+  419 1   7470  0x3dde  bool   03                           false # false
+          7471  0x3ddf  sec    28 73 02                     help.sel.firstlink
+  420 1   7472  0x3de2  sec    28 6d 02                     help.updatepage
+  421 1   7473  0x3de5  ret    06                         }
+          7474  0x3de6  prim   17 07                      ifelse
+  422 1   7475  0x3de8  ret    06                       }
+          7476  0x3de9  prim   17 05                    def
+  430 1   7477  0x3deb  dict   29 7a 02                 /help.key.pageup
+          7478  0x3dee  code   25 35 3e                 {
+  431 1   7479  0x3df1  sec    28 6b 02                   help.startrow
+  432 1   7480  0x3df4  prim   17 6f                      gettextrows
+          7481  0x3df6  sec    28 71 02                   help.text.rows
+          7482  0x3df9  prim   17 2b                      gt
+          7483  0x3dfb  code   25 0c 3e                   {
+  433 1   7484  0x3dfe  prim   17 13                        pop
+  434 1   7485  0x3e00  int    01                           0
+  435 1   7486  0x3e01  sec    28 6b 02                     help.startrow
+          7487  0x3e04  sec    28 71 02                     help.text.rows
+          7488  0x3e07  prim   17 1b                        sub
+  436 1   7489  0x3e09  prim   17 22                        max
+  437 1   7490  0x3e0b  ret    06                         }
+          7491  0x3e0c  prim   17 06                      if
+  439 1   7492  0x3e0e  prim   17 12                      dup
+          7493  0x3e10  sec    28 6b 02                   help.startrow
+          7494  0x3e13  prim   17 29                      eq
+          7495  0x3e15  code   25 20 3e                   {
+  440 1   7496  0x3e18  prim   17 13                        pop
+  441 1   7497  0x3e1a  bool   13 01                        true # true
+          7498  0x3e1c  sec    28 73 02                     help.sel.firstlink
+  442 1   7499  0x3e1f  ret    06                         }
+          7500  0x3e20  code   25 32 3e                   {
+  443 1   7501  0x3e23  dict   29 6b 02                     /help.startrow
+          7502  0x3e26  prim   17 14                        exch
+          7503  0x3e28  prim   17 05                        def
+  444 1   7504  0x3e2a  bool   03                           false # false
+          7505  0x3e2b  sec    28 73 02                     help.sel.firstlink
+  445 1   7506  0x3e2e  sec    28 6d 02                     help.updatepage
+  446 1   7507  0x3e31  ret    06                         }
+          7508  0x3e32  prim   17 07                      ifelse
+  447 1   7509  0x3e34  ret    06                       }
+          7510  0x3e35  prim   17 05                    def
+  455 1   7511  0x3e37  dict   29 7b 02                 /help.key.home
+          7512  0x3e3a  code   25 60 3e                 {
+  456 1   7513  0x3e3d  sec    28 6b 02                   help.startrow
+          7514  0x3e40  int    01                         0
+          7515  0x3e41  prim   17 29                      eq
+          7516  0x3e43  code   25 4c 3e                   {
+  457 1   7517  0x3e46  bool   13 01                        true # true
+          7518  0x3e48  sec    28 73 02                     help.sel.firstlink
+  458 1   7519  0x3e4b  ret    06                         }
+          7520  0x3e4c  code   25 5d 3e                   {
+  459 1   7521  0x3e4f  dict   29 6b 02                     /help.startrow
+          7522  0x3e52  int    01                           0
+          7523  0x3e53  prim   17 05                        def
+  460 1   7524  0x3e55  bool   03                           false # false
+          7525  0x3e56  sec    28 73 02                     help.sel.firstlink
+  461 1   7526  0x3e59  sec    28 6d 02                     help.updatepage
+  462 1   7527  0x3e5c  ret    06                         }
+          7528  0x3e5d  prim   17 07                      ifelse
+  463 1   7529  0x3e5f  ret    06                       }
+          7530  0x3e60  prim   17 05                    def
+  471 1   7531  0x3e62  dict   29 7c 02                 /help.key.end
+          7532  0x3e65  code   25 99 3e                 {
+  472 1   7533  0x3e68  prim   17 6f                      gettextrows
+          7534  0x3e6a  sec    28 71 02                   help.text.rows
+          7535  0x3e6d  prim   17 1b                      sub
+          7536  0x3e6f  int    01                         0
+          7537  0x3e70  prim   17 22                      max
+  473 1   7538  0x3e72  prim   17 12                      dup
+          7539  0x3e74  sec    28 6b 02                   help.startrow
+          7540  0x3e77  prim   17 29                      eq
+          7541  0x3e79  code   25 84 3e                   {
+  474 1   7542  0x3e7c  prim   17 13                        pop
+  475 1   7543  0x3e7e  bool   13 01                        true # true
+          7544  0x3e80  sec    28 74 02                     help.sel.lastlink
+  476 1   7545  0x3e83  ret    06                         }
+          7546  0x3e84  code   25 96 3e                   {
+  477 1   7547  0x3e87  dict   29 6b 02                     /help.startrow
+          7548  0x3e8a  prim   17 14                        exch
+          7549  0x3e8c  prim   17 05                        def
+  478 1   7550  0x3e8e  bool   03                           false # false
+          7551  0x3e8f  sec    28 74 02                     help.sel.lastlink
+  479 1   7552  0x3e92  sec    28 6d 02                     help.updatepage
+  480 1   7553  0x3e95  ret    06                         }
+          7554  0x3e96  prim   17 07                      ifelse
+  481 1   7555  0x3e98  ret    06                       }
+          7556  0x3e99  prim   17 05                    def
+  489 1   7557  0x3e9b  dict   29 7d 02                 /help.key.down
+          7558  0x3e9e  code   25 2d 3f                 {
+  490 1   7559  0x3ea1  sec    28 6a 02                   help.selectedlink
+          7560  0x3ea4  prim   17 71                      getlinks
+          7561  0x3ea6  int    11 01                      1
+          7562  0x3ea8  prim   17 1b                      sub
+          7563  0x3eaa  prim   17 2d                      lt
+          7564  0x3eac  code   25 09 3f                   {
+  491 1   7565  0x3eaf  sec    28 6a 02                     help.selectedlink
+          7566  0x3eb2  int    11 01                        1
+          7567  0x3eb4  prim   17 1a                        add
+          7568  0x3eb6  prim   17 74                        getlink
+          7569  0x3eb8  int    11 04                        4
+          7570  0x3eba  int    11 01                        1
+          7571  0x3ebc  prim   17 16                        roll
+          7572  0x3ebe  prim   17 13                        pop
+          7573  0x3ec0  prim   17 13                        pop
+          7574  0x3ec2  prim   17 13                        pop
+  492 1   7575  0x3ec4  prim   17 12                        dup
+          7576  0x3ec6  sec    28 6b 02                     help.startrow
+          7577  0x3ec9  sec    28 71 02                     help.text.rows
+          7578  0x3ecc  prim   17 1a                        add
+          7579  0x3ece  prim   17 2d                        lt
+          7580  0x3ed0  code   25 e2 3e                     {
+  494 1   7581  0x3ed3  prim   17 13                          pop
+          7582  0x3ed5  sec    28 6a 02                       help.selectedlink
+          7583  0x3ed8  int    11 01                          1
+          7584  0x3eda  prim   17 1a                          add
+          7585  0x3edc  sec    28 72 02                       help.selectlink
+  495 1   7586  0x3edf  prim   17 0d                          return
+  496 1   7587  0x3ee1  ret    06                           }
+          7588  0x3ee2  code   25 06 3f                     {
+  497 1   7589  0x3ee5  sec    28 6b 02                       help.startrow
+          7590  0x3ee8  sec    28 71 02                       help.text.rows
+          7591  0x3eeb  prim   17 1a                          add
+          7592  0x3eed  prim   17 29                          eq
+          7593  0x3eef  code   25 03 3f                       {
+  499 1   7594  0x3ef2  dict   29 6a 02                         /help.selectedlink
+          7595  0x3ef5  sec    28 6a 02                         help.selectedlink
+          7596  0x3ef8  int    11 01                            1
+          7597  0x3efa  prim   17 1a                            add
+          7598  0x3efc  prim   17 12                            dup
+          7599  0x3efe  prim   17 72                            setlink
+          7600  0x3f00  prim   17 05                            def
+  500 1   7601  0x3f02  ret    06                             }
+          7602  0x3f03  prim   17 06                          if
+  501 1   7603  0x3f05  ret    06                           }
+          7604  0x3f06  prim   17 07                        ifelse
+  502 1   7605  0x3f08  ret    06                         }
+          7606  0x3f09  prim   17 06                      if
+  506 1   7607  0x3f0b  sec    28 6b 02                   help.startrow
+          7608  0x3f0e  sec    28 71 02                   help.text.rows
+          7609  0x3f11  prim   17 1a                      add
+          7610  0x3f13  prim   17 6f                      gettextrows
+          7611  0x3f15  prim   17 2d                      lt
+          7612  0x3f17  code   25 2a 3f                   {
+  507 1   7613  0x3f1a  dict   29 6b 02                     /help.startrow
+          7614  0x3f1d  sec    28 6b 02                     help.startrow
+          7615  0x3f20  int    11 01                        1
+          7616  0x3f22  prim   17 1a                        add
+          7617  0x3f24  prim   17 05                        def
+  508 1   7618  0x3f26  sec    28 6d 02                     help.updatepage
+  509 1   7619  0x3f29  ret    06                         }
+          7620  0x3f2a  prim   17 06                      if
+  510 1   7621  0x3f2c  ret    06                       }
+          7622  0x3f2d  prim   17 05                    def
+  518 1   7623  0x3f2f  dict   29 7e 02                 /help.key.up
+          7624  0x3f32  code   25 a9 3f                 {
+  519 1   7625  0x3f35  sec    28 6a 02                   help.selectedlink
+          7626  0x3f38  int    01                         0
+          7627  0x3f39  prim   17 2b                      gt
+          7628  0x3f3b  code   25 92 3f                   {
+  520 1   7629  0x3f3e  sec    28 6a 02                     help.selectedlink
+          7630  0x3f41  int    11 01                        1
+          7631  0x3f43  prim   17 1b                        sub
+          7632  0x3f45  prim   17 74                        getlink
+          7633  0x3f47  int    11 04                        4
+          7634  0x3f49  int    11 01                        1
+          7635  0x3f4b  prim   17 16                        roll
+          7636  0x3f4d  prim   17 13                        pop
+          7637  0x3f4f  prim   17 13                        pop
+          7638  0x3f51  prim   17 13                        pop
+  522 1   7639  0x3f53  prim   17 12                        dup
+          7640  0x3f55  sec    28 6b 02                     help.startrow
+          7641  0x3f58  prim   17 2c                        ge
+          7642  0x3f5a  code   25 6c 3f                     {
+  524 1   7643  0x3f5d  prim   17 13                          pop
+          7644  0x3f5f  sec    28 6a 02                       help.selectedlink
+          7645  0x3f62  int    11 01                          1
+          7646  0x3f64  prim   17 1b                          sub
+          7647  0x3f66  sec    28 72 02                       help.selectlink
+  525 1   7648  0x3f69  prim   17 0d                          return
+  526 1   7649  0x3f6b  ret    06                           }
+          7650  0x3f6c  code   25 8f 3f                     {
+  527 1   7651  0x3f6f  sec    28 6b 02                       help.startrow
+          7652  0x3f72  int    11 01                          1
+          7653  0x3f74  prim   17 1b                          sub
+          7654  0x3f76  prim   17 29                          eq
+          7655  0x3f78  code   25 8c 3f                       {
+  529 1   7656  0x3f7b  dict   29 6a 02                         /help.selectedlink
+          7657  0x3f7e  sec    28 6a 02                         help.selectedlink
+          7658  0x3f81  int    11 01                            1
+          7659  0x3f83  prim   17 1b                            sub
+          7660  0x3f85  prim   17 12                            dup
+          7661  0x3f87  prim   17 72                            setlink
+          7662  0x3f89  prim   17 05                            def
+  530 1   7663  0x3f8b  ret    06                             }
+          7664  0x3f8c  prim   17 06                          if
+  531 1   7665  0x3f8e  ret    06                           }
+          7666  0x3f8f  prim   17 07                        ifelse
+  532 1   7667  0x3f91  ret    06                         }
+          7668  0x3f92  prim   17 06                      if
+  536 1   7669  0x3f94  sec    28 6b 02                   help.startrow
+          7670  0x3f97  int    01                         0
+          7671  0x3f98  prim   17 2b                      gt
+          7672  0x3f9a  code   25 a6 3f                   {
+  537 1   7673  0x3f9d  dict   29 6b 02                     /help.startrow
+          7674  0x3fa0  sec    18 c9                        dec
+  538 1   7675  0x3fa2  sec    28 6d 02                     help.updatepage
+  539 1   7676  0x3fa5  ret    06                         }
+          7677  0x3fa6  prim   17 06                      if
+  540 1   7678  0x3fa8  ret    06                       }
+          7679  0x3fa9  prim   17 05                    def
+  548 1   7680  0x3fab  dict   29 7f 02                 /help.gotopage
+          7681  0x3fae  code   25 d0 3f                 {
+  549 1   7682  0x3fb1  sec    28 68 02                   help.findpagebyindex
+  550 1   7683  0x3fb4  prim   17 12                      dup
+          7684  0x3fb6  sec    28 6c 02                   help.currenttext
+          7685  0x3fb9  prim   17 29                      eq
+          7686  0x3fbb  code   25 c1 3f                   {
+  551 1   7687  0x3fbe  prim   17 13                        pop
+  552 1   7688  0x3fc0  ret    06                         }
+          7689  0x3fc1  code   25 cd 3f                   {
+  553 1   7690  0x3fc4  sec    28 75 02                     help.add2history
+  554 1   7691  0x3fc7  int    01                           0
+          7692  0x3fc8  int    01                           0
+          7693  0x3fc9  sec    28 69 02                     help.initpage
+  555 1   7694  0x3fcc  ret    06                         }
+          7695  0x3fcd  prim   17 07                      ifelse
+  556 1   7696  0x3fcf  ret    06                       }
+          7697  0x3fd0  prim   17 05                    def
+  564 1   7698  0x3fd2  dict   29 1d 02                 /help.input
+          7699  0x3fd5  code   25 d2 41                 {
+  565 1   7700  0x3fd8  prim   17 12                      dup
+          7701  0x3fda  int    01                         0
+          7702  0x3fdb  prim   17 29                      eq
+          7703  0x3fdd  code   25 e3 3f                   {
+          7704  0x3fe0  prim   17 0d                        return
+          7705  0x3fe2  ret    06                         }
+          7706  0x3fe3  prim   17 06                      if
+  567 1   7707  0x3fe5  prim   17 12                      dup
+          7708  0x3fe7  int    11 1b                      0x0000001b # keyEsc
+          7709  0x3fe9  prim   17 29                      eq
+          7710  0x3feb  code   25 fa 3f                   {
+          7711  0x3fee  dict   29 05 01                     /window.action
+          7712  0x3ff1  sec    28 06 01                     actNothing
+          7713  0x3ff4  prim   17 05                        def
+          7714  0x3ff6  sec    28 2d 02                     window.done
+          7715  0x3ff9  ret    06                         }
+          7716  0x3ffa  prim   17 06                      if
+  568 1   7717  0x3ffc  prim   17 12                      dup
+          7718  0x3ffe  int    41 00 00 00 76             0x76000000 # keyCtrlDown
+          7719  0x4003  prim   17 29                      eq
+          7720  0x4005  code   25 13 40                   {
+          7721  0x4008  int    11 01                        1
+          7722  0x400a  sec    28 6f 02                     help.test
+          7723  0x400d  int    01                           0
+          7724  0x400e  int    01                           0
+          7725  0x400f  sec    28 69 02                     help.initpage
+          7726  0x4012  ret    06                         }
+          7727  0x4013  prim   17 06                      if
+  569 1   7728  0x4015  prim   17 12                      dup
+          7729  0x4017  int    41 00 00 00 84             0x84000000 # keyCtrlUp
+          7730  0x401c  prim   17 29                      eq
+          7731  0x401e  code   25 2c 40                   {
+          7732  0x4021  int    11 ff                        -1
+          7733  0x4023  sec    28 6f 02                     help.test
+          7734  0x4026  int    01                           0
+          7735  0x4027  int    01                           0
+          7736  0x4028  sec    28 69 02                     help.initpage
+          7737  0x402b  ret    06                         }
+          7738  0x402c  prim   17 06                      if
+  570 1   7739  0x402e  prim   17 12                      dup
+          7740  0x4030  int    41 00 00 00 50             0x50000000 # keyDown
+          7741  0x4035  prim   17 29                      eq
+          7742  0x4037  code   25 3e 40                   {
+          7743  0x403a  sec    28 7d 02                     help.key.down
+          7744  0x403d  ret    06                         }
+          7745  0x403e  prim   17 06                      if
+  571 1   7746  0x4040  prim   17 12                      dup
+          7747  0x4042  int    41 00 00 00 48             0x48000000 # keyUp
+          7748  0x4047  prim   17 29                      eq
+          7749  0x4049  code   25 50 40                   {
+          7750  0x404c  sec    28 7e 02                     help.key.up
+          7751  0x404f  ret    06                         }
+          7752  0x4050  prim   17 06                      if
+  572 1   7753  0x4052  prim   17 12                      dup
+          7754  0x4054  int    41 00 00 00 51             0x51000000 # keyPgDown
+          7755  0x4059  prim   17 29                      eq
+          7756  0x405b  code   25 62 40                   {
+          7757  0x405e  sec    28 79 02                     help.key.pagedown
+          7758  0x4061  ret    06                         }
+          7759  0x4062  prim   17 06                      if
+  573 1   7760  0x4064  prim   17 12                      dup
+          7761  0x4066  int    41 00 00 00 49             0x49000000 # keyPgUp
+          7762  0x406b  prim   17 29                      eq
+          7763  0x406d  code   25 74 40                   {
+          7764  0x4070  sec    28 7a 02                     help.key.pageup
+          7765  0x4073  ret    06                         }
+          7766  0x4074  prim   17 06                      if
+  574 1   7767  0x4076  prim   17 12                      dup
+          7768  0x4078  int    41 00 00 00 47             0x47000000 # keyHome
+          7769  0x407d  prim   17 29                      eq
+          7770  0x407f  code   25 86 40                   {
+          7771  0x4082  sec    28 7b 02                     help.key.home
+          7772  0x4085  ret    06                         }
+          7773  0x4086  prim   17 06                      if
+  575 1   7774  0x4088  prim   17 12                      dup
+          7775  0x408a  int    41 00 00 00 4f             0x4f000000 # keyEnd
+          7776  0x408f  prim   17 29                      eq
+          7777  0x4091  code   25 98 40                   {
+          7778  0x4094  sec    28 7c 02                     help.key.end
+          7779  0x4097  ret    06                         }
+          7780  0x4098  prim   17 06                      if
+  576 1   7781  0x409a  prim   17 12                      dup
+          7782  0x409c  int    41 00 00 00 4d             0x4d000000 # keyRight
+          7783  0x40a1  prim   17 29                      eq
+          7784  0x40a3  code   25 aa 40                   {
+          7785  0x40a6  sec    28 77 02                     help.followlink
+          7786  0x40a9  ret    06                         }
+          7787  0x40aa  prim   17 06                      if
+  577 1   7788  0x40ac  prim   17 12                      dup
+          7789  0x40ae  int    11 0d                      0x0000000d # keyEnter
+          7790  0x40b0  prim   17 29                      eq
+          7791  0x40b2  code   25 b9 40                   {
+          7792  0x40b5  sec    28 77 02                     help.followlink
+          7793  0x40b8  ret    06                         }
+          7794  0x40b9  prim   17 06                      if
+  578 1   7795  0x40bb  prim   17 12                      dup
+          7796  0x40bd  int    41 00 00 00 4b             0x4b000000 # keyLeft
+          7797  0x40c2  prim   17 29                      eq
+          7798  0x40c4  code   25 cb 40                   {
+          7799  0x40c7  sec    28 78 02                     help.prevlink
+          7800  0x40ca  ret    06                         }
+          7801  0x40cb  prim   17 06                      if
+  579 1   7802  0x40cd  prim   17 12                      dup
+          7803  0x40cf  uint   12 ff                      0xff
+          7804  0x40d1  prim   17 23                      and
+          7805  0x40d3  int    11 08                      ''
+          7806  0x40d5  prim   17 29                      eq
+          7807  0x40d7  code   25 de 40                   {
+          7808  0x40da  sec    28 78 02                     help.prevlink
+          7809  0x40dd  ret    06                         }
+          7810  0x40de  prim   17 06                      if
+  580 1   7811  0x40e0  prim   17 12                      dup
+          7812  0x40e2  uint   12 ff                      0xff
+          7813  0x40e4  prim   17 23                      and
+          7814  0x40e6  int    11 20                      ' '
+          7815  0x40e8  prim   17 29                      eq
+          7816  0x40ea  code   25 f1 40                   {
+          7817  0x40ed  sec    28 79 02                     help.key.pagedown
+          7818  0x40f0  ret    06                         }
+          7819  0x40f1  prim   17 06                      if
+  581 1   7820  0x40f3  prim   17 12                      dup
+          7821  0x40f5  uint   12 ff                      0xff
+          7822  0x40f7  prim   17 23                      and
+          7823  0x40f9  int    11 2d                      '-'
+          7824  0x40fb  prim   17 29                      eq
+          7825  0x40fd  code   25 04 41                   {
+          7826  0x4100  sec    28 7a 02                     help.key.pageup
+          7827  0x4103  ret    06                         }
+          7828  0x4104  prim   17 06                      if
+  582 1   7829  0x4106  prim   17 12                      dup
+          7830  0x4108  int    41 00 00 00 3b             0x3b000000 # keyF1
+          7831  0x410d  prim   17 29                      eq
+          7832  0x410f  code   25 18 41                   {
+          7833  0x4112  int    11 01                        1
+          7834  0x4114  sec    28 7f 02                     help.gotopage
+          7835  0x4117  ret    06                         }
+          7836  0x4118  prim   17 06                      if
+  583 1   7837  0x411a  prim   17 12                      dup
+          7838  0x411c  int    41 00 00 00 3c             0x3c000000 # keyF2
+          7839  0x4121  prim   17 29                      eq
+          7840  0x4123  code   25 2c 41                   {
+          7841  0x4126  int    11 02                        2
+          7842  0x4128  sec    28 7f 02                     help.gotopage
+          7843  0x412b  ret    06                         }
+          7844  0x412c  prim   17 06                      if
+  584 1   7845  0x412e  prim   17 12                      dup
+          7846  0x4130  int    41 00 00 00 3d             0x3d000000 # keyF3
+          7847  0x4135  prim   17 29                      eq
+          7848  0x4137  code   25 40 41                   {
+          7849  0x413a  int    11 03                        3
+          7850  0x413c  sec    28 7f 02                     help.gotopage
+          7851  0x413f  ret    06                         }
+          7852  0x4140  prim   17 06                      if
+  585 1   7853  0x4142  prim   17 12                      dup
+          7854  0x4144  int    41 00 00 00 3e             0x3e000000 # keyF4
+          7855  0x4149  prim   17 29                      eq
+          7856  0x414b  code   25 54 41                   {
+          7857  0x414e  int    11 04                        4
+          7858  0x4150  sec    28 7f 02                     help.gotopage
+          7859  0x4153  ret    06                         }
+          7860  0x4154  prim   17 06                      if
+  586 1   7861  0x4156  prim   17 12                      dup
+          7862  0x4158  int    41 00 00 00 3f             0x3f000000 # keyF5
+          7863  0x415d  prim   17 29                      eq
+          7864  0x415f  code   25 68 41                   {
+          7865  0x4162  int    11 05                        5
+          7866  0x4164  sec    28 7f 02                     help.gotopage
+          7867  0x4167  ret    06                         }
+          7868  0x4168  prim   17 06                      if
+  587 1   7869  0x416a  prim   17 12                      dup
+          7870  0x416c  int    41 00 00 00 40             0x40000000 # keyF6
+          7871  0x4171  prim   17 29                      eq
+          7872  0x4173  code   25 7c 41                   {
+          7873  0x4176  int    11 06                        6
+          7874  0x4178  sec    28 7f 02                     help.gotopage
+          7875  0x417b  ret    06                         }
+          7876  0x417c  prim   17 06                      if
+  588 1   7877  0x417e  prim   17 12                      dup
+          7878  0x4180  int    41 00 00 00 41             0x41000000 # keyF7
+          7879  0x4185  prim   17 29                      eq
+          7880  0x4187  code   25 90 41                   {
+          7881  0x418a  int    11 07                        7
+          7882  0x418c  sec    28 7f 02                     help.gotopage
+          7883  0x418f  ret    06                         }
+          7884  0x4190  prim   17 06                      if
+  589 1   7885  0x4192  prim   17 12                      dup
+          7886  0x4194  int    41 00 00 00 42             0x42000000 # keyF8
+          7887  0x4199  prim   17 29                      eq
+          7888  0x419b  code   25 a4 41                   {
+          7889  0x419e  int    11 08                        8
+          7890  0x41a0  sec    28 7f 02                     help.gotopage
+          7891  0x41a3  ret    06                         }
+          7892  0x41a4  prim   17 06                      if
+  590 1   7893  0x41a6  prim   17 12                      dup
+          7894  0x41a8  int    41 00 00 00 43             0x43000000 # keyF9
+          7895  0x41ad  prim   17 29                      eq
+          7896  0x41af  code   25 b8 41                   {
+          7897  0x41b2  int    11 09                        9
+          7898  0x41b4  sec    28 7f 02                     help.gotopage
+          7899  0x41b7  ret    06                         }
+          7900  0x41b8  prim   17 06                      if
+  591 1   7901  0x41ba  prim   17 12                      dup
+          7902  0x41bc  int    41 00 00 00 44             0x44000000 # keyF10
+          7903  0x41c1  prim   17 29                      eq
+          7904  0x41c3  code   25 cc 41                   {
+          7905  0x41c6  int    11 0a                        10
+          7906  0x41c8  sec    28 7f 02                     help.gotopage
+          7907  0x41cb  ret    06                         }
+          7908  0x41cc  prim   17 06                      if
+  592 1   7909  0x41ce  prim   17 13                      pop
+          7910  0x41d0  int    01                         0
+  593 1   7911  0x41d1  ret    06                       }
+          7912  0x41d2  prim   17 05                    def
+  601 1   7913  0x41d4  dict   29 80 02                 /help.reinit
+          7914  0x41d7  code   25 3a 42                 {
+  602 1   7915  0x41da  sec    28 4d 02                   help.normal.bg
+          7916  0x41dd  prim   17 3f                      setcolor
+  603 1   7917  0x41df  sec    28 53 02                   help.x
+          7918  0x41e2  sec    28 54 02                   help.y
+          7919  0x41e5  prim   17 3c                      moveto
+  604 1   7920  0x41e7  sec    28 55 02                   help.width
+          7921  0x41ea  sec    28 56 02                   help.height
+          7922  0x41ed  prim   17 50                      fillrect
+  606 1   7923  0x41ef  sec    28 53 02                   help.x
+          7924  0x41f2  int    11 01                      1
+          7925  0x41f4  prim   17 1a                      add
+          7926  0x41f6  sec    28 54 02                   help.y
+          7927  0x41f9  int    11 01                      1
+          7928  0x41fb  prim   17 1a                      add
+          7929  0x41fd  int    11 14                      20 # help.title.height
+          7930  0x41ff  prim   17 1a                      add
+          7931  0x4201  prim   17 3c                      moveto
+  607 1   7932  0x4203  sec    28 4b 02                   help.dark
+          7933  0x4206  sec    28 4a 02                   help.light
+  608 1   7934  0x4209  sec    28 55 02                   help.width
+          7935  0x420c  int    11 02                      2
+          7936  0x420e  prim   17 1b                      sub
+          7937  0x4210  sec    28 56 02                   help.height
+          7938  0x4213  int    11 02                      2
+          7939  0x4215  prim   17 1b                      sub
+          7940  0x4217  int    11 14                      20 # help.title.height
+          7941  0x4219  prim   17 1b                      sub
+  609 1   7942  0x421b  sec    28 88 01                   drawborder
+  611 1   7943  0x421e  sec    28 4c 02                   help.font
+          7944  0x4221  prim   17 43                      setfont
+  613 1   7945  0x4223  dict   29 71 02                   /help.text.rows
+          7946  0x4226  sec    28 5a 02                   help.text.height
+          7947  0x4229  prim   17 75                      lineheight
+          7948  0x422b  prim   17 1d                      div
+          7949  0x422d  prim   17 05                      def
+  614 1   7950  0x422f  sec    28 71 02                   help.text.rows
+          7951  0x4232  prim   17 6c                      setmaxrows
+  616 1   7952  0x4234  sec    28 5b 02                   help.text.rightmargin
+          7953  0x4237  prim   17 66                      settextwrap
+  617 1   7954  0x4239  ret    06                       }
+          7955  0x423a  prim   17 05                    def
+  625 1   7956  0x423c  dict   29 22 02                 /help.init
+          7957  0x423f  code   25 b4 42                 {
+  626 1   7958  0x4242  dict   29 81 02                   /help.tmp
+          7959  0x4245  prim   17 14                      exch
+          7960  0x4247  prim   17 05                      def
+  628 1   7961  0x4249  sec    28 53 02                   help.x
+          7962  0x424c  int    11 01                      1
+          7963  0x424e  prim   17 1b                      sub
+          7964  0x4250  sec    28 54 02                   help.y
+          7965  0x4253  int    11 01                      1
+          7966  0x4255  prim   17 1b                      sub
+          7967  0x4257  prim   17 3c                      moveto
+  629 1   7968  0x4259  sec    28 4a 02                   help.light
+          7969  0x425c  sec    28 4b 02                   help.dark
+  630 1   7970  0x425f  sec    28 55 02                   help.width
+          7971  0x4262  int    11 02                      2
+          7972  0x4264  prim   17 1a                      add
+          7973  0x4266  sec    28 56 02                   help.height
+          7974  0x4269  int    11 02                      2
+          7975  0x426b  prim   17 1a                      add
+  631 1   7976  0x426d  prim   17 17                      over
+          7977  0x426f  prim   17 17                      over
+  632 1   7978  0x4271  prim   17 4e                      savescreen
+  633 1   7979  0x4273  sec    28 81 02                   help.tmp
+          7980  0x4276  sec    28 0d 02                   .saved
+          7981  0x4279  prim   17 15                      rot
+          7982  0x427b  prim   17 10                      put
+  634 1   7983  0x427d  sec    28 88 01                   drawborder
+  636 1   7984  0x4280  sec    28 80 02                   help.reinit
+  638 1   7985  0x4283  int    11 04                      4
+          7986  0x4285  prim   17 68                      seteotchar
+  640 1   7987  0x4287  dict   29 76 02                   /help.hist.index
+          7988  0x428a  int    01                         0
+          7989  0x428b  prim   17 05                      def
+  642 1   7990  0x428d  dict   29 70 02                   /help.test.cnt
+          7991  0x4290  int    11 01                      1
+          7992  0x4292  prim   17 05                      def
+  644 1   7993  0x4294  sec    28 49 02                   help.context
+          7994  0x4297  sec    28 67 01                   help.findpage
+          7995  0x429a  prim   17 12                      dup
+          7996  0x429c  str    94 01 00                   ""
+          7997  0x429f  prim   17 29                      eq
+          7998  0x42a1  code   25 ac 42                   {
+          7999  0x42a4  prim   17 13                        pop
+          8000  0x42a6  int    11 01                        1
+          8001  0x42a8  sec    28 68 02                     help.findpagebyindex
+          8002  0x42ab  ret    06                         }
+          8003  0x42ac  prim   17 06                      if
+  645 1   8004  0x42ae  int    01                         0
+          8005  0x42af  int    01                         0
+          8006  0x42b0  sec    28 69 02                   help.initpage
+  646 1   8007  0x42b3  ret    06                       }
+          8008  0x42b4  prim   17 05                    def
+  654 1   8009  0x42b6  dict   29 27 02                 /help.show
+          8010  0x42b9  code   25 c0 42                 {
+  655 1   8011  0x42bc  sec    28 2b 02                   window.push
+  656 1   8012  0x42bf  ret    06                       }
+          8013  0x42c0  prim   17 05                    def
+  664 1   8014  0x42c2  dict   29 2e 02                 /help.done
+          8015  0x42c5  code   25 d2 42                 {
+  665 1   8016  0x42c8  int    01                         0
+          8017  0x42c9  prim   17 66                      settextwrap
+  666 1   8018  0x42cb  int    01                         0
+          8019  0x42cc  prim   17 68                      seteotchar
+  667 1   8020  0x42ce  int    01                         0
+          8021  0x42cf  prim   17 6c                      setmaxrows
+  668 1   8022  0x42d1  ret    06                       }
+          8023  0x42d2  prim   17 05                    def
+  677 1   8024  0x42d4  dict   29 b0 01                 /window.help
+          8025  0x42d7  code   25 fd 42                 {
+  678 1   8026  0x42da  sec    28 02 02                   widget.size
+          8027  0x42dd  prim   17 0e                      array
+  679 1   8028  0x42df  prim   17 12                      dup
+          8029  0x42e1  sec    28 04 02                   .type
+          8030  0x42e4  int    11 65                      101 # t_help
+          8031  0x42e6  prim   17 10                      put
+  681 1   8032  0x42e8  prim   17 12                      dup
+          8033  0x42ea  sec    28 05 02                   .x
+          8034  0x42ed  sec    28 53 02                   help.x
+          8035  0x42f0  prim   17 10                      put
+  682 1   8036  0x42f2  prim   17 12                      dup
+          8037  0x42f4  sec    28 06 02                   .y
+          8038  0x42f7  sec    28 54 02                   help.y
+          8039  0x42fa  prim   17 10                      put
+  684 1   8040  0x42fc  ret    06                       }
+          8041  0x42fd  prim   17 05                    def
+  692 1   8042  0x42ff  dict   29 67 02                 /help.getmessages
+          8043  0x4302  code   25 ab 43                 {
+  694 1   8044  0x4305  sec    28 82 02                   help.messages
+          8045  0x4308  none   00                         .undef # .undef
+          8046  0x4309  prim   17 29                      eq
+          8047  0x430b  code   25 a5 43                   {
+  696 1   8048  0x430e  dict   29 82 02                     /help.messages
+  697 1   8049  0x4311  sec    28 83 02                     help.file
+          8050  0x4314  prim   17 32                        free
+          8051  0x4316  dict   29 83 02                     /help.file
+          8052  0x4319  none   00                           .undef # .undef
+          8053  0x431a  prim   17 05                        def
+  698 1   8054  0x431c  int    11 10                        16
+          8055  0x431e  sec    18 c2                        string
+          8056  0x4320  prim   17 12                        dup
+          8057  0x4322  sec    28 1b 01                     config.lang
+          8058  0x4325  str    94 07 25 73 2e 68 6c 70      "%s.hlp"
+                               00
+          8059  0x432e  int    11 02                        2
+          8060  0x4330  prim   17 18                        index
+          8061  0x4332  sec    18 c3                        sprintf
+  699 1   8062  0x4334  prim   17 89                        findfile
+          8063  0x4336  prim   17 14                        exch
+          8064  0x4338  prim   17 32                        free
+  700 1   8065  0x433a  prim   17 12                        dup
+          8066  0x433c  none   00                           .undef # .undef
+          8067  0x433d  prim   17 29                        eq
+          8068  0x433f  code   25 6f 43                     {
+  701 1   8069  0x4342  prim   17 13                          pop
+          8070  0x4344  int    11 10                          16
+          8071  0x4346  sec    18 c2                          string
+  702 1   8072  0x4348  prim   17 12                          dup
+          8073  0x434a  sec    28 1b 01                       config.lang
+          8074  0x434d  int    11 01                          1
+          8075  0x434f  prim   17 0f                          get
+          8076  0x4351  sec    28 1b 01                       config.lang
+          8077  0x4354  int    01                             0
+          8078  0x4355  prim   17 0f                          get
+          8079  0x4357  str    94 09 25 63 25 63 2e 68        "%c%c.hlp"
+                               6c 70 00
+          8080  0x4362  int    11 03                          3
+          8081  0x4364  prim   17 18                          index
+          8082  0x4366  sec    18 c3                          sprintf
+  703 1   8083  0x4368  prim   17 89                          findfile
+          8084  0x436a  prim   17 14                          exch
+          8085  0x436c  prim   17 32                          free
+  704 1   8086  0x436e  ret    06                           }
+          8087  0x436f  prim   17 06                        if
+  705 1   8088  0x4371  prim   17 12                        dup
+          8089  0x4373  none   00                           .undef # .undef
+          8090  0x4374  prim   17 29                        eq
+          8091  0x4376  code   25 87 43                     {
+          8092  0x4379  prim   17 13                          pop
+          8093  0x437b  str    94 07 65 6e 2e 68 6c 70        "en.hlp"
+                               00
+          8094  0x4384  prim   17 89                          findfile
+          8095  0x4386  ret    06                           }
+          8096  0x4387  prim   17 06                        if
+  706 1   8097  0x4389  prim   17 12                        dup
+          8098  0x438b  none   00                           .undef # .undef
+          8099  0x438c  prim   17 29                        eq
+          8100  0x438e  code   25 97 43                     {
+          8101  0x4391  prim   17 13                          pop
+          8102  0x4393  str    94 01 00                       ""
+          8103  0x4396  ret    06                           }
+          8104  0x4397  prim   17 06                        if
+  707 1   8105  0x4399  dict   29 83 02                     /help.file
+          8106  0x439c  prim   17 17                        over
+          8107  0x439e  prim   17 05                        def
+  708 1   8108  0x43a0  sec    18 c7                        cvs
+  709 1   8109  0x43a2  prim   17 05                        def
+  710 1   8110  0x43a4  ret    06                         }
+          8111  0x43a5  prim   17 06                      if
+  712 1   8112  0x43a7  sec    28 82 02                   help.messages
+  714 1   8113  0x43aa  ret    06                       }
+          8114  0x43ab  prim   17 05                    def
+   13 1   8115  0x43ad  dict   29 3a 01                 /window.main
+          8116  0x43b0  code   25 e0 43                 {
+   14 1   8117  0x43b3  sec    28 02 02                   widget.size
+          8118  0x43b6  prim   17 0e                      array
+   15 1   8119  0x43b8  prim   17 12                      dup
+          8120  0x43ba  sec    28 04 02                   .type
+          8121  0x43bd  int    11 67                      103 # t_main
+          8122  0x43bf  prim   17 10                      put
+   16 1   8123  0x43c1  prim   17 12                      dup
+          8124  0x43c3  sec    28 0c 02                   .font
+          8125  0x43c6  sec    28 84 01                   font.normal
+          8126  0x43c9  prim   17 10                      put
+   17 1   8127  0x43cb  prim   17 12                      dup
+          8128  0x43cd  sec    28 43 01                   .ed.font
+          8129  0x43d0  sec    28 84 01                   font.normal
+          8130  0x43d3  prim   17 10                      put
+   18 1   8131  0x43d5  prim   17 12                      dup
+          8132  0x43d7  sec    28 42 01                   .color.fg
+          8133  0x43da  sec    28 29 01                   boot.text.normal
+          8134  0x43dd  prim   17 10                      put
+   20 1   8135  0x43df  ret    06                       }
+          8136  0x43e0  prim   17 05                    def
+   28 1   8137  0x43e2  dict   29 24 02                 /main.init
+          8138  0x43e5  code   25 eb 43                 {
+   29 1   8139  0x43e8  prim   17 13                      pop
+   30 1   8140  0x43ea  ret    06                       }
+          8141  0x43eb  prim   17 05                    def
+   39 1   8142  0x43ed  dict   29 09 01                 /main.redraw
+          8143  0x43f0  code   25 49 44                 {
+   40 1   8144  0x43f3  sec    28 28 01                   boot.text.options
+          8145  0x43f6  prim   17 3f                      setcolor
+   41 1   8146  0x43f8  sec    28 41 01                   window.current
+          8147  0x43fb  sec    28 0c 02                   .font
+          8148  0x43fe  prim   17 0f                      get
+          8149  0x4400  prim   17 43                      setfont
+   42 1   8150  0x4402  sec    28 92 01                   boot.pos.init
+   44 1   8151  0x4405  sec    28 95 01                   boot.pos
+          8152  0x4408  prim   17 3c                      moveto
+          8153  0x440a  sec    28 93 01                   boot.label.len
+          8154  0x440d  prim   17 1f                      neg
+          8155  0x440f  int    11 01                      1
+          8156  0x4411  prim   17 1f                      neg
+          8157  0x4413  prim   17 59                      rmoveto
+   45 1   8158  0x4415  prim   17 3d                      currentpoint
+          8159  0x4417  prim   17 38                      screen.size
+          8160  0x4419  prim   17 13                      pop
+          8161  0x441b  int    11 02                      2
+          8162  0x441d  prim   17 18                      index
+          8163  0x441f  prim   17 1b                      sub
+          8164  0x4421  sec    28 84 02                   boot.ed.height
+          8165  0x4424  int    11 02                      2
+          8166  0x4426  prim   17 1a                      add
+          8167  0x4428  prim   17 49                      image
+   47 1   8168  0x442a  sec    28 85 02                   boot.setup
+   49 1   8169  0x442d  sec    28 4d 01                   redrawmenu
+   50 1   8170  0x4430  dict   29 65 01                   /keepbootoptions
+          8171  0x4433  int    11 01                      1
+          8172  0x4435  prim   17 05                      def
+   51 1   8173  0x4437  sec    28 0c 01                   menu.entry
+          8174  0x443a  bool   13 01                      true # true
+          8175  0x443c  sec    28 62 01                   MenuSelect
+   52 1   8176  0x443f  dict   29 65 01                   /keepbootoptions
+          8177  0x4442  none   00                         .undef # .undef
+          8178  0x4443  prim   17 05                      def
+   54 1   8179  0x4445  sec    28 0a 01                   panel.show
+   55 1   8180  0x4448  ret    06                       }
+          8181  0x4449  prim   17 05                    def
+   58 1   8182  0x444b  dict   29 85 02                 /boot.setup
+          8183  0x444e  code   25 a0 44                 {
+   59 1   8184  0x4451  sec    28 44 01                   boot.show
+          8185  0x4454  code   25 63 44                   {
+   60 1   8186  0x4457  sec    28 86 02                     boot.window
+          8187  0x445a  sec    28 14 02                     .ed
+          8188  0x445d  sec    28 45 01                     boot.ed
+          8189  0x4460  prim   17 10                        put
+   61 1   8190  0x4462  ret    06                         }
+          8191  0x4463  prim   17 06                      if
+   63 1   8192  0x4465  sec    28 92 01                   boot.pos.init
+   64 1   8193  0x4468  sec    28 95 01                   boot.pos
+          8194  0x446b  prim   17 3c                      moveto
+   66 1   8195  0x446d  sec    28 44 01                   boot.show
+          8196  0x4470  code   25 9d 44                   {
+   67 1   8197  0x4473  sec    28 94 01                     txt_bootoptions
+          8198  0x4476  sec    18 d2                        showright
+   69 1   8199  0x4478  prim   17 96                        currenttransparency
+   70 1   8200  0x447a  sec    18 ed                        white
+          8201  0x447c  prim   17 3f                        setcolor
+   71 1   8202  0x447e  sec    28 95 01                     boot.pos
+          8203  0x4481  prim   17 3c                        moveto
+          8204  0x4483  int    11 0a                        10
+          8205  0x4485  sec    28 84 02                     boot.ed.height
+          8206  0x4488  prim   17 59                        rmoveto
+   72 1   8207  0x448a  uint   12 e0                        0xe0
+          8208  0x448c  prim   17 95                        settransparency
+   73 1   8209  0x448e  sec    28 87 02                     boot.ed.width
+          8210  0x4491  int    11 01                        1
+          8211  0x4493  prim   17 50                        fillrect
+   74 1   8212  0x4495  prim   17 95                        settransparency
+   75 1   8213  0x4497  sec    28 45 01                     boot.ed
+          8214  0x449a  prim   17 57                        edit.redraw
+   76 1   8215  0x449c  ret    06                         }
+          8216  0x449d  prim   17 06                      if
+   77 1   8217  0x449f  ret    06                       }
+          8218  0x44a0  prim   17 05                    def
+   80 1   8219  0x44a2  dict   29 88 02                 /menu.init
+          8220  0x44a5  code   25 5f 45                 {
+   82 1   8221  0x44a8  dict   29 51 01                   /menu.shift
+          8222  0x44ab  int    01                         0
+          8223  0x44ac  prim   17 05                      def
+   83 1   8224  0x44ae  dict   29 4e 01                   /menu.visible.entries
+          8225  0x44b1  sec    28 0e 01                   menu.texts
+          8226  0x44b4  prim   17 11                      length
+          8227  0x44b6  sec    28 a1 01                   menu.max.entries
+          8228  0x44b9  prim   17 21                      min
+          8229  0x44bb  prim   17 05                      def
+   86 1   8230  0x44bd  dict   29 0c 01                   /menu.entry
+          8231  0x44c0  int    01                         0
+          8232  0x44c1  prim   17 05                      def
+   87 1   8233  0x44c3  int    01                         0
+          8234  0x44c4  int    11 01                      1
+          8235  0x44c6  sec    28 0e 01                   menu.texts
+          8236  0x44c9  prim   17 11                      length
+          8237  0x44cb  int    11 01                      1
+          8238  0x44cd  prim   17 1b                      sub
+          8239  0x44cf  code   25 f6 44                   {
+   88 1   8240  0x44d2  prim   17 12                        dup
+          8241  0x44d4  sec    28 0e 01                     menu.texts
+          8242  0x44d7  prim   17 14                        exch
+          8243  0x44d9  prim   17 0f                        get
+          8244  0x44db  sec    28 25 01                     menu.dentry
+          8245  0x44de  prim   17 29                        eq
+          8246  0x44e0  code   25 ed 44                     {
+          8247  0x44e3  dict   29 0c 01                       /menu.entry
+          8248  0x44e6  prim   17 14                          exch
+          8249  0x44e8  prim   17 05                          def
+          8250  0x44ea  prim   17 0c                          exit
+          8251  0x44ec  ret    06                           }
+          8252  0x44ed  code   25 f3 44                     {
+          8253  0x44f0  prim   17 13                          pop
+          8254  0x44f2  ret    06                           }
+          8255  0x44f3  prim   17 07                        ifelse
+   89 1   8256  0x44f5  ret    06                         }
+          8257  0x44f6  prim   17 0a                      for
+   91 1   8258  0x44f8  sec    28 0c 01                   menu.entry
+          8259  0x44fb  sec    28 4e 01                   menu.visible.entries
+          8260  0x44fe  prim   17 1b                      sub
+          8261  0x4500  int    01                         0
+          8262  0x4501  prim   17 2c                      ge
+          8263  0x4503  code   25 1b 45                   {
+   92 1   8264  0x4506  dict   29 51 01                     /menu.shift
+          8265  0x4509  sec    28 0c 01                     menu.entry
+          8266  0x450c  sec    28 0e 01                     menu.texts
+          8267  0x450f  prim   17 11                        length
+          8268  0x4511  sec    28 4e 01                     menu.visible.entries
+          8269  0x4514  prim   17 1b                        sub
+          8270  0x4516  prim   17 21                        min
+          8271  0x4518  prim   17 05                        def
+   93 1   8272  0x451a  ret    06                         }
+          8273  0x451b  prim   17 06                      if
+   95 1   8274  0x451d  sec    28 92 01                   boot.pos.init
+   97 1   8275  0x4520  dict   29 87 02                   /boot.ed.width
+          8276  0x4523  prim   17 38                      screen.size
+          8277  0x4525  prim   17 13                      pop
+          8278  0x4527  sec    28 95 01                   boot.pos
+          8279  0x452a  prim   17 13                      pop
+          8280  0x452c  prim   17 1b                      sub
+          8281  0x452e  int    11 14                      20
+          8282  0x4530  prim   17 1b                      sub
+          8283  0x4532  prim   17 05                      def
+   98 1   8284  0x4534  dict   29 84 02                   /boot.ed.height
+          8285  0x4537  prim   17 45                      fontheight
+          8286  0x4539  int    11 02                      2
+          8287  0x453b  prim   17 1a                      add
+          8288  0x453d  prim   17 05                      def
+  100 1   8289  0x453f  dict   29 45 01                   /boot.ed
+          8290  0x4542  prim   17 03                      [
+  101 1   8291  0x4544  sec    28 95 01                   boot.pos
+          8292  0x4547  prim   17 14                      exch
+          8293  0x4549  int    11 0a                      10
+          8294  0x454b  prim   17 1a                      add
+          8295  0x454d  prim   17 14                      exch
+          8296  0x454f  int    11 01                      1
+          8297  0x4551  prim   17 1b                      sub
+  103 1   8298  0x4553  none   00                         .undef # .undef
+  104 1   8299  0x4554  sec    18 ff                      boot.buf
+  105 1   8300  0x4556  sec    28 a2 01                   boot.buf.size
+  106 1   8301  0x4559  none   00                         .undef # .undef
+  107 1   8302  0x455a  prim   17 04                      ]
+          8303  0x455c  prim   17 05                      def
+  108 1   8304  0x455e  ret    06                       }
+          8305  0x455f  prim   17 05                    def
+  116 1   8306  0x4561  dict   29 29 02                 /main.show
+          8307  0x4564  code   25 ad 46                 {
+  117 1   8308  0x4567  sec    28 2b 02                   window.push
+  119 1   8309  0x456a  sec    28 88 02                   menu.init
+  121 1   8310  0x456d  sec    28 4e 01                   menu.visible.entries
+          8311  0x4570  sec    28 0e 01                   menu.texts
+          8312  0x4573  prim   17 11                      length
+          8313  0x4575  prim   17 2d                      lt
+          8314  0x4577  sec    28 4f 01                   menu.scrollbar
+          8315  0x457a  prim   17 23                      and
+          8316  0x457c  code   25 53 46                   {
+  122 1   8317  0x457f  dict   29 5c 01                     /menu.bar.width
+          8318  0x4582  sec    28 9e 01                     frame1.size
+          8319  0x4585  prim   17 13                        pop
+          8320  0x4587  sec    28 a0 01                     frame4.size
+          8321  0x458a  prim   17 13                        pop
+          8322  0x458c  prim   17 1b                        sub
+          8323  0x458e  prim   17 05                        def
+  124 1   8324  0x4590  int    11 ff                        -1
+          8325  0x4592  prim   17 4d                        settransparentcolor
+  126 1   8326  0x4594  sec    28 9f 01                     frame4.pos
+          8327  0x4597  prim   17 3c                        moveto
+          8328  0x4599  sec    28 9c 01                     black
+          8329  0x459c  prim   17 12                        dup
+          8330  0x459e  sec    28 a0 01                     frame4.size
+          8331  0x45a1  sec    28 88 01                     drawborder
+  127 1   8332  0x45a4  sec    28 9f 01                     frame4.pos
+          8333  0x45a7  prim   17 3c                        moveto
+  128 1   8334  0x45a9  sec    28 a4 01                     ms.up
+          8335  0x45ac  sec    28 a3 01                     ms.size
+          8336  0x45af  prim   17 49                        image
+  129 1   8337  0x45b1  sec    28 9f 01                     frame4.pos
+          8338  0x45b4  prim   17 3c                        moveto
+          8339  0x45b6  sec    28 a0 01                     frame4.size
+          8340  0x45b9  prim   17 14                        exch
+          8341  0x45bb  prim   17 13                        pop
+          8342  0x45bd  int    01                           0
+          8343  0x45be  prim   17 14                        exch
+          8344  0x45c0  sec    28 a3 01                     ms.size
+          8345  0x45c3  prim   17 14                        exch
+          8346  0x45c5  prim   17 13                        pop
+          8347  0x45c7  int    01                           0
+          8348  0x45c8  prim   17 1a                        add
+          8349  0x45ca  prim   17 1b                        sub
+          8350  0x45cc  prim   17 59                        rmoveto
+  130 1   8351  0x45ce  sec    28 a5 01                     ms.down
+          8352  0x45d1  sec    28 a3 01                     ms.size
+          8353  0x45d4  prim   17 49                        image
+  132 1   8354  0x45d6  dict   29 55 01                     /menu.sb.x
+          8355  0x45d9  sec    28 9f 01                     frame4.pos
+          8356  0x45dc  prim   17 13                        pop
+          8357  0x45de  int    11 01                        1
+          8358  0x45e0  prim   17 1a                        add
+          8359  0x45e2  prim   17 05                        def
+  133 1   8360  0x45e4  dict   29 56 01                     /menu.sb.y
+          8361  0x45e7  sec    28 9f 01                     frame4.pos
+          8362  0x45ea  prim   17 14                        exch
+          8363  0x45ec  prim   17 13                        pop
+          8364  0x45ee  int    11 16                        22
+          8365  0x45f0  prim   17 1a                        add
+          8366  0x45f2  prim   17 05                        def
+  134 1   8367  0x45f4  dict   29 57 01                     /menu.sb.width
+          8368  0x45f7  sec    28 a0 01                     frame4.size
+          8369  0x45fa  prim   17 13                        pop
+          8370  0x45fc  int    11 02                        2
+          8371  0x45fe  prim   17 1b                        sub
+          8372  0x4600  prim   17 05                        def
+  135 1   8373  0x4602  dict   29 52 01                     /menu.sb.height
+          8374  0x4605  sec    28 a0 01                     frame4.size
+          8375  0x4608  prim   17 14                        exch
+          8376  0x460a  prim   17 13                        pop
+          8377  0x460c  int    11 16                        22
+          8378  0x460e  int    11 02                        2
+          8379  0x4610  prim   17 1c                        mul
+          8380  0x4612  prim   17 1b                        sub
+          8381  0x4614  prim   17 05                        def
+  137 1   8382  0x4616  sec    28 55 01                     menu.sb.x
+          8383  0x4619  sec    28 56 01                     menu.sb.y
+          8384  0x461c  int    11 01                        1
+          8385  0x461e  prim   17 1b                        sub
+          8386  0x4620  prim   17 3c                        moveto
+  138 1   8387  0x4622  sec    28 55 01                     menu.sb.x
+          8388  0x4625  sec    28 57 01                     menu.sb.width
+          8389  0x4628  prim   17 1a                        add
+          8390  0x462a  sec    28 56 01                     menu.sb.y
+          8391  0x462d  int    11 01                        1
+          8392  0x462f  prim   17 1b                        sub
+          8393  0x4631  prim   17 3e                        lineto
+  140 1   8394  0x4633  sec    28 55 01                     menu.sb.x
+          8395  0x4636  sec    28 56 01                     menu.sb.y
+          8396  0x4639  sec    28 52 01                     menu.sb.height
+          8397  0x463c  prim   17 1a                        add
+          8398  0x463e  prim   17 3c                        moveto
+  141 1   8399  0x4640  sec    28 55 01                     menu.sb.x
+          8400  0x4643  sec    28 57 01                     menu.sb.width
+          8401  0x4646  prim   17 1a                        add
+          8402  0x4648  sec    28 56 01                     menu.sb.y
+          8403  0x464b  sec    28 52 01                     menu.sb.height
+          8404  0x464e  prim   17 1a                        add
+          8405  0x4650  prim   17 3e                        lineto
+  142 1   8406  0x4652  ret    06                         }
+          8407  0x4653  prim   17 06                      if
+  144 1   8408  0x4655  sec    28 28 01                   boot.text.options
+          8409  0x4658  prim   17 3f                      setcolor
+  146 1   8410  0x465a  sec    28 41 01                   window.current
+          8411  0x465d  sec    28 0c 02                   .font
+          8412  0x4660  prim   17 0f                      get
+          8413  0x4662  prim   17 43                      setfont
+  148 1   8414  0x4664  dict   29 86 02                   /boot.window
+          8415  0x4667  sec    28 41 01                   window.current
+          8416  0x466a  prim   17 05                      def
+  151 1   8417  0x466c  sec    28 45 01                   boot.ed
+          8418  0x466f  prim   17 12                      dup
+          8419  0x4671  int    01                         0
+          8420  0x4672  prim   17 0f                      get
+          8421  0x4674  prim   17 14                      exch
+          8422  0x4676  int    11 01                      1
+          8423  0x4678  prim   17 0f                      get
+  152 1   8424  0x467a  prim   17 17                      over
+          8425  0x467c  prim   17 17                      over
+          8426  0x467e  prim   17 3c                      moveto
+          8427  0x4680  sec    28 87 02                   boot.ed.width
+          8428  0x4683  sec    28 84 02                   boot.ed.height
+          8429  0x4686  prim   17 4e                      savescreen
+  153 1   8430  0x4688  sec    28 45 01                   boot.ed
+          8431  0x468b  int    11 02                      2
+          8432  0x468d  prim   17 15                      rot
+          8433  0x468f  prim   17 10                      put
+  155 1   8434  0x4691  sec    28 85 02                   boot.setup
+  157 1   8435  0x4694  sec    28 4d 01                   redrawmenu
+  158 1   8436  0x4697  sec    28 0c 01                   menu.entry
+          8437  0x469a  bool   13 01                      true # true
+          8438  0x469c  sec    28 62 01                   MenuSelect
+  160 1   8439  0x469f  sec    28 89 02                   panel.init
+  162 1   8440  0x46a2  str    94 05 6d 61 69 6e 00       "main"
+          8441  0x46a9  sec    28 66 01                   help.setcontext
+  164 1   8442  0x46ac  ret    06                       }
+          8443  0x46ad  prim   17 05                    def
+  172 1   8444  0x46af  dict   29 1f 02                 /main.input
+          8445  0x46b2  code   25 78 48                 {
+  173 1   8446  0x46b5  prim   17 12                      dup
+          8447  0x46b7  int    01                         0
+          8448  0x46b8  prim   17 29                      eq
+          8449  0x46ba  code   25 c0 46                   {
+          8450  0x46bd  prim   17 0d                        return
+          8451  0x46bf  ret    06                         }
+          8452  0x46c0  prim   17 06                      if
+  176 1   8453  0x46c2  sec    28 8a 02                   panel.input
+  178 1   8454  0x46c5  prim   17 12                      dup
+          8455  0x46c7  int    41 00 00 00 44             0x44000000 # keyF10
+          8456  0x46cc  prim   17 29                      eq
+          8457  0x46ce  code   25 d8 46                   {
+  179 1   8458  0x46d1  sec    28 b4 01                     power_off
+  180 1   8459  0x46d4  prim   17 13                        pop
+          8460  0x46d6  int    01                           0
+  181 1   8461  0x46d7  ret    06                         }
+          8462  0x46d8  prim   17 06                      if
+  183 1   8463  0x46da  prim   17 12                      dup
+          8464  0x46dc  int    11 1b                      0x0000001b # keyEsc
+          8465  0x46de  prim   17 29                      eq
+          8466  0x46e0  code   25 ea 46                   {
+          8467  0x46e3  sec    28 aa 01                     exit_popup
+          8468  0x46e6  prim   17 13                        pop
+          8469  0x46e8  int    01                           0
+          8470  0x46e9  ret    06                         }
+          8471  0x46ea  prim   17 06                      if
+  185 1   8472  0x46ec  prim   17 12                      dup
+          8473  0x46ee  int    11 0d                      0x0000000d # keyEnter
+          8474  0x46f0  prim   17 29                      eq
+          8475  0x46f2  code   25 00 47                   {
+  186 1   8476  0x46f5  dict   29 05 01                     /window.action
+          8477  0x46f8  int    11 04                        4 # actStart
+          8478  0x46fa  prim   17 05                        def
+  187 1   8479  0x46fc  prim   17 13                        pop
+          8480  0x46fe  int    01                           0
+  188 1   8481  0x46ff  ret    06                         }
+          8482  0x4700  prim   17 06                      if
+  190 1   8483  0x4702  prim   17 12                      dup
+          8484  0x4704  int    41 00 00 00 48             0x48000000 # keyUp
+          8485  0x4709  prim   17 29                      eq
+          8486  0x470b  code   25 48 47                   {
+  191 1   8487  0x470e  sec    28 0c 01                     menu.entry
+          8488  0x4711  int    01                           0
+          8489  0x4712  prim   17 2b                        gt
+          8490  0x4714  code   25 42 47                     {
+  192 1   8491  0x4717  sec    28 0c 01                       menu.entry
+          8492  0x471a  bool   03                             false # false
+          8493  0x471b  sec    28 62 01                       MenuSelect
+  193 1   8494  0x471e  sec    28 0c 01                       menu.entry
+          8495  0x4721  sec    28 51 01                       menu.shift
+          8496  0x4724  prim   17 29                          eq
+          8497  0x4726  code   25 32 47                       {
+  194 1   8498  0x4729  dict   29 51 01                         /menu.shift
+          8499  0x472c  sec    18 c9                            dec
+          8500  0x472e  sec    28 4d 01                         redrawmenu
+  195 1   8501  0x4731  ret    06                             }
+          8502  0x4732  prim   17 06                          if
+  196 1   8503  0x4734  dict   29 0c 01                       /menu.entry
+          8504  0x4737  sec    18 c9                          dec
+  197 1   8505  0x4739  sec    28 0c 01                       menu.entry
+          8506  0x473c  bool   13 01                          true # true
+          8507  0x473e  sec    28 62 01                       MenuSelect
+  198 1   8508  0x4741  ret    06                           }
+          8509  0x4742  prim   17 06                        if
+  199 1   8510  0x4744  prim   17 13                        pop
+          8511  0x4746  int    01                           0
+  200 1   8512  0x4747  ret    06                         }
+          8513  0x4748  prim   17 06                      if
+  202 1   8514  0x474a  prim   17 12                      dup
+          8515  0x474c  int    41 00 00 00 50             0x50000000 # keyDown
+          8516  0x4751  prim   17 29                      eq
+          8517  0x4753  code   25 af 47                   {
+  203 1   8518  0x4756  sec    28 0c 01                     menu.entry
+          8519  0x4759  sec    28 0e 01                     menu.texts
+          8520  0x475c  prim   17 11                        length
+          8521  0x475e  int    11 01                        1
+          8522  0x4760  prim   17 1b                        sub
+          8523  0x4762  prim   17 2d                        lt
+          8524  0x4764  code   25 a9 47                     {
+  204 1   8525  0x4767  sec    28 0c 01                       menu.entry
+          8526  0x476a  bool   03                             false # false
+          8527  0x476b  sec    28 62 01                       MenuSelect
+  205 1   8528  0x476e  sec    28 4e 01                       menu.visible.entries
+          8529  0x4771  sec    28 0c 01                       menu.entry
+          8530  0x4774  sec    28 51 01                       menu.shift
+          8531  0x4777  prim   17 1b                          sub
+          8532  0x4779  prim   17 1b                          sub
+          8533  0x477b  int    11 01                          1
+          8534  0x477d  prim   17 29                          eq
+          8535  0x477f  code   25 92 47                       {
+  206 1   8536  0x4782  dict   29 51 01                         /menu.shift
+          8537  0x4785  sec    28 51 01                         menu.shift
+          8538  0x4788  int    11 01                            1
+          8539  0x478a  prim   17 1a                            add
+          8540  0x478c  prim   17 05                            def
+          8541  0x478e  sec    28 4d 01                         redrawmenu
+  207 1   8542  0x4791  ret    06                             }
+          8543  0x4792  prim   17 06                          if
+  208 1   8544  0x4794  dict   29 0c 01                       /menu.entry
+          8545  0x4797  sec    28 0c 01                       menu.entry
+          8546  0x479a  int    11 01                          1
+          8547  0x479c  prim   17 1a                          add
+          8548  0x479e  prim   17 05                          def
+  209 1   8549  0x47a0  sec    28 0c 01                       menu.entry
+          8550  0x47a3  bool   13 01                          true # true
+          8551  0x47a5  sec    28 62 01                       MenuSelect
+  210 1   8552  0x47a8  ret    06                           }
+          8553  0x47a9  prim   17 06                        if
+  211 1   8554  0x47ab  prim   17 13                        pop
+          8555  0x47ad  int    01                           0
+  212 1   8556  0x47ae  ret    06                         }
+          8557  0x47af  prim   17 06                      if
+  214 1   8558  0x47b1  prim   17 12                      dup
+          8559  0x47b3  int    41 00 00 00 49             0x49000000 # keyPgUp
+          8560  0x47b8  prim   17 29                      eq
+          8561  0x47ba  code   25 f7 47                   {
+  215 1   8562  0x47bd  sec    28 0c 01                     menu.entry
+          8563  0x47c0  int    01                           0
+          8564  0x47c1  prim   17 2b                        gt
+          8565  0x47c3  code   25 f1 47                     {
+  216 1   8566  0x47c6  sec    28 0c 01                       menu.entry
+          8567  0x47c9  bool   03                             false # false
+          8568  0x47ca  sec    28 62 01                       MenuSelect
+  217 1   8569  0x47cd  dict   29 0c 01                       /menu.entry
+          8570  0x47d0  int    01                             0
+          8571  0x47d1  prim   17 05                          def
+  218 1   8572  0x47d3  sec    28 51 01                       menu.shift
+          8573  0x47d6  int    01                             0
+          8574  0x47d7  prim   17 2a                          ne
+          8575  0x47d9  code   25 e6 47                       {
+  219 1   8576  0x47dc  dict   29 51 01                         /menu.shift
+          8577  0x47df  int    01                               0
+          8578  0x47e0  prim   17 05                            def
+          8579  0x47e2  sec    28 4d 01                         redrawmenu
+  220 1   8580  0x47e5  ret    06                             }
+          8581  0x47e6  prim   17 06                          if
+  221 1   8582  0x47e8  sec    28 0c 01                       menu.entry
+          8583  0x47eb  bool   13 01                          true # true
+          8584  0x47ed  sec    28 62 01                       MenuSelect
+  222 1   8585  0x47f0  ret    06                           }
+          8586  0x47f1  prim   17 06                        if
+  223 1   8587  0x47f3  prim   17 13                        pop
+          8588  0x47f5  int    01                           0
+  224 1   8589  0x47f6  ret    06                         }
+          8590  0x47f7  prim   17 06                      if
+  226 1   8591  0x47f9  prim   17 12                      dup
+          8592  0x47fb  int    41 00 00 00 51             0x51000000 # keyPgDown
+          8593  0x4800  prim   17 29                      eq
+          8594  0x4802  code   25 61 48                   {
+  227 1   8595  0x4805  sec    28 0c 01                     menu.entry
+          8596  0x4808  sec    28 0e 01                     menu.texts
+          8597  0x480b  prim   17 11                        length
+          8598  0x480d  int    11 01                        1
+          8599  0x480f  prim   17 1b                        sub
+          8600  0x4811  prim   17 2d                        lt
+          8601  0x4813  code   25 5b 48                     {
+  228 1   8602  0x4816  sec    28 0c 01                       menu.entry
+          8603  0x4819  bool   03                             false # false
+          8604  0x481a  sec    28 62 01                       MenuSelect
+  229 1   8605  0x481d  dict   29 0c 01                       /menu.entry
+          8606  0x4820  sec    28 0e 01                       menu.texts
+          8607  0x4823  prim   17 11                          length
+          8608  0x4825  int    11 01                          1
+          8609  0x4827  prim   17 1b                          sub
+          8610  0x4829  prim   17 05                          def
+  230 1   8611  0x482b  sec    28 0e 01                       menu.texts
+          8612  0x482e  prim   17 11                          length
+          8613  0x4830  sec    28 4e 01                       menu.visible.entries
+          8614  0x4833  prim   17 1b                          sub
+          8615  0x4835  prim   17 12                          dup
+          8616  0x4837  sec    28 51 01                       menu.shift
+          8617  0x483a  prim   17 2a                          ne
+          8618  0x483c  code   25 4a 48                       {
+  231 1   8619  0x483f  dict   29 51 01                         /menu.shift
+          8620  0x4842  prim   17 14                            exch
+          8621  0x4844  prim   17 05                            def
+          8622  0x4846  sec    28 4d 01                         redrawmenu
+  232 1   8623  0x4849  ret    06                             }
+          8624  0x484a  code   25 50 48                       {
+  233 1   8625  0x484d  prim   17 13                            pop
+  234 1   8626  0x484f  ret    06                             }
+          8627  0x4850  prim   17 07                          ifelse
+  235 1   8628  0x4852  sec    28 0c 01                       menu.entry
+          8629  0x4855  bool   13 01                          true # true
+          8630  0x4857  sec    28 62 01                       MenuSelect
+  236 1   8631  0x485a  ret    06                           }
+          8632  0x485b  prim   17 06                        if
+  237 1   8633  0x485d  prim   17 13                        pop
+          8634  0x485f  int    01                           0
+  238 1   8635  0x4860  ret    06                         }
+          8636  0x4861  prim   17 06                      if
+  240 1   8637  0x4863  prim   17 12                      dup
+          8638  0x4865  int    01                         0
+          8639  0x4866  prim   17 2a                      ne
+          8640  0x4868  code   25 75 48                   {
+  241 1   8641  0x486b  str    94 04 6f 70 74 00            "opt"
+          8642  0x4871  sec    28 66 01                     help.setcontext
+  242 1   8643  0x4874  ret    06                         }
+          8644  0x4875  prim   17 06                      if
+  244 1   8645  0x4877  ret    06                       }
+          8646  0x4878  prim   17 05                    def
+   11 1   8647  0x487a  dict   29 8b 02                 /menuconfig.append
+          8648  0x487d  code   25 a3 48                 {
+   12 1   8649  0x4880  prim   17 17                      over
+          8650  0x4882  prim   17 11                      length
+          8651  0x4884  prim   17 17                      over
+          8652  0x4886  prim   17 11                      length
+          8653  0x4888  prim   17 1a                      add
+          8654  0x488a  sec    18 c2                      string
+          8655  0x488c  dict   29 8c 02                   /menuconfig.append.tmp
+          8656  0x488f  prim   17 14                      exch
+          8657  0x4891  prim   17 05                      def
+   13 1   8658  0x4893  str    94 05 25 73 25 73 00       "%s%s"
+          8659  0x489a  sec    28 8c 02                   menuconfig.append.tmp
+          8660  0x489d  sec    18 c3                      sprintf
+   14 1   8661  0x489f  sec    28 8c 02                   menuconfig.append.tmp
+   15 1   8662  0x48a2  ret    06                       }
+          8663  0x48a3  prim   17 05                    def
+   20 1   8664  0x48a5  dict   29 8d 02                 /menuconfig.find
+          8665  0x48a8  code   25 9c 49                 {
+   21 1   8666  0x48ab  dict   29 8e 02                   /menuconfig.find.tmp
+          8667  0x48ae  prim   17 14                      exch
+          8668  0x48b0  prim   17 05                      def
+   22 1   8669  0x48b2  sec    28 8e 02                   menuconfig.find.tmp
+          8670  0x48b5  code   25 05 49                   {
+   23 1   8671  0x48b8  prim   17 03                        [
+   24 1   8672  0x48ba  sec    28 8e 02                     menuconfig.find.tmp
+          8673  0x48bd  str    94 02 2f 00                  "/"
+          8674  0x48c1  sec    28 8b 02                     menuconfig.append
+   25 1   8675  0x48c4  sec    28 8e 02                     menuconfig.find.tmp
+          8676  0x48c7  str    94 0b 2f 73 79 73 6c 69      "/syslinux/"
+                               6e 75 78 2f 00
+          8677  0x48d4  sec    28 8b 02                     menuconfig.append
+   26 1   8678  0x48d7  sec    28 8e 02                     menuconfig.find.tmp
+          8679  0x48da  str    94 0b 2f 69 73 6f 6c 69      "/isolinux/"
+                               6e 75 78 2f 00
+          8680  0x48e7  sec    28 8b 02                     menuconfig.append
+   27 1   8681  0x48ea  sec    28 8e 02                     menuconfig.find.tmp
+          8682  0x48ed  str    94 10 2f 62 6f 6f 74 2f      "/boot/isolinux/"
+                               69 73 6f 6c 69 6e 75 78
+                               2f 00
+          8683  0x48ff  sec    28 8b 02                     menuconfig.append
+   28 1   8684  0x4902  prim   17 04                        ]
+   29 1   8685  0x4904  ret    06                         }
+          8686  0x4905  code   25 7d 49                   {
+   30 1   8687  0x4908  prim   17 03                        [
+   31 1   8688  0x490a  str    94 0e 2f 73 79 73 6c 69      "/syslinux.cfg"
+                               6e 75 78 2e 63 66 67 00
+   32 1   8689  0x491a  str    94 17 2f 73 79 73 6c 69      "/syslinux/syslinux.cfg"
+                               6e 75 78 2f 73 79 73 6c
+                               69 6e 75 78 2e 63 66 67
+                               00
+   33 1   8690  0x4933  str    94 0e 2f 69 73 6f 6c 69      "/isolinux.cfg"
+                               6e 75 78 2e 63 66 67 00
+   34 1   8691  0x4943  str    94 17 2f 69 73 6f 6c 69      "/isolinux/isolinux.cfg"
+                               6e 75 78 2f 69 73 6f 6c
+                               69 6e 75 78 2e 63 66 67
+                               00
+   35 1   8692  0x495c  str    94 1c 2f 62 6f 6f 74 2f      "/boot/isolinux/isolinux.cfg"
+                               69 73 6f 6c 69 6e 75 78
+                               2f 69 73 6f 6c 69 6e 75
+                               78 2e 63 66 67 00
+   36 1   8693  0x497a  prim   17 04                        ]
+   37 1   8694  0x497c  ret    06                         }
+          8695  0x497d  prim   17 07                      ifelse
+   38 1   8696  0x497f  code   25 98 49                   {
+   39 1   8697  0x4982  prim   17 12                        dup
+          8698  0x4984  prim   17 8a                        filesize
+          8699  0x4986  none   00                           .undef # .undef
+          8700  0x4987  prim   17 2a                        ne
+          8701  0x4989  code   25 93 49                     {
+          8702  0x498c  prim   17 89                          findfile
+          8703  0x498e  sec    18 c7                          cvs
+          8704  0x4990  prim   17 0d                          return
+          8705  0x4992  ret    06                           }
+          8706  0x4993  prim   17 06                        if
+   40 1   8707  0x4995  prim   17 13                        pop
+   41 1   8708  0x4997  ret    06                         }
+          8709  0x4998  prim   17 0b                      forall
+   42 1   8710  0x499a  none   00                         .undef # .undef
+   43 1   8711  0x499b  ret    06                       }
+          8712  0x499c  prim   17 05                    def
+   47 1   8713  0x499e  dict   29 8f 02                 /menuconfig.sethuman
+          8714  0x49a1  code   25 14 4a                 {
+   48 1   8715  0x49a4  sec    28 90 02                   menuconfig.curlabel
+          8716  0x49a7  none   00                         .undef # .undef
+          8717  0x49a8  prim   17 29                      eq
+          8718  0x49aa  code   25 b2 49                   {
+          8719  0x49ad  prim   17 13                        pop
+          8720  0x49af  prim   17 0d                        return
+          8721  0x49b1  ret    06                         }
+          8722  0x49b2  prim   17 06                      if
+   50 1   8723  0x49b4  dict   29 91 02                   /menuconfig.human
+          8724  0x49b7  prim   17 14                      exch
+          8725  0x49b9  prim   17 05                      def
+   52 1   8726  0x49bb  dict   29 92 02                   /menuconfig.idx
+          8727  0x49be  int    01                         0
+          8728  0x49bf  prim   17 05                      def
+   53 1   8729  0x49c1  sec    28 93 02                   menuconfig.entries
+          8730  0x49c4  code   25 e5 49                   {
+   54 1   8731  0x49c7  sec    28 90 02                     menuconfig.curlabel
+          8732  0x49ca  prim   17 29                        eq
+          8733  0x49cc  code   25 dd 49                     {
+   55 1   8734  0x49cf  sec    28 94 02                       menuconfig.humans
+          8735  0x49d2  sec    28 92 02                       menuconfig.idx
+          8736  0x49d5  sec    28 91 02                       menuconfig.human
+          8737  0x49d8  prim   17 10                          put
+   56 1   8738  0x49da  prim   17 0d                          return
+   57 1   8739  0x49dc  ret    06                           }
+          8740  0x49dd  prim   17 06                        if
+   58 1   8741  0x49df  dict   29 92 02                     /menuconfig.idx
+          8742  0x49e2  sec    18 c8                        inc
+   59 1   8743  0x49e4  ret    06                         }
+          8744  0x49e5  prim   17 0b                      forall
+   64 1   8745  0x49e7  dict   29 92 02                   /menuconfig.idx
+          8746  0x49ea  int    01                         0
+          8747  0x49eb  prim   17 05                      def
+   65 1   8748  0x49ed  sec    28 94 02                   menuconfig.humans
+          8749  0x49f0  code   25 11 4a                   {
+   66 1   8750  0x49f3  sec    28 91 02                     menuconfig.human
+          8751  0x49f6  prim   17 29                        eq
+          8752  0x49f8  code   25 09 4a                     {
+   67 1   8753  0x49fb  sec    28 93 02                       menuconfig.entries
+          8754  0x49fe  sec    28 92 02                       menuconfig.idx
+          8755  0x4a01  sec    28 90 02                       menuconfig.curlabel
+          8756  0x4a04  prim   17 10                          put
+   68 1   8757  0x4a06  prim   17 0d                          return
+   69 1   8758  0x4a08  ret    06                           }
+          8759  0x4a09  prim   17 06                        if
+   70 1   8760  0x4a0b  dict   29 92 02                     /menuconfig.idx
+          8761  0x4a0e  sec    18 c8                        inc
+   71 1   8762  0x4a10  ret    06                         }
+          8763  0x4a11  prim   17 0b                      forall
+   72 1   8764  0x4a13  ret    06                       }
+          8765  0x4a14  prim   17 05                    def
+   76 1   8766  0x4a16  dict   29 95 02                 /menuconfig.hidelabel
+          8767  0x4a19  code   25 90 4b                 {
+   77 1   8768  0x4a1c  sec    28 90 02                   menuconfig.curlabel
+          8769  0x4a1f  none   00                         .undef # .undef
+          8770  0x4a20  prim   17 29                      eq
+          8771  0x4a22  code   25 28 4a                   {
+          8772  0x4a25  prim   17 0d                        return
+          8773  0x4a27  ret    06                         }
+          8774  0x4a28  prim   17 06                      if
+   79 1   8775  0x4a2a  dict   29 92 02                   /menuconfig.idx
+          8776  0x4a2d  int    01                         0
+          8777  0x4a2e  prim   17 05                      def
+   80 1   8778  0x4a30  sec    28 93 02                   menuconfig.entries
+          8779  0x4a33  code   25 8d 4b                   {
+   81 1   8780  0x4a36  sec    28 90 02                     menuconfig.curlabel
+          8781  0x4a39  prim   17 29                        eq
+          8782  0x4a3b  code   25 85 4b                     {
+   83 1   8783  0x4a3e  dict   29 96 02                       /menuconfig.newargs
+          8784  0x4a41  sec    28 97 02                       menuconfig.args
+          8785  0x4a44  prim   17 11                          length
+          8786  0x4a46  int    11 01                          1
+          8787  0x4a48  prim   17 1b                          sub
+          8788  0x4a4a  prim   17 0e                          array
+          8789  0x4a4c  prim   17 05                          def
+   84 1   8790  0x4a4e  dict   29 98 02                       /menuconfig.newentries
+          8791  0x4a51  sec    28 93 02                       menuconfig.entries
+          8792  0x4a54  prim   17 11                          length
+          8793  0x4a56  int    11 01                          1
+          8794  0x4a58  prim   17 1b                          sub
+          8795  0x4a5a  prim   17 0e                          array
+          8796  0x4a5c  prim   17 05                          def
+   85 1   8797  0x4a5e  dict   29 99 02                       /menuconfig.newhumans
+          8798  0x4a61  sec    28 94 02                       menuconfig.humans
+          8799  0x4a64  prim   17 11                          length
+          8800  0x4a66  int    11 01                          1
+          8801  0x4a68  prim   17 1b                          sub
+          8802  0x4a6a  prim   17 0e                          array
+          8803  0x4a6c  prim   17 05                          def
+   86 1   8804  0x4a6e  dict   29 9a 02                       /menuconfig.newindices
+          8805  0x4a71  sec    28 9b 02                       menuconfig.indices
+          8806  0x4a74  prim   17 11                          length
+          8807  0x4a76  int    11 01                          1
+          8808  0x4a78  prim   17 1b                          sub
+          8809  0x4a7a  prim   17 0e                          array
+          8810  0x4a7c  prim   17 05                          def
+   87 1   8811  0x4a7e  sec    28 92 02                       menuconfig.idx
+          8812  0x4a81  int    01                             0
+          8813  0x4a82  prim   17 2a                          ne
+          8814  0x4a84  code   25 e0 4a                       {
+   88 1   8815  0x4a87  int    01                               0
+          8816  0x4a88  int    11 01                            1
+          8817  0x4a8a  sec    28 92 02                         menuconfig.idx
+          8818  0x4a8d  int    11 01                            1
+          8819  0x4a8f  prim   17 1b                            sub
+          8820  0x4a91  code   25 dd 4a                         {
+   89 1   8821  0x4a94  sec    28 97 02                           menuconfig.args
+          8822  0x4a97  prim   17 17                              over
+          8823  0x4a99  prim   17 0f                              get
+   90 1   8824  0x4a9b  sec    28 96 02                           menuconfig.newargs
+          8825  0x4a9e  int    11 02                              2
+          8826  0x4aa0  prim   17 18                              index
+          8827  0x4aa2  prim   17 15                              rot
+          8828  0x4aa4  prim   17 10                              put
+   91 1   8829  0x4aa6  sec    28 93 02                           menuconfig.entries
+          8830  0x4aa9  prim   17 17                              over
+          8831  0x4aab  prim   17 0f                              get
+   92 1   8832  0x4aad  sec    28 98 02                           menuconfig.newentries
+          8833  0x4ab0  int    11 02                              2
+          8834  0x4ab2  prim   17 18                              index
+          8835  0x4ab4  prim   17 15                              rot
+          8836  0x4ab6  prim   17 10                              put
+   93 1   8837  0x4ab8  sec    28 94 02                           menuconfig.humans
+          8838  0x4abb  prim   17 17                              over
+          8839  0x4abd  prim   17 0f                              get
+   94 1   8840  0x4abf  sec    28 99 02                           menuconfig.newhumans
+          8841  0x4ac2  int    11 02                              2
+          8842  0x4ac4  prim   17 18                              index
+          8843  0x4ac6  prim   17 15                              rot
+          8844  0x4ac8  prim   17 10                              put
+   95 1   8845  0x4aca  sec    28 9b 02                           menuconfig.indices
+          8846  0x4acd  prim   17 17                              over
+          8847  0x4acf  prim   17 0f                              get
+   96 1   8848  0x4ad1  sec    28 9a 02                           menuconfig.newindices
+          8849  0x4ad4  int    11 03                              3
+          8850  0x4ad6  int    11 01                              1
+          8851  0x4ad8  prim   17 16                              roll
+          8852  0x4ada  prim   17 10                              put
+   97 1   8853  0x4adc  ret    06                               }
+          8854  0x4add  prim   17 0a                            for
+   98 1   8855  0x4adf  ret    06                             }
+          8856  0x4ae0  prim   17 06                          if
+  100 1   8857  0x4ae2  sec    28 92 02                       menuconfig.idx
+          8858  0x4ae5  sec    28 93 02                       menuconfig.entries
+          8859  0x4ae8  prim   17 11                          length
+          8860  0x4aea  int    11 01                          1
+          8861  0x4aec  prim   17 1b                          sub
+          8862  0x4aee  prim   17 2d                          lt
+          8863  0x4af0  code   25 60 4b                       {
+  102 1   8864  0x4af3  sec    28 92 02                         menuconfig.idx
+          8865  0x4af6  int    11 01                            1
+          8866  0x4af8  sec    28 93 02                         menuconfig.entries
+          8867  0x4afb  prim   17 11                            length
+          8868  0x4afd  int    11 02                            2
+          8869  0x4aff  prim   17 1b                            sub
+          8870  0x4b01  code   25 5d 4b                         {
+  103 1   8871  0x4b04  sec    28 97 02                           menuconfig.args
+          8872  0x4b07  prim   17 17                              over
+          8873  0x4b09  int    11 01                              1
+          8874  0x4b0b  prim   17 1a                              add
+          8875  0x4b0d  prim   17 0f                              get
+  104 1   8876  0x4b0f  sec    28 96 02                           menuconfig.newargs
+          8877  0x4b12  int    11 02                              2
+          8878  0x4b14  prim   17 18                              index
+          8879  0x4b16  prim   17 15                              rot
+          8880  0x4b18  prim   17 10                              put
+  105 1   8881  0x4b1a  sec    28 93 02                           menuconfig.entries
+          8882  0x4b1d  prim   17 17                              over
+          8883  0x4b1f  int    11 01                              1
+          8884  0x4b21  prim   17 1a                              add
+          8885  0x4b23  prim   17 0f                              get
+  106 1   8886  0x4b25  sec    28 98 02                           menuconfig.newentries
+          8887  0x4b28  int    11 02                              2
+          8888  0x4b2a  prim   17 18                              index
+          8889  0x4b2c  prim   17 15                              rot
+          8890  0x4b2e  prim   17 10                              put
+  107 1   8891  0x4b30  sec    28 94 02                           menuconfig.humans
+          8892  0x4b33  prim   17 17                              over
+          8893  0x4b35  int    11 01                              1
+          8894  0x4b37  prim   17 1a                              add
+          8895  0x4b39  prim   17 0f                              get
+  108 1   8896  0x4b3b  sec    28 99 02                           menuconfig.newhumans
+          8897  0x4b3e  int    11 02                              2
+          8898  0x4b40  prim   17 18                              index
+          8899  0x4b42  prim   17 15                              rot
+          8900  0x4b44  prim   17 10                              put
+  109 1   8901  0x4b46  sec    28 9b 02                           menuconfig.indices
+          8902  0x4b49  prim   17 17                              over
+          8903  0x4b4b  int    11 01                              1
+          8904  0x4b4d  prim   17 1a                              add
+          8905  0x4b4f  prim   17 0f                              get
+  110 1   8906  0x4b51  sec    28 9a 02                           menuconfig.newindices
+          8907  0x4b54  int    11 03                              3
+          8908  0x4b56  int    11 01                              1
+          8909  0x4b58  prim   17 16                              roll
+          8910  0x4b5a  prim   17 10                              put
+  111 1   8911  0x4b5c  ret    06                               }
+          8912  0x4b5d  prim   17 0a                            for
+  112 1   8913  0x4b5f  ret    06                             }
+          8914  0x4b60  prim   17 06                          if
+  114 1   8915  0x4b62  dict   29 97 02                       /menuconfig.args
+          8916  0x4b65  sec    28 96 02                       menuconfig.newargs
+          8917  0x4b68  prim   17 05                          def
+  115 1   8918  0x4b6a  dict   29 93 02                       /menuconfig.entries
+          8919  0x4b6d  sec    28 98 02                       menuconfig.newentries
+          8920  0x4b70  prim   17 05                          def
+  116 1   8921  0x4b72  dict   29 94 02                       /menuconfig.humans
+          8922  0x4b75  sec    28 99 02                       menuconfig.newhumans
+          8923  0x4b78  prim   17 05                          def
+  117 1   8924  0x4b7a  dict   29 9b 02                       /menuconfig.indices
+          8925  0x4b7d  sec    28 9a 02                       menuconfig.newindices
+          8926  0x4b80  prim   17 05                          def
+  119 1   8927  0x4b82  prim   17 0d                          return
+  120 1   8928  0x4b84  ret    06                           }
+          8929  0x4b85  prim   17 06                        if
+  121 1   8930  0x4b87  dict   29 92 02                     /menuconfig.idx
+          8931  0x4b8a  sec    18 c8                        inc
+  122 1   8932  0x4b8c  ret    06                         }
+          8933  0x4b8d  prim   17 0b                      forall
+  123 1   8934  0x4b8f  ret    06                       }
+          8935  0x4b90  prim   17 05                    def
+  126 1   8936  0x4b92  dict   29 9c 02                 /menuconfig.parse
+          8937  0x4b95  code   25 09 4d                 {
+  128 1   8938  0x4b98  sec    28 8d 02                   menuconfig.find
+          8939  0x4b9b  prim   17 12                      dup
+          8940  0x4b9d  none   00                         .undef # .undef
+          8941  0x4b9e  prim   17 29                      eq
+          8942  0x4ba0  code   25 a8 4b                   {
+          8943  0x4ba3  prim   17 13                        pop
+          8944  0x4ba5  prim   17 0d                        return
+          8945  0x4ba7  ret    06                         }
+          8946  0x4ba8  prim   17 06                      if
+  130 1   8947  0x4baa  prim   17 12                      dup
+          8948  0x4bac  code   25 02 4d                   {
+  133 1   8949  0x4baf  code   25 d8 4b                     {
+  134 1   8950  0x4bb2  prim   17 12                          dup
+          8951  0x4bb4  sec    18 c6                          cvp
+          8952  0x4bb6  prim   17 11                          length
+          8953  0x4bb8  int    01                             0
+          8954  0x4bb9  prim   17 29                          eq
+          8955  0x4bbb  code   25 c1 4b                       {
+          8956  0x4bbe  prim   17 0c                            exit
+          8957  0x4bc0  ret    06                             }
+          8958  0x4bc1  prim   17 06                          if
+  135 1   8959  0x4bc3  prim   17 12                          dup
+          8960  0x4bc5  int    01                             0
+          8961  0x4bc6  prim   17 0f                          get
+          8962  0x4bc8  int    01                             0
+          8963  0x4bc9  prim   17 2a                          ne
+          8964  0x4bcb  code   25 d1 4b                       {
+          8965  0x4bce  prim   17 0c                            exit
+          8966  0x4bd0  ret    06                             }
+          8967  0x4bd1  prim   17 06                          if
+  136 1   8968  0x4bd3  int    11 01                          1
+          8969  0x4bd5  prim   17 1a                          add
+  137 1   8970  0x4bd7  ret    06                           }
+          8971  0x4bd8  prim   17 08                        loop
+  138 1   8972  0x4bda  prim   17 12                        dup
+          8973  0x4bdc  sec    18 c6                        cvp
+          8974  0x4bde  prim   17 11                        length
+          8975  0x4be0  int    01                           0
+          8976  0x4be1  prim   17 29                        eq
+          8977  0x4be3  code   25 e9 4b                     {
+          8978  0x4be6  prim   17 0c                          exit
+          8979  0x4be8  ret    06                           }
+          8980  0x4be9  prim   17 06                        if
+  141 1   8981  0x4beb  int    01                           0
+          8982  0x4bec  int    11 01                        1
+          8983  0x4bee  int    11 02                        2
+          8984  0x4bf0  prim   17 18                        index
+          8985  0x4bf2  prim   17 11                        length
+          8986  0x4bf4  int    11 01                        1
+          8987  0x4bf6  prim   17 1b                        sub
+          8988  0x4bf8  code   25 25 4c                     {
+  142 1   8989  0x4bfb  prim   17 17                          over
+          8990  0x4bfd  prim   17 17                          over
+          8991  0x4bff  prim   17 0f                          get
+  143 1   8992  0x4c01  prim   17 12                          dup
+          8993  0x4c03  int    11 0d                          '
'
+          8994  0x4c05  prim   17 29                          eq
+          8995  0x4c07  prim   17 14                          exch
+          8996  0x4c09  int    11 0a                          '
+'
+          8997  0x4c0b  prim   17 29                          eq
+          8998  0x4c0d  prim   17 24                          or
+          8999  0x4c0f  code   25 1c 4c                       {
+          9000  0x4c12  prim   17 17                            over
+          9001  0x4c14  prim   17 14                            exch
+          9002  0x4c16  int    01                               0
+          9003  0x4c17  prim   17 10                            put
+          9004  0x4c19  prim   17 0c                            exit
+          9005  0x4c1b  ret    06                             }
+          9006  0x4c1c  code   25 22 4c                       {
+          9007  0x4c1f  prim   17 13                            pop
+          9008  0x4c21  ret    06                             }
+          9009  0x4c22  prim   17 07                          ifelse
+  144 1   9010  0x4c24  ret    06                           }
+          9011  0x4c25  prim   17 0a                        for
+  146 1   9012  0x4c27  sec    18 e6                        skipspace
+          9013  0x4c29  sec    18 8d                        getword
+          9014  0x4c2b  sec    18 e3                        tolower
+  147 1   9015  0x4c2d  prim   17 12                        dup
+          9016  0x4c2f  str    94 08 69 6e 63 6c 75 64      "include"
+                               65 00
+          9017  0x4c39  prim   17 29                        eq
+          9018  0x4c3b  code   25 4a 4c                     {
+  148 1   9019  0x4c3e  prim   17 17                          over
+          9020  0x4c40  sec    18 e6                          skipspace
+          9021  0x4c42  sec    18 8d                          getword
+          9022  0x4c44  prim   17 12                          dup
+          9023  0x4c46  sec    28 9c 02                       menuconfig.parse
+  149 1   9024  0x4c49  ret    06                           }
+          9025  0x4c4a  prim   17 06                        if
+  150 1   9026  0x4c4c  prim   17 12                        dup
+          9027  0x4c4e  str    94 06 6c 61 62 65 6c 00      "label"
+          9028  0x4c56  prim   17 29                        eq
+          9029  0x4c58  code   25 69 4c                     {
+  151 1   9030  0x4c5b  prim   17 17                          over
+          9031  0x4c5d  sec    18 e6                          skipspace
+          9032  0x4c5f  sec    18 cb                          strdup
+          9033  0x4c61  dict   29 90 02                       /menuconfig.curlabel
+          9034  0x4c64  prim   17 14                          exch
+          9035  0x4c66  prim   17 05                          def
+  152 1   9036  0x4c68  ret    06                           }
+          9037  0x4c69  prim   17 06                        if
+  153 1   9038  0x4c6b  prim   17 12                        dup
+          9039  0x4c6d  str    94 05 6d 65 6e 75 00         "menu"
+          9040  0x4c74  prim   17 29                        eq
+          9041  0x4c76  code   25 e1 4c                     {
+  154 1   9042  0x4c79  prim   17 17                          over
+          9043  0x4c7b  sec    18 e6                          skipspace
+          9044  0x4c7d  sec    18 8d                          getword
+          9045  0x4c7f  sec    18 e3                          tolower
+  155 1   9046  0x4c81  prim   17 12                          dup
+          9047  0x4c83  str    94 06 6c 61 62 65 6c 00        "label"
+          9048  0x4c8b  prim   17 29                          eq
+          9049  0x4c8d  code   25 9a 4c                       {
+          9050  0x4c90  prim   17 17                            over
+          9051  0x4c92  sec    18 e6                            skipspace
+          9052  0x4c94  sec    18 cb                            strdup
+          9053  0x4c96  sec    28 8f 02                         menuconfig.sethuman
+          9054  0x4c99  ret    06                             }
+          9055  0x4c9a  prim   17 06                          if
+  156 1   9056  0x4c9c  prim   17 12                          dup
+          9057  0x4c9e  str    94 05 68 69 64 65 00           "hide"
+          9058  0x4ca5  prim   17 29                          eq
+          9059  0x4ca7  code   25 ae 4c                       {
+          9060  0x4caa  sec    28 95 02                         menuconfig.hidelabel
+          9061  0x4cad  ret    06                             }
+          9062  0x4cae  prim   17 06                          if
+  159 1   9063  0x4cb0  prim   17 12                          dup
+          9064  0x4cb2  str    94 05 67 6f 74 6f 00           "goto"
+          9065  0x4cb9  prim   17 29                          eq
+          9066  0x4cbb  code   25 c2 4c                       {
+          9067  0x4cbe  sec    28 95 02                         menuconfig.hidelabel
+          9068  0x4cc1  ret    06                             }
+          9069  0x4cc2  prim   17 06                          if
+  160 1   9070  0x4cc4  prim   17 12                          dup
+          9071  0x4cc6  str    94 05 65 78 69 74 00           "exit"
+          9072  0x4ccd  prim   17 29                          eq
+          9073  0x4ccf  code   25 d6 4c                       {
+          9074  0x4cd2  sec    28 95 02                         menuconfig.hidelabel
+          9075  0x4cd5  ret    06                             }
+          9076  0x4cd6  prim   17 06                          if
+  161 1   9077  0x4cd8  prim   17 32                          free
+          9078  0x4cda  prim   17 15                          rot
+          9079  0x4cdc  prim   17 13                          pop
+          9080  0x4cde  prim   17 14                          exch
+  162 1   9081  0x4ce0  ret    06                           }
+          9082  0x4ce1  prim   17 06                        if
+  163 1   9083  0x4ce3  prim   17 12                        dup
+          9084  0x4ce5  str    94 07 63 6f 6e 66 69 67      "config"
+                               00
+          9085  0x4cee  prim   17 29                        eq
+          9086  0x4cf0  code   25 f7 4c                     {
+  165 1   9087  0x4cf3  sec    28 95 02                       menuconfig.hidelabel
+  166 1   9088  0x4cf6  ret    06                           }
+          9089  0x4cf7  prim   17 06                        if
+  167 1   9090  0x4cf9  prim   17 32                        free
+  170 1   9091  0x4cfb  prim   17 12                        dup
+          9092  0x4cfd  prim   17 11                        length
+          9093  0x4cff  prim   17 1a                        add
+  171 1   9094  0x4d01  ret    06                         }
+          9095  0x4d02  prim   17 08                      loop
+          9096  0x4d04  prim   17 13                      pop
+  172 1   9097  0x4d06  prim   17 32                      free
+  173 1   9098  0x4d08  ret    06                       }
+          9099  0x4d09  prim   17 05                    def
+  180 1   9100  0x4d0b  dict   29 26 01                 /menuconfig.init
+          9101  0x4d0e  code   25 bd 4d                 {
+  181 1   9102  0x4d11  prim   17 12                      dup
+          9103  0x4d13  prim   17 11                      length
+          9104  0x4d15  prim   17 0e                      array
+          9105  0x4d17  dict   29 97 02                   /menuconfig.args
+          9106  0x4d1a  prim   17 14                      exch
+          9107  0x4d1c  prim   17 05                      def
+  182 1   9108  0x4d1e  prim   17 17                      over
+          9109  0x4d20  prim   17 11                      length
+          9110  0x4d22  prim   17 0e                      array
+          9111  0x4d24  dict   29 93 02                   /menuconfig.entries
+          9112  0x4d27  prim   17 14                      exch
+          9113  0x4d29  prim   17 05                      def
+  183 1   9114  0x4d2b  prim   17 17                      over
+          9115  0x4d2d  prim   17 11                      length
+          9116  0x4d2f  prim   17 0e                      array
+          9117  0x4d31  dict   29 94 02                   /menuconfig.humans
+          9118  0x4d34  prim   17 14                      exch
+          9119  0x4d36  prim   17 05                      def
+  184 1   9120  0x4d38  prim   17 17                      over
+          9121  0x4d3a  prim   17 11                      length
+          9122  0x4d3c  prim   17 0e                      array
+          9123  0x4d3e  dict   29 9b 02                   /menuconfig.indices
+          9124  0x4d41  prim   17 14                      exch
+          9125  0x4d43  prim   17 05                      def
+  187 1   9126  0x4d45  dict   29 92 02                   /menuconfig.idx
+          9127  0x4d48  int    01                         0
+          9128  0x4d49  prim   17 05                      def
+  188 1   9129  0x4d4b  code   25 5e 4d                   {
+  189 1   9130  0x4d4e  sec    28 97 02                     menuconfig.args
+          9131  0x4d51  sec    28 92 02                     menuconfig.idx
+          9132  0x4d54  prim   17 15                        rot
+          9133  0x4d56  prim   17 10                        put
+  190 1   9134  0x4d58  dict   29 92 02                     /menuconfig.idx
+          9135  0x4d5b  sec    18 c8                        inc
+  191 1   9136  0x4d5d  ret    06                         }
+          9137  0x4d5e  prim   17 0b                      forall
+  192 1   9138  0x4d60  dict   29 92 02                   /menuconfig.idx
+          9139  0x4d63  int    01                         0
+          9140  0x4d64  prim   17 05                      def
+  193 1   9141  0x4d66  code   25 8f 4d                   {
+  194 1   9142  0x4d69  prim   17 12                        dup
+          9143  0x4d6b  sec    28 93 02                     menuconfig.entries
+          9144  0x4d6e  sec    28 92 02                     menuconfig.idx
+          9145  0x4d71  prim   17 15                        rot
+          9146  0x4d73  prim   17 10                        put
+  195 1   9147  0x4d75  sec    28 94 02                     menuconfig.humans
+          9148  0x4d78  sec    28 92 02                     menuconfig.idx
+          9149  0x4d7b  prim   17 15                        rot
+          9150  0x4d7d  prim   17 10                        put
+  196 1   9151  0x4d7f  sec    28 9b 02                     menuconfig.indices
+          9152  0x4d82  sec    28 92 02                     menuconfig.idx
+          9153  0x4d85  prim   17 12                        dup
+          9154  0x4d87  prim   17 10                        put
+  197 1   9155  0x4d89  dict   29 92 02                     /menuconfig.idx
+          9156  0x4d8c  sec    18 c8                        inc
+  198 1   9157  0x4d8e  ret    06                         }
+          9158  0x4d8f  prim   17 0b                      forall
+  201 1   9159  0x4d91  sec    18 b8                      syslinux
+          9160  0x4d93  prim   17 26                      not
+          9161  0x4d95  code   25 a4 4d                   {
+  202 1   9162  0x4d98  sec    28 94 02                     menuconfig.humans
+          9163  0x4d9b  sec    28 93 02                     menuconfig.entries
+          9164  0x4d9e  sec    28 97 02                     menuconfig.args
+          9165  0x4da1  prim   17 0d                        return
+  203 1   9166  0x4da3  ret    06                         }
+          9167  0x4da4  prim   17 06                      if
+  205 1   9168  0x4da6  dict   29 90 02                   /menuconfig.curlabel
+          9169  0x4da9  none   00                         .undef # .undef
+          9170  0x4daa  prim   17 05                      def
+  207 1   9171  0x4dac  none   00                         .undef # .undef
+          9172  0x4dad  sec    28 9c 02                   menuconfig.parse
+  209 1   9173  0x4db0  sec    28 9b 02                   menuconfig.indices
+          9174  0x4db3  sec    28 94 02                   menuconfig.humans
+          9175  0x4db6  sec    28 93 02                   menuconfig.entries
+          9176  0x4db9  sec    28 97 02                   menuconfig.args
+  210 1   9177  0x4dbc  ret    06                       }
+          9178  0x4dbd  prim   17 05                    def
+   11 1   9179  0x4dbf  dict   29 9d 02                 /xmenu.vspace.default
+          9180  0x4dc2  code   25 e1 4d                 {
+          9181  0x4dc5  sec    28 9e 02                   xmenu
+          9182  0x4dc8  int    11 01                      1 # .xm_list
+          9183  0x4dca  prim   17 0f                      get
+          9184  0x4dcc  prim   17 11                      length
+          9185  0x4dce  int    11 0f                      15
+          9186  0x4dd0  prim   17 2c                      ge
+          9187  0x4dd2  code   25 d8 4d                   {
+          9188  0x4dd5  int    11 02                        2
+          9189  0x4dd7  ret    06                         }
+          9190  0x4dd8  code   25 de 4d                   {
+          9191  0x4ddb  int    11 04                        4
+          9192  0x4ddd  ret    06                         }
+          9193  0x4dde  prim   17 07                      ifelse
+          9194  0x4de0  ret    06                       }
+          9195  0x4de1  prim   17 05                    def
+   12 1   9196                                          # xmenu.hspace
+          9197                                          # 12
+          9198                                          # def
+   13 1   9199  0x4de3  dict   29 9f 02                 /xmenu.light
+          9200  0x4de6  sec    18 ed                    white
+          9201  0x4de8  prim   17 05                    def
+   14 1   9202  0x4dea  dict   29 2f 01                 /xmenu.dark
+          9203  0x4ded  sec    28 9c 01                 black
+          9204  0x4df0  prim   17 05                    def
+   15 1   9205  0x4df2  dict   29 a0 02                 /xmenu.font
+          9206  0x4df5  sec    28 84 01                 font.normal
+          9207  0x4df8  prim   17 05                    def
+   16 1   9208  0x4dfa  dict   29 a1 02                 /xmenu.normal.bg
+          9209  0x4dfd  sec    28 54 01                 lightgray
+          9210  0x4e00  prim   17 05                    def
+   17 1   9211  0x4e02  dict   29 a2 02                 /xmenu.normal.fg
+          9212  0x4e05  sec    28 9c 01                 black
+          9213  0x4e08  prim   17 05                    def
+   18 1   9214  0x4e0a  dict   29 a3 02                 /xmenu.selected.fg
+          9215  0x4e0d  sec    18 ed                    white
+          9216  0x4e0f  prim   17 05                    def
+   19 1   9217  0x4e11  dict   29 a4 02                 /xmenu.selected.bg
+          9218  0x4e14  int    31 6c 6c 6c              0x6c6c6c
+          9219  0x4e18  sec    28 8f 01                 newcolor
+   21 1   9220  0x4e1b  sec    28 96 01                 small_layout
+          9221  0x4e1e  code   25 29 4e                 {
+   22 1   9222  0x4e21  dict   29 a5 02                   /xmenu.maxlines
+          9223  0x4e24  int    11 15                      21
+          9224  0x4e26  prim   17 05                      def
+   23 1   9225  0x4e28  ret    06                       }
+          9226  0x4e29  code   25 34 4e                 {
+   24 1   9227  0x4e2c  dict   29 a5 02                   /xmenu.maxlines
+          9228  0x4e2f  int    11 1b                      27
+          9229  0x4e31  prim   17 05                      def
+   25 1   9230  0x4e33  ret    06                       }
+          9231  0x4e34  prim   17 07                    ifelse
+   31 1   9232                                          # .xm_current
+          9233                                          # 0
+          9234                                          # def
+   32 1   9235                                          # .xm_list
+          9236                                          # 1
+          9237                                          # def
+   33 1   9238                                          # .xm_x
+          9239                                          # 2
+          9240                                          # def
+   34 1   9241                                          # .xm_y
+          9242                                          # 3
+          9243                                          # def
+   35 1   9244                                          # .xm_width
+          9245                                          # 4
+          9246                                          # def
+   36 1   9247                                          # .xm_height
+          9248                                          # 5
+          9249                                          # def
+   37 1   9250                                          # .xm_panel_x
+          9251                                          # 6
+          9252                                          # def
+   38 1   9253                                          # .xm_panel_width
+          9254                                          # 7
+          9255                                          # def
+   39 1   9256                                          # .xm_panel_height
+          9257                                          # 8
+          9258                                          # def
+   40 1   9259                                          # .xm_vspace
+          9260                                          # 9
+          9261                                          # def
+   41 1   9262                                          # .xm_title
+          9263                                          # 10
+          9264                                          # def
+   42 1   9265                                          # .xm_columns
+          9266                                          # 11
+          9267                                          # def
+   43 1   9268                                          # .xm_check
+          9269                                          # 12
+          9270                                          # def
+   44 1   9271                                          # .xm_allselected
+          9272                                          # 13
+          9273                                          # def
+   45 1   9274                                          # .xm_size
+          9275                                          # 14
+          9276                                          # def
+   49 1   9277  0x4e36  dict   29 a6 02                 /xmenu.x
+          9278  0x4e39  code   25 44 4e                 {
+          9279  0x4e3c  sec    28 9e 02                   xmenu
+          9280  0x4e3f  int    11 02                      2 # .xm_x
+          9281  0x4e41  prim   17 0f                      get
+          9282  0x4e43  ret    06                       }
+          9283  0x4e44  prim   17 05                    def
+   50 1   9284  0x4e46  dict   29 a7 02                 /xmenu.y
+          9285  0x4e49  code   25 54 4e                 {
+          9286  0x4e4c  sec    28 9e 02                   xmenu
+          9287  0x4e4f  int    11 03                      3 # .xm_y
+          9288  0x4e51  prim   17 0f                      get
+          9289  0x4e53  ret    06                       }
+          9290  0x4e54  prim   17 05                    def
+   51 1   9291  0x4e56  dict   29 a8 02                 /xmenu.width
+          9292  0x4e59  code   25 64 4e                 {
+          9293  0x4e5c  sec    28 9e 02                   xmenu
+          9294  0x4e5f  int    11 04                      4 # .xm_width
+          9295  0x4e61  prim   17 0f                      get
+          9296  0x4e63  ret    06                       }
+          9297  0x4e64  prim   17 05                    def
+   52 1   9298  0x4e66  dict   29 a9 02                 /xmenu.height
+          9299  0x4e69  code   25 74 4e                 {
+          9300  0x4e6c  sec    28 9e 02                   xmenu
+          9301  0x4e6f  int    11 05                      5 # .xm_height
+          9302  0x4e71  prim   17 0f                      get
+          9303  0x4e73  ret    06                       }
+          9304  0x4e74  prim   17 05                    def
+   53 1   9305  0x4e76  dict   29 aa 02                 /xmenu.columns
+          9306  0x4e79  code   25 84 4e                 {
+          9307  0x4e7c  sec    28 9e 02                   xmenu
+          9308  0x4e7f  int    11 0b                      11 # .xm_columns
+          9309  0x4e81  prim   17 0f                      get
+          9310  0x4e83  ret    06                       }
+          9311  0x4e84  prim   17 05                    def
+   55 1   9312  0x4e86  dict   29 ab 02                 /xmenu.vspace
+          9313  0x4e89  code   25 a8 4e                 {
+          9314  0x4e8c  sec    28 9e 02                   xmenu
+          9315  0x4e8f  int    11 09                      9 # .xm_vspace
+          9316  0x4e91  prim   17 0f                      get
+          9317  0x4e93  prim   17 12                      dup
+          9318  0x4e95  none   00                         .undef # .undef
+          9319  0x4e96  prim   17 2a                      ne
+          9320  0x4e98  code   25 9c 4e                   {
+          9321  0x4e9b  ret    06                         }
+          9322  0x4e9c  code   25 a5 4e                   {
+          9323  0x4e9f  prim   17 13                        pop
+          9324  0x4ea1  sec    28 9d 02                     xmenu.vspace.default
+          9325  0x4ea4  ret    06                         }
+          9326  0x4ea5  prim   17 07                      ifelse
+          9327  0x4ea7  ret    06                       }
+          9328  0x4ea8  prim   17 05                    def
+   57 1   9329  0x4eaa  dict   29 ac 02                 /xmenu.saved
+          9330  0x4ead  code   25 bd 4e                 {
+          9331  0x4eb0  sec    28 ad 02                   xmenu.saved.areas
+          9332  0x4eb3  sec    28 ae 02                   xmenu.column
+          9333  0x4eb6  prim   17 0f                      get
+          9334  0x4eb8  int    11 02                      2
+          9335  0x4eba  prim   17 0f                      get
+          9336  0x4ebc  ret    06                       }
+          9337  0x4ebd  prim   17 05                    def
+   64 1   9338  0x4ebf  dict   29 af 02                 /window.xmenu
+          9339  0x4ec2  code   25 e4 4e                 {
+   65 1   9340  0x4ec5  sec    28 02 02                   widget.size
+          9341  0x4ec8  prim   17 0e                      array
+   66 1   9342  0x4eca  prim   17 12                      dup
+          9343  0x4ecc  sec    28 04 02                   .type
+          9344  0x4ecf  int    11 68                      104 # t_xmenu
+          9345  0x4ed1  prim   17 10                      put
+   67 1   9346  0x4ed3  prim   17 12                      dup
+          9347  0x4ed5  sec    28 19 02                   .xmenu.select
+          9348  0x4ed8  none   00                         .undef # .undef
+          9349  0x4ed9  prim   17 10                      put
+   68 1   9350  0x4edb  prim   17 12                      dup
+          9351  0x4edd  sec    28 1a 02                   .xmenu.input
+          9352  0x4ee0  none   00                         .undef # .undef
+          9353  0x4ee1  prim   17 10                      put
+   69 1   9354  0x4ee3  ret    06                       }
+          9355  0x4ee4  prim   17 05                    def
+   77 1   9356  0x4ee6  dict   29 20 02                 /xmenu.input
+          9357  0x4ee9  code   25 56 51                 {
+   78 1   9358  0x4eec  prim   17 12                      dup
+          9359  0x4eee  int    01                         0
+          9360  0x4eef  prim   17 29                      eq
+          9361  0x4ef1  code   25 f7 4e                   {
+          9362  0x4ef4  prim   17 0d                        return
+          9363  0x4ef6  ret    06                         }
+          9364  0x4ef7  prim   17 06                      if
+   80 1   9365  0x4ef9  prim   17 12                      dup
+          9366  0x4efb  int    11 1b                      0x0000001b # keyEsc
+          9367  0x4efd  prim   17 29                      eq
+          9368  0x4eff  code   25 12 4f                   {
+   81 1   9369  0x4f02  sec    28 9e 02                     xmenu
+          9370  0x4f05  int    01                           0
+          9371  0x4f06  sec    28 b0 02                     xmenu.oldentry
+          9372  0x4f09  prim   17 10                        put
+   82 1   9373  0x4f0b  sec    28 2d 02                     window.done
+   83 1   9374  0x4f0e  prim   17 13                        pop
+          9375  0x4f10  int    01                           0
+   84 1   9376  0x4f11  ret    06                         }
+          9377  0x4f12  prim   17 06                      if
+   86 1   9378  0x4f14  prim   17 12                      dup
+          9379  0x4f16  int    11 0d                      0x0000000d # keyEnter
+          9380  0x4f18  prim   17 29                      eq
+          9381  0x4f1a  code   25 67 4f                   {
+   87 1   9382  0x4f1d  sec    28 9e 02                     xmenu
+          9383  0x4f20  int    11 0c                        12 # .xm_check
+          9384  0x4f22  prim   17 0f                        get
+          9385  0x4f24  code   25 50 4f                     {
+   88 1   9386  0x4f27  sec    28 9e 02                       xmenu
+          9387  0x4f2a  int    11 0d                          13 # .xm_allselected
+          9388  0x4f2c  prim   17 0f                          get
+          9389  0x4f2e  sec    28 9e 02                       xmenu
+          9390  0x4f31  int    01                             0 # .xm_current
+          9391  0x4f32  prim   17 0f                          get
+          9392  0x4f34  prim   17 17                          over
+          9393  0x4f36  prim   17 17                          over
+          9394  0x4f38  prim   17 0f                          get
+          9395  0x4f3a  prim   17 26                          not
+          9396  0x4f3c  prim   17 10                          put
+   89 1   9397  0x4f3e  sec    28 9e 02                       xmenu
+          9398  0x4f41  int    01                             0 # .xm_current
+          9399  0x4f42  prim   17 0f                          get
+          9400  0x4f44  sec    28 b1 02                       xmenu.viewentry
+   90 1   9401  0x4f47  sec    28 41 01                       window.current
+          9402  0x4f4a  sec    28 18 02                       .xmenu.change
+          9403  0x4f4d  prim   17 0f                          get
+   91 1   9404  0x4f4f  ret    06                           }
+          9405  0x4f50  code   25 5f 4f                     {
+   92 1   9406  0x4f53  sec    28 41 01                       window.current
+          9407  0x4f56  sec    28 17 02                       .xmenu.update
+          9408  0x4f59  prim   17 0f                          get
+   93 1   9409  0x4f5b  sec    28 2d 02                       window.done
+   94 1   9410  0x4f5e  ret    06                           }
+          9411  0x4f5f  prim   17 07                        ifelse
+   95 1   9412  0x4f61  prim   17 19                        exec
+   96 1   9413  0x4f63  prim   17 13                        pop
+          9414  0x4f65  int    01                           0
+   97 1   9415  0x4f66  ret    06                         }
+          9416  0x4f67  prim   17 06                      if
+   99 1   9417  0x4f69  prim   17 12                      dup
+          9418  0x4f6b  int    11 20                      ' '
+          9419  0x4f6d  prim   17 29                      eq
+          9420  0x4f6f  code   25 c8 4f                   {
+  100 1   9421  0x4f72  sec    28 9e 02                     xmenu
+          9422  0x4f75  int    11 0c                        12 # .xm_check
+          9423  0x4f77  prim   17 0f                        get
+          9424  0x4f79  code   25 c2 4f                     {
+  101 1   9425  0x4f7c  sec    28 9e 02                       xmenu
+          9426  0x4f7f  int    11 0d                          13 # .xm_allselected
+          9427  0x4f81  prim   17 0f                          get
+          9428  0x4f83  sec    28 9e 02                       xmenu
+          9429  0x4f86  int    01                             0 # .xm_current
+          9430  0x4f87  prim   17 0f                          get
+          9431  0x4f89  prim   17 17                          over
+          9432  0x4f8b  prim   17 17                          over
+          9433  0x4f8d  prim   17 0f                          get
+          9434  0x4f8f  prim   17 26                          not
+          9435  0x4f91  prim   17 10                          put
+  102 1   9436  0x4f93  sec    28 9e 02                       xmenu
+          9437  0x4f96  int    01                             0 # .xm_current
+          9438  0x4f97  prim   17 0f                          get
+          9439  0x4f99  sec    28 b1 02                       xmenu.viewentry
+  103 1   9440  0x4f9c  sec    28 41 01                       window.current
+          9441  0x4f9f  sec    28 18 02                       .xmenu.change
+          9442  0x4fa2  prim   17 0f                          get
+          9443  0x4fa4  prim   17 12                          dup
+          9444  0x4fa6  none   00                             .undef # .undef
+          9445  0x4fa7  prim   17 2a                          ne
+          9446  0x4fa9  code   25 af 4f                       {
+  104 1   9447  0x4fac  prim   17 19                            exec
+  105 1   9448  0x4fae  ret    06                             }
+          9449  0x4faf  code   25 bf 4f                       {
+  106 1   9450  0x4fb2  prim   17 13                            pop
+          9451  0x4fb4  sec    28 41 01                         window.current
+          9452  0x4fb7  sec    28 17 02                         .xmenu.update
+          9453  0x4fba  prim   17 0f                            get
+          9454  0x4fbc  prim   17 19                            exec
+  107 1   9455  0x4fbe  ret    06                             }
+          9456  0x4fbf  prim   17 07                          ifelse
+  108 1   9457  0x4fc1  ret    06                           }
+          9458  0x4fc2  prim   17 06                        if
+  109 1   9459  0x4fc4  prim   17 13                        pop
+          9460  0x4fc6  int    01                           0
+  110 1   9461  0x4fc7  ret    06                         }
+          9462  0x4fc8  prim   17 06                      if
+  112 1   9463  0x4fca  prim   17 12                      dup
+          9464  0x4fcc  int    41 00 00 00 50             0x50000000 # keyDown
+          9465  0x4fd1  prim   17 29                      eq
+          9466  0x4fd3  code   25 e7 4f                   {
+  113 1   9467  0x4fd6  sec    28 9e 02                     xmenu
+          9468  0x4fd9  int    01                           0 # .xm_current
+          9469  0x4fda  prim   17 0f                        get
+          9470  0x4fdc  int    11 01                        1
+          9471  0x4fde  prim   17 1a                        add
+          9472  0x4fe0  sec    28 b2 02                     xmenu.select
+  114 1   9473  0x4fe3  prim   17 13                        pop
+          9474  0x4fe5  int    01                           0
+  115 1   9475  0x4fe6  ret    06                         }
+          9476  0x4fe7  prim   17 06                      if
+  117 1   9477  0x4fe9  prim   17 12                      dup
+          9478  0x4feb  int    41 00 00 00 48             0x48000000 # keyUp
+          9479  0x4ff0  prim   17 29                      eq
+          9480  0x4ff2  code   25 06 50                   {
+  118 1   9481  0x4ff5  sec    28 9e 02                     xmenu
+          9482  0x4ff8  int    01                           0 # .xm_current
+          9483  0x4ff9  prim   17 0f                        get
+          9484  0x4ffb  int    11 01                        1
+          9485  0x4ffd  prim   17 1b                        sub
+          9486  0x4fff  sec    28 b2 02                     xmenu.select
+  119 1   9487  0x5002  prim   17 13                        pop
+          9488  0x5004  int    01                           0
+  120 1   9489  0x5005  ret    06                         }
+          9490  0x5006  prim   17 06                      if
+  122 1   9491  0x5008  prim   17 12                      dup
+          9492  0x500a  int    41 00 00 00 51             0x51000000 # keyPgDown
+          9493  0x500f  prim   17 29                      eq
+          9494  0x5011  code   25 34 50                   {
+  123 1   9495  0x5014  sec    28 9e 02                     xmenu
+          9496  0x5017  int    01                           0 # .xm_current
+          9497  0x5018  prim   17 0f                        get
+          9498  0x501a  int    11 05                        5
+          9499  0x501c  prim   17 1a                        add
+  124 1   9500  0x501e  sec    28 9e 02                     xmenu
+          9501  0x5021  int    11 01                        1 # .xm_list
+          9502  0x5023  prim   17 0f                        get
+          9503  0x5025  prim   17 11                        length
+          9504  0x5027  int    11 01                        1
+          9505  0x5029  prim   17 1b                        sub
+          9506  0x502b  prim   17 21                        min
+          9507  0x502d  sec    28 b2 02                     xmenu.select
+  125 1   9508  0x5030  prim   17 13                        pop
+          9509  0x5032  int    01                           0
+  126 1   9510  0x5033  ret    06                         }
+          9511  0x5034  prim   17 06                      if
+  128 1   9512  0x5036  prim   17 12                      dup
+          9513  0x5038  int    41 00 00 00 49             0x49000000 # keyPgUp
+          9514  0x503d  prim   17 29                      eq
+          9515  0x503f  code   25 56 50                   {
+  129 1   9516  0x5042  sec    28 9e 02                     xmenu
+          9517  0x5045  int    01                           0 # .xm_current
+          9518  0x5046  prim   17 0f                        get
+          9519  0x5048  int    11 05                        5
+          9520  0x504a  prim   17 1b                        sub
+  130 1   9521  0x504c  int    01                           0
+          9522  0x504d  prim   17 22                        max
+          9523  0x504f  sec    28 b2 02                     xmenu.select
+  131 1   9524  0x5052  prim   17 13                        pop
+          9525  0x5054  int    01                           0
+  132 1   9526  0x5055  ret    06                         }
+          9527  0x5056  prim   17 06                      if
+  134 1   9528  0x5058  prim   17 12                      dup
+          9529  0x505a  int    41 00 00 00 47             0x47000000 # keyHome
+          9530  0x505f  prim   17 29                      eq
+          9531  0x5061  code   25 6c 50                   {
+  135 1   9532  0x5064  int    01                           0
+          9533  0x5065  sec    28 b2 02                     xmenu.select
+  136 1   9534  0x5068  prim   17 13                        pop
+          9535  0x506a  int    01                           0
+  137 1   9536  0x506b  ret    06                         }
+          9537  0x506c  prim   17 06                      if
+  139 1   9538  0x506e  prim   17 12                      dup
+          9539  0x5070  int    41 00 00 00 4f             0x4f000000 # keyEnd
+          9540  0x5075  prim   17 29                      eq
+          9541  0x5077  code   25 8e 50                   {
+  140 1   9542  0x507a  sec    28 9e 02                     xmenu
+          9543  0x507d  int    11 01                        1 # .xm_list
+          9544  0x507f  prim   17 0f                        get
+          9545  0x5081  prim   17 11                        length
+          9546  0x5083  int    11 01                        1
+          9547  0x5085  prim   17 1b                        sub
+          9548  0x5087  sec    28 b2 02                     xmenu.select
+  141 1   9549  0x508a  prim   17 13                        pop
+          9550  0x508c  int    01                           0
+  142 1   9551  0x508d  ret    06                         }
+          9552  0x508e  prim   17 06                      if
+  144 1   9553  0x5090  prim   17 12                      dup
+          9554  0x5092  int    41 00 00 00 4d             0x4d000000 # keyRight
+          9555  0x5097  prim   17 29                      eq
+          9556  0x5099  code   25 d6 50                   {
+  145 1   9557  0x509c  sec    28 9e 02                     xmenu
+          9558  0x509f  int    01                           0 # .xm_current
+          9559  0x50a0  prim   17 0f                        get
+  146 1   9560  0x50a2  prim   17 12                        dup
+          9561  0x50a4  sec    28 a5 02                     xmenu.maxlines
+          9562  0x50a7  prim   17 1d                        div
+          9563  0x50a9  int    11 01                        1
+          9564  0x50ab  prim   17 1a                        add
+          9565  0x50ad  sec    28 aa 02                     xmenu.columns
+          9566  0x50b0  prim   17 1e                        mod
+          9567  0x50b2  sec    28 a5 02                     xmenu.maxlines
+          9568  0x50b5  prim   17 1c                        mul
+  147 1   9569  0x50b7  prim   17 14                        exch
+          9570  0x50b9  sec    28 a5 02                     xmenu.maxlines
+          9571  0x50bc  prim   17 1e                        mod
+          9572  0x50be  prim   17 1a                        add
+  148 1   9573  0x50c0  sec    28 9e 02                     xmenu
+          9574  0x50c3  int    11 01                        1 # .xm_list
+          9575  0x50c5  prim   17 0f                        get
+          9576  0x50c7  prim   17 11                        length
+          9577  0x50c9  int    11 01                        1
+          9578  0x50cb  prim   17 1b                        sub
+          9579  0x50cd  prim   17 21                        min
+          9580  0x50cf  sec    28 b2 02                     xmenu.select
+  149 1   9581  0x50d2  prim   17 13                        pop
+          9582  0x50d4  int    01                           0
+  150 1   9583  0x50d5  ret    06                         }
+          9584  0x50d6  prim   17 06                      if
+  152 1   9585  0x50d8  prim   17 12                      dup
+          9586  0x50da  int    41 00 00 00 4b             0x4b000000 # keyLeft
+          9587  0x50df  prim   17 29                      eq
+          9588  0x50e1  code   25 23 51                   {
+  153 1   9589  0x50e4  sec    28 9e 02                     xmenu
+          9590  0x50e7  int    01                           0 # .xm_current
+          9591  0x50e8  prim   17 0f                        get
+  154 1   9592  0x50ea  prim   17 12                        dup
+          9593  0x50ec  sec    28 a5 02                     xmenu.maxlines
+          9594  0x50ef  prim   17 1d                        div
+          9595  0x50f1  sec    28 aa 02                     xmenu.columns
+          9596  0x50f4  prim   17 1a                        add
+          9597  0x50f6  int    11 01                        1
+          9598  0x50f8  prim   17 1b                        sub
+          9599  0x50fa  sec    28 aa 02                     xmenu.columns
+          9600  0x50fd  prim   17 1e                        mod
+          9601  0x50ff  sec    28 a5 02                     xmenu.maxlines
+          9602  0x5102  prim   17 1c                        mul
+  155 1   9603  0x5104  prim   17 14                        exch
+          9604  0x5106  sec    28 a5 02                     xmenu.maxlines
+          9605  0x5109  prim   17 1e                        mod
+          9606  0x510b  prim   17 1a                        add
+  156 1   9607  0x510d  sec    28 9e 02                     xmenu
+          9608  0x5110  int    11 01                        1 # .xm_list
+          9609  0x5112  prim   17 0f                        get
+          9610  0x5114  prim   17 11                        length
+          9611  0x5116  int    11 01                        1
+          9612  0x5118  prim   17 1b                        sub
+          9613  0x511a  prim   17 21                        min
+          9614  0x511c  sec    28 b2 02                     xmenu.select
+  157 1   9615  0x511f  prim   17 13                        pop
+          9616  0x5121  int    01                           0
+  158 1   9617  0x5122  ret    06                         }
+          9618  0x5123  prim   17 06                      if
+  160 1   9619  0x5125  prim   17 12                      dup
+          9620  0x5127  int    41 00 00 00 3b             0x3b000000 # keyF1
+          9621  0x512c  prim   17 29                      eq
+          9622  0x512e  code   25 38 51                   {
+  161 1   9623  0x5131  sec    28 af 01                     show_help
+  162 1   9624  0x5134  prim   17 13                        pop
+          9625  0x5136  int    01                           0
+  163 1   9626  0x5137  ret    06                         }
+          9627  0x5138  prim   17 06                      if
+  165 1   9628  0x513a  sec    28 41 01                   window.current
+          9629  0x513d  sec    28 1a 02                   .xmenu.input
+          9630  0x5140  prim   17 0f                      get
+          9631  0x5142  prim   17 12                      dup
+          9632  0x5144  none   00                         .undef # .undef
+          9633  0x5145  prim   17 2a                      ne
+          9634  0x5147  code   25 4d 51                   {
+          9635  0x514a  prim   17 19                        exec
+          9636  0x514c  ret    06                         }
+          9637  0x514d  code   25 53 51                   {
+          9638  0x5150  prim   17 13                        pop
+          9639  0x5152  ret    06                         }
+          9640  0x5153  prim   17 07                      ifelse
+  166 1   9641  0x5155  ret    06                       }
+          9642  0x5156  prim   17 05                    def
+  174 1   9643  0x5158  dict   29 b3 02                 /xmenu.sizes
+          9644  0x515b  code   25 78 52                 {
+  175 1   9645  0x515e  dict   29 b4 02                   /xmenu.lheight
+          9646  0x5161  sec    28 a0 02                   xmenu.font
+          9647  0x5164  prim   17 43                      setfont
+          9648  0x5166  prim   17 45                      fontheight
+          9649  0x5168  sec    28 ab 02                   xmenu.vspace
+          9650  0x516b  prim   17 12                      dup
+          9651  0x516d  prim   17 1a                      add
+          9652  0x516f  prim   17 1a                      add
+          9653  0x5171  prim   17 05                      def
+  177 1   9654  0x5173  sec    28 9e 02                   xmenu
+          9655  0x5176  int    11 0b                      11 # .xm_columns
+  178 1   9656  0x5178  sec    28 9e 02                   xmenu
+          9657  0x517b  int    11 01                      1 # .xm_list
+          9658  0x517d  prim   17 0f                      get
+          9659  0x517f  prim   17 11                      length
+          9660  0x5181  sec    28 a5 02                   xmenu.maxlines
+          9661  0x5184  prim   17 1a                      add
+          9662  0x5186  int    11 01                      1
+          9663  0x5188  prim   17 1b                      sub
+          9664  0x518a  sec    28 a5 02                   xmenu.maxlines
+          9665  0x518d  prim   17 1d                      div
+  179 1   9666  0x518f  prim   17 10                      put
+  181 1   9667  0x5191  dict   29 b5 02                   /xmenu.lastheight
+  182 1   9668  0x5194  sec    28 9e 02                   xmenu
+          9669  0x5197  int    11 01                      1 # .xm_list
+          9670  0x5199  prim   17 0f                      get
+          9671  0x519b  prim   17 11                      length
+          9672  0x519d  sec    28 a5 02                   xmenu.maxlines
+          9673  0x51a0  sec    28 aa 02                   xmenu.columns
+          9674  0x51a3  int    11 01                      1
+          9675  0x51a5  prim   17 1b                      sub
+          9676  0x51a7  prim   17 1c                      mul
+          9677  0x51a9  prim   17 1b                      sub
+          9678  0x51ab  sec    28 b4 02                   xmenu.lheight
+          9679  0x51ae  prim   17 1c                      mul
+  183 1   9680  0x51b0  prim   17 05                      def
+  185 1   9681  0x51b2  sec    28 9e 02                   xmenu
+          9682  0x51b5  int    11 05                      5 # .xm_height
+  186 1   9683  0x51b7  sec    28 9e 02                   xmenu
+          9684  0x51ba  int    11 01                      1 # .xm_list
+          9685  0x51bc  prim   17 0f                      get
+          9686  0x51be  prim   17 11                      length
+          9687  0x51c0  sec    28 a5 02                   xmenu.maxlines
+          9688  0x51c3  prim   17 21                      min
+          9689  0x51c5  sec    28 b4 02                   xmenu.lheight
+          9690  0x51c8  prim   17 1c                      mul
+  187 1   9691  0x51ca  prim   17 10                      put
+  189 1   9692  0x51cc  sec    28 9e 02                   xmenu
+          9693  0x51cf  int    11 04                      4 # .xm_width
+          9694  0x51d1  prim   17 03                      [
+  190 1   9695  0x51d3  dict   29 b6 02                   /xmenu.idx
+          9696  0x51d6  int    01                         0
+          9697  0x51d7  prim   17 05                      def
+  191 1   9698  0x51d9  int    01                         0
+          9699  0x51da  sec    28 9e 02                   xmenu
+          9700  0x51dd  int    11 01                      1 # .xm_list
+          9701  0x51df  prim   17 0f                      get
+          9702  0x51e1  code   25 25 52                   {
+  192 1   9703  0x51e4  prim   17 19                        exec
+          9704  0x51e6  prim   17 46                        strsize
+          9705  0x51e8  prim   17 13                        pop
+          9706  0x51ea  prim   17 22                        max
+  193 1   9707  0x51ec  dict   29 b6 02                     /xmenu.idx
+          9708  0x51ef  sec    18 c8                        inc
+  194 1   9709  0x51f1  sec    28 b6 02                     xmenu.idx
+          9710  0x51f4  sec    28 a5 02                     xmenu.maxlines
+          9711  0x51f7  prim   17 1e                        mod
+          9712  0x51f9  int    01                           0
+          9713  0x51fa  prim   17 29                        eq
+          9714  0x51fc  code   25 22 52                     {
+  195 1   9715  0x51ff  sec    28 9e 02                       xmenu
+          9716  0x5202  int    11 0c                          12 # .xm_check
+          9717  0x5204  prim   17 0f                          get
+          9718  0x5206  code   25 16 52                       {
+          9719  0x5209  str    94 04 78 20 20 00                "x  "
+          9720  0x520f  prim   17 46                            strsize
+          9721  0x5211  prim   17 13                            pop
+          9722  0x5213  prim   17 1a                            add
+          9723  0x5215  ret    06                             }
+          9724  0x5216  prim   17 06                          if
+  196 1   9725  0x5218  int    11 0c                          12 # xmenu.hspace
+          9726  0x521a  int    11 02                          2
+          9727  0x521c  prim   17 1c                          mul
+          9728  0x521e  prim   17 1a                          add
+  197 1   9729  0x5220  int    01                             0
+  198 1   9730  0x5221  ret    06                           }
+          9731  0x5222  prim   17 06                        if
+  199 1   9732  0x5224  ret    06                         }
+          9733  0x5225  prim   17 0b                      forall
+  200 1   9734  0x5227  sec    28 b6 02                   xmenu.idx
+          9735  0x522a  sec    28 a5 02                   xmenu.maxlines
+          9736  0x522d  prim   17 1e                      mod
+          9737  0x522f  int    01                         0
+          9738  0x5230  prim   17 2a                      ne
+          9739  0x5232  code   25 57 52                   {
+  201 1   9740  0x5235  sec    28 9e 02                     xmenu
+          9741  0x5238  int    11 0c                        12 # .xm_check
+          9742  0x523a  prim   17 0f                        get
+          9743  0x523c  code   25 4c 52                     {
+          9744  0x523f  str    94 04 78 20 20 00              "x  "
+          9745  0x5245  prim   17 46                          strsize
+          9746  0x5247  prim   17 13                          pop
+          9747  0x5249  prim   17 1a                          add
+          9748  0x524b  ret    06                           }
+          9749  0x524c  prim   17 06                        if
+  202 1   9750  0x524e  int    11 0c                        12 # xmenu.hspace
+          9751  0x5250  int    11 02                        2
+          9752  0x5252  prim   17 1c                        mul
+          9753  0x5254  prim   17 1a                        add
+  203 1   9754  0x5256  ret    06                         }
+          9755  0x5257  code   25 5d 52                   {
+          9756  0x525a  prim   17 13                        pop
+          9757  0x525c  ret    06                         }
+          9758  0x525d  prim   17 07                      ifelse
+  204 1   9759  0x525f  prim   17 04                      ]
+          9760  0x5261  prim   17 10                      put
+  206 1   9761  0x5263  dict   29 b7 02                   /xmenu.saved.normal
+          9762  0x5266  sec    28 aa 02                   xmenu.columns
+          9763  0x5269  prim   17 0e                      array
+          9764  0x526b  prim   17 05                      def
+  207 1   9765  0x526d  dict   29 b8 02                   /xmenu.saved.selected
+          9766  0x5270  sec    28 aa 02                   xmenu.columns
+          9767  0x5273  prim   17 0e                      array
+          9768  0x5275  prim   17 05                      def
+  208 1   9769  0x5277  ret    06                       }
+          9770  0x5278  prim   17 05                    def
+  216 1   9771  0x527a  dict   29 b9 02                 /xmenu.widthupto
+          9772  0x527d  code   25 a8 52                 {
+  219 1   9773  0x5280  prim   17 12                      dup
+          9774  0x5282  code   25 a5 52                   {
+  220 1   9775  0x5285  int    01                           0
+          9776  0x5286  prim   17 14                        exch
+  221 1   9777  0x5288  int    01                           0
+          9778  0x5289  int    11 01                        1
+          9779  0x528b  prim   17 15                        rot
+          9780  0x528d  int    11 01                        1
+          9781  0x528f  prim   17 1b                        sub
+          9782  0x5291  code   25 a2 52                     {
+  222 1   9783  0x5294  sec    28 a8 02                       xmenu.width
+          9784  0x5297  prim   17 14                          exch
+          9785  0x5299  prim   17 0f                          get
+          9786  0x529b  int    11 02                          2
+          9787  0x529d  prim   17 1a                          add
+          9788  0x529f  prim   17 1a                          add
+  223 1   9789  0x52a1  ret    06                           }
+          9790  0x52a2  prim   17 0a                        for
+  224 1   9791  0x52a4  ret    06                         }
+          9792  0x52a5  prim   17 06                      if
+  225 1   9793  0x52a7  ret    06                       }
+          9794  0x52a8  prim   17 05                    def
+  235 1   9795  0x52aa  dict   29 25 02                 /xmenu.init
+          9796  0x52ad  code   25 2b 54                 {
+  236 1   9797  0x52b0  dict   29 9e 02                   /xmenu
+          9798  0x52b3  prim   17 17                      over
+          9799  0x52b5  sec    28 16 02                   .xmenu
+          9800  0x52b8  prim   17 0f                      get
+          9801  0x52ba  prim   17 05                      def
+  238 1   9802  0x52bc  sec    28 b3 02                   xmenu.sizes
+  240 1   9803  0x52bf  prim   17 12                      dup
+          9804  0x52c1  sec    28 0e 02                   .saved.areas
+          9805  0x52c4  sec    28 aa 02                   xmenu.columns
+  241 1   9806  0x52c7  sec    28 aa 02                   xmenu.columns
+          9807  0x52ca  int    11 01                      1
+          9808  0x52cc  prim   17 2b                      gt
+          9809  0x52ce  sec    28 9e 02                   xmenu
+          9810  0x52d1  int    11 0a                      10 # .xm_title
+          9811  0x52d3  prim   17 0f                      get
+          9812  0x52d5  none   00                         .undef # .undef
+          9813  0x52d6  prim   17 2a                      ne
+          9814  0x52d8  prim   17 23                      and
+          9815  0x52da  code   25 e2 52                   {
+          9816  0x52dd  int    11 01                        1
+          9817  0x52df  prim   17 1a                        add
+          9818  0x52e1  ret    06                         }
+          9819  0x52e2  prim   17 06                      if
+  242 1   9820  0x52e4  prim   17 0e                      array
+          9821  0x52e6  dict   29 ad 02                   /xmenu.saved.areas
+          9822  0x52e9  prim   17 17                      over
+          9823  0x52eb  prim   17 05                      def
+          9824  0x52ed  prim   17 10                      put
+  244 1   9825  0x52ef  int    01                         0
+          9826  0x52f0  int    11 01                      1
+          9827  0x52f2  sec    28 aa 02                   xmenu.columns
+          9828  0x52f5  int    11 01                      1
+          9829  0x52f7  prim   17 1b                      sub
+          9830  0x52f9  code   25 6f 53                   {
+  245 1   9831  0x52fc  dict   29 ae 02                     /xmenu.column
+          9832  0x52ff  prim   17 14                        exch
+          9833  0x5301  prim   17 05                        def
+  247 1   9834  0x5303  prim   17 12                        dup
+          9835  0x5305  sec    28 0e 02                     .saved.areas
+          9836  0x5308  prim   17 0f                        get
+          9837  0x530a  sec    28 ae 02                     xmenu.column
+  249 1   9838  0x530d  prim   17 03                        [
+  250 1   9839  0x530f  sec    28 ae 02                     xmenu.column
+          9840  0x5312  sec    28 b9 02                     xmenu.widthupto
+          9841  0x5315  sec    28 a6 02                     xmenu.x
+          9842  0x5318  prim   17 1a                        add
+          9843  0x531a  int    11 01                        1
+          9844  0x531c  prim   17 1b                        sub
+          9845  0x531e  sec    28 a7 02                     xmenu.y
+          9846  0x5321  int    11 01                        1
+          9847  0x5323  prim   17 1b                        sub
+          9848  0x5325  prim   17 3c                        moveto
+  251 1   9849  0x5327  prim   17 3d                        currentpoint
+  253 1   9850  0x5329  sec    28 9f 02                     xmenu.light
+          9851  0x532c  sec    28 2f 01                     xmenu.dark
+  254 1   9852  0x532f  sec    28 a8 02                     xmenu.width
+          9853  0x5332  sec    28 ae 02                     xmenu.column
+          9854  0x5335  prim   17 0f                        get
+          9855  0x5337  int    11 02                        2
+          9856  0x5339  prim   17 1a                        add
+  255 1   9857  0x533b  sec    28 ae 02                     xmenu.column
+          9858  0x533e  int    11 01                        1
+          9859  0x5340  prim   17 1a                        add
+          9860  0x5342  sec    28 aa 02                     xmenu.columns
+          9861  0x5345  prim   17 29                        eq
+          9862  0x5347  code   25 4e 53                     {
+          9863  0x534a  sec    28 b5 02                       xmenu.lastheight
+          9864  0x534d  ret    06                           }
+          9865  0x534e  code   25 55 53                     {
+          9866  0x5351  sec    28 a9 02                       xmenu.height
+          9867  0x5354  ret    06                           }
+          9868  0x5355  prim   17 07                        ifelse
+          9869  0x5357  int    11 02                        2
+          9870  0x5359  prim   17 1a                        add
+  256 1   9871  0x535b  prim   17 17                        over
+          9872  0x535d  prim   17 17                        over
+          9873  0x535f  prim   17 4e                        savescreen
+          9874  0x5361  int    11 05                        5
+          9875  0x5363  int    11 01                        1
+          9876  0x5365  prim   17 16                        roll
+  257 1   9877  0x5367  sec    28 88 01                     drawborder
+  259 1   9878  0x536a  prim   17 04                        ]
+          9879  0x536c  prim   17 10                        put
+  261 1   9880  0x536e  ret    06                         }
+          9881  0x536f  prim   17 0a                      for
+  263 1   9882  0x5371  sec    28 aa 02                   xmenu.columns
+          9883  0x5374  int    11 01                      1
+          9884  0x5376  prim   17 2b                      gt
+          9885  0x5378  sec    28 9e 02                   xmenu
+          9886  0x537b  int    11 0a                      10 # .xm_title
+          9887  0x537d  prim   17 0f                      get
+          9888  0x537f  none   00                         .undef # .undef
+          9889  0x5380  prim   17 2a                      ne
+          9890  0x5382  prim   17 23                      and
+          9891  0x5384  code   25 d6 53                   {
+  264 1   9892  0x5387  prim   17 12                        dup
+          9893  0x5389  sec    28 0e 02                     .saved.areas
+          9894  0x538c  prim   17 0f                        get
+          9895  0x538e  sec    28 aa 02                     xmenu.columns
+  265 1   9896  0x5391  prim   17 03                        [
+  266 1   9897  0x5393  sec    28 a6 02                     xmenu.x
+          9898  0x5396  int    11 01                        1
+          9899  0x5398  prim   17 1b                        sub
+          9900  0x539a  sec    28 a7 02                     xmenu.y
+          9901  0x539d  sec    28 ab 02                     xmenu.vspace
+          9902  0x53a0  prim   17 1b                        sub
+          9903  0x53a2  sec    28 b4 02                     xmenu.lheight
+          9904  0x53a5  prim   17 1b                        sub
+          9905  0x53a7  int    11 01                        1
+          9906  0x53a9  prim   17 1b                        sub
+          9907  0x53ab  prim   17 3c                        moveto
+  267 1   9908  0x53ad  prim   17 3d                        currentpoint
+  269 1   9909  0x53af  sec    28 9f 02                     xmenu.light
+          9910  0x53b2  sec    28 2f 01                     xmenu.dark
+  270 1   9911  0x53b5  sec    28 aa 02                     xmenu.columns
+          9912  0x53b8  sec    28 b9 02                     xmenu.widthupto
+  271 1   9913  0x53bb  sec    28 b4 02                     xmenu.lheight
+          9914  0x53be  int    11 02                        2
+          9915  0x53c0  prim   17 1a                        add
+  272 1   9916  0x53c2  prim   17 17                        over
+          9917  0x53c4  prim   17 17                        over
+          9918  0x53c6  prim   17 4e                        savescreen
+          9919  0x53c8  int    11 05                        5
+          9920  0x53ca  int    11 01                        1
+          9921  0x53cc  prim   17 16                        roll
+  273 1   9922  0x53ce  sec    28 88 01                     drawborder
+  274 1   9923  0x53d1  prim   17 04                        ]
+          9924  0x53d3  prim   17 10                        put
+  275 1   9925  0x53d5  ret    06                         }
+          9926  0x53d6  prim   17 06                      if
+  277 1   9927  0x53d8  int    01                         0
+          9928  0x53d9  int    11 01                      1
+          9929  0x53db  sec    28 9e 02                   xmenu
+          9930  0x53de  int    11 01                      1 # .xm_list
+          9931  0x53e0  prim   17 0f                      get
+          9932  0x53e2  prim   17 11                      length
+          9933  0x53e4  int    11 01                      1
+          9934  0x53e6  prim   17 1b                      sub
+          9935  0x53e8  code   25 ef 53                   {
+          9936  0x53eb  sec    28 b1 02                     xmenu.viewentry
+          9937  0x53ee  ret    06                         }
+          9938  0x53ef  prim   17 0a                      for
+  279 1   9939  0x53f1  sec    28 aa 02                   xmenu.columns
+          9940  0x53f4  int    11 01                      1
+          9941  0x53f6  prim   17 2b                      gt
+          9942  0x53f8  sec    28 9e 02                   xmenu
+          9943  0x53fb  int    11 0a                      10 # .xm_title
+          9944  0x53fd  prim   17 0f                      get
+          9945  0x53ff  none   00                         .undef # .undef
+          9946  0x5400  prim   17 2a                      ne
+          9947  0x5402  prim   17 23                      and
+          9948  0x5404  code   25 0b 54                   {
+  280 1   9949  0x5407  sec    28 ba 02                     xmenu.viewheader
+  281 1   9950  0x540a  ret    06                         }
+          9951  0x540b  prim   17 06                      if
+  283 1   9952  0x540d  dict   29 b0 02                   /xmenu.oldentry
+          9953  0x5410  sec    28 9e 02                   xmenu
+          9954  0x5413  int    01                         0 # .xm_current
+          9955  0x5414  prim   17 0f                      get
+          9956  0x5416  prim   17 05                      def
+  285 1   9957  0x5418  prim   17 12                      dup
+          9958  0x541a  sec    28 05 02                   .x
+          9959  0x541d  sec    28 a6 02                   xmenu.x
+          9960  0x5420  prim   17 10                      put
+  286 1   9961  0x5422  sec    28 06 02                   .y
+          9962  0x5425  sec    28 a7 02                   xmenu.y
+          9963  0x5428  prim   17 10                      put
+  288 1   9964  0x542a  ret    06                       }
+          9965  0x542b  prim   17 05                    def
+  296 1   9966  0x542d  dict   29 2f 02                 /xmenu.done
+          9967  0x5430  code   25 71 54                 {
+  297 1   9968  0x5433  dict   29 bb 02                   /xmenu.tmpbuf
+          9969  0x5436  sec    28 bb 02                   xmenu.tmpbuf
+          9970  0x5439  prim   17 32                      free
+          9971  0x543b  none   00                         .undef # .undef
+          9972  0x543c  prim   17 05                      def
+  298 1   9973  0x543e  sec    28 b7 02                   xmenu.saved.normal
+          9974  0x5441  code   25 47 54                   {
+          9975  0x5444  prim   17 32                        free
+          9976  0x5446  ret    06                         }
+          9977  0x5447  prim   17 0b                      forall
+  299 1   9978  0x5449  dict   29 b7 02                   /xmenu.saved.normal
+          9979  0x544c  sec    28 b7 02                   xmenu.saved.normal
+          9980  0x544f  prim   17 32                      free
+          9981  0x5451  none   00                         .undef # .undef
+          9982  0x5452  prim   17 05                      def
+  300 1   9983  0x5454  sec    28 b8 02                   xmenu.saved.selected
+          9984  0x5457  code   25 5d 54                   {
+          9985  0x545a  prim   17 32                        free
+          9986  0x545c  ret    06                         }
+          9987  0x545d  prim   17 0b                      forall
+  301 1   9988  0x545f  dict   29 b8 02                   /xmenu.saved.selected
+          9989  0x5462  sec    28 b8 02                   xmenu.saved.selected
+          9990  0x5465  prim   17 32                      free
+          9991  0x5467  none   00                         .undef # .undef
+          9992  0x5468  prim   17 05                      def
+  302 1   9993  0x546a  dict   29 ad 02                   /xmenu.saved.areas
+          9994  0x546d  none   00                         .undef # .undef
+          9995  0x546e  prim   17 05                      def
+  303 1   9996  0x5470  ret    06                       }
+          9997  0x5471  prim   17 05                    def
+  311 1   9998  0x5473  dict   29 30 02                 /xmenu.cleanup
+          9999  0x5476  code   25 95 54                 {
+  312 1  10000  0x5479  sec    28 41 01                   window.current
+         10001  0x547c  sec    28 1b 02                   .xmenu.cleanup
+         10002  0x547f  prim   17 0f                      get
+         10003  0x5481  prim   17 12                      dup
+         10004  0x5483  none   00                         .undef # .undef
+         10005  0x5484  prim   17 2a                      ne
+         10006  0x5486  code   25 8c 54                   {
+         10007  0x5489  prim   17 19                        exec
+         10008  0x548b  ret    06                         }
+         10009  0x548c  code   25 92 54                   {
+         10010  0x548f  prim   17 13                        pop
+         10011  0x5491  ret    06                         }
+         10012  0x5492  prim   17 07                      ifelse
+  313 1  10013  0x5494  ret    06                       }
+         10014  0x5495  prim   17 05                    def
+  321 1  10015  0x5497  dict   29 2a 02                 /xmenu.show
+         10016  0x549a  code   25 a1 54                 {
+  322 1  10017  0x549d  sec    28 2b 02                   window.push
+  323 1  10018  0x54a0  ret    06                       }
+         10019  0x54a1  prim   17 05                    def
+  331 1  10020  0x54a3  dict   29 b1 02                 /xmenu.viewentry
+         10021  0x54a6  code   25 9d 56                 {
+  332 1  10022  0x54a9  sec    28 a0 02                   xmenu.font
+         10023  0x54ac  prim   17 43                      setfont
+  334 1  10024  0x54ae  prim   17 12                      dup
+         10025  0x54b0  sec    28 a5 02                   xmenu.maxlines
+         10026  0x54b3  prim   17 1e                      mod
+         10027  0x54b5  sec    28 b4 02                   xmenu.lheight
+         10028  0x54b8  prim   17 1c                      mul
+         10029  0x54ba  sec    28 a7 02                   xmenu.y
+         10030  0x54bd  prim   17 1a                      add
+         10031  0x54bf  dict   29 bc 02                   /xmenu.pos.y
+         10032  0x54c2  prim   17 14                      exch
+         10033  0x54c4  prim   17 05                      def
+  336 1  10034  0x54c6  prim   17 12                      dup
+         10035  0x54c8  sec    28 a5 02                   xmenu.maxlines
+         10036  0x54cb  prim   17 1d                      div
+         10037  0x54cd  dict   29 ae 02                   /xmenu.column
+         10038  0x54d0  prim   17 17                      over
+         10039  0x54d2  prim   17 05                      def
+  337 1  10040  0x54d4  sec    28 b9 02                   xmenu.widthupto
+         10041  0x54d7  sec    28 a6 02                   xmenu.x
+         10042  0x54da  prim   17 1a                      add
+         10043  0x54dc  dict   29 bd 02                   /xmenu.pos.x
+         10044  0x54df  prim   17 14                      exch
+         10045  0x54e1  prim   17 05                      def
+  339 1  10046  0x54e3  sec    28 bd 02                   xmenu.pos.x
+         10047  0x54e6  sec    28 bc 02                   xmenu.pos.y
+         10048  0x54e9  prim   17 3c                      moveto
+  341 1  10049  0x54eb  prim   17 12                      dup
+         10050  0x54ed  sec    28 9e 02                   xmenu
+         10051  0x54f0  int    01                         0 # .xm_current
+         10052  0x54f1  prim   17 0f                      get
+         10053  0x54f3  prim   17 29                      eq
+         10054  0x54f5  code   25 fc 54                   {
+         10055  0x54f8  sec    28 b8 02                     xmenu.saved.selected
+         10056  0x54fb  ret    06                         }
+         10057  0x54fc  code   25 03 55                   {
+         10058  0x54ff  sec    28 b7 02                     xmenu.saved.normal
+         10059  0x5502  ret    06                         }
+         10060  0x5503  prim   17 07                      ifelse
+  342 1  10061  0x5505  sec    28 ae 02                   xmenu.column
+         10062  0x5508  prim   17 0f                      get
+  344 1  10063  0x550a  prim   17 12                      dup
+         10064  0x550c  code   25 21 55                   {
+  345 1  10065  0x550f  sec    28 a6 01                     transp
+         10066  0x5512  code   25 18 55                     {
+         10067  0x5515  prim   17 13                          pop
+         10068  0x5517  ret    06                           }
+         10069  0x5518  code   25 1e 55                     {
+         10070  0x551b  prim   17 4f                          restorescreen
+         10071  0x551d  ret    06                           }
+         10072  0x551e  prim   17 07                        ifelse
+  346 1  10073  0x5520  ret    06                         }
+         10074  0x5521  code   25 b0 55                   {
+  347 1  10075  0x5524  prim   17 13                        pop
+  349 1  10076  0x5526  prim   17 12                        dup
+         10077  0x5528  sec    28 9e 02                     xmenu
+         10078  0x552b  int    01                           0 # .xm_current
+         10079  0x552c  prim   17 0f                        get
+         10080  0x552e  prim   17 29                        eq
+         10081  0x5530  code   25 37 55                     {
+         10082  0x5533  sec    28 a4 02                       xmenu.selected.bg
+         10083  0x5536  ret    06                           }
+         10084  0x5537  code   25 3e 55                     {
+         10085  0x553a  sec    28 a1 02                       xmenu.normal.bg
+         10086  0x553d  ret    06                           }
+         10087  0x553e  prim   17 07                        ifelse
+  350 1  10088  0x5540  prim   17 3f                        setcolor
+         10089  0x5542  sec    28 a8 02                     xmenu.width
+         10090  0x5545  sec    28 ae 02                     xmenu.column
+         10091  0x5548  prim   17 0f                        get
+         10092  0x554a  sec    28 b4 02                     xmenu.lheight
+         10093  0x554d  prim   17 50                        fillrect
+  352 1  10094  0x554f  prim   17 12                        dup
+         10095  0x5551  sec    28 9e 02                     xmenu
+         10096  0x5554  int    01                           0 # .xm_current
+         10097  0x5555  prim   17 0f                        get
+         10098  0x5557  prim   17 29                        eq
+         10099  0x5559  code   25 79 55                     {
+  353 1  10100  0x555c  sec    28 bd 02                       xmenu.pos.x
+         10101  0x555f  sec    28 bc 02                       xmenu.pos.y
+         10102  0x5562  prim   17 3c                          moveto
+  354 1  10103  0x5564  sec    28 2f 01                       xmenu.dark
+         10104  0x5567  sec    28 9f 02                       xmenu.light
+  355 1  10105  0x556a  sec    28 a8 02                       xmenu.width
+         10106  0x556d  sec    28 ae 02                       xmenu.column
+         10107  0x5570  prim   17 0f                          get
+         10108  0x5572  sec    28 b4 02                       xmenu.lheight
+  356 1  10109  0x5575  sec    28 88 01                       drawborder
+  357 1  10110  0x5578  ret    06                           }
+         10111  0x5579  prim   17 06                        if
+  359 1  10112  0x557b  prim   17 12                        dup
+         10113  0x557d  sec    28 9e 02                     xmenu
+         10114  0x5580  int    01                           0 # .xm_current
+         10115  0x5581  prim   17 0f                        get
+         10116  0x5583  prim   17 29                        eq
+         10117  0x5585  code   25 8c 55                     {
+         10118  0x5588  sec    28 b8 02                       xmenu.saved.selected
+         10119  0x558b  ret    06                           }
+         10120  0x558c  code   25 93 55                     {
+         10121  0x558f  sec    28 b7 02                       xmenu.saved.normal
+         10122  0x5592  ret    06                           }
+         10123  0x5593  prim   17 07                        ifelse
+  360 1  10124  0x5595  sec    28 ae 02                     xmenu.column
+  361 1  10125  0x5598  sec    28 bd 02                     xmenu.pos.x
+         10126  0x559b  sec    28 bc 02                     xmenu.pos.y
+         10127  0x559e  prim   17 3c                        moveto
+  362 1  10128  0x55a0  sec    28 a8 02                     xmenu.width
+         10129  0x55a3  sec    28 ae 02                     xmenu.column
+         10130  0x55a6  prim   17 0f                        get
+         10131  0x55a8  sec    28 b4 02                     xmenu.lheight
+  363 1  10132  0x55ab  prim   17 4e                        savescreen
+  364 1  10133  0x55ad  prim   17 10                        put
+  365 1  10134  0x55af  ret    06                         }
+         10135  0x55b0  prim   17 07                      ifelse
+  368 1  10136  0x55b2  sec    28 a6 01                   transp
+         10137  0x55b5  code   25 25 56                   {
+  370 1  10138  0x55b8  prim   17 12                        dup
+         10139  0x55ba  sec    28 9e 02                     xmenu
+         10140  0x55bd  int    01                           0 # .xm_current
+         10141  0x55be  prim   17 0f                        get
+         10142  0x55c0  prim   17 29                        eq
+         10143  0x55c2  code   25 c9 55                     {
+         10144  0x55c5  sec    28 b8 02                       xmenu.saved.selected
+         10145  0x55c8  ret    06                           }
+         10146  0x55c9  code   25 d0 55                     {
+         10147  0x55cc  sec    28 b7 02                       xmenu.saved.normal
+         10148  0x55cf  ret    06                           }
+         10149  0x55d0  prim   17 07                        ifelse
+  371 1  10150  0x55d2  sec    28 ae 02                     xmenu.column
+         10151  0x55d5  prim   17 0f                        get
+  372 1  10152  0x55d7  sec    28 bb 02                     xmenu.tmpbuf
+         10153  0x55da  none   00                           .undef # .undef
+         10154  0x55db  prim   17 29                        eq
+         10155  0x55dd  code   25 ee 55                     {
+  373 1  10156  0x55e0  prim   17 12                          dup
+         10157  0x55e2  prim   17 11                          length
+         10158  0x55e4  prim   17 31                          malloc
+         10159  0x55e6  dict   29 bb 02                       /xmenu.tmpbuf
+         10160  0x55e9  prim   17 14                          exch
+         10161  0x55eb  prim   17 05                          def
+  374 1  10162  0x55ed  ret    06                           }
+         10163  0x55ee  prim   17 06                        if
+  375 1  10164  0x55f0  sec    28 bb 02                     xmenu.tmpbuf
+         10165  0x55f3  prim   17 14                        exch
+         10166  0x55f5  prim   17 12                        dup
+         10167  0x55f7  prim   17 11                        length
+         10168  0x55f9  prim   17 9a                        memcpy
+  377 1  10169  0x55fb  int    01                           0
+         10170  0x55fc  sec    28 bc 02                     xmenu.pos.y
+         10171  0x55ff  sec    28 a7 02                     xmenu.y
+         10172  0x5602  prim   17 1b                        sub
+         10173  0x5604  prim   17 3c                        moveto
+         10174  0x5606  int    11 01                        1
+         10175  0x5608  int    11 01                        1
+         10176  0x560a  prim   17 59                        rmoveto
+  378 1  10177  0x560c  sec    28 ac 02                     xmenu.saved
+         10178  0x560f  sec    28 a6 01                     transp
+         10179  0x5612  sec    28 bb 02                     xmenu.tmpbuf
+         10180  0x5615  prim   17 99                        blend
+  380 1  10181  0x5617  sec    28 bd 02                     xmenu.pos.x
+         10182  0x561a  sec    28 bc 02                     xmenu.pos.y
+         10183  0x561d  prim   17 3c                        moveto
+         10184  0x561f  sec    28 bb 02                     xmenu.tmpbuf
+         10185  0x5622  prim   17 4f                        restorescreen
+  381 1  10186  0x5624  ret    06                         }
+         10187  0x5625  prim   17 06                      if
+  383 1  10188  0x5627  prim   17 12                      dup
+         10189  0x5629  sec    28 9e 02                   xmenu
+         10190  0x562c  int    01                         0 # .xm_current
+         10191  0x562d  prim   17 0f                      get
+         10192  0x562f  prim   17 29                      eq
+         10193  0x5631  code   25 38 56                   {
+         10194  0x5634  sec    28 a3 02                     xmenu.selected.fg
+         10195  0x5637  ret    06                         }
+         10196  0x5638  code   25 3f 56                   {
+         10197  0x563b  sec    28 a2 02                     xmenu.normal.fg
+         10198  0x563e  ret    06                         }
+         10199  0x563f  prim   17 07                      ifelse
+         10200  0x5641  prim   17 3f                      setcolor
+  384 1  10201  0x5643  sec    28 bd 02                   xmenu.pos.x
+         10202  0x5646  int    11 0c                      12 # xmenu.hspace
+         10203  0x5648  prim   17 1a                      add
+         10204  0x564a  sec    28 bc 02                   xmenu.pos.y
+         10205  0x564d  sec    28 ab 02                   xmenu.vspace
+         10206  0x5650  prim   17 1a                      add
+         10207  0x5652  prim   17 3c                      moveto
+  385 1  10208  0x5654  sec    28 9e 02                   xmenu
+         10209  0x5657  int    11 0c                      12 # .xm_check
+         10210  0x5659  prim   17 0f                      get
+         10211  0x565b  code   25 89 56                   {
+  386 1  10212  0x565e  sec    28 9e 02                     xmenu
+         10213  0x5661  int    11 0d                        13 # .xm_allselected
+         10214  0x5663  prim   17 0f                        get
+         10215  0x5665  prim   17 17                        over
+         10216  0x5667  prim   17 0f                        get
+         10217  0x5669  code   25 75 56                     {
+  387 1  10218  0x566c  str    94 04 78 20 20 00              "x  "
+         10219  0x5672  prim   17 47                          show
+  388 1  10220  0x5674  ret    06                           }
+         10221  0x5675  code   25 86 56                     {
+  389 1  10222  0x5678  str    94 04 78 20 20 00              "x  "
+         10223  0x567e  prim   17 46                          strsize
+         10224  0x5680  prim   17 13                          pop
+         10225  0x5682  int    01                             0
+         10226  0x5683  prim   17 59                          rmoveto
+  390 1  10227  0x5685  ret    06                           }
+         10228  0x5686  prim   17 07                        ifelse
+  391 1  10229  0x5688  ret    06                         }
+         10230  0x5689  prim   17 06                      if
+  392 1  10231  0x568b  sec    28 9e 02                   xmenu
+         10232  0x568e  int    11 01                      1 # .xm_list
+         10233  0x5690  prim   17 0f                      get
+         10234  0x5692  prim   17 17                      over
+         10235  0x5694  prim   17 0f                      get
+         10236  0x5696  prim   17 19                      exec
+         10237  0x5698  prim   17 47                      show
+  394 1  10238  0x569a  prim   17 13                      pop
+  397 1  10239  0x569c  ret    06                       }
+         10240  0x569d  prim   17 05                    def
+  405 1  10241  0x569f  dict   29 ba 02                 /xmenu.viewheader
+         10242  0x56a2  code   25 07 57                 {
+  406 1  10243  0x56a5  sec    28 a0 02                   xmenu.font
+         10244  0x56a8  prim   17 43                      setfont
+  408 1  10245  0x56aa  dict   29 bc 02                   /xmenu.pos.y
+         10246  0x56ad  sec    28 a7 02                   xmenu.y
+         10247  0x56b0  sec    28 ab 02                   xmenu.vspace
+         10248  0x56b3  prim   17 1b                      sub
+         10249  0x56b5  sec    28 b4 02                   xmenu.lheight
+         10250  0x56b8  prim   17 1b                      sub
+         10251  0x56ba  prim   17 05                      def
+  409 1  10252  0x56bc  dict   29 be 02                   /xmenu.header.width
+         10253  0x56bf  sec    28 aa 02                   xmenu.columns
+         10254  0x56c2  sec    28 b9 02                   xmenu.widthupto
+         10255  0x56c5  int    11 02                      2
+         10256  0x56c7  prim   17 1b                      sub
+         10257  0x56c9  prim   17 05                      def
+  411 1  10258  0x56cb  sec    28 a6 02                   xmenu.x
+         10259  0x56ce  sec    28 bc 02                   xmenu.pos.y
+         10260  0x56d1  prim   17 3c                      moveto
+  413 1  10261  0x56d3  sec    28 a1 02                   xmenu.normal.bg
+         10262  0x56d6  prim   17 3f                      setcolor
+  414 1  10263  0x56d8  sec    28 be 02                   xmenu.header.width
+         10264  0x56db  sec    28 b4 02                   xmenu.lheight
+         10265  0x56de  prim   17 50                      fillrect
+  416 1  10266  0x56e0  sec    28 a2 02                   xmenu.normal.fg
+         10267  0x56e3  prim   17 3f                      setcolor
+  417 1  10268  0x56e5  sec    28 a6 02                   xmenu.x
+         10269  0x56e8  sec    28 be 02                   xmenu.header.width
+         10270  0x56eb  int    11 02                      2
+         10271  0x56ed  prim   17 1d                      div
+         10272  0x56ef  prim   17 1a                      add
+  418 1  10273  0x56f1  sec    28 bc 02                   xmenu.pos.y
+         10274  0x56f4  sec    28 ab 02                   xmenu.vspace
+         10275  0x56f7  prim   17 1a                      add
+  419 1  10276  0x56f9  prim   17 3c                      moveto
+  420 1  10277  0x56fb  sec    28 9e 02                   xmenu
+         10278  0x56fe  int    11 0a                      10 # .xm_title
+         10279  0x5700  prim   17 0f                      get
+         10280  0x5702  prim   17 19                      exec
+         10281  0x5704  sec    18 d3                      showcenter
+  421 1  10282  0x5706  ret    06                       }
+         10283  0x5707  prim   17 05                    def
+  429 1  10284  0x5709  dict   29 b2 02                 /xmenu.select
+         10285  0x570c  code   25 75 57                 {
+  430 1  10286  0x570f  prim   17 12                      dup
+         10287  0x5711  int    01                         0
+         10288  0x5712  prim   17 2d                      lt
+         10289  0x5714  code   25 23 57                   {
+         10290  0x5717  sec    28 9e 02                     xmenu
+         10291  0x571a  int    11 01                        1 # .xm_list
+         10292  0x571c  prim   17 0f                        get
+         10293  0x571e  prim   17 11                        length
+         10294  0x5720  prim   17 1a                        add
+         10295  0x5722  ret    06                         }
+         10296  0x5723  prim   17 06                      if
+  431 1  10297  0x5725  prim   17 12                      dup
+         10298  0x5727  sec    28 9e 02                   xmenu
+         10299  0x572a  int    11 01                      1 # .xm_list
+         10300  0x572c  prim   17 0f                      get
+         10301  0x572e  prim   17 11                      length
+         10302  0x5730  prim   17 2c                      ge
+         10303  0x5732  code   25 41 57                   {
+         10304  0x5735  sec    28 9e 02                     xmenu
+         10305  0x5738  int    11 01                        1 # .xm_list
+         10306  0x573a  prim   17 0f                        get
+         10307  0x573c  prim   17 11                        length
+         10308  0x573e  prim   17 1b                        sub
+         10309  0x5740  ret    06                         }
+         10310  0x5741  prim   17 06                      if
+  433 1  10311  0x5743  sec    28 9e 02                   xmenu
+         10312  0x5746  int    01                         0 # .xm_current
+         10313  0x5747  prim   17 0f                      get
+         10314  0x5749  prim   17 17                      over
+         10315  0x574b  sec    28 9e 02                   xmenu
+         10316  0x574e  int    01                         0 # .xm_current
+         10317  0x574f  prim   17 15                      rot
+         10318  0x5751  prim   17 10                      put
+  434 1  10319  0x5753  sec    28 b1 02                   xmenu.viewentry
+  435 1  10320  0x5756  sec    28 b1 02                   xmenu.viewentry
+  436 1  10321  0x5759  sec    28 41 01                   window.current
+         10322  0x575c  sec    28 19 02                   .xmenu.select
+         10323  0x575f  prim   17 0f                      get
+         10324  0x5761  prim   17 12                      dup
+         10325  0x5763  none   00                         .undef # .undef
+         10326  0x5764  prim   17 2a                      ne
+         10327  0x5766  code   25 6c 57                   {
+         10328  0x5769  prim   17 19                        exec
+         10329  0x576b  ret    06                         }
+         10330  0x576c  code   25 72 57                   {
+         10331  0x576f  prim   17 13                        pop
+         10332  0x5771  ret    06                         }
+         10333  0x5772  prim   17 07                      ifelse
+  437 1  10334  0x5774  ret    06                       }
+         10335  0x5775  prim   17 05                    def
+  445 1  10336  0x5777  dict   29 bf 02                 /pmenu.panel.update
+         10337  0x577a  code   25 b6 57                 {
+  446 1  10338  0x577d  sec    28 c0 02                   panel.text.moveto
+  448 1  10339  0x5780  sec    28 b3 02                   xmenu.sizes
+  450 1  10340  0x5783  sec    28 9e 02                   xmenu
+         10341  0x5786  int    11 06                      6 # .xm_panel_x
+         10342  0x5788  prim   17 3d                      currentpoint
+         10343  0x578a  prim   17 13                      pop
+         10344  0x578c  int    11 0c                      12 # xmenu.hspace
+         10345  0x578e  prim   17 1b                      sub
+         10346  0x5790  prim   17 10                      put
+  452 1  10347  0x5792  sec    28 9e 02                   xmenu
+         10348  0x5795  int    11 02                      2 # .xm_x
+  453 1  10349  0x5797  sec    28 9e 02                   xmenu
+         10350  0x579a  int    11 06                      6 # .xm_panel_x
+         10351  0x579c  prim   17 0f                      get
+  454 1  10352  0x579e  prim   17 38                      screen.size
+         10353  0x57a0  prim   17 13                      pop
+         10354  0x57a2  sec    28 aa 02                   xmenu.columns
+         10355  0x57a5  sec    28 b9 02                   xmenu.widthupto
+         10356  0x57a8  int    11 0a                      10
+         10357  0x57aa  prim   17 1a                      add
+         10358  0x57ac  prim   17 1b                      sub
+  455 1  10359  0x57ae  prim   17 21                      min
+         10360  0x57b0  prim   17 10                      put
+  457 1  10361  0x57b2  sec    28 c1 02                   pmenu.update
+  458 1  10362  0x57b5  ret    06                       }
+         10363  0x57b6  prim   17 05                    def
+  466 1  10364  0x57b8  dict   29 c2 02                 /pmenu.width
+         10365  0x57bb  code   25 e8 57                 {
+  472 1  10366  0x57be  sec    28 9e 02                   xmenu
+         10367  0x57c1  int    11 0a                      10 # .xm_title
+         10368  0x57c3  prim   17 0f                      get
+         10369  0x57c5  prim   17 12                      dup
+         10370  0x57c7  none   00                         .undef # .undef
+         10371  0x57c8  prim   17 29                      eq
+         10372  0x57ca  code   25 df 57                   {
+  473 1  10373  0x57cd  prim   17 13                        pop
+         10374  0x57cf  sec    28 9e 02                     xmenu
+         10375  0x57d2  int    11 01                        1 # .xm_list
+         10376  0x57d4  prim   17 0f                        get
+         10377  0x57d6  sec    28 9e 02                     xmenu
+         10378  0x57d9  int    01                           0 # .xm_current
+         10379  0x57da  prim   17 0f                        get
+         10380  0x57dc  prim   17 0f                        get
+  474 1  10381  0x57de  ret    06                         }
+         10382  0x57df  prim   17 06                      if
+  475 1  10383  0x57e1  prim   17 19                      exec
+         10384  0x57e3  prim   17 46                      strsize
+         10385  0x57e5  prim   17 13                      pop
+  476 1  10386  0x57e7  ret    06                       }
+         10387  0x57e8  prim   17 05                    def
+  484 1  10388  0x57ea  dict   29 c1 02                 /pmenu.update
+         10389  0x57ed  code   25 42 58                 {
+  485 1  10390  0x57f0  sec    28 9e 02                   xmenu
+         10391  0x57f3  int    11 06                      6 # .xm_panel_x
+         10392  0x57f5  prim   17 0f                      get
+         10393  0x57f7  int    11 0c                      12 # xmenu.hspace
+         10394  0x57f9  prim   17 1a                      add
+         10395  0x57fb  sec    28 c3 02                   panel.text.y
+         10396  0x57fe  prim   17 3c                      moveto
+  491 1  10397  0x5800  sec    28 2c 01                   panel.normal
+         10398  0x5803  prim   17 3f                      setcolor
+  492 1  10399  0x5805  sec    28 c4 02                   panel.font
+         10400  0x5808  prim   17 43                      setfont
+  493 1  10401  0x580a  sec    28 9e 02                   xmenu
+         10402  0x580d  int    11 06                      6 # .xm_panel_x
+         10403  0x580f  prim   17 0f                      get
+         10404  0x5811  int    11 0c                      12 # xmenu.hspace
+         10405  0x5813  prim   17 1a                      add
+  494 1  10406  0x5815  sec    28 c3 02                   panel.text.y
+  495 1  10407  0x5818  prim   17 3c                      moveto
+  496 1  10408  0x581a  sec    28 9e 02                   xmenu
+         10409  0x581d  int    11 0a                      10 # .xm_title
+         10410  0x581f  prim   17 0f                      get
+         10411  0x5821  prim   17 12                      dup
+         10412  0x5823  none   00                         .undef # .undef
+         10413  0x5824  prim   17 29                      eq
+         10414  0x5826  code   25 3b 58                   {
+  497 1  10415  0x5829  prim   17 13                        pop
+         10416  0x582b  sec    28 9e 02                     xmenu
+         10417  0x582e  int    11 01                        1 # .xm_list
+         10418  0x5830  prim   17 0f                        get
+         10419  0x5832  sec    28 9e 02                     xmenu
+         10420  0x5835  int    01                           0 # .xm_current
+         10421  0x5836  prim   17 0f                        get
+         10422  0x5838  prim   17 0f                        get
+  498 1  10423  0x583a  ret    06                         }
+         10424  0x583b  prim   17 06                      if
+  499 1  10425  0x583d  prim   17 19                      exec
+         10426  0x583f  prim   17 47                      show
+  500 1  10427  0x5841  ret    06                       }
+         10428  0x5842  prim   17 05                    def
+  508 1  10429  0x5844  dict   29 c5 02                 /pmenu.init
+         10430  0x5847  code   25 77 58                 {
+  509 1  10431  0x584a  sec    28 b3 02                   xmenu.sizes
+  511 1  10432  0x584d  sec    28 9e 02                   xmenu
+         10433  0x5850  int    11 03                      3 # .xm_y
+         10434  0x5852  sec    28 c3 02                   panel.text.y
+         10435  0x5855  int    11 01                      1
+         10436  0x5857  prim   17 1b                      sub
+         10437  0x5859  sec    28 a9 02                   xmenu.height
+         10438  0x585c  prim   17 1b                      sub
+         10439  0x585e  prim   17 10                      put
+  512 1  10440  0x5860  sec    28 9e 02                   xmenu
+         10441  0x5863  int    11 07                      7 # .xm_panel_width
+         10442  0x5865  sec    28 a8 02                   xmenu.width
+         10443  0x5868  int    01                         0
+         10444  0x5869  prim   17 0f                      get
+         10445  0x586b  prim   17 10                      put
+  513 1  10446  0x586d  sec    28 9e 02                   xmenu
+         10447  0x5870  int    11 08                      8 # .xm_panel_height
+         10448  0x5872  prim   17 45                      fontheight
+         10449  0x5874  prim   17 10                      put
+  514 1  10450  0x5876  ret    06                       }
+         10451  0x5877  prim   17 05                    def
+   12 1  10452                                          # .vm_mode
+         10453                                          # 0
+         10454                                          # def
+   13 1  10455                                          # .vm_width
+         10456                                          # 1
+         10457                                          # def
+   14 1  10458                                          # .vm_height
+         10459                                          # 2
+         10460                                          # def
+   15 1  10461                                          # .vm_depth
+         10462                                          # 3
+         10463                                          # def
+   24 1  10464                                          # vmsortindex
+         10465                                          # {
+   25 1  10466                                          # video.modes.list
+         10467                                          # exch
+         10468                                          # get
+   26 1  10469                                          # dup
+   27 1  10470                                          # .vm_width
+         10471                                          # get
+         10472                                          # 14
+         10473                                          # shl
+   28 1  10474                                          # over
+         10475                                          # .vm_height
+         10476                                          # get
+         10477                                          # add
+         10478                                          # 3
+         10479                                          # shl
+   29 1  10480                                          # exch
+         10481                                          # .vm_depth
+         10482                                          # get
+         10483                                          # 3
+         10484                                          # shr
+         10485                                          # add
+   30 1  10486                                          # }
+         10487                                          # def
+   39 1  10488                                          # vmsortexch
+         10489                                          # {
+   40 1  10490                                          # over
+         10491                                          # video.modes.list
+         10492                                          # exch
+         10493                                          # get
+   41 1  10494                                          # over
+         10495                                          # video.modes.list
+         10496                                          # exch
+         10497                                          # get
+   42 1  10498                                          # video.modes.list
+   43 1  10499                                          # 5
+         10500                                          # -1
+         10501                                          # roll
+         10502                                          # rot
+         10503                                          # put
+   44 1  10504                                          # video.modes.list
+         10505                                          # 3
+         10506                                          # 1
+         10507                                          # roll
+         10508                                          # put
+   45 1  10509                                          # }
+         10510                                          # def
+   53 1  10511                                          # video.init
+         10512                                          # {
+   54 1  10513                                          # xmenu.video
+         10514                                          # .xm_size
+         10515                                          # array
+         10516                                          # def
+   56 1  10517                                          # xmenu
+         10518                                          # xmenu.video
+         10519                                          # def
+   59 1  10520                                          # video.modes.list
+         10521                                          # [
+   60 1  10522                                          # [
+         10523                                          # -1
+         10524                                          # 0
+         10525                                          # 0
+         10526                                          # 0
+         10527                                          # ]
+   62 1  10528                                          # 0
+         10529                                          # 1
+         10530                                          # videomodes
+         10531                                          # {
+   63 1  10532                                          # videomodeinfo
+         10533                                          # dup
+         10534                                          # .undef
+         10535                                          # eq
+         10536                                          # {
+   64 1  10537                                          # pop
+         10538                                          # pop
+         10539                                          # pop
+         10540                                          # pop
+   65 1  10541                                          # }
+         10542                                          # {
+   66 1  10543                                          # [
+   67 1  10544                                          # over
+         10545                                          # 0xbfff
+         10546                                          # and
+         10547                                          # 6
+         10548                                          # 2
+         10549                                          # roll
+   68 1  10550                                          # 0x4000
+         10551                                          # and
+   69 1  10552                                          # over
+         10553                                          # 0x10
+         10554                                          # ge
+         10555                                          # and
+   70 1  10556                                          # 2
+         10557                                          # index
+         10558                                          # 400
+         10559                                          # ge
+         10560                                          # and
+   71 1  10561                                          # 3
+         10562                                          # index
+         10563                                          # 600
+         10564                                          # ge
+         10565                                          # and
+   72 1  10566                                          # {
+         10567                                          # ]
+         10568                                          # }
+         10569                                          # {
+         10570                                          # pop
+         10571                                          # pop
+         10572                                          # pop
+         10573                                          # pop
+         10574                                          # pop
+         10575                                          # }
+         10576                                          # ifelse
+   73 1  10577                                          # }
+         10578                                          # ifelse
+   74 1  10579                                          # }
+         10580                                          # for
+   76 1  10581                                          # ]
+         10582                                          # def
+   80 1  10583                                          # video.modes.list
+         10584                                          # length
+         10585                                          # 3
+         10586                                          # gt
+         10587                                          # {
+   81 1  10588                                          # 0
+         10589                                          # 1
+         10590                                          # video.modes.list
+         10591                                          # length
+         10592                                          # 2
+         10593                                          # sub
+         10594                                          # {
+   82 1  10595                                          # dup
+         10596                                          # 1
+         10597                                          # add
+         10598                                          # 1
+         10599                                          # video.modes.list
+         10600                                          # length
+         10601                                          # 1
+         10602                                          # sub
+         10603                                          # {
+   83 1  10604                                          # over
+         10605                                          # vmsortindex
+         10606                                          # over
+         10607                                          # vmsortindex
+         10608                                          # gt
+         10609                                          # {
+   84 1  10610                                          # over
+         10611                                          # over
+         10612                                          # vmsortexch
+   85 1  10613                                          # }
+         10614                                          # if
+   86 1  10615                                          # pop
+   87 1  10616                                          # }
+         10617                                          # for
+   88 1  10618                                          # pop
+   89 1  10619                                          # }
+         10620                                          # for
+   90 1  10621                                          # }
+         10622                                          # if
+   94 1  10623                                          # video.modes.list
+         10624                                          # length
+         10625                                          # 1
+         10626                                          # gt
+         10627                                          # {
+   95 1  10628                                          # video.modes.list
+         10629                                          # [
+   96 1  10630                                          # video.modes.list
+         10631                                          # 0
+         10632                                          # get
+   97 1  10633                                          # 1
+         10634                                          # 1
+         10635                                          # video.modes.list
+         10636                                          # length
+         10637                                          # 1
+         10638                                          # sub
+         10639                                          # {
+   98 1  10640                                          # video.modes.list
+         10641                                          # over
+         10642                                          # 1
+         10643                                          # sub
+         10644                                          # get
+   99 1  10645                                          # video.modes.list
+         10646                                          # 2
+         10647                                          # index
+         10648                                          # get
+  101 1  10649                                          # over
+         10650                                          # .vm_width
+         10651                                          # get
+         10652                                          # over
+         10653                                          # .vm_width
+         10654                                          # get
+         10655                                          # ne
+  102 1  10656                                          # 2
+         10657                                          # index
+         10658                                          # .vm_height
+         10659                                          # get
+         10660                                          # 2
+         10661                                          # index
+         10662                                          # .vm_height
+         10663                                          # get
+         10664                                          # ne
+         10665                                          # or
+  103 1  10666                                          # rot
+         10667                                          # .vm_depth
+         10668                                          # get
+         10669                                          # rot
+         10670                                          # .vm_depth
+         10671                                          # get
+         10672                                          # ne
+         10673                                          # or
+         10674                                          # {
+  104 1  10675                                          # video.modes.list
+         10676                                          # exch
+         10677                                          # get
+  105 1  10678                                          # }
+         10679                                          # {
+  106 1  10680                                          # pop
+  107 1  10681                                          # }
+         10682                                          # ifelse
+  108 1  10683                                          # }
+         10684                                          # for
+  109 1  10685                                          # ]
+         10686                                          # def
+  110 1  10687                                          # }
+         10688                                          # if
+  114 1  10689                                          # video.modes.text
+         10690                                          # [
+  115 1  10691                                          # video.modes.list
+         10692                                          # {
+  116 1  10693                                          # dup
+         10694                                          # .vm_width
+         10695                                          # get
+  117 1  10696                                          # dup
+         10697                                          # 0
+         10698                                          # eq
+         10699                                          # {
+  118 1  10700                                          # pop
+         10701                                          # pop
+         10702                                          # 
+  119 1  10703                                          # }
+         10704                                          # {
+  120 1  10705                                          # over
+         10706                                          # .vm_depth
+         10707                                          # get
+         10708                                          # rot
+         10709                                          # .vm_height
+         10710                                          # get
+         10711                                          # rot
+  121 1  10712                                          # 
+         10713                                          # 32
+         10714                                          # string
+         10715                                          # dup
+         10716                                          # 6
+         10717                                          # 1
+         10718                                          # roll
+         10719                                          # sprintf
+  122 1  10720                                          # }
+         10721                                          # ifelse
+  123 1  10722                                          # }
+         10723                                          # forall
+  124 1  10724                                          # ]
+         10725                                          # def
+  128 1  10726                                          # xmenu
+         10727                                          # .xm_list
+         10728                                          # video.modes.text
+         10729                                          # put
+  132 1  10730                                          # monitorsize
+         10731                                          # exch
+         10732                                          # 800
+         10733                                          # max
+         10734                                          # exch
+         10735                                          # 600
+         10736                                          # max
+  134 1  10737                                          # xmenu
+         10738                                          # .xm_current
+         10739                                          # 0
+         10740                                          # put
+  144 1  10741                                          # pop
+         10742                                          # pop
+  146 1  10743                                          # pmenu.init
+  147 1  10744                                          # }
+         10745                                          # def
+  155 1  10746                                          # video.update
+         10747                                          # {
+  156 1  10748                                          # xmenu
+         10749                                          # xmenu.video
+         10750                                          # def
+  158 1  10751                                          # window.action
+         10752                                          # actRedrawPanel
+         10753                                          # def
+  160 1  10754                                          # pmenu.update
+  161 1  10755                                          # }
+         10756                                          # def
+  169 1  10757                                          # panel.video
+         10758                                          # {
+  170 1  10759                                          # 
+         10760                                          # help.setcontext
+  172 1  10761                                          # window.xmenu
+  173 1  10762                                          # dup
+         10763                                          # .xmenu
+         10764                                          # xmenu.video
+         10765                                          # put
+  174 1  10766                                          # dup
+         10767                                          # .xmenu.update
+         10768                                          # video.update
+         10769                                          # put
+  175 1  10770                                          # dup
+         10771                                          # window.init
+  176 1  10772                                          # window.show
+  177 1  10773                                          # }
+         10774                                          # def
+  185 1  10775                                          # panel.video.width
+         10776                                          # {
+  186 1  10777                                          # xmenu
+         10778                                          # xmenu.video
+         10779                                          # def
+  188 1  10780                                          # pmenu.width
+  189 1  10781                                          # }
+         10782                                          # def
+  197 1  10783                                          # panel.video.update
+         10784                                          # {
+  198 1  10785                                          # xmenu
+         10786                                          # xmenu.video
+         10787                                          # def
+  200 1  10788                                          # pmenu.panel.update
+  201 1  10789                                          # }
+         10790                                          # def
+   13 1  10791  0x5879  dict   29 c6 02                 /lang.items
+         10792  0x587c  prim   17 03                    [
+         10793  0x587e  str    94 03 65 6e 00           "en"
+         10794  0x5883  prim   17 04                    ]
+         10795  0x5885  prim   17 05                    def
+   14 1  10796  0x5887  dict   29 c7 02                 /lang.names
+         10797  0x588a  prim   17 03                    [
+         10798  0x588c  str    94 08 45 6e 67 6c 69 73  "English"
+                               68 00
+         10799  0x5896  prim   17 04                    ]
+         10800  0x5898  prim   17 05                    def
+   15 1  10801  0x589a  dict   29 3d 01                 /lang.displayed
+         10802  0x589d  bool   03                       false # false
+         10803  0x589e  prim   17 05                    def
+   17 1  10804                                          # .la.language
+         10805                                          # 0
+         10806                                          # def
+   18 1  10807                                          # .la.locale
+         10808                                          # 1
+         10809                                          # def
+   19 1  10810                                          # .la.name
+         10811                                          # 2
+         10812                                          # def
+   29 1  10813  0x58a0  dict   29 c8 02                 /lang.getdefname
+         10814  0x58a3  code   25 d1 58                 {
+   30 1  10815  0x58a6  sec    28 c9 02                   lang.defaultnames
+         10816  0x58a9  code   25 ce 58                   {
+   31 1  10817  0x58ac  prim   17 12                        dup
+         10818  0x58ae  int    01                           0 # .la.language
+         10819  0x58af  prim   17 0f                        get
+         10820  0x58b1  int    11 02                        2
+         10821  0x58b3  prim   17 18                        index
+         10822  0x58b5  prim   17 29                        eq
+         10823  0x58b7  code   25 c5 58                     {
+         10824  0x58ba  int    11 02                          2 # .la.name
+         10825  0x58bc  prim   17 0f                          get
+         10826  0x58be  prim   17 14                          exch
+         10827  0x58c0  prim   17 13                          pop
+         10828  0x58c2  prim   17 0c                          exit
+         10829  0x58c4  ret    06                           }
+         10830  0x58c5  code   25 cb 58                     {
+         10831  0x58c8  prim   17 13                          pop
+         10832  0x58ca  ret    06                           }
+         10833  0x58cb  prim   17 07                        ifelse
+   32 1  10834  0x58cd  ret    06                         }
+         10835  0x58ce  prim   17 0b                      forall
+   33 1  10836  0x58d0  ret    06                       }
+         10837  0x58d1  prim   17 05                    def
+   43 1  10838  0x58d3  dict   29 ca 02                 /lang.getlocale
+         10839  0x58d6  code   25 04 59                 {
+   44 1  10840  0x58d9  sec    28 c9 02                   lang.defaultnames
+         10841  0x58dc  code   25 01 59                   {
+   45 1  10842  0x58df  prim   17 12                        dup
+         10843  0x58e1  int    01                           0 # .la.language
+         10844  0x58e2  prim   17 0f                        get
+         10845  0x58e4  int    11 02                        2
+         10846  0x58e6  prim   17 18                        index
+         10847  0x58e8  prim   17 29                        eq
+         10848  0x58ea  code   25 f8 58                     {
+         10849  0x58ed  int    11 01                          1 # .la.locale
+         10850  0x58ef  prim   17 0f                          get
+         10851  0x58f1  prim   17 14                          exch
+         10852  0x58f3  prim   17 13                          pop
+         10853  0x58f5  prim   17 0c                          exit
+         10854  0x58f7  ret    06                           }
+         10855  0x58f8  code   25 fe 58                     {
+         10856  0x58fb  prim   17 13                          pop
+         10857  0x58fd  ret    06                           }
+         10858  0x58fe  prim   17 07                        ifelse
+   46 1  10859  0x5900  ret    06                         }
+         10860  0x5901  prim   17 0b                      forall
+   47 1  10861  0x5903  ret    06                       }
+         10862  0x5904  prim   17 05                    def
+   55 1  10863  0x5906  dict   29 cb 02                 /lang.parsedata
+         10864  0x5909  code   25 28 5a                 {
+   56 1  10865  0x590c  dict   29 cc 02                   /lang.default
+         10866  0x590f  int    01                         0
+         10867  0x5910  prim   17 05                      def
+   58 1  10868  0x5912  str    94 09 6c 61 6e 67 6c 69    "langlist"
+                               73 74 00
+         10869  0x591d  prim   17 89                      findfile
+         10870  0x591f  prim   17 12                      dup
+         10871  0x5921  code   25 2c 59                   {
+         10872  0x5924  dict   29 cd 02                     /lang.data
+         10873  0x5927  prim   17 14                        exch
+         10874  0x5929  prim   17 05                        def
+         10875  0x592b  ret    06                         }
+         10876  0x592c  code   25 34 59                   {
+         10877  0x592f  prim   17 13                        pop
+         10878  0x5931  prim   17 0d                        return
+         10879  0x5933  ret    06                         }
+         10880  0x5934  prim   17 07                      ifelse
+   60 1  10881  0x5936  dict   29 ce 02                   /la.tmp.datalen
+         10882  0x5939  sec    28 cd 02                   lang.data
+         10883  0x593c  prim   17 11                      length
+         10884  0x593e  prim   17 05                      def
+   61 1  10885  0x5940  dict   29 cf 02                   /la.tmp.str
+         10886  0x5943  sec    28 cd 02                   lang.data
+         10887  0x5946  sec    18 c7                      cvs
+         10888  0x5948  prim   17 05                      def
+   63 1  10889  0x594a  sec    28 ce 02                   la.tmp.datalen
+         10890  0x594d  int    01                         0
+         10891  0x594e  prim   17 29                      eq
+         10892  0x5950  code   25 56 59                   {
+         10893  0x5953  prim   17 0d                        return
+         10894  0x5955  ret    06                         }
+         10895  0x5956  prim   17 06                      if
+   64 1  10896  0x5958  sec    28 cf 02                   la.tmp.str
+         10897  0x595b  sec    28 ce 02                   la.tmp.datalen
+         10898  0x595e  int    11 01                      1
+         10899  0x5960  prim   17 1b                      sub
+         10900  0x5962  prim   17 0f                      get
+         10901  0x5964  int    11 0a                      '
+'
+         10902  0x5966  prim   17 2a                      ne
+         10903  0x5968  code   25 6e 59                   {
+         10904  0x596b  prim   17 0d                        return
+         10905  0x596d  ret    06                         }
+         10906  0x596e  prim   17 06                      if
+   66 1  10907  0x5970  int    11 0a                      '
+'
+         10908  0x5972  prim   17 68                      seteotchar
+   68 1  10909  0x5974  dict   29 c6 02                   /lang.items
+         10910  0x5977  prim   17 03                      [
+   70 1  10911  0x5979  dict   29 d0 02                   /la.tmp.len
+         10912  0x597c  int    01                         0
+         10913  0x597d  prim   17 05                      def
+   71 1  10914  0x597f  dict   29 d1 02                   /la.tmp.cnt
+         10915  0x5982  int    01                         0
+         10916  0x5983  prim   17 05                      def
+   72 1  10917  0x5985  code   25 de 59                   {
+   73 1  10918  0x5988  sec    28 cf 02                     la.tmp.str
+         10919  0x598b  sec    28 d0 02                     la.tmp.len
+         10920  0x598e  prim   17 1a                        add
+         10921  0x5990  sec    18 cb                        strdup
+   74 1  10922  0x5992  prim   17 12                        dup
+         10923  0x5994  prim   17 12                        dup
+         10924  0x5996  prim   17 11                        length
+         10925  0x5998  int    01                           0
+         10926  0x5999  prim   17 10                        put
+   75 1  10927  0x599b  dict   29 d0 02                     /la.tmp.len
+         10928  0x599e  prim   17 17                        over
+         10929  0x59a0  prim   17 11                        length
+         10930  0x59a2  int    11 01                        1
+         10931  0x59a4  prim   17 1a                        add
+         10932  0x59a6  sec    28 d0 02                     la.tmp.len
+         10933  0x59a9  prim   17 1a                        add
+         10934  0x59ab  prim   17 05                        def
+   77 1  10935  0x59ad  prim   17 12                        dup
+         10936  0x59af  int    01                           0
+         10937  0x59b0  prim   17 0f                        get
+         10938  0x59b2  int    11 2a                        '*'
+         10939  0x59b4  prim   17 29                        eq
+         10940  0x59b6  code   25 c6 59                     {
+         10941  0x59b9  int    11 01                          1
+         10942  0x59bb  prim   17 1a                          add
+         10943  0x59bd  dict   29 cc 02                       /lang.default
+         10944  0x59c0  sec    28 d1 02                       la.tmp.cnt
+         10945  0x59c3  prim   17 05                          def
+         10946  0x59c5  ret    06                           }
+         10947  0x59c6  prim   17 06                        if
+   79 1  10948  0x59c8  sec    28 d0 02                     la.tmp.len
+         10949  0x59cb  sec    28 ce 02                     la.tmp.datalen
+         10950  0x59ce  prim   17 2c                        ge
+         10951  0x59d0  code   25 d6 59                     {
+         10952  0x59d3  prim   17 0c                          exit
+         10953  0x59d5  ret    06                           }
+         10954  0x59d6  prim   17 06                        if
+   81 1  10955  0x59d8  dict   29 d1 02                     /la.tmp.cnt
+         10956  0x59db  sec    18 c8                        inc
+   82 1  10957  0x59dd  ret    06                         }
+         10958  0x59de  prim   17 08                      loop
+   84 1  10959  0x59e0  prim   17 04                      ]
+         10960  0x59e2  prim   17 05                      def
+   86 1  10961  0x59e4  int    11 20                      ' '
+         10962  0x59e6  prim   17 68                      seteotchar
+   88 1  10963  0x59e8  dict   29 c7 02                   /lang.names
+         10964  0x59eb  prim   17 03                      [
+   90 1  10965  0x59ed  sec    28 c6 02                   lang.items
+         10966  0x59f0  code   25 1e 5a                   {
+   92 1  10967  0x59f3  prim   17 12                        dup
+         10968  0x59f5  prim   17 12                        dup
+         10969  0x59f7  prim   17 11                        length
+         10970  0x59f9  prim   17 1a                        add
+   94 1  10971  0x59fb  prim   17 12                        dup
+         10972  0x59fd  int    01                           0
+         10973  0x59fe  prim   17 0f                        get
+         10974  0x5a00  code   25 12 5a                     {
+   95 1  10975  0x5a03  prim   17 12                          dup
+         10976  0x5a05  int    01                             0
+         10977  0x5a06  int    01                             0
+         10978  0x5a07  prim   17 10                          put
+         10979  0x5a09  int    11 01                          1
+         10980  0x5a0b  prim   17 1a                          add
+   96 1  10981  0x5a0d  prim   17 14                          exch
+         10982  0x5a0f  prim   17 13                          pop
+   97 1  10983  0x5a11  ret    06                           }
+         10984  0x5a12  code   25 1b 5a                     {
+   98 1  10985  0x5a15  prim   17 13                          pop
+         10986  0x5a17  sec    28 c8 02                       lang.getdefname
+   99 1  10987  0x5a1a  ret    06                           }
+         10988  0x5a1b  prim   17 07                        ifelse
+  101 1  10989  0x5a1d  ret    06                         }
+         10990  0x5a1e  prim   17 0b                      forall
+  103 1  10991  0x5a20  prim   17 04                      ]
+         10992  0x5a22  prim   17 05                      def
+  105 1  10993  0x5a24  int    01                         0
+         10994  0x5a25  prim   17 68                      seteotchar
+  107 1  10995  0x5a27  ret    06                       }
+         10996  0x5a28  prim   17 05                    def
+  115 1  10997  0x5a2a  dict   29 d2 02                 /lang.init
+         10998  0x5a2d  code   25 fc 5a                 {
+  116 1  10999  0x5a30  dict   29 d3 02                   /xmenu.lang
+         11000  0x5a33  int    11 0e                      14 # .xm_size
+         11001  0x5a35  prim   17 0e                      array
+         11002  0x5a37  prim   17 05                      def
+  117 1  11003  0x5a39  dict   29 9e 02                   /xmenu
+         11004  0x5a3c  sec    28 d3 02                   xmenu.lang
+         11005  0x5a3f  prim   17 05                      def
+  119 1  11006  0x5a41  sec    28 cb 02                   lang.parsedata
+  121 1  11007  0x5a44  sec    28 9e 02                   xmenu
+         11008  0x5a47  int    01                         0 # .xm_current
+         11009  0x5a48  sec    28 cc 02                   lang.default
+         11010  0x5a4b  prim   17 10                      put
+  122 1  11011  0x5a4d  sec    28 9e 02                   xmenu
+         11012  0x5a50  int    11 01                      1 # .xm_list
+         11013  0x5a52  sec    28 c7 02                   lang.names
+         11014  0x5a55  prim   17 10                      put
+  124 1  11015  0x5a57  sec    28 9e 02                   xmenu
+         11016  0x5a5a  int    11 0a                      10 # .xm_title
+         11017  0x5a5c  dict   29 d0 01                   /txt_language
+         11018  0x5a5f  prim   17 10                      put
+  133 1  11019  0x5a61  dict   29 d4 02                   /la.tmp.found
+         11020  0x5a64  bool   03                         false # false
+         11021  0x5a65  prim   17 05                      def
+  135 1  11022  0x5a67  dict   29 d1 02                   /la.tmp.cnt
+         11023  0x5a6a  int    01                         0
+         11024  0x5a6b  prim   17 05                      def
+  136 1  11025  0x5a6d  sec    28 c6 02                   lang.items
+         11026  0x5a70  code   25 96 5a                   {
+  137 1  11027  0x5a73  sec    28 1b 01                     config.lang
+         11028  0x5a76  prim   17 29                        eq
+         11029  0x5a78  code   25 8e 5a                     {
+  138 1  11030  0x5a7b  sec    28 9e 02                       xmenu
+         11031  0x5a7e  int    01                             0 # .xm_current
+         11032  0x5a7f  sec    28 d1 02                       la.tmp.cnt
+         11033  0x5a82  prim   17 10                          put
+         11034  0x5a84  dict   29 d4 02                       /la.tmp.found
+         11035  0x5a87  bool   13 01                          true # true
+         11036  0x5a89  prim   17 05                          def
+         11037  0x5a8b  prim   17 0c                          exit
+  139 1  11038  0x5a8d  ret    06                           }
+         11039  0x5a8e  prim   17 06                        if
+  140 1  11040  0x5a90  dict   29 d1 02                     /la.tmp.cnt
+         11041  0x5a93  sec    18 c8                        inc
+  141 1  11042  0x5a95  ret    06                         }
+         11043  0x5a96  prim   17 0b                      forall
+  143 1  11044  0x5a98  sec    28 d4 02                   la.tmp.found
+         11045  0x5a9b  prim   17 26                      not
+         11046  0x5a9d  code   25 f6 5a                   {
+  145 1  11047  0x5aa0  sec    28 1b 01                     config.lang
+         11048  0x5aa3  str    94 02 5f 00                  "_"
+         11049  0x5aa7  prim   17 5a                        strstr
+         11050  0x5aa9  prim   17 12                        dup
+         11051  0x5aab  int    01                           0
+         11052  0x5aac  prim   17 2a                        ne
+         11053  0x5aae  code   25 ed 5a                     {
+  146 1  11054  0x5ab1  int    11 01                          1
+         11055  0x5ab3  prim   17 1b                          sub
+  147 1  11056  0x5ab5  sec    28 1b 01                       config.lang
+         11057  0x5ab8  sec    18 cb                          strdup
+         11058  0x5aba  prim   17 12                          dup
+         11059  0x5abc  prim   17 15                          rot
+         11060  0x5abe  int    01                             0
+         11061  0x5abf  prim   17 10                          put
+  148 1  11062  0x5ac1  dict   29 d1 02                       /la.tmp.cnt
+         11063  0x5ac4  int    01                             0
+         11064  0x5ac5  prim   17 05                          def
+  149 1  11065  0x5ac7  sec    28 c6 02                       lang.items
+         11066  0x5aca  code   25 e8 5a                       {
+  150 1  11067  0x5acd  prim   17 17                            over
+         11068  0x5acf  prim   17 29                            eq
+         11069  0x5ad1  code   25 e0 5a                         {
+  151 1  11070  0x5ad4  sec    28 9e 02                           xmenu
+         11071  0x5ad7  int    01                                 0 # .xm_current
+         11072  0x5ad8  sec    28 d1 02                           la.tmp.cnt
+         11073  0x5adb  prim   17 10                              put
+         11074  0x5add  prim   17 0c                              exit
+  152 1  11075  0x5adf  ret    06                               }
+         11076  0x5ae0  prim   17 06                            if
+  153 1  11077  0x5ae2  dict   29 d1 02                         /la.tmp.cnt
+         11078  0x5ae5  sec    18 c8                            inc
+  154 1  11079  0x5ae7  ret    06                             }
+         11080  0x5ae8  prim   17 0b                          forall
+  155 1  11081  0x5aea  prim   17 32                          free
+  156 1  11082  0x5aec  ret    06                           }
+         11083  0x5aed  code   25 f3 5a                     {
+  157 1  11084  0x5af0  prim   17 13                          pop
+  158 1  11085  0x5af2  ret    06                           }
+         11086  0x5af3  prim   17 07                        ifelse
+  159 1  11087  0x5af5  ret    06                         }
+         11088  0x5af6  prim   17 06                      if
+  161 1  11089  0x5af8  sec    28 c5 02                   pmenu.init
+  162 1  11090  0x5afb  ret    06                       }
+         11091  0x5afc  prim   17 05                    def
+  170 1  11092  0x5afe  dict   29 d5 02                 /lang.update
+         11093  0x5b01  code   25 40 5b                 {
+  171 1  11094  0x5b04  dict   29 9e 02                   /xmenu
+         11095  0x5b07  sec    28 d3 02                   xmenu.lang
+         11096  0x5b0a  prim   17 05                      def
+  173 1  11097  0x5b0c  sec    28 c6 02                   lang.items
+         11098  0x5b0f  sec    28 9e 02                   xmenu
+         11099  0x5b12  int    01                         0 # .xm_current
+         11100  0x5b13  prim   17 0f                      get
+         11101  0x5b15  prim   17 0f                      get
+  174 1  11102  0x5b17  prim   17 12                      dup
+  175 1  11103  0x5b19  sec    28 98 01                   setlang
+         11104  0x5b1c  code   25 27 5b                   {
+         11105  0x5b1f  dict   29 05 01                     /window.action
+         11106  0x5b22  int    11 07                        7 # actRedraw
+         11107  0x5b24  prim   17 05                        def
+         11108  0x5b26  ret    06                         }
+         11109  0x5b27  prim   17 06                      if
+  176 1  11110  0x5b29  sec    28 99 01                   setkeymap
+  177 1  11111  0x5b2c  sec    28 d6 02                   keymap.langchanged
+  179 1  11112  0x5b2f  sec    28 05 01                   window.action
+         11113  0x5b32  int    11 07                      7 # actRedraw
+         11114  0x5b34  prim   17 29                      eq
+         11115  0x5b36  code   25 3d 5b                   {
+         11116  0x5b39  sec    28 c1 02                     pmenu.update
+         11117  0x5b3c  ret    06                         }
+         11118  0x5b3d  prim   17 06                      if
+  180 1  11119  0x5b3f  ret    06                       }
+         11120  0x5b40  prim   17 05                    def
+  188 1  11121  0x5b42  dict   29 d7 02                 /lang.cleanup
+         11122  0x5b45  code   25 50 5b                 {
+  189 1  11123  0x5b48  dict   29 3d 01                   /lang.displayed
+         11124  0x5b4b  bool   13 01                      true # true
+         11125  0x5b4d  prim   17 05                      def
+  190 1  11126  0x5b4f  ret    06                       }
+         11127  0x5b50  prim   17 05                    def
+  198 1  11128  0x5b52  dict   29 3e 01                 /panel.lang
+         11129  0x5b55  code   25 90 5b                 {
+  199 1  11130  0x5b58  str    94 09 6b 65 79 74 61 62    "keytable"
+                               6c 65 00
+         11131  0x5b63  sec    28 66 01                   help.setcontext
+  201 1  11132  0x5b66  sec    28 af 02                   window.xmenu
+  202 1  11133  0x5b69  prim   17 12                      dup
+         11134  0x5b6b  sec    28 16 02                   .xmenu
+         11135  0x5b6e  sec    28 d3 02                   xmenu.lang
+         11136  0x5b71  prim   17 10                      put
+  203 1  11137  0x5b73  prim   17 12                      dup
+         11138  0x5b75  sec    28 17 02                   .xmenu.update
+         11139  0x5b78  dict   29 d5 02                   /lang.update
+         11140  0x5b7b  prim   17 10                      put
+  204 1  11141  0x5b7d  prim   17 12                      dup
+         11142  0x5b7f  sec    28 1b 02                   .xmenu.cleanup
+         11143  0x5b82  dict   29 d7 02                   /lang.cleanup
+         11144  0x5b85  prim   17 10                      put
+  205 1  11145  0x5b87  prim   17 12                      dup
+         11146  0x5b89  sec    28 38 01                   window.init
+  206 1  11147  0x5b8c  sec    28 39 01                   window.show
+  207 1  11148  0x5b8f  ret    06                       }
+         11149  0x5b90  prim   17 05                    def
+  215 1  11150  0x5b92  dict   29 d8 02                 /panel.lang.width
+         11151  0x5b95  code   25 a4 5b                 {
+  216 1  11152  0x5b98  dict   29 9e 02                   /xmenu
+         11153  0x5b9b  sec    28 d3 02                   xmenu.lang
+         11154  0x5b9e  prim   17 05                      def
+  218 1  11155  0x5ba0  sec    28 c2 02                   pmenu.width
+  219 1  11156  0x5ba3  ret    06                       }
+         11157  0x5ba4  prim   17 05                    def
+  227 1  11158  0x5ba6  dict   29 d9 02                 /panel.lang.update
+         11159  0x5ba9  code   25 b8 5b                 {
+  228 1  11160  0x5bac  dict   29 9e 02                   /xmenu
+         11161  0x5baf  sec    28 d3 02                   xmenu.lang
+         11162  0x5bb2  prim   17 05                      def
+  230 1  11163  0x5bb4  sec    28 bf 02                   pmenu.panel.update
+  231 1  11164  0x5bb7  ret    06                       }
+         11165  0x5bb8  prim   17 05                    def
+    8 1  11166  0x5bba  dict   29 da 02                 /keymap.inited
+         11167  0x5bbd  bool   03                       false # false
+         11168  0x5bbe  prim   17 05                    def
+    9 1  11169  0x5bc0  dict   29 1d 01                 /keymap.explicit
+         11170  0x5bc3  bool   03                       false # false
+         11171  0x5bc4  prim   17 05                    def
+   16 1  11172  0x5bc6  dict   29 db 02                 /keymap.init
+         11173  0x5bc9  code   25 14 5c                 {
+   17 1  11174  0x5bcc  dict   29 dc 02                   /xmenu.keymap
+         11175  0x5bcf  int    11 0e                      14 # .xm_size
+         11176  0x5bd1  prim   17 0e                      array
+         11177  0x5bd3  prim   17 05                      def
+   18 1  11178  0x5bd5  dict   29 9e 02                   /xmenu
+         11179  0x5bd8  sec    28 dc 02                   xmenu.keymap
+         11180  0x5bdb  prim   17 05                      def
+   19 1  11181  0x5bdd  dict   29 da 02                   /keymap.inited
+         11182  0x5be0  bool   13 01                      true # true
+         11183  0x5be2  prim   17 05                      def
+   21 1  11184  0x5be4  sec    28 9e 02                   xmenu
+         11185  0x5be7  int    01                         0 # .xm_current
+         11186  0x5be8  int    01                         0
+         11187  0x5be9  prim   17 10                      put
+   22 1  11188  0x5beb  sec    28 9e 02                   xmenu
+         11189  0x5bee  int    11 01                      1 # .xm_list
+         11190  0x5bf0  prim   17 03                      [
+         11191  0x5bf2  sec    28 dd 02                   keymaps
+         11192  0x5bf5  code   25 fd 5b                   {
+         11193  0x5bf8  int    11 02                        2 # .km.display
+         11194  0x5bfa  prim   17 0f                        get
+         11195  0x5bfc  ret    06                         }
+         11196  0x5bfd  prim   17 0b                      forall
+         11197  0x5bff  prim   17 04                      ]
+         11198  0x5c01  prim   17 10                      put
+   24 1  11199  0x5c03  sec    28 9e 02                   xmenu
+         11200  0x5c06  int    11 0a                      10 # .xm_title
+         11201  0x5c08  dict   29 cf 01                   /txt_keymap
+         11202  0x5c0b  prim   17 10                      put
+   28 1  11203  0x5c0d  sec    28 d6 02                   keymap.langchanged
+   30 1  11204  0x5c10  sec    28 c5 02                   pmenu.init
+   31 1  11205  0x5c13  ret    06                       }
+         11206  0x5c14  prim   17 05                    def
+   38 1  11207  0x5c16  dict   29 d6 02                 /keymap.langchanged
+         11208  0x5c19  code   25 4f 5c                 {
+   39 1  11209  0x5c1c  sec    28 da 02                   keymap.inited
+         11210  0x5c1f  code   25 4c 5c                   {
+   40 1  11211  0x5c22  dict   29 de 02                     /keymap.tmp.cnt
+         11212  0x5c25  int    01                           0
+         11213  0x5c26  prim   17 05                        def
+   41 1  11214  0x5c28  sec    28 dd 02                     keymaps
+         11215  0x5c2b  code   25 49 5c                     {
+   42 1  11216  0x5c2e  sec    18 d0                          config.keymap
+         11217  0x5c30  prim   17 29                          eq
+         11218  0x5c32  code   25 41 5c                       {
+   43 1  11219  0x5c35  sec    28 dc 02                         xmenu.keymap
+         11220  0x5c38  int    01                               0 # .xm_current
+         11221  0x5c39  sec    28 de 02                         keymap.tmp.cnt
+         11222  0x5c3c  prim   17 10                            put
+         11223  0x5c3e  prim   17 0c                            exit
+   44 1  11224  0x5c40  ret    06                             }
+         11225  0x5c41  prim   17 06                          if
+   45 1  11226  0x5c43  dict   29 de 02                       /keymap.tmp.cnt
+         11227  0x5c46  sec    18 c8                          inc
+   46 1  11228  0x5c48  ret    06                           }
+         11229  0x5c49  prim   17 0b                        forall
+   47 1  11230  0x5c4b  ret    06                         }
+         11231  0x5c4c  prim   17 06                      if
+   48 1  11232  0x5c4e  ret    06                       }
+         11233  0x5c4f  prim   17 05                    def
+   55 1  11234  0x5c51  dict   29 df 02                 /keymap.update
+         11235  0x5c54  code   25 86 5c                 {
+   56 1  11236  0x5c57  dict   29 9e 02                   /xmenu
+         11237  0x5c5a  sec    28 dc 02                   xmenu.keymap
+         11238  0x5c5d  prim   17 05                      def
+   58 1  11239  0x5c5f  dict   19 d0                      /config.keymap
+         11240  0x5c61  sec    28 dd 02                   keymaps
+         11241  0x5c64  sec    28 9e 02                   xmenu
+         11242  0x5c67  int    01                         0 # .xm_current
+         11243  0x5c68  prim   17 0f                      get
+         11244  0x5c6a  prim   17 0f                      get
+         11245  0x5c6c  prim   17 05                      def
+   59 1  11246  0x5c6e  dict   29 1d 01                   /keymap.explicit
+         11247  0x5c71  bool   13 01                      true # true
+         11248  0x5c73  prim   17 05                      def
+   61 1  11249  0x5c75  sec    28 05 01                   window.action
+         11250  0x5c78  int    11 07                      7 # actRedraw
+         11251  0x5c7a  prim   17 29                      eq
+         11252  0x5c7c  code   25 83 5c                   {
+         11253  0x5c7f  sec    28 c1 02                     pmenu.update
+         11254  0x5c82  ret    06                         }
+         11255  0x5c83  prim   17 06                      if
+   62 1  11256  0x5c85  ret    06                       }
+         11257  0x5c86  prim   17 05                    def
+   69 1  11258  0x5c88  dict   29 e0 02                 /panel.keymap
+         11259  0x5c8b  code   25 ba 5c                 {
+   70 1  11260  0x5c8e  str    94 07 6b 65 79 6d 61 70    "keymap"
+                               00
+         11261  0x5c97  sec    28 66 01                   help.setcontext
+   72 1  11262  0x5c9a  sec    28 af 02                   window.xmenu
+   73 1  11263  0x5c9d  prim   17 12                      dup
+         11264  0x5c9f  sec    28 16 02                   .xmenu
+         11265  0x5ca2  sec    28 dc 02                   xmenu.keymap
+         11266  0x5ca5  prim   17 10                      put
+   74 1  11267  0x5ca7  prim   17 12                      dup
+         11268  0x5ca9  sec    28 17 02                   .xmenu.update
+         11269  0x5cac  dict   29 df 02                   /keymap.update
+         11270  0x5caf  prim   17 10                      put
+   75 1  11271  0x5cb1  prim   17 12                      dup
+         11272  0x5cb3  sec    28 38 01                   window.init
+   76 1  11273  0x5cb6  sec    28 39 01                   window.show
+   77 1  11274  0x5cb9  ret    06                       }
+         11275  0x5cba  prim   17 05                    def
+   84 1  11276  0x5cbc  dict   29 e1 02                 /panel.keymap.width
+         11277  0x5cbf  code   25 ce 5c                 {
+   85 1  11278  0x5cc2  dict   29 9e 02                   /xmenu
+         11279  0x5cc5  sec    28 dc 02                   xmenu.keymap
+         11280  0x5cc8  prim   17 05                      def
+   87 1  11281  0x5cca  sec    28 c2 02                   pmenu.width
+   88 1  11282  0x5ccd  ret    06                       }
+         11283  0x5cce  prim   17 05                    def
+   95 1  11284  0x5cd0  dict   29 e2 02                 /panel.keymap.update
+         11285  0x5cd3  code   25 e2 5c                 {
+   96 1  11286  0x5cd6  dict   29 9e 02                   /xmenu
+         11287  0x5cd9  sec    28 dc 02                   xmenu.keymap
+         11288  0x5cdc  prim   17 05                      def
+   98 1  11289  0x5cde  sec    28 bf 02                   pmenu.panel.update
+   99 1  11290  0x5ce1  ret    06                       }
+         11291  0x5ce2  prim   17 05                    def
+    8 1  11292  0x5ce4  dict   29 1e 01                 /modes.selected.append
+         11293  0x5ce7  none   00                       .undef # .undef
+         11294  0x5ce8  prim   17 05                    def
+    9 1  11295  0x5cea  dict   29 1f 01                 /modes.selected.replace
+         11296  0x5ced  none   00                       .undef # .undef
+         11297  0x5cee  prim   17 05                    def
+   17 1  11298  0x5cf0  dict   29 e3 02                 /modes.init
+         11299  0x5cf3  code   25 e9 5e                 {
+   18 1  11300  0x5cf6  dict   29 e4 02                   /xmenu.modes
+         11301  0x5cf9  int    11 0e                      14 # .xm_size
+         11302  0x5cfb  prim   17 0e                      array
+         11303  0x5cfd  prim   17 05                      def
+   19 1  11304  0x5cff  dict   29 9e 02                   /xmenu
+         11305  0x5d02  sec    28 e4 02                   xmenu.modes
+         11306  0x5d05  prim   17 05                      def
+   21 1  11307  0x5d07  sec    28 9e 02                   xmenu
+         11308  0x5d0a  int    01                         0 # .xm_current
+         11309  0x5d0b  int    01                         0
+         11310  0x5d0c  prim   17 10                      put
+   23 1  11311  0x5d0e  dict   29 e5 02                   /modes.gfxconfig
+         11312  0x5d11  sec    18 d8                      listgfxconfig
+         11313  0x5d13  prim   17 05                      def
+   25 1  11314  0x5d15  dict   29 e6 02                   /modes.rawlabels
+         11315  0x5d18  prim   17 03                      [
+   26 1  11316  0x5d1a  sec    28 e5 02                   modes.gfxconfig
+         11317  0x5d1d  code   25 4b 5d                   {
+   27 1  11318  0x5d20  prim   17 12                        dup
+         11319  0x5d22  int    01                           0
+         11320  0x5d23  prim   17 0f                        get
+         11321  0x5d25  int    11 06                        6
+         11322  0x5d27  sec    18 df                        strndup
+         11323  0x5d29  prim   17 12                        dup
+         11324  0x5d2b  str    94 07 6c 61 62 65 6c 20      "label "
+                               00
+         11325  0x5d34  prim   17 29                        eq
+         11326  0x5d36  prim   17 14                        exch
+         11327  0x5d38  prim   17 32                        free
+         11328  0x5d3a  code   25 42 5d                     {
+         11329  0x5d3d  int    11 01                          1
+         11330  0x5d3f  prim   17 0f                          get
+         11331  0x5d41  ret    06                           }
+         11332  0x5d42  code   25 48 5d                     {
+         11333  0x5d45  prim   17 13                          pop
+         11334  0x5d47  ret    06                           }
+         11335  0x5d48  prim   17 07                        ifelse
+   28 1  11336  0x5d4a  ret    06                         }
+         11337  0x5d4b  prim   17 0b                      forall
+   29 1  11338  0x5d4d  prim   17 04                      ]
+         11339  0x5d4f  prim   17 05                      def
+   30 1  11340  0x5d51  dict   29 e7 02                   /modes.append
+         11341  0x5d54  prim   17 03                      [
+   31 1  11342  0x5d56  sec    28 e5 02                   modes.gfxconfig
+         11343  0x5d59  code   25 b8 5d                   {
+   32 1  11344  0x5d5c  int    01                           0
+         11345  0x5d5d  prim   17 0f                        get
+         11346  0x5d5f  dict   29 e8 02                     /modes.tmp.key
+         11347  0x5d62  prim   17 14                        exch
+         11348  0x5d64  prim   17 05                        def
+   33 1  11349  0x5d66  sec    28 e8 02                     modes.tmp.key
+         11350  0x5d69  int    11 06                        6
+         11351  0x5d6b  sec    18 df                        strndup
+         11352  0x5d6d  prim   17 12                        dup
+         11353  0x5d6f  str    94 07 6c 61 62 65 6c 20      "label "
+                               00
+         11354  0x5d78  prim   17 29                        eq
+         11355  0x5d7a  prim   17 14                        exch
+         11356  0x5d7c  prim   17 32                        free
+         11357  0x5d7e  code   25 b5 5d                     {
+   34 1  11358  0x5d81  sec    28 e8 02                       modes.tmp.key
+         11359  0x5d84  int    11 06                          6
+         11360  0x5d86  prim   17 1a                          add
+         11361  0x5d88  prim   17 12                          dup
+         11362  0x5d8a  prim   17 11                          length
+         11363  0x5d8c  int    11 08                          8
+         11364  0x5d8e  prim   17 1a                          add
+         11365  0x5d90  sec    18 c2                          string
+         11366  0x5d92  dict   29 e9 02                       /modes.tmp.str
+         11367  0x5d95  prim   17 14                          exch
+         11368  0x5d97  prim   17 05                          def
+   35 1  11369  0x5d99  str    94 0a 61 70 70 65 6e 64        "append %s"
+                               20 25 73 00
+         11370  0x5da5  sec    28 e9 02                       modes.tmp.str
+         11371  0x5da8  sec    18 c3                          sprintf
+   36 1  11372  0x5daa  sec    28 e9 02                       modes.tmp.str
+         11373  0x5dad  sec    18 d7                          getgfxconfig
+   37 1  11374  0x5daf  sec    28 e9 02                       modes.tmp.str
+         11375  0x5db2  prim   17 32                          free
+   38 1  11376  0x5db4  ret    06                           }
+         11377  0x5db5  prim   17 06                        if
+   39 1  11378  0x5db7  ret    06                         }
+         11379  0x5db8  prim   17 0b                      forall
+   40 1  11380  0x5dba  prim   17 04                      ]
+         11381  0x5dbc  prim   17 05                      def
+   41 1  11382  0x5dbe  dict   29 ea 02                   /modes.replace
+         11383  0x5dc1  prim   17 03                      [
+   42 1  11384  0x5dc3  sec    28 e5 02                   modes.gfxconfig
+         11385  0x5dc6  code   25 26 5e                   {
+   43 1  11386  0x5dc9  int    01                           0
+         11387  0x5dca  prim   17 0f                        get
+         11388  0x5dcc  dict   29 e8 02                     /modes.tmp.key
+         11389  0x5dcf  prim   17 14                        exch
+         11390  0x5dd1  prim   17 05                        def
+   44 1  11391  0x5dd3  sec    28 e8 02                     modes.tmp.key
+         11392  0x5dd6  int    11 06                        6
+         11393  0x5dd8  sec    18 df                        strndup
+         11394  0x5dda  prim   17 12                        dup
+         11395  0x5ddc  str    94 07 6c 61 62 65 6c 20      "label "
+                               00
+         11396  0x5de5  prim   17 29                        eq
+         11397  0x5de7  prim   17 14                        exch
+         11398  0x5de9  prim   17 32                        free
+         11399  0x5deb  code   25 23 5e                     {
+   45 1  11400  0x5dee  sec    28 e8 02                       modes.tmp.key
+         11401  0x5df1  int    11 06                          6
+         11402  0x5df3  prim   17 1a                          add
+         11403  0x5df5  prim   17 12                          dup
+         11404  0x5df7  prim   17 11                          length
+         11405  0x5df9  int    11 09                          9
+         11406  0x5dfb  prim   17 1a                          add
+         11407  0x5dfd  sec    18 c2                          string
+         11408  0x5dff  dict   29 e9 02                       /modes.tmp.str
+         11409  0x5e02  prim   17 14                          exch
+         11410  0x5e04  prim   17 05                          def
+   46 1  11411  0x5e06  str    94 0b 72 65 70 6c 61 63        "replace %s"
+                               65 20 25 73 00
+         11412  0x5e13  sec    28 e9 02                       modes.tmp.str
+         11413  0x5e16  sec    18 c3                          sprintf
+   47 1  11414  0x5e18  sec    28 e9 02                       modes.tmp.str
+         11415  0x5e1b  sec    18 d7                          getgfxconfig
+   48 1  11416  0x5e1d  sec    28 e9 02                       modes.tmp.str
+         11417  0x5e20  prim   17 32                          free
+   49 1  11418  0x5e22  ret    06                           }
+         11419  0x5e23  prim   17 06                        if
+   50 1  11420  0x5e25  ret    06                         }
+         11421  0x5e26  prim   17 0b                      forall
+   51 1  11422  0x5e28  prim   17 04                      ]
+         11423  0x5e2a  prim   17 05                      def
+   52 1  11424  0x5e2c  dict   29 eb 02                   /modes.applies
+         11425  0x5e2f  prim   17 03                      [
+   53 1  11426  0x5e31  sec    28 e5 02                   modes.gfxconfig
+         11427  0x5e34  code   25 94 5e                   {
+   54 1  11428  0x5e37  int    01                           0
+         11429  0x5e38  prim   17 0f                        get
+         11430  0x5e3a  dict   29 e8 02                     /modes.tmp.key
+         11431  0x5e3d  prim   17 14                        exch
+         11432  0x5e3f  prim   17 05                        def
+   55 1  11433  0x5e41  sec    28 e8 02                     modes.tmp.key
+         11434  0x5e44  int    11 06                        6
+         11435  0x5e46  sec    18 df                        strndup
+         11436  0x5e48  prim   17 12                        dup
+         11437  0x5e4a  str    94 07 6c 61 62 65 6c 20      "label "
+                               00
+         11438  0x5e53  prim   17 29                        eq
+         11439  0x5e55  prim   17 14                        exch
+         11440  0x5e57  prim   17 32                        free
+         11441  0x5e59  code   25 91 5e                     {
+   56 1  11442  0x5e5c  sec    28 e8 02                       modes.tmp.key
+         11443  0x5e5f  int    11 06                          6
+         11444  0x5e61  prim   17 1a                          add
+         11445  0x5e63  prim   17 12                          dup
+         11446  0x5e65  prim   17 11                          length
+         11447  0x5e67  int    11 09                          9
+         11448  0x5e69  prim   17 1a                          add
+         11449  0x5e6b  sec    18 c2                          string
+         11450  0x5e6d  dict   29 e9 02                       /modes.tmp.str
+         11451  0x5e70  prim   17 14                          exch
+         11452  0x5e72  prim   17 05                          def
+   57 1  11453  0x5e74  str    94 0b 61 70 70 6c 69 65        "applies %s"
+                               73 20 25 73 00
+         11454  0x5e81  sec    28 e9 02                       modes.tmp.str
+         11455  0x5e84  sec    18 c3                          sprintf
+   58 1  11456  0x5e86  sec    28 e9 02                       modes.tmp.str
+         11457  0x5e89  sec    18 d7                          getgfxconfig
+   59 1  11458  0x5e8b  sec    28 e9 02                       modes.tmp.str
+         11459  0x5e8e  prim   17 32                          free
+   60 1  11460  0x5e90  ret    06                           }
+         11461  0x5e91  prim   17 06                        if
+   61 1  11462  0x5e93  ret    06                         }
+         11463  0x5e94  prim   17 0b                      forall
+   62 1  11464  0x5e96  prim   17 04                      ]
+         11465  0x5e98  prim   17 05                      def
+   63 1  11466  0x5e9a  sec    28 e6 02                   modes.rawlabels
+         11467  0x5e9d  prim   17 11                      length
+         11468  0x5e9f  int    01                         0
+         11469  0x5ea0  prim   17 29                      eq
+         11470  0x5ea2  code   25 d0 5e                   {
+   64 1  11471  0x5ea5  dict   29 e6 02                     /modes.rawlabels
+         11472  0x5ea8  prim   17 03                        [
+         11473  0x5eaa  sec    28 fa 01                     txt_mode_normal
+         11474  0x5ead  prim   17 04                        ]
+         11475  0x5eaf  prim   17 05                        def
+   65 1  11476  0x5eb1  dict   29 e7 02                     /modes.append
+         11477  0x5eb4  prim   17 03                        [
+         11478  0x5eb6  none   00                           .undef # .undef
+         11479  0x5eb7  prim   17 04                        ]
+         11480  0x5eb9  prim   17 05                        def
+   66 1  11481  0x5ebb  dict   29 ea 02                     /modes.replace
+         11482  0x5ebe  prim   17 03                        [
+         11483  0x5ec0  none   00                           .undef # .undef
+         11484  0x5ec1  prim   17 04                        ]
+         11485  0x5ec3  prim   17 05                        def
+   67 1  11486  0x5ec5  dict   29 eb 02                     /modes.applies
+         11487  0x5ec8  prim   17 03                        [
+         11488  0x5eca  none   00                           .undef # .undef
+         11489  0x5ecb  prim   17 04                        ]
+         11490  0x5ecd  prim   17 05                        def
+   68 1  11491  0x5ecf  ret    06                         }
+         11492  0x5ed0  prim   17 06                      if
+   69 1  11493  0x5ed2  dict   29 ec 02                   /modes.map
+         11494  0x5ed5  none   00                         .undef # .undef
+         11495  0x5ed6  prim   17 05                      def
+   71 1  11496  0x5ed8  sec    28 0c 01                   menu.entry
+         11497  0x5edb  sec    28 68 01                   modes.filter
+   73 1  11498  0x5ede  sec    28 9e 02                   xmenu
+         11499  0x5ee1  int    11 0a                      10 # .xm_title
+         11500  0x5ee3  dict   29 fb 01                   /txt_modes
+         11501  0x5ee6  prim   17 10                      put
+   74 1  11502  0x5ee8  ret    06                       }
+         11503  0x5ee9  prim   17 05                    def
+   82 1  11504  0x5eeb  dict   29 ed 02                 /modes.update
+         11505  0x5eee  code   25 2b 5f                 {
+   83 1  11506  0x5ef1  dict   29 9e 02                   /xmenu
+         11507  0x5ef4  sec    28 e4 02                   xmenu.modes
+         11508  0x5ef7  prim   17 05                      def
+   85 1  11509  0x5ef9  sec    28 ec 02                   modes.map
+         11510  0x5efc  sec    28 9e 02                   xmenu
+         11511  0x5eff  int    01                         0 # .xm_current
+         11512  0x5f00  prim   17 0f                      get
+         11513  0x5f02  prim   17 0f                      get
+   86 1  11514  0x5f04  sec    28 e7 02                   modes.append
+         11515  0x5f07  prim   17 17                      over
+         11516  0x5f09  prim   17 0f                      get
+         11517  0x5f0b  dict   29 1e 01                   /modes.selected.append
+         11518  0x5f0e  prim   17 14                      exch
+         11519  0x5f10  prim   17 05                      def
+   87 1  11520  0x5f12  sec    28 ea 02                   modes.replace
+         11521  0x5f15  prim   17 17                      over
+         11522  0x5f17  prim   17 0f                      get
+         11523  0x5f19  dict   29 1f 01                   /modes.selected.replace
+         11524  0x5f1c  prim   17 14                      exch
+         11525  0x5f1e  prim   17 05                      def
+   89 1  11526  0x5f20  dict   29 05 01                   /window.action
+         11527  0x5f23  int    11 08                      8 # actRedrawPanel
+         11528  0x5f25  prim   17 05                      def
+   91 1  11529  0x5f27  sec    28 c1 02                   pmenu.update
+   92 1  11530  0x5f2a  ret    06                       }
+         11531  0x5f2b  prim   17 05                    def
+  100 1  11532  0x5f2d  dict   29 68 01                 /modes.filter
+         11533  0x5f30  code   25 74 60                 {
+  101 1  11534  0x5f33  sec    28 e6 02                   modes.rawlabels
+         11535  0x5f36  none   00                         .undef # .undef
+         11536  0x5f37  prim   17 29                      eq
+         11537  0x5f39  code   25 41 5f                   {
+         11538  0x5f3c  prim   17 13                        pop
+         11539  0x5f3e  prim   17 0d                        return
+         11540  0x5f40  ret    06                         }
+         11541  0x5f41  prim   17 06                      if
+  103 1  11542  0x5f43  sec    28 0e 01                   menu.texts
+         11543  0x5f46  prim   17 14                      exch
+         11544  0x5f48  prim   17 0f                      get
+  104 1  11545  0x5f4a  prim   17 12                      dup
+         11546  0x5f4c  prim   17 11                      length
+         11547  0x5f4e  int    11 03                      3
+         11548  0x5f50  prim   17 1a                      add
+         11549  0x5f52  sec    18 c2                      string
+         11550  0x5f54  dict   29 ee 02                   /modes.tmp.label
+         11551  0x5f57  prim   17 14                      exch
+         11552  0x5f59  prim   17 05                      def
+  105 1  11553  0x5f5b  str    94 05 20 25 73 20 00       " %s "
+         11554  0x5f62  sec    28 ee 02                   modes.tmp.label
+         11555  0x5f65  sec    18 c3                      sprintf
+  107 1  11556  0x5f67  sec    28 9e 02                   xmenu
+  108 1  11557  0x5f6a  dict   29 9e 02                   /xmenu
+         11558  0x5f6d  sec    28 e4 02                   xmenu.modes
+         11559  0x5f70  prim   17 05                      def
+  110 1  11560  0x5f72  sec    28 ec 02                   modes.map
+         11561  0x5f75  code   25 89 5f                   {
+  111 1  11562  0x5f78  dict   29 ef 02                     /modes.tmp.oldidx
+         11563  0x5f7b  sec    28 ec 02                     modes.map
+         11564  0x5f7e  sec    28 9e 02                     xmenu
+         11565  0x5f81  int    01                           0 # .xm_current
+         11566  0x5f82  prim   17 0f                        get
+         11567  0x5f84  prim   17 0f                        get
+         11568  0x5f86  prim   17 05                        def
+  112 1  11569  0x5f88  ret    06                         }
+         11570  0x5f89  code   25 93 5f                   {
+  113 1  11571  0x5f8c  dict   29 ef 02                     /modes.tmp.oldidx
+         11572  0x5f8f  none   00                           .undef # .undef
+         11573  0x5f90  prim   17 05                        def
+  114 1  11574  0x5f92  ret    06                         }
+         11575  0x5f93  prim   17 07                      ifelse
+  116 1  11576  0x5f95  sec    28 ec 02                   modes.map
+         11577  0x5f98  prim   17 32                      free
+  118 1  11578  0x5f9a  dict   29 ec 02                   /modes.map
+         11579  0x5f9d  prim   17 03                      [
+  119 1  11580  0x5f9f  int    01                         0
+         11581  0x5fa0  int    11 01                      1
+         11582  0x5fa2  sec    28 e6 02                   modes.rawlabels
+         11583  0x5fa5  prim   17 11                      length
+         11584  0x5fa7  int    11 01                      1
+         11585  0x5fa9  prim   17 1b                      sub
+         11586  0x5fab  code   25 fc 5f                   {
+  120 1  11587  0x5fae  sec    28 eb 02                     modes.applies
+         11588  0x5fb1  prim   17 17                        over
+         11589  0x5fb3  prim   17 0f                        get
+         11590  0x5fb5  prim   17 12                        dup
+         11591  0x5fb7  none   00                           .undef # .undef
+         11592  0x5fb8  prim   17 2a                        ne
+         11593  0x5fba  code   25 f3 5f                     {
+  121 1  11594  0x5fbd  prim   17 12                          dup
+         11595  0x5fbf  prim   17 11                          length
+         11596  0x5fc1  int    11 03                          3
+         11597  0x5fc3  prim   17 1a                          add
+         11598  0x5fc5  sec    18 c2                          string
+         11599  0x5fc7  dict   29 f0 02                       /modes.tmp.applies
+         11600  0x5fca  prim   17 14                          exch
+         11601  0x5fcc  prim   17 05                          def
+  122 1  11602  0x5fce  str    94 05 20 25 73 20 00           " %s "
+         11603  0x5fd5  sec    28 f0 02                       modes.tmp.applies
+         11604  0x5fd8  sec    18 c3                          sprintf
+  123 1  11605  0x5fda  sec    28 f0 02                       modes.tmp.applies
+         11606  0x5fdd  sec    28 ee 02                       modes.tmp.label
+         11607  0x5fe0  prim   17 5a                          strstr
+         11608  0x5fe2  int    01                             0
+         11609  0x5fe3  prim   17 29                          eq
+         11610  0x5fe5  code   25 eb 5f                       {
+         11611  0x5fe8  prim   17 13                            pop
+         11612  0x5fea  ret    06                             }
+         11613  0x5feb  prim   17 06                          if
+  124 1  11614  0x5fed  sec    28 f0 02                       modes.tmp.applies
+         11615  0x5ff0  prim   17 32                          free
+  125 1  11616  0x5ff2  ret    06                           }
+         11617  0x5ff3  code   25 f9 5f                     {
+  126 1  11618  0x5ff6  prim   17 13                          pop
+  127 1  11619  0x5ff8  ret    06                           }
+         11620  0x5ff9  prim   17 07                        ifelse
+  128 1  11621  0x5ffb  ret    06                         }
+         11622  0x5ffc  prim   17 0a                      for
+  129 1  11623  0x5ffe  prim   17 04                      ]
+         11624  0x6000  prim   17 05                      def
+  131 1  11625  0x6002  sec    28 ee 02                   modes.tmp.label
+         11626  0x6005  prim   17 32                      free
+  133 1  11627  0x6007  sec    28 9e 02                   xmenu
+         11628  0x600a  int    11 01                      1 # .xm_list
+         11629  0x600c  prim   17 0f                      get
+         11630  0x600e  prim   17 32                      free
+  134 1  11631  0x6010  sec    28 9e 02                   xmenu
+         11632  0x6013  int    11 01                      1 # .xm_list
+         11633  0x6015  prim   17 03                      [
+  135 1  11634  0x6017  sec    28 ec 02                   modes.map
+         11635  0x601a  code   25 28 60                   {
+         11636  0x601d  sec    28 e6 02                     modes.rawlabels
+         11637  0x6020  prim   17 14                        exch
+         11638  0x6022  prim   17 0f                        get
+         11639  0x6024  sec    28 85 01                     translate
+         11640  0x6027  ret    06                         }
+         11641  0x6028  prim   17 0b                      forall
+  136 1  11642  0x602a  prim   17 04                      ]
+         11643  0x602c  prim   17 10                      put
+  138 1  11644  0x602e  sec    28 9e 02                   xmenu
+         11645  0x6031  int    01                         0 # .xm_current
+         11646  0x6032  int    01                         0
+         11647  0x6033  prim   17 10                      put
+  139 1  11648  0x6035  int    01                         0
+         11649  0x6036  int    11 01                      1
+         11650  0x6038  sec    28 ec 02                   modes.map
+         11651  0x603b  prim   17 11                      length
+         11652  0x603d  int    11 01                      1
+         11653  0x603f  prim   17 1b                      sub
+         11654  0x6041  code   25 67 60                   {
+  140 1  11655  0x6044  sec    28 ec 02                     modes.map
+         11656  0x6047  prim   17 17                        over
+         11657  0x6049  prim   17 0f                        get
+         11658  0x604b  sec    28 ef 02                     modes.tmp.oldidx
+         11659  0x604e  prim   17 29                        eq
+         11660  0x6050  code   25 5e 60                     {
+  141 1  11661  0x6053  sec    28 9e 02                       xmenu
+         11662  0x6056  int    01                             0 # .xm_current
+         11663  0x6057  prim   17 15                          rot
+         11664  0x6059  prim   17 10                          put
+         11665  0x605b  prim   17 0c                          exit
+  142 1  11666  0x605d  ret    06                           }
+         11667  0x605e  code   25 64 60                     {
+  143 1  11668  0x6061  prim   17 13                          pop
+  144 1  11669  0x6063  ret    06                           }
+         11670  0x6064  prim   17 07                        ifelse
+  145 1  11671  0x6066  ret    06                         }
+         11672  0x6067  prim   17 0a                      for
+  147 1  11673  0x6069  sec    28 c5 02                   pmenu.init
+  149 1  11674  0x606c  dict   29 9e 02                   /xmenu
+         11675  0x606f  prim   17 14                      exch
+         11676  0x6071  prim   17 05                      def
+  150 1  11677  0x6073  ret    06                       }
+         11678  0x6074  prim   17 05                    def
+  157 1  11679  0x6076  dict   29 f1 02                 /panel.modes
+         11680  0x6079  code   25 a7 60                 {
+  158 1  11681  0x607c  str    94 06 6d 6f 64 65 73 00    "modes"
+         11682  0x6084  sec    28 66 01                   help.setcontext
+  160 1  11683  0x6087  sec    28 af 02                   window.xmenu
+  161 1  11684  0x608a  prim   17 12                      dup
+         11685  0x608c  sec    28 16 02                   .xmenu
+         11686  0x608f  sec    28 e4 02                   xmenu.modes
+         11687  0x6092  prim   17 10                      put
+  162 1  11688  0x6094  prim   17 12                      dup
+         11689  0x6096  sec    28 17 02                   .xmenu.update
+         11690  0x6099  dict   29 ed 02                   /modes.update
+         11691  0x609c  prim   17 10                      put
+  163 1  11692  0x609e  prim   17 12                      dup
+         11693  0x60a0  sec    28 38 01                   window.init
+  164 1  11694  0x60a3  sec    28 39 01                   window.show
+  165 1  11695  0x60a6  ret    06                       }
+         11696  0x60a7  prim   17 05                    def
+  173 1  11697  0x60a9  dict   29 f2 02                 /panel.modes.width
+         11698  0x60ac  code   25 bb 60                 {
+  174 1  11699  0x60af  dict   29 9e 02                   /xmenu
+         11700  0x60b2  sec    28 e4 02                   xmenu.modes
+         11701  0x60b5  prim   17 05                      def
+  176 1  11702  0x60b7  sec    28 c2 02                   pmenu.width
+  177 1  11703  0x60ba  ret    06                       }
+         11704  0x60bb  prim   17 05                    def
+  185 1  11705  0x60bd  dict   29 f3 02                 /panel.modes.update
+         11706  0x60c0  code   25 cf 60                 {
+  186 1  11707  0x60c3  dict   29 9e 02                   /xmenu
+         11708  0x60c6  sec    28 e4 02                   xmenu.modes
+         11709  0x60c9  prim   17 05                      def
+  188 1  11710  0x60cb  sec    28 bf 02                   pmenu.panel.update
+  189 1  11711  0x60ce  ret    06                       }
+         11712  0x60cf  prim   17 05                    def
+   12 1  11713  0x60d1  dict   29 f4 02                 /panel.help
+         11714  0x60d4  code   25 17 61                 {
+   13 1  11715  0x60d7  sec    28 49 02                   help.context
+         11716  0x60da  str    94 04 6f 70 74 00          "opt"
+         11717  0x60e0  prim   17 29                      eq
+         11718  0x60e2  sec    28 45 01                   boot.ed
+         11719  0x60e5  int    11 05                      5
+         11720  0x60e7  prim   17 0f                      get
+         11721  0x60e9  none   00                         .undef # .undef
+         11722  0x60ea  prim   17 2a                      ne
+         11723  0x60ec  prim   17 23                      and
+         11724  0x60ee  code   25 11 61                   {
+   14 1  11725  0x60f1  sec    28 63 02                     findbootoption
+   15 1  11726  0x60f4  sec    28 62 02                     help.mapcontext
+   16 1  11727  0x60f7  prim   17 12                        dup
+         11728  0x60f9  sec    28 67 01                     help.findpage
+   17 1  11729  0x60fc  str    94 01 00                     ""
+         11730  0x60ff  prim   17 29                        eq
+         11731  0x6101  code   25 07 61                     {
+         11732  0x6104  prim   17 13                          pop
+         11733  0x6106  ret    06                           }
+         11734  0x6107  code   25 0e 61                     {
+         11735  0x610a  sec    28 66 01                       help.setcontext
+         11736  0x610d  ret    06                           }
+         11737  0x610e  prim   17 07                        ifelse
+   18 1  11738  0x6110  ret    06                         }
+         11739  0x6111  prim   17 06                      if
+   19 1  11740  0x6113  sec    28 af 01                   show_help
+   20 1  11741  0x6116  ret    06                       }
+         11742  0x6117  prim   17 05                    def
+   28 1  11743  0x6119  dict   29 f5 02                 /panel.help.width
+         11744  0x611c  code   25 27 61                 {
+   29 1  11745  0x611f  sec    28 ce 01                   txt_help
+         11746  0x6122  prim   17 46                      strsize
+         11747  0x6124  prim   17 13                      pop
+   30 1  11748  0x6126  ret    06                       }
+         11749  0x6127  prim   17 05                    def
+   38 1  11750  0x6129  dict   29 f6 02                 /panel.help.update
+         11751  0x612c  code   25 38 61                 {
+   39 1  11752  0x612f  sec    28 c0 02                   panel.text.moveto
+   41 1  11753  0x6132  sec    28 ce 01                   txt_help
+         11754  0x6135  prim   17 47                      show
+   42 1  11755  0x6137  ret    06                       }
+         11756  0x6138  prim   17 05                    def
+   13 1  11757  0x613a  dict   29 23 01                 /profile.options
+         11758  0x613d  prim   17 03                    [
+         11759  0x613f  str    94 01 00                 ""
+         11760  0x6142  prim   17 04                    ]
+         11761  0x6144  prim   17 05                    def
+   14 1  11762  0x6146  dict   29 f7 02                 /profile.items
+         11763  0x6149  prim   17 03                    [
+         11764  0x614b  str    94 10 42 72 6f 6b 65 6e  "Broken Profiles"
+                               20 50 72 6f 66 69 6c 65
+                               73 00
+         11765  0x615d  prim   17 04                    ]
+         11766  0x615f  prim   17 05                    def
+   22 1  11767  0x6161  dict   29 f8 02                 /profile.parsedata
+         11768  0x6164  code   25 45 62                 {
+   23 1  11769  0x6167  dict   29 f9 02                   /pf.tmp.datalen
+         11770  0x616a  sec    28 fa 02                   profile.data
+         11771  0x616d  prim   17 11                      length
+         11772  0x616f  prim   17 05                      def
+   24 1  11773  0x6171  dict   29 fb 02                   /pf.tmp.str
+         11774  0x6174  sec    28 fa 02                   profile.data
+         11775  0x6177  sec    18 c7                      cvs
+         11776  0x6179  prim   17 05                      def
+   26 1  11777  0x617b  dict   29 fc 02                   /profile.default
+         11778  0x617e  int    01                         0
+         11779  0x617f  prim   17 05                      def
+   28 1  11780  0x6181  sec    28 f9 02                   pf.tmp.datalen
+         11781  0x6184  int    01                         0
+         11782  0x6185  prim   17 29                      eq
+         11783  0x6187  code   25 8d 61                   {
+         11784  0x618a  prim   17 0d                        return
+         11785  0x618c  ret    06                         }
+         11786  0x618d  prim   17 06                      if
+   29 1  11787  0x618f  sec    28 fb 02                   pf.tmp.str
+         11788  0x6192  sec    28 f9 02                   pf.tmp.datalen
+         11789  0x6195  int    11 01                      1
+         11790  0x6197  prim   17 1b                      sub
+         11791  0x6199  prim   17 0f                      get
+         11792  0x619b  int    11 0a                      '
+'
+         11793  0x619d  prim   17 2a                      ne
+         11794  0x619f  code   25 a5 61                   {
+         11795  0x61a2  prim   17 0d                        return
+         11796  0x61a4  ret    06                         }
+         11797  0x61a5  prim   17 06                      if
+   31 1  11798  0x61a7  int    11 0a                      '
+'
+         11799  0x61a9  prim   17 68                      seteotchar
+   33 1  11800  0x61ab  dict   29 f7 02                   /profile.items
+         11801  0x61ae  prim   17 03                      [
+   35 1  11802  0x61b0  dict   29 fd 02                   /pf.tmp.len
+         11803  0x61b3  int    01                         0
+         11804  0x61b4  prim   17 05                      def
+   36 1  11805  0x61b6  dict   29 fe 02                   /pf.tmp.cnt
+         11806  0x61b9  int    01                         0
+         11807  0x61ba  prim   17 05                      def
+   37 1  11808  0x61bc  code   25 15 62                   {
+   38 1  11809  0x61bf  sec    28 fb 02                     pf.tmp.str
+         11810  0x61c2  sec    28 fd 02                     pf.tmp.len
+         11811  0x61c5  prim   17 1a                        add
+         11812  0x61c7  sec    18 cb                        strdup
+   39 1  11813  0x61c9  prim   17 12                        dup
+         11814  0x61cb  prim   17 12                        dup
+         11815  0x61cd  prim   17 11                        length
+         11816  0x61cf  int    01                           0
+         11817  0x61d0  prim   17 10                        put
+   40 1  11818  0x61d2  dict   29 fd 02                     /pf.tmp.len
+         11819  0x61d5  prim   17 17                        over
+         11820  0x61d7  prim   17 11                        length
+         11821  0x61d9  int    11 01                        1
+         11822  0x61db  prim   17 1a                        add
+         11823  0x61dd  sec    28 fd 02                     pf.tmp.len
+         11824  0x61e0  prim   17 1a                        add
+         11825  0x61e2  prim   17 05                        def
+   42 1  11826  0x61e4  prim   17 12                        dup
+         11827  0x61e6  int    01                           0
+         11828  0x61e7  prim   17 0f                        get
+         11829  0x61e9  int    11 2a                        '*'
+         11830  0x61eb  prim   17 29                        eq
+         11831  0x61ed  code   25 fd 61                     {
+         11832  0x61f0  int    11 01                          1
+         11833  0x61f2  prim   17 1a                          add
+         11834  0x61f4  dict   29 fc 02                       /profile.default
+         11835  0x61f7  sec    28 fe 02                       pf.tmp.cnt
+         11836  0x61fa  prim   17 05                          def
+         11837  0x61fc  ret    06                           }
+         11838  0x61fd  prim   17 06                        if
+   44 1  11839  0x61ff  sec    28 fd 02                     pf.tmp.len
+         11840  0x6202  sec    28 f9 02                     pf.tmp.datalen
+         11841  0x6205  prim   17 2c                        ge
+         11842  0x6207  code   25 0d 62                     {
+         11843  0x620a  prim   17 0c                          exit
+         11844  0x620c  ret    06                           }
+         11845  0x620d  prim   17 06                        if
+   46 1  11846  0x620f  dict   29 fe 02                     /pf.tmp.cnt
+         11847  0x6212  sec    18 c8                        inc
+   47 1  11848  0x6214  ret    06                         }
+         11849  0x6215  prim   17 08                      loop
+   49 1  11850  0x6217  prim   17 04                      ]
+         11851  0x6219  prim   17 05                      def
+   51 1  11852  0x621b  int    11 20                      ' '
+         11853  0x621d  prim   17 68                      seteotchar
+   53 1  11854  0x621f  dict   29 23 01                   /profile.options
+         11855  0x6222  prim   17 03                      [
+   55 1  11856  0x6224  sec    28 f7 02                   profile.items
+         11857  0x6227  code   25 3b 62                   {
+   56 1  11858  0x622a  prim   17 12                        dup
+         11859  0x622c  prim   17 11                        length
+         11860  0x622e  prim   17 1a                        add
+   57 1  11861  0x6230  prim   17 12                        dup
+         11862  0x6232  int    01                           0
+         11863  0x6233  int    01                           0
+         11864  0x6234  prim   17 10                        put
+   58 1  11865  0x6236  int    11 01                        1
+         11866  0x6238  prim   17 1a                        add
+   59 1  11867  0x623a  ret    06                         }
+         11868  0x623b  prim   17 0b                      forall
+   61 1  11869  0x623d  prim   17 04                      ]
+         11870  0x623f  prim   17 05                      def
+   63 1  11871  0x6241  int    01                         0
+         11872  0x6242  prim   17 68                      seteotchar
+   65 1  11873  0x6244  ret    06                       }
+         11874  0x6245  prim   17 05                    def
+   73 1  11875  0x6247  dict   29 ff 02                 /profile.init
+         11876  0x624a  code   25 78 62                 {
+   74 1  11877  0x624d  dict   29 22 01                   /xmenu.profile
+         11878  0x6250  int    11 0e                      14 # .xm_size
+         11879  0x6252  prim   17 0e                      array
+         11880  0x6254  prim   17 05                      def
+   75 1  11881  0x6256  dict   29 9e 02                   /xmenu
+         11882  0x6259  sec    28 22 01                   xmenu.profile
+         11883  0x625c  prim   17 05                      def
+   77 1  11884  0x625e  sec    28 f8 02                   profile.parsedata
+   79 1  11885  0x6261  sec    28 9e 02                   xmenu
+         11886  0x6264  int    01                         0 # .xm_current
+         11887  0x6265  sec    28 fc 02                   profile.default
+         11888  0x6268  prim   17 10                      put
+   80 1  11889  0x626a  sec    28 9e 02                   xmenu
+         11890  0x626d  int    11 01                      1 # .xm_list
+         11891  0x626f  sec    28 f7 02                   profile.items
+         11892  0x6272  prim   17 10                      put
+   82 1  11893  0x6274  sec    28 c5 02                   pmenu.init
+   83 1  11894  0x6277  ret    06                       }
+         11895  0x6278  prim   17 05                    def
+   91 1  11896  0x627a  dict   29 00 03                 /profile.update
+         11897  0x627d  code   25 93 62                 {
+   92 1  11898  0x6280  dict   29 9e 02                   /xmenu
+         11899  0x6283  sec    28 22 01                   xmenu.profile
+         11900  0x6286  prim   17 05                      def
+   94 1  11901  0x6288  dict   29 05 01                   /window.action
+         11902  0x628b  int    11 08                      8 # actRedrawPanel
+         11903  0x628d  prim   17 05                      def
+   96 1  11904  0x628f  sec    28 c1 02                   pmenu.update
+   97 1  11905  0x6292  ret    06                       }
+         11906  0x6293  prim   17 05                    def
+  105 1  11907  0x6295  dict   29 01 03                 /panel.profile
+         11908  0x6298  code   25 c8 62                 {
+  106 1  11909  0x629b  str    94 08 70 72 6f 66 69 6c    "profile"
+                               65 00
+         11910  0x62a5  sec    28 66 01                   help.setcontext
+  108 1  11911  0x62a8  sec    28 af 02                   window.xmenu
+  109 1  11912  0x62ab  prim   17 12                      dup
+         11913  0x62ad  sec    28 16 02                   .xmenu
+         11914  0x62b0  sec    28 22 01                   xmenu.profile
+         11915  0x62b3  prim   17 10                      put
+  110 1  11916  0x62b5  prim   17 12                      dup
+         11917  0x62b7  sec    28 17 02                   .xmenu.update
+         11918  0x62ba  dict   29 00 03                   /profile.update
+         11919  0x62bd  prim   17 10                      put
+  111 1  11920  0x62bf  prim   17 12                      dup
+         11921  0x62c1  sec    28 38 01                   window.init
+  112 1  11922  0x62c4  sec    28 39 01                   window.show
+  113 1  11923  0x62c7  ret    06                       }
+         11924  0x62c8  prim   17 05                    def
+  121 1  11925  0x62ca  dict   29 02 03                 /panel.profile.width
+         11926  0x62cd  code   25 dc 62                 {
+  122 1  11927  0x62d0  dict   29 9e 02                   /xmenu
+         11928  0x62d3  sec    28 22 01                   xmenu.profile
+         11929  0x62d6  prim   17 05                      def
+  124 1  11930  0x62d8  sec    28 c2 02                   pmenu.width
+  125 1  11931  0x62db  ret    06                       }
+         11932  0x62dc  prim   17 05                    def
+  133 1  11933  0x62de  dict   29 03 03                 /panel.profile.update
+         11934  0x62e1  code   25 f0 62                 {
+  134 1  11935  0x62e4  dict   29 9e 02                   /xmenu
+         11936  0x62e7  sec    28 22 01                   xmenu.profile
+         11937  0x62ea  prim   17 05                      def
+  136 1  11938  0x62ec  sec    28 bf 02                   pmenu.panel.update
+  137 1  11939  0x62ef  ret    06                       }
+         11940  0x62f0  prim   17 05                    def
+   11 1  11941  0x62f2  dict   29 04 03                 /bits.default
+         11942  0x62f5  int    01                       0
+         11943  0x62f6  prim   17 05                    def
+   13 1  11944  0x62f8  dict   29 05 03                 /bits.suffix
+         11945  0x62fb  prim   17 03                    [
+   14 1  11946  0x62fd  none   00                       .undef # .undef
+   15 1  11947  0x62fe  str    94 03 36 34 00           "64"
+   16 1  11948  0x6303  prim   17 04                    ]
+         11949  0x6305  prim   17 05                    def
+   24 1  11950  0x6307  dict   29 06 03                 /bits.init
+         11951  0x630a  code   25 84 63                 {
+   25 1  11952  0x630d  dict   29 13 01                   /xmenu.bits
+         11953  0x6310  int    11 0e                      14 # .xm_size
+         11954  0x6312  prim   17 0e                      array
+         11955  0x6314  prim   17 05                      def
+   27 1  11956  0x6316  dict   29 9e 02                   /xmenu
+         11957  0x6319  sec    28 13 01                   xmenu.bits
+         11958  0x631c  prim   17 05                      def
+   29 1  11959  0x631e  sec    28 9e 02                   xmenu
+         11960  0x6321  int    11 01                      1 # .xm_list
+         11961  0x6323  prim   17 03                      [
+         11962  0x6325  str    94 06 33 32 62 69 74 00    "32bit"
+         11963  0x632d  prim   17 04                      ]
+         11964  0x632f  prim   17 10                      put
+   31 1  11965  0x6331  sec    18 fc                      32+64bit_source
+         11966  0x6333  code   25 61 63                   {
+   32 1  11967  0x6336  prim   17 80                        64bit
+         11968  0x6338  code   25 5e 63                     {
+   33 1  11969  0x633b  dict   29 04 03                       /bits.default
+         11970  0x633e  int    11 01                          1
+         11971  0x6340  prim   17 05                          def
+   34 1  11972  0x6342  sec    28 9e 02                       xmenu
+         11973  0x6345  int    11 01                          1 # .xm_list
+         11974  0x6347  prim   17 03                          [
+         11975  0x6349  str    94 06 33 32 62 69 74 00        "32bit"
+         11976  0x6351  str    94 06 36 34 62 69 74 00        "64bit"
+         11977  0x6359  prim   17 04                          ]
+         11978  0x635b  prim   17 10                          put
+   35 1  11979  0x635d  ret    06                           }
+         11980  0x635e  prim   17 06                        if
+   36 1  11981  0x6360  ret    06                         }
+         11982  0x6361  prim   17 06                      if
+   39 1  11983  0x6363  sec    18 f9                      32bit_boot_dir
+         11984  0x6365  sec    18 f8                      64bit_boot_dir
+         11985  0x6367  prim   17 2a                      ne
+         11986  0x6369  code   25 75 63                   {
+   40 1  11987  0x636c  sec    28 05 03                     bits.suffix
+         11988  0x636f  int    11 01                        1
+         11989  0x6371  none   00                           .undef # .undef
+         11990  0x6372  prim   17 10                        put
+   41 1  11991  0x6374  ret    06                         }
+         11992  0x6375  prim   17 06                      if
+   43 1  11993  0x6377  sec    28 9e 02                   xmenu
+         11994  0x637a  int    01                         0 # .xm_current
+         11995  0x637b  sec    28 04 03                   bits.default
+         11996  0x637e  prim   17 10                      put
+   45 1  11997  0x6380  sec    28 c5 02                   pmenu.init
+   46 1  11998  0x6383  ret    06                       }
+         11999  0x6384  prim   17 05                    def
+   54 1  12000  0x6386  dict   29 07 03                 /bits.update
+         12001  0x6389  code   25 9f 63                 {
+   55 1  12002  0x638c  dict   29 9e 02                   /xmenu
+         12003  0x638f  sec    28 13 01                   xmenu.bits
+         12004  0x6392  prim   17 05                      def
+   57 1  12005  0x6394  dict   29 05 01                   /window.action
+         12006  0x6397  int    11 08                      8 # actRedrawPanel
+         12007  0x6399  prim   17 05                      def
+   59 1  12008  0x639b  sec    28 c1 02                   pmenu.update
+   60 1  12009  0x639e  ret    06                       }
+         12010  0x639f  prim   17 05                    def
+   68 1  12011  0x63a1  dict   29 08 03                 /panel.bits
+         12012  0x63a4  code   25 d1 63                 {
+   69 1  12013  0x63a7  str    94 05 62 69 74 73 00       "bits"
+         12014  0x63ae  sec    28 66 01                   help.setcontext
+   71 1  12015  0x63b1  sec    28 af 02                   window.xmenu
+   72 1  12016  0x63b4  prim   17 12                      dup
+         12017  0x63b6  sec    28 16 02                   .xmenu
+         12018  0x63b9  sec    28 13 01                   xmenu.bits
+         12019  0x63bc  prim   17 10                      put
+   73 1  12020  0x63be  prim   17 12                      dup
+         12021  0x63c0  sec    28 17 02                   .xmenu.update
+         12022  0x63c3  dict   29 07 03                   /bits.update
+         12023  0x63c6  prim   17 10                      put
+   74 1  12024  0x63c8  prim   17 12                      dup
+         12025  0x63ca  sec    28 38 01                   window.init
+   75 1  12026  0x63cd  sec    28 39 01                   window.show
+   76 1  12027  0x63d0  ret    06                       }
+         12028  0x63d1  prim   17 05                    def
+   84 1  12029  0x63d3  dict   29 09 03                 /panel.bits.width
+         12030  0x63d6  code   25 e5 63                 {
+   85 1  12031  0x63d9  dict   29 9e 02                   /xmenu
+         12032  0x63dc  sec    28 13 01                   xmenu.bits
+         12033  0x63df  prim   17 05                      def
+   87 1  12034  0x63e1  sec    28 c2 02                   pmenu.width
+   88 1  12035  0x63e4  ret    06                       }
+         12036  0x63e5  prim   17 05                    def
+   96 1  12037  0x63e7  dict   29 0a 03                 /panel.bits.update
+         12038  0x63ea  code   25 f9 63                 {
+   97 1  12039  0x63ed  dict   29 9e 02                   /xmenu
+         12040  0x63f0  sec    28 13 01                   xmenu.bits
+         12041  0x63f3  prim   17 05                      def
+   99 1  12042  0x63f5  sec    28 bf 02                   pmenu.panel.update
+  100 1  12043  0x63f8  ret    06                       }
+         12044  0x63f9  prim   17 05                    def
+   12 1  12045  0x63fb  dict   29 0b 03                 /panel.options
+         12046  0x63fe  code   25 59 64                 {
+   13 1  12047  0x6401  dict   29 0c 03                   /panel
+         12048  0x6404  sec    28 0d 03                   panel.full
+         12049  0x6407  prim   17 05                      def
+   15 1  12050  0x6409  sec    28 44 01                   boot.show
+         12051  0x640c  prim   17 26                      not
+         12052  0x640e  code   25 50 64                   {
+   16 1  12053  0x6411  dict   29 44 01                     /boot.show
+         12054  0x6414  bool   13 01                        true # true
+         12055  0x6416  prim   17 05                        def
+   17 1  12056  0x6418  sec    28 85 02                     boot.setup
+   19 1  12057  0x641b  sec    28 86 02                     boot.window
+         12058  0x641e  sec    28 42 01                     .color.fg
+         12059  0x6421  prim   17 0f                        get
+         12060  0x6423  prim   17 3f                        setcolor
+   20 1  12061  0x6425  sec    28 86 02                     boot.window
+         12062  0x6428  sec    28 43 01                     .ed.font
+         12063  0x642b  prim   17 0f                        get
+         12064  0x642d  prim   17 43                        setfont
+   22 1  12065  0x642f  sec    28 45 01                     boot.ed
+         12066  0x6432  int    11 03                        3
+         12067  0x6434  prim   17 0f                        get
+   23 1  12068  0x6436  sec    28 45 01                     boot.ed
+         12069  0x6439  prim   17 17                        over
+         12070  0x643b  prim   17 52                        edit.init
+   24 1  12071  0x643d  str    94 01 00                     ""
+         12072  0x6440  prim   17 2a                        ne
+         12073  0x6442  code   25 4d 64                     {
+         12074  0x6445  sec    28 45 01                       boot.ed
+         12075  0x6448  int    11 20                          ' '
+         12076  0x644a  prim   17 54                          edit.input
+         12077  0x644c  ret    06                           }
+         12078  0x644d  prim   17 06                        if
+   25 1  12079  0x644f  ret    06                         }
+         12080  0x6450  prim   17 06                      if
+   27 1  12081  0x6452  sec    28 09 01                   main.redraw
+   29 1  12082  0x6455  sec    28 0e 03                   panel.fulloptions
+   30 1  12083  0x6458  ret    06                       }
+         12084  0x6459  prim   17 05                    def
+    8 1  12085  0x645b  dict   29 1a 01                 /fulloptions.option
+         12086  0x645e  none   00                       .undef # .undef
+         12087  0x645f  prim   17 05                    def
+   10 1  12088                                          # .fulloptions.expert
+         12089                                          # 0
+         12090                                          # def
+   11 1  12091  0x6461  dict   29 0f 03                 /.fulloptions.acpi_off
+         12092  0x6464  int    11 01                    1
+         12093  0x6466  prim   17 05                    def
+   12 1  12094  0x6468  dict   29 10 03                 /.fulloptions.noapic
+         12095  0x646b  int    11 02                    2
+         12096  0x646d  prim   17 05                    def
+   13 1  12097  0x646f  dict   29 11 03                 /.fulloptions.nolapic
+         12098  0x6472  int    11 03                    3
+         12099  0x6474  prim   17 05                    def
+   14 1  12100  0x6476  dict   29 12 03                 /.fulloptions.edd_on
+         12101  0x6479  int    11 04                    4
+         12102  0x647b  prim   17 05                    def
+   15 1  12103  0x647d  dict   29 13 03                 /.fulloptions.nodmraid
+         12104  0x6480  int    11 05                    5
+         12105  0x6482  prim   17 05                    def
+   16 1  12106  0x6484  dict   29 14 03                 /.fulloptions.nomodeset
+         12107  0x6487  int    11 06                    6
+         12108  0x6489  prim   17 05                    def
+   17 1  12109  0x648b  dict   29 15 03                 /.fulloptions.free
+         12110  0x648e  int    11 07                    7
+         12111  0x6490  prim   17 05                    def
+   20 1  12112  0x6492  dict   29 16 03                 /txt_acpi_off
+         12113  0x6495  str    94 09 61 63 70 69 3d 6f  "acpi=off"
+                               66 66 00
+         12114  0x64a0  prim   17 05                    def
+   21 1  12115  0x64a2  dict   29 17 03                 /txt_noapic
+         12116  0x64a5  str    94 07 6e 6f 61 70 69 63  "noapic"
+                               00
+         12117  0x64ae  prim   17 05                    def
+   22 1  12118  0x64b0  dict   29 18 03                 /txt_nolapic
+         12119  0x64b3  str    94 08 6e 6f 6c 61 70 69  "nolapic"
+                               63 00
+         12120  0x64bd  prim   17 05                    def
+   23 1  12121  0x64bf  dict   29 19 03                 /txt_edd_on
+         12122  0x64c2  str    94 07 65 64 64 3d 6f 6e  "edd=on"
+                               00
+         12123  0x64cb  prim   17 05                    def
+   24 1  12124  0x64cd  dict   29 1a 03                 /txt_nodmraid
+         12125  0x64d0  str    94 09 6e 6f 64 6d 72 61  "nodmraid"
+                               69 64 00
+         12126  0x64db  prim   17 05                    def
+   25 1  12127  0x64dd  dict   29 1b 03                 /txt_nomodeset
+         12128  0x64e0  str    94 0a 6e 6f 6d 6f 64 65  "nomodeset"
+                               73 65 74 00
+         12129  0x64ec  prim   17 05                    def
+   33 1  12130  0x64ee  dict   29 1c 03                 /fulloptions.init
+         12131  0x64f1  code   25 bc 65                 {
+   34 1  12132  0x64f4  dict   29 19 01                   /xmenu.fulloptions
+         12133  0x64f7  int    11 0e                      14 # .xm_size
+         12134  0x64f9  prim   17 0e                      array
+         12135  0x64fb  prim   17 05                      def
+   35 1  12136  0x64fd  dict   29 9e 02                   /xmenu
+         12137  0x6500  sec    28 19 01                   xmenu.fulloptions
+         12138  0x6503  prim   17 05                      def
+   37 1  12139  0x6505  sec    18 fa                      is_live
+         12140  0x6507  code   25 37 65                   {
+   38 1  12141  0x650a  dict   29 0f 03                     /.fulloptions.acpi_off
+         12142  0x650d  sec    18 c9                        dec
+   39 1  12143  0x650f  dict   29 10 03                     /.fulloptions.noapic
+         12144  0x6512  sec    18 c9                        dec
+   40 1  12145  0x6514  dict   29 11 03                     /.fulloptions.nolapic
+         12146  0x6517  sec    18 c9                        dec
+   41 1  12147  0x6519  dict   29 12 03                     /.fulloptions.edd_on
+         12148  0x651c  sec    18 c9                        dec
+   42 1  12149  0x651e  dict   29 13 03                     /.fulloptions.nodmraid
+         12150  0x6521  sec    18 c9                        dec
+   43 1  12151  0x6523  dict   29 14 03                     /.fulloptions.nomodeset
+         12152  0x6526  sec    18 c9                        dec
+   44 1  12153  0x6528  dict   29 15 03                     /.fulloptions.free
+         12154  0x652b  sec    18 c9                        dec
+   45 1  12155  0x652d  sec    28 9e 02                     xmenu
+         12156  0x6530  int    01                           0 # .xm_current
+         12157  0x6531  sec    28 0f 03                     .fulloptions.acpi_off
+         12158  0x6534  prim   17 10                        put
+   46 1  12159  0x6536  ret    06                         }
+         12160  0x6537  code   25 42 65                   {
+   47 1  12161  0x653a  sec    28 9e 02                     xmenu
+         12162  0x653d  int    01                           0 # .xm_current
+         12163  0x653e  int    01                           0 # .fulloptions.expert
+         12164  0x653f  prim   17 10                        put
+   48 1  12165  0x6541  ret    06                         }
+         12166  0x6542  prim   17 07                      ifelse
+   50 1  12167  0x6544  sec    28 9e 02                   xmenu
+         12168  0x6547  int    11 01                      1 # .xm_list
+         12169  0x6549  prim   17 03                      [
+   51 1  12170  0x654b  sec    18 fa                      is_live
+         12171  0x654d  prim   17 26                      not
+         12172  0x654f  code   25 56 65                   {
+         12173  0x6552  dict   29 cd 01                     /txt_expert_mode
+         12174  0x6555  ret    06                         }
+         12175  0x6556  prim   17 06                      if
+   52 1  12176  0x6558  dict   29 16 03                   /txt_acpi_off
+         12177  0x655b  dict   29 17 03                   /txt_noapic
+         12178  0x655e  dict   29 18 03                   /txt_nolapic
+         12179  0x6561  dict   29 19 03                   /txt_edd_on
+         12180  0x6564  dict   29 1a 03                   /txt_nodmraid
+   53 1  12181  0x6567  dict   29 1b 03                   /txt_nomodeset
+   54 1  12182  0x656a  dict   29 fd 01                   /txt_option_free
+   55 1  12183  0x656d  prim   17 04                      ]
+         12184  0x656f  prim   17 10                      put
+   57 1  12185  0x6571  sec    28 9e 02                   xmenu
+         12186  0x6574  int    11 0a                      10 # .xm_title
+         12187  0x6576  dict   29 fe 01                   /txt_other_options
+         12188  0x6579  prim   17 10                      put
+   58 1  12189  0x657b  sec    28 9e 02                   xmenu
+         12190  0x657e  int    11 0c                      12 # .xm_check
+         12191  0x6580  int    11 01                      1
+         12192  0x6582  prim   17 10                      put
+   59 1  12193  0x6584  sec    28 9e 02                   xmenu
+         12194  0x6587  int    11 0d                      13 # .xm_allselected
+         12195  0x6589  sec    28 9e 02                   xmenu
+         12196  0x658c  int    11 01                      1 # .xm_list
+         12197  0x658e  prim   17 0f                      get
+         12198  0x6590  prim   17 11                      length
+         12199  0x6592  prim   17 0e                      array
+         12200  0x6594  prim   17 10                      put
+   60 1  12201  0x6596  int    01                         0
+         12202  0x6597  int    11 01                      1
+         12203  0x6599  sec    28 9e 02                   xmenu
+         12204  0x659c  int    11 01                      1 # .xm_list
+         12205  0x659e  prim   17 0f                      get
+         12206  0x65a0  prim   17 11                      length
+         12207  0x65a2  int    11 01                      1
+         12208  0x65a4  prim   17 1b                      sub
+         12209  0x65a6  code   25 b6 65                   {
+   61 1  12210  0x65a9  sec    28 9e 02                     xmenu
+         12211  0x65ac  int    11 0d                        13 # .xm_allselected
+         12212  0x65ae  prim   17 0f                        get
+         12213  0x65b0  prim   17 14                        exch
+         12214  0x65b2  bool   03                           false # false
+         12215  0x65b3  prim   17 10                        put
+   62 1  12216  0x65b5  ret    06                         }
+         12217  0x65b6  prim   17 0a                      for
+   64 1  12218  0x65b8  sec    28 c5 02                   pmenu.init
+   65 1  12219  0x65bb  ret    06                       }
+         12220  0x65bc  prim   17 05                    def
+   73 1  12221  0x65be  dict   29 1d 03                 /fulloptions.change
+         12222  0x65c1  code   25 63 67                 {
+   74 1  12223  0x65c4  dict   29 9e 02                   /xmenu
+         12224  0x65c7  sec    28 19 01                   xmenu.fulloptions
+         12225  0x65ca  prim   17 05                      def
+   76 1  12226  0x65cc  dict   29 1a 01                   /fulloptions.option
+         12227  0x65cf  int    01                         0
+         12228  0x65d0  sec    18 c2                      string
+         12229  0x65d2  prim   17 05                      def
+   78 1  12230  0x65d4  sec    28 9e 02                   xmenu
+         12231  0x65d7  int    11 0d                      13 # .xm_allselected
+         12232  0x65d9  prim   17 0f                      get
+   79 1  12233  0x65db  int    01                         0
+         12234  0x65dc  int    11 01                      1
+         12235  0x65de  sec    28 9e 02                   xmenu
+         12236  0x65e1  int    11 0d                      13 # .xm_allselected
+         12237  0x65e3  prim   17 0f                      get
+         12238  0x65e5  prim   17 11                      length
+         12239  0x65e7  int    11 01                      1
+         12240  0x65e9  prim   17 1b                      sub
+         12241  0x65eb  code   25 44 67                   {
+   80 1  12242  0x65ee  prim   17 17                        over
+         12243  0x65f0  prim   17 17                        over
+         12244  0x65f2  prim   17 0f                        get
+         12245  0x65f4  code   25 3f 67                     {
+   81 1  12246  0x65f7  none   00                             .undef # .undef
+   82 1  12247  0x65f8  sec    18 fa                          is_live
+         12248  0x65fa  prim   17 26                          not
+         12249  0x65fc  code   25 1c 66                       {
+         12250  0x65ff  prim   17 17                            over
+         12251  0x6601  int    01                               0 # .fulloptions.expert
+         12252  0x6602  prim   17 29                            eq
+         12253  0x6604  code   25 19 66                         {
+         12254  0x6607  prim   17 13                              pop
+         12255  0x6609  str    94 0d 70 72 69 6f 72 69            "priority=low"
+                               74 79 3d 6c 6f 77 00
+         12256  0x6618  ret    06                               }
+         12257  0x6619  prim   17 06                            if
+         12258  0x661b  ret    06                             }
+         12259  0x661c  prim   17 06                          if
+   83 1  12260  0x661e  prim   17 17                          over
+         12261  0x6620  sec    28 0f 03                       .fulloptions.acpi_off
+         12262  0x6623  prim   17 29                          eq
+         12263  0x6625  code   25 36 66                       {
+         12264  0x6628  prim   17 13                            pop
+         12265  0x662a  str    94 09 61 63 70 69 3d 6f          "acpi=off"
+                               66 66 00
+         12266  0x6635  ret    06                             }
+         12267  0x6636  prim   17 06                          if
+   84 1  12268  0x6638  prim   17 17                          over
+         12269  0x663a  sec    28 10 03                       .fulloptions.noapic
+         12270  0x663d  prim   17 29                          eq
+         12271  0x663f  code   25 4e 66                       {
+         12272  0x6642  prim   17 13                            pop
+         12273  0x6644  str    94 07 6e 6f 61 70 69 63          "noapic"
+                               00
+         12274  0x664d  ret    06                             }
+         12275  0x664e  prim   17 06                          if
+   85 1  12276  0x6650  prim   17 17                          over
+         12277  0x6652  sec    28 11 03                       .fulloptions.nolapic
+         12278  0x6655  prim   17 29                          eq
+         12279  0x6657  code   25 67 66                       {
+         12280  0x665a  prim   17 13                            pop
+         12281  0x665c  str    94 08 6e 6f 6c 61 70 69          "nolapic"
+                               63 00
+         12282  0x6666  ret    06                             }
+         12283  0x6667  prim   17 06                          if
+   86 1  12284  0x6669  prim   17 17                          over
+         12285  0x666b  sec    28 12 03                       .fulloptions.edd_on
+         12286  0x666e  prim   17 29                          eq
+         12287  0x6670  code   25 7f 66                       {
+         12288  0x6673  prim   17 13                            pop
+         12289  0x6675  str    94 07 65 64 64 3d 6f 6e          "edd=on"
+                               00
+         12290  0x667e  ret    06                             }
+         12291  0x667f  prim   17 06                          if
+   87 1  12292  0x6681  prim   17 17                          over
+         12293  0x6683  sec    28 13 03                       .fulloptions.nodmraid
+         12294  0x6686  prim   17 29                          eq
+         12295  0x6688  code   25 99 66                       {
+         12296  0x668b  prim   17 13                            pop
+         12297  0x668d  str    94 09 6e 6f 64 6d 72 61          "nodmraid"
+                               69 64 00
+         12298  0x6698  ret    06                             }
+         12299  0x6699  prim   17 06                          if
+   88 1  12300  0x669b  prim   17 17                          over
+         12301  0x669d  sec    28 14 03                       .fulloptions.nomodeset
+         12302  0x66a0  prim   17 29                          eq
+         12303  0x66a2  code   25 b4 66                       {
+         12304  0x66a5  prim   17 13                            pop
+         12305  0x66a7  str    94 0a 6e 6f 6d 6f 64 65          "nomodeset"
+                               73 65 74 00
+         12306  0x66b3  ret    06                             }
+         12307  0x66b4  prim   17 06                          if
+   89 1  12308  0x66b6  prim   17 17                          over
+         12309  0x66b8  sec    28 15 03                       .fulloptions.free
+         12310  0x66bb  prim   17 29                          eq
+         12311  0x66bd  code   25 fb 66                       {
+         12312  0x66c0  prim   17 13                            pop
+         12313  0x66c2  str    94 36 61 70 74 2d 73 65          "apt-setup/restricted=false apt-setup/multiverse=false"
+                               74 75 70 2f 72 65 73 74
+                               72 69 63 74 65 64 3d 66
+                               61 6c 73 65 20 61 70 74
+                               2d 73 65 74 75 70 2f 6d
+                               75 6c 74 69 76 65 72 73
+                               65 3d 66 61 6c 73 65 00
+         12314  0x66fa  ret    06                             }
+         12315  0x66fb  prim   17 06                          if
+   90 1  12316  0x66fd  prim   17 12                          dup
+         12317  0x66ff  code   25 3a 67                       {
+   92 1  12318  0x6702  prim   17 12                            dup
+         12319  0x6704  prim   17 11                            length
+         12320  0x6706  sec    28 1a 01                         fulloptions.option
+         12321  0x6709  prim   17 11                            length
+         12322  0x670b  prim   17 1a                            add
+         12323  0x670d  int    11 01                            1
+         12324  0x670f  prim   17 1a                            add
+         12325  0x6711  sec    18 c2                            string
+   93 1  12326  0x6713  dict   29 1e 03                         /fulloptions.newoption
+         12327  0x6716  prim   17 14                            exch
+         12328  0x6718  prim   17 05                            def
+   94 1  12329  0x671a  prim   17 12                            dup
+         12330  0x671c  sec    28 1a 01                         fulloptions.option
+         12331  0x671f  str    94 06 25 73 20 25 73 00          "%s %s"
+         12332  0x6727  sec    28 1e 03                         fulloptions.newoption
+         12333  0x672a  sec    18 c3                            sprintf
+   95 1  12334  0x672c  sec    28 1a 01                         fulloptions.option
+         12335  0x672f  prim   17 32                            free
+   96 1  12336  0x6731  dict   29 1a 01                         /fulloptions.option
+         12337  0x6734  sec    28 1e 03                         fulloptions.newoption
+         12338  0x6737  prim   17 05                            def
+   97 1  12339  0x6739  ret    06                             }
+         12340  0x673a  prim   17 06                          if
+   98 1  12341  0x673c  prim   17 13                          pop
+   99 1  12342  0x673e  ret    06                           }
+         12343  0x673f  prim   17 06                        if
+  100 1  12344  0x6741  prim   17 13                        pop
+  101 1  12345  0x6743  ret    06                         }
+         12346  0x6744  prim   17 0a                      for
+  102 1  12347  0x6746  prim   17 13                      pop
+  104 1  12348  0x6748  sec    28 1a 01                   fulloptions.option
+         12349  0x674b  prim   17 11                      length
+         12350  0x674d  code   25 56 67                   {
+  105 1  12351  0x6750  dict   29 1a 01                     /fulloptions.option
+         12352  0x6753  sec    18 c8                        inc
+  106 1  12353  0x6755  ret    06                         }
+         12354  0x6756  code   25 60 67                   {
+  107 1  12355  0x6759  dict   29 1a 01                     /fulloptions.option
+         12356  0x675c  none   00                           .undef # .undef
+         12357  0x675d  prim   17 05                        def
+  108 1  12358  0x675f  ret    06                         }
+         12359  0x6760  prim   17 07                      ifelse
+  109 1  12360  0x6762  ret    06                       }
+         12361  0x6763  prim   17 05                    def
+  117 1  12362  0x6765  dict   29 1f 03                 /fulloptions.update
+         12363  0x6768  code   25 79 67                 {
+  118 1  12364  0x676b  sec    28 1d 03                   fulloptions.change
+  119 1  12365  0x676e  dict   29 05 01                   /window.action
+         12366  0x6771  int    11 08                      8 # actRedrawPanel
+         12367  0x6773  prim   17 05                      def
+  120 1  12368  0x6775  sec    28 c1 02                   pmenu.update
+  121 1  12369  0x6778  ret    06                       }
+         12370  0x6779  prim   17 05                    def
+  129 1  12371  0x677b  dict   29 0e 03                 /panel.fulloptions
+         12372  0x677e  code   25 bc 67                 {
+  130 1  12373  0x6781  str    94 0c 66 75 6c 6c 6f 70    "fulloptions"
+                               74 69 6f 6e 73 00
+         12374  0x678f  sec    28 66 01                   help.setcontext
+  132 1  12375  0x6792  sec    28 af 02                   window.xmenu
+  133 1  12376  0x6795  prim   17 12                      dup
+         12377  0x6797  sec    28 16 02                   .xmenu
+         12378  0x679a  sec    28 19 01                   xmenu.fulloptions
+         12379  0x679d  prim   17 10                      put
+  134 1  12380  0x679f  prim   17 12                      dup
+         12381  0x67a1  sec    28 18 02                   .xmenu.change
+         12382  0x67a4  dict   29 1d 03                   /fulloptions.change
+         12383  0x67a7  prim   17 10                      put
+  135 1  12384  0x67a9  prim   17 12                      dup
+         12385  0x67ab  sec    28 17 02                   .xmenu.update
+         12386  0x67ae  dict   29 1f 03                   /fulloptions.update
+         12387  0x67b1  prim   17 10                      put
+  136 1  12388  0x67b3  prim   17 12                      dup
+         12389  0x67b5  sec    28 38 01                   window.init
+  137 1  12390  0x67b8  sec    28 39 01                   window.show
+  138 1  12391  0x67bb  ret    06                       }
+         12392  0x67bc  prim   17 05                    def
+  146 1  12393  0x67be  dict   29 20 03                 /panel.fulloptions.width
+         12394  0x67c1  code   25 d0 67                 {
+  147 1  12395  0x67c4  dict   29 9e 02                   /xmenu
+         12396  0x67c7  sec    28 19 01                   xmenu.fulloptions
+         12397  0x67ca  prim   17 05                      def
+  149 1  12398  0x67cc  sec    28 c2 02                   pmenu.width
+  150 1  12399  0x67cf  ret    06                       }
+         12400  0x67d0  prim   17 05                    def
+  158 1  12401  0x67d2  dict   29 21 03                 /panel.fulloptions.update
+         12402  0x67d5  code   25 e4 67                 {
+  159 1  12403  0x67d8  dict   29 9e 02                   /xmenu
+         12404  0x67db  sec    28 19 01                   xmenu.fulloptions
+         12405  0x67de  prim   17 05                      def
+  161 1  12406  0x67e0  sec    28 bf 02                   pmenu.panel.update
+  162 1  12407  0x67e3  ret    06                       }
+         12408  0x67e4  prim   17 05                    def
+    8 1  12409  0x67e6  dict   29 21 01                 /access.option
+         12410  0x67e9  none   00                       .undef # .undef
+         12411  0x67ea  prim   17 05                    def
+   10 1  12412                                          # .access.none
+         12413                                          # 0
+         12414                                          # def
+   11 1  12415                                          # .access.v1
+         12416                                          # 1
+         12417                                          # def
+   12 1  12418                                          # .access.v2
+         12419                                          # 2
+         12420                                          # def
+   13 1  12421                                          # .access.v3
+         12422                                          # 3
+         12423                                          # def
+   14 1  12424                                          # .access.brltty
+         12425                                          # 4
+         12426                                          # def
+   15 1  12427                                          # .access.m1
+         12428                                          # 5
+         12429                                          # def
+   16 1  12430                                          # .access.m2
+         12431                                          # 6
+         12432                                          # def
+   18 1  12433  0x67ec  dict   29 22 03                 /access.alloptionnames
+         12434  0x67ef  prim   17 03                    [
+   19 1  12435  0x67f1  none   00                       .undef # .undef
+   20 1  12436  0x67f2  str    94 03 76 31 00           "v1"
+         12437  0x67f7  str    94 03 76 32 00           "v2"
+         12438  0x67fc  str    94 03 76 33 00           "v3"
+         12439  0x6801  str    94 07 62 72 6c 74 74 79  "brltty"
+                               00
+   21 1  12440  0x680a  str    94 03 6d 31 00           "m1"
+         12441  0x680f  str    94 03 6d 32 00           "m2"
+   22 1  12442  0x6814  prim   17 04                    ]
+         12443  0x6816  prim   17 05                    def
+   24 1  12444  0x6818  dict   29 30 01                 /access.optionnames
+         12445  0x681b  prim   17 03                    [
+         12446  0x681d  sec    28 22 03                 access.alloptionnames
+         12447  0x6820  code   25 24 68                 {
+         12448  0x6823  ret    06                       }
+         12449  0x6824  prim   17 0b                    forall
+         12450  0x6826  prim   17 04                    ]
+         12451  0x6828  prim   17 05                    def
+   28 1  12452  0x682a  dict   29 31 01                 /access.options.v1
+         12453  0x682d  str    94 0a 61 63 63 65 73 73  "access=v1"
+                               3d 76 31 00
+         12454  0x6839  prim   17 05                    def
+   30 1  12455  0x683b  dict   29 23 03                 /access.alltexts
+         12456  0x683e  prim   17 03                    [
+   31 1  12457  0x6840  dict   29 c7 01                 /txt_access_none
+   32 1  12458  0x6843  dict   29 c8 01                 /txt_access_v1
+         12459  0x6846  dict   29 c9 01                 /txt_access_v2
+         12460  0x6849  dict   29 ca 01                 /txt_access_v3
+         12461  0x684c  dict   29 c3 01                 /txt_access_brltty
+   33 1  12462  0x684f  dict   29 c4 01                 /txt_access_m1
+         12463  0x6852  dict   29 c5 01                 /txt_access_m2
+   34 1  12464  0x6855  prim   17 04                    ]
+         12465  0x6857  prim   17 05                    def
+   41 1  12466  0x6859  dict   29 24 03                 /access.init
+         12467  0x685c  code   25 6d 69                 {
+   42 1  12468  0x685f  dict   29 20 01                   /xmenu.access
+         12469  0x6862  int    11 0e                      14 # .xm_size
+         12470  0x6864  prim   17 0e                      array
+         12471  0x6866  prim   17 05                      def
+   43 1  12472  0x6868  dict   29 9e 02                   /xmenu
+         12473  0x686b  sec    28 20 01                   xmenu.access
+         12474  0x686e  prim   17 05                      def
+   45 1  12475  0x6870  sec    28 9e 02                   xmenu
+         12476  0x6873  int    01                         0 # .xm_current
+         12477  0x6874  int    01                         0 # .access.none
+         12478  0x6875  prim   17 10                      put
+   47 1  12479  0x6877  sec    28 9e 02                   xmenu
+         12480  0x687a  int    11 01                      1 # .xm_list
+         12481  0x687c  prim   17 03                      [
+   48 1  12482  0x687e  sec    28 30 01                   access.optionnames
+         12483  0x6881  code   25 bd 68                   {
+   49 1  12484  0x6884  int    01                           0
+         12485  0x6885  int    11 01                        1
+         12486  0x6887  sec    28 22 03                     access.alloptionnames
+         12487  0x688a  prim   17 11                        length
+         12488  0x688c  int    11 01                        1
+         12489  0x688e  prim   17 1b                        sub
+         12490  0x6890  code   25 ba 68                     {
+   50 1  12491  0x6893  prim   17 17                          over
+         12492  0x6895  sec    28 22 03                       access.alloptionnames
+         12493  0x6898  int    11 02                          2
+         12494  0x689a  prim   17 18                          index
+         12495  0x689c  prim   17 0f                          get
+         12496  0x689e  prim   17 29                          eq
+         12497  0x68a0  code   25 b1 68                       {
+   51 1  12498  0x68a3  sec    28 23 03                         access.alltexts
+         12499  0x68a6  prim   17 14                            exch
+         12500  0x68a8  prim   17 0f                            get
+         12501  0x68aa  prim   17 14                            exch
+         12502  0x68ac  prim   17 13                            pop
+         12503  0x68ae  prim   17 0c                            exit
+   52 1  12504  0x68b0  ret    06                             }
+         12505  0x68b1  code   25 b7 68                       {
+   53 1  12506  0x68b4  prim   17 13                            pop
+   54 1  12507  0x68b6  ret    06                             }
+         12508  0x68b7  prim   17 07                          ifelse
+   55 1  12509  0x68b9  ret    06                           }
+         12510  0x68ba  prim   17 0a                        for
+   56 1  12511  0x68bc  ret    06                         }
+         12512  0x68bd  prim   17 0b                      forall
+   57 1  12513  0x68bf  prim   17 04                      ]
+         12514  0x68c1  prim   17 10                      put
+   59 1  12515  0x68c3  dict   29 25 03                   /access.optionmap
+         12516  0x68c6  prim   17 03                      [
+   60 1  12517  0x68c8  int    01                         0
+         12518  0x68c9  int    11 01                      1
+         12519  0x68cb  sec    28 30 01                   access.optionnames
+         12520  0x68ce  prim   17 11                      length
+         12521  0x68d0  int    11 01                      1
+         12522  0x68d2  prim   17 1b                      sub
+         12523  0x68d4  code   25 1a 69                   {
+   61 1  12524  0x68d7  int    01                           0
+         12525  0x68d8  int    11 01                        1
+         12526  0x68da  sec    28 22 03                     access.alloptionnames
+         12527  0x68dd  prim   17 11                        length
+         12528  0x68df  int    11 01                        1
+         12529  0x68e1  prim   17 1b                        sub
+         12530  0x68e3  code   25 15 69                     {
+   62 1  12531  0x68e6  sec    28 30 01                       access.optionnames
+         12532  0x68e9  int    11 02                          2
+         12533  0x68eb  prim   17 18                          index
+         12534  0x68ed  prim   17 0f                          get
+         12535  0x68ef  sec    28 22 03                       access.alloptionnames
+         12536  0x68f2  int    11 02                          2
+         12537  0x68f4  prim   17 18                          index
+         12538  0x68f6  prim   17 0f                          get
+         12539  0x68f8  prim   17 29                          eq
+         12540  0x68fa  code   25 0c 69                       {
+   63 1  12541  0x68fd  prim   17 03                            [
+         12542  0x68ff  int    11 02                            2
+         12543  0x6901  prim   17 18                            index
+         12544  0x6903  prim   17 15                            rot
+         12545  0x6905  prim   17 04                            ]
+         12546  0x6907  prim   17 14                            exch
+         12547  0x6909  prim   17 0c                            exit
+   65 1  12548  0x690b  ret    06                             }
+         12549  0x690c  code   25 12 69                       {
+   66 1  12550  0x690f  prim   17 13                            pop
+   67 1  12551  0x6911  ret    06                             }
+         12552  0x6912  prim   17 07                          ifelse
+   68 1  12553  0x6914  ret    06                           }
+         12554  0x6915  prim   17 0a                        for
+   69 1  12555  0x6917  prim   17 13                        pop
+   70 1  12556  0x6919  ret    06                         }
+         12557  0x691a  prim   17 0a                      for
+   71 1  12558  0x691c  prim   17 04                      ]
+         12559  0x691e  prim   17 05                      def
+   73 1  12560  0x6920  sec    28 9e 02                   xmenu
+         12561  0x6923  int    11 0a                      10 # .xm_title
+         12562  0x6925  dict   29 c1 01                   /txt_access
+         12563  0x6928  prim   17 10                      put
+   75 1  12564  0x692a  dict   29 26 03                   /access.soundfiles
+         12565  0x692d  prim   17 03                      [
+   76 1  12566  0x692f  sec    28 30 01                   access.optionnames
+         12567  0x6932  code   25 63 69                   {
+   77 1  12568  0x6935  prim   17 12                        dup
+         12569  0x6937  none   00                           .undef # .undef
+         12570  0x6938  prim   17 2a                        ne
+         12571  0x693a  code   25 60 69                     {
+   78 1  12572  0x693d  dict   29 27 03                       /access.tmpfilename
+         12573  0x6940  int    11 20                          32
+         12574  0x6942  sec    18 c2                          string
+         12575  0x6944  prim   17 05                          def
+   79 1  12576  0x6946  str    94 0d 61 63 63 65 73 73        "access%s.mod"
+                               25 73 2e 6d 6f 64 00
+         12577  0x6955  sec    28 27 03                       access.tmpfilename
+         12578  0x6958  sec    18 c3                          sprintf
+   80 1  12579  0x695a  sec    28 27 03                       access.tmpfilename
+         12580  0x695d  prim   17 89                          findfile
+   81 1  12581  0x695f  ret    06                           }
+         12582  0x6960  prim   17 06                        if
+   82 1  12583  0x6962  ret    06                         }
+         12584  0x6963  prim   17 0b                      forall
+   83 1  12585  0x6965  prim   17 04                      ]
+         12586  0x6967  prim   17 05                      def
+   85 1  12587  0x6969  sec    28 c5 02                   pmenu.init
+   86 1  12588  0x696c  ret    06                       }
+         12589  0x696d  prim   17 05                    def
+   94 1  12590  0x696f  dict   29 28 03                 /access.update
+         12591  0x6972  code   25 15 6a                 {
+   95 1  12592  0x6975  dict   29 9e 02                   /xmenu
+         12593  0x6978  sec    28 20 01                   xmenu.access
+         12594  0x697b  prim   17 05                      def
+   97 1  12595  0x697d  sec    28 30 01                   access.optionnames
+         12596  0x6980  sec    28 9e 02                   xmenu
+         12597  0x6983  int    01                         0 # .xm_current
+         12598  0x6984  prim   17 0f                      get
+         12599  0x6986  prim   17 0f                      get
+         12600  0x6988  prim   17 12                      dup
+         12601  0x698a  none   00                         .undef # .undef
+         12602  0x698b  prim   17 29                      eq
+         12603  0x698d  code   25 99 69                   {
+   98 1  12604  0x6990  prim   17 13                        pop
+   99 1  12605  0x6992  dict   29 21 01                     /access.option
+         12606  0x6995  none   00                           .undef # .undef
+         12607  0x6996  prim   17 05                        def
+  100 1  12608  0x6998  ret    06                         }
+         12609  0x6999  code   25 08 6a                   {
+  101 1  12610  0x699c  prim   17 12                        dup
+         12611  0x699e  str    94 07 62 72 6c 74 74 79      "brltty"
+                               00
+         12612  0x69a7  prim   17 29                        eq
+         12613  0x69a9  code   25 c2 69                     {
+  102 1  12614  0x69ac  prim   17 13                          pop
+         12615  0x69ae  dict   29 21 01                       /access.option
+         12616  0x69b1  str    94 0c 62 72 61 69 6c 6c        "braille=ask"
+                               65 3d 61 73 6b 00
+         12617  0x69bf  prim   17 05                          def
+  103 1  12618  0x69c1  ret    06                           }
+         12619  0x69c2  code   25 05 6a                     {
+  104 1  12620  0x69c5  prim   17 12                          dup
+         12621  0x69c7  str    94 03 76 31 00                 "v1"
+         12622  0x69cc  prim   17 29                          eq
+         12623  0x69ce  code   25 dc 69                       {
+  105 1  12624  0x69d1  prim   17 13                            pop
+         12625  0x69d3  dict   29 21 01                         /access.option
+         12626  0x69d6  sec    28 31 01                         access.options.v1
+         12627  0x69d9  prim   17 05                            def
+  106 1  12628  0x69db  ret    06                             }
+         12629  0x69dc  code   25 02 6a                       {
+  107 1  12630  0x69df  prim   17 12                            dup
+         12631  0x69e1  prim   17 11                            length
+         12632  0x69e3  int    11 07                            7
+         12633  0x69e5  prim   17 1a                            add
+         12634  0x69e7  sec    18 c2                            string
+         12635  0x69e9  dict   29 21 01                         /access.option
+         12636  0x69ec  prim   17 14                            exch
+         12637  0x69ee  prim   17 05                            def
+  108 1  12638  0x69f0  str    94 0a 61 63 63 65 73 73          "access=%s"
+                               3d 25 73 00
+         12639  0x69fc  sec    28 21 01                         access.option
+         12640  0x69ff  sec    18 c3                            sprintf
+  109 1  12641  0x6a01  ret    06                             }
+         12642  0x6a02  prim   17 07                          ifelse
+  110 1  12643  0x6a04  ret    06                           }
+         12644  0x6a05  prim   17 07                        ifelse
+  111 1  12645  0x6a07  ret    06                         }
+         12646  0x6a08  prim   17 07                      ifelse
+  113 1  12647  0x6a0a  dict   29 05 01                   /window.action
+         12648  0x6a0d  int    11 08                      8 # actRedrawPanel
+         12649  0x6a0f  prim   17 05                      def
+  115 1  12650  0x6a11  sec    28 c1 02                   pmenu.update
+  116 1  12651  0x6a14  ret    06                       }
+         12652  0x6a15  prim   17 05                    def
+  124 1  12653  0x6a17  dict   29 29 03                 /access.select
+         12654  0x6a1a  code   25 56 6a                 {
+  125 1  12655  0x6a1d  dict   29 9e 02                   /xmenu
+         12656  0x6a20  sec    28 20 01                   xmenu.access
+         12657  0x6a23  prim   17 05                      def
+  127 1  12658  0x6a25  sec    28 26 03                   access.soundfiles
+         12659  0x6a28  sec    28 9e 02                   xmenu
+         12660  0x6a2b  int    01                         0 # .xm_current
+         12661  0x6a2c  prim   17 0f                      get
+         12662  0x6a2e  prim   17 0f                      get
+         12663  0x6a30  prim   17 12                      dup
+         12664  0x6a32  none   00                         .undef # .undef
+         12665  0x6a33  prim   17 2a                      ne
+         12666  0x6a35  code   25 4d 6a                   {
+  128 1  12667  0x6a38  dict   29 2a 03                     /player.access
+         12668  0x6a3b  int    11 01                        1
+         12669  0x6a3d  prim   17 05                        def
+  129 1  12670  0x6a3f  sec    28 2a 03                     player.access
+         12671  0x6a42  prim   17 14                        exch
+         12672  0x6a44  prim   17 61                        mod.load
+  130 1  12673  0x6a46  sec    28 2a 03                     player.access
+         12674  0x6a49  int    01                           0
+         12675  0x6a4a  prim   17 62                        mod.play
+  131 1  12676  0x6a4c  ret    06                         }
+         12677  0x6a4d  code   25 53 6a                   {
+         12678  0x6a50  prim   17 13                        pop
+         12679  0x6a52  ret    06                         }
+         12680  0x6a53  prim   17 07                      ifelse
+  132 1  12681  0x6a55  ret    06                       }
+         12682  0x6a56  prim   17 05                    def
+  140 1  12683  0x6a58  dict   29 2b 03                 /access.input
+         12684  0x6a5b  code   25 c8 6a                 {
+  141 1  12685  0x6a5e  prim   17 12                      dup
+         12686  0x6a60  int    01                         0
+         12687  0x6a61  prim   17 29                      eq
+         12688  0x6a63  code   25 69 6a                   {
+         12689  0x6a66  prim   17 0d                        return
+         12690  0x6a68  ret    06                         }
+         12691  0x6a69  prim   17 06                      if
+  143 1  12692  0x6a6b  prim   17 12                      dup
+         12693  0x6a6d  uint   12 ff                      0xff
+         12694  0x6a6f  prim   17 23                      and
+         12695  0x6a71  int    11 30                      '0'
+         12696  0x6a73  prim   17 1b                      sub
+  144 1  12697  0x6a75  prim   17 12                      dup
+         12698  0x6a77  int    01                         0
+         12699  0x6a78  prim   17 2d                      lt
+         12700  0x6a7a  code   25 80 6a                   {
+         12701  0x6a7d  prim   17 0d                        return
+         12702  0x6a7f  ret    06                         }
+         12703  0x6a80  prim   17 06                      if
+  146 1  12704  0x6a82  prim   17 12                      dup
+         12705  0x6a84  sec    28 25 03                   access.optionmap
+         12706  0x6a87  code   25 c5 6a                   {
+  147 1  12707  0x6a8a  prim   17 12                        dup
+         12708  0x6a8c  int    11 01                        1
+         12709  0x6a8e  prim   17 0f                        get
+         12710  0x6a90  int    11 02                        2
+         12711  0x6a92  prim   17 18                        index
+         12712  0x6a94  prim   17 29                        eq
+         12713  0x6a96  code   25 bc 6a                     {
+  148 1  12714  0x6a99  int    01                             0
+         12715  0x6a9a  prim   17 0f                          get
+         12716  0x6a9c  prim   17 12                          dup
+         12717  0x6a9e  sec    28 9e 02                       xmenu
+         12718  0x6aa1  int    11 01                          1 # .xm_list
+         12719  0x6aa3  prim   17 0f                          get
+         12720  0x6aa5  prim   17 11                          length
+         12721  0x6aa7  prim   17 2d                          lt
+         12722  0x6aa9  code   25 b3 6a                       {
+  149 1  12723  0x6aac  sec    28 b2 02                         xmenu.select
+  150 1  12724  0x6aaf  prim   17 13                            pop
+  151 1  12725  0x6ab1  int    01                               0
+  152 1  12726  0x6ab2  ret    06                             }
+         12727  0x6ab3  code   25 b9 6a                       {
+  153 1  12728  0x6ab6  prim   17 13                            pop
+  154 1  12729  0x6ab8  ret    06                             }
+         12730  0x6ab9  prim   17 07                          ifelse
+  155 1  12731  0x6abb  ret    06                           }
+         12732  0x6abc  code   25 c2 6a                     {
+  156 1  12733  0x6abf  prim   17 13                          pop
+  157 1  12734  0x6ac1  ret    06                           }
+         12735  0x6ac2  prim   17 07                        ifelse
+  158 1  12736  0x6ac4  ret    06                         }
+         12737  0x6ac5  prim   17 0b                      forall
+  159 1  12738  0x6ac7  ret    06                       }
+         12739  0x6ac8  prim   17 05                    def
+  167 1  12740  0x6aca  dict   29 2c 03                 /panel.access
+         12741  0x6acd  code   25 10 6b                 {
+  168 1  12742  0x6ad0  str    94 07 61 63 63 65 73 73    "access"
+                               00
+         12743  0x6ad9  sec    28 66 01                   help.setcontext
+  170 1  12744  0x6adc  sec    28 af 02                   window.xmenu
+  171 1  12745  0x6adf  prim   17 12                      dup
+         12746  0x6ae1  sec    28 16 02                   .xmenu
+         12747  0x6ae4  sec    28 20 01                   xmenu.access
+         12748  0x6ae7  prim   17 10                      put
+  172 1  12749  0x6ae9  prim   17 12                      dup
+         12750  0x6aeb  sec    28 17 02                   .xmenu.update
+         12751  0x6aee  dict   29 28 03                   /access.update
+         12752  0x6af1  prim   17 10                      put
+  173 1  12753  0x6af3  prim   17 12                      dup
+         12754  0x6af5  sec    28 19 02                   .xmenu.select
+         12755  0x6af8  dict   29 29 03                   /access.select
+         12756  0x6afb  prim   17 10                      put
+  174 1  12757  0x6afd  prim   17 12                      dup
+         12758  0x6aff  sec    28 1a 02                   .xmenu.input
+         12759  0x6b02  dict   29 2b 03                   /access.input
+         12760  0x6b05  prim   17 10                      put
+  175 1  12761  0x6b07  prim   17 12                      dup
+         12762  0x6b09  sec    28 38 01                   window.init
+  176 1  12763  0x6b0c  sec    28 39 01                   window.show
+  177 1  12764  0x6b0f  ret    06                       }
+         12765  0x6b10  prim   17 05                    def
+  185 1  12766  0x6b12  dict   29 2d 03                 /panel.access.width
+         12767  0x6b15  code   25 24 6b                 {
+  186 1  12768  0x6b18  dict   29 9e 02                   /xmenu
+         12769  0x6b1b  sec    28 20 01                   xmenu.access
+         12770  0x6b1e  prim   17 05                      def
+  188 1  12771  0x6b20  sec    28 c2 02                   pmenu.width
+  189 1  12772  0x6b23  ret    06                       }
+         12773  0x6b24  prim   17 05                    def
+  197 1  12774  0x6b26  dict   29 2e 03                 /panel.access.update
+         12775  0x6b29  code   25 38 6b                 {
+  198 1  12776  0x6b2c  dict   29 9e 02                   /xmenu
+         12777  0x6b2f  sec    28 20 01                   xmenu.access
+         12778  0x6b32  prim   17 05                      def
+  200 1  12779  0x6b34  sec    28 bf 02                   pmenu.panel.update
+  201 1  12780  0x6b37  ret    06                       }
+         12781  0x6b38  prim   17 05                    def
+   11 1  12782  0x6b3a  dict   29 2f 03                 /panel.size
+         12783  0x6b3d  code   25 48 6b                 {
+         12784  0x6b40  sec    28 34 01                   clip.size
+         12785  0x6b43  prim   17 13                      pop
+         12786  0x6b45  int    11 18                      24
+         12787  0x6b47  ret    06                       }
+         12788  0x6b48  prim   17 05                    def
+   12 1  12789  0x6b4a  dict   29 30 03                 /panel.y
+         12790  0x6b4d  code   25 65 6b                 {
+         12791  0x6b50  sec    28 34 01                   clip.size
+         12792  0x6b53  prim   17 14                      exch
+         12793  0x6b55  prim   17 13                      pop
+         12794  0x6b57  sec    28 2f 03                   panel.size
+         12795  0x6b5a  prim   17 14                      exch
+         12796  0x6b5c  prim   17 13                      pop
+         12797  0x6b5e  prim   17 1b                      sub
+         12798  0x6b60  int    11 0a                      10
+         12799  0x6b62  prim   17 1b                      sub
+         12800  0x6b64  ret    06                       }
+         12801  0x6b65  prim   17 05                    def
+   13 1  12802  0x6b67  dict   29 c3 02                 /panel.text.y
+         12803  0x6b6a  code   25 75 6b                 {
+         12804  0x6b6d  sec    28 30 03                   panel.y
+         12805  0x6b70  int    11 05                      5
+         12806  0x6b72  prim   17 1a                      add
+         12807  0x6b74  ret    06                       }
+         12808  0x6b75  prim   17 05                    def
+   14 1  12809  0x6b77  dict   29 c4 02                 /panel.font
+         12810  0x6b7a  sec    28 84 01                 font.normal
+         12811  0x6b7d  prim   17 05                    def
+   15 1  12812  0x6b7f  dict   29 2c 01                 /panel.normal
+         12813  0x6b82  int    31 d1 a3 7d              0x7da3d1 # lightblue
+         12814  0x6b86  prim   17 05                    def
+   16 1  12815  0x6b88  dict   29 2a 01                 /panel.high
+         12816  0x6b8b  sec    18 ed                    white
+         12817  0x6b8d  prim   17 05                    def
+   17 1  12818  0x6b8f  dict   29 31 03                 /panel.bg
+         12819  0x6b92  sec    28 54 01                 lightgray
+         12820  0x6b95  prim   17 05                    def
+   18 1  12821  0x6b97  dict   29 32 03                 /panel.border
+         12822  0x6b9a  sec    28 be 01                 lightdotcolor
+         12823  0x6b9d  prim   17 05                    def
+   20 1  12824                                          # .panel.full
+         12825                                          # 1
+         12826                                          # def
+   21 1  12827                                          # .panel.short
+         12828                                          # 2
+         12829                                          # def
+   22 1  12830  0x6b9f  dict   29 33 03                 /.panel.both
+         12831  0x6ba2  int    11 01                    1 # .panel.full
+         12832  0x6ba4  int    11 02                    2 # .panel.short
+         12833  0x6ba6  prim   17 24                    or
+         12834  0x6ba8  prim   17 05                    def
+   29 1  12835  0x6baa  dict   29 89 02                 /panel.init
+         12836  0x6bad  code   25 17 6e                 {
+   31 1  12837  0x6bb0  dict   29 34 03                   /panel.back
+         12838  0x6bb3  int    01                         0
+         12839  0x6bb4  sec    28 30 03                   panel.y
+         12840  0x6bb7  prim   17 3c                      moveto
+         12841  0x6bb9  sec    28 2f 03                   panel.size
+         12842  0x6bbc  prim   17 4e                      savescreen
+         12843  0x6bbe  prim   17 05                      def
+   34 1  12844  0x6bc0  dict   29 35 03                   /panel.template
+         12845  0x6bc3  prim   17 03                      [
+   38 1  12846  0x6bc5  sec    28 67 02                   help.getmessages
+         12847  0x6bc8  str    94 01 00                   ""
+         12848  0x6bcb  prim   17 2a                      ne
+         12849  0x6bcd  code   25 f1 6b                   {
+   39 1  12850  0x6bd0  prim   17 03                        [
+         12851  0x6bd2  sec    28 33 03                     .panel.both
+         12852  0x6bd5  prim   17 03                        [
+         12853  0x6bd7  int    41 00 00 00 3b               0x3b000000 # keyF1
+         12854  0x6bdc  int    01                           0
+         12855  0x6bdd  str    94 03 46 31 00               "F1"
+         12856  0x6be2  dict   29 f4 02                     /panel.help
+         12857  0x6be5  dict   29 f5 02                     /panel.help.width
+         12858  0x6be8  dict   29 f6 02                     /panel.help.update
+         12859  0x6beb  none   00                           .undef # .undef
+         12860  0x6bec  prim   17 04                        ]
+         12861  0x6bee  prim   17 04                        ]
+   40 1  12862  0x6bf0  ret    06                         }
+         12863  0x6bf1  prim   17 06                      if
+   42 1  12864  0x6bf3  sec    18 b8                      syslinux
+         12865  0x6bf5  code   25 1b 6d                   {
+   44 1  12866  0x6bf8  prim   17 03                        [
+         12867  0x6bfa  sec    28 33 03                     .panel.both
+         12868  0x6bfd  prim   17 03                        [
+         12869  0x6bff  int    41 00 00 00 3c               0x3c000000 # keyF2
+         12870  0x6c04  int    01                           0
+         12871  0x6c05  str    94 03 46 32 00               "F2"
+         12872  0x6c0a  dict   29 3e 01                     /panel.lang
+         12873  0x6c0d  dict   29 d8 02                     /panel.lang.width
+         12874  0x6c10  dict   29 d9 02                     /panel.lang.update
+         12875  0x6c13  dict   29 d2 02                     /lang.init
+         12876  0x6c16  prim   17 04                        ]
+         12877  0x6c18  prim   17 04                        ]
+   45 1  12878  0x6c1a  prim   17 03                        [
+         12879  0x6c1c  sec    28 33 03                     .panel.both
+         12880  0x6c1f  prim   17 03                        [
+         12881  0x6c21  int    41 00 00 00 3d               0x3d000000 # keyF3
+         12882  0x6c26  int    01                           0
+         12883  0x6c27  str    94 03 46 33 00               "F3"
+         12884  0x6c2c  dict   29 e0 02                     /panel.keymap
+         12885  0x6c2f  dict   29 e1 02                     /panel.keymap.width
+         12886  0x6c32  dict   29 e2 02                     /panel.keymap.update
+         12887  0x6c35  dict   29 db 02                     /keymap.init
+         12888  0x6c38  prim   17 04                        ]
+         12889  0x6c3a  prim   17 04                        ]
+   46 1  12890  0x6c3c  prim   17 03                        [
+         12891  0x6c3e  sec    28 33 03                     .panel.both
+         12892  0x6c41  prim   17 03                        [
+         12893  0x6c43  int    41 00 00 00 3e               0x3e000000 # keyF4
+         12894  0x6c48  int    01                           0
+         12895  0x6c49  str    94 03 46 34 00               "F4"
+         12896  0x6c4e  dict   29 f1 02                     /panel.modes
+         12897  0x6c51  dict   29 f2 02                     /panel.modes.width
+         12898  0x6c54  dict   29 f3 02                     /panel.modes.update
+         12899  0x6c57  dict   29 e3 02                     /modes.init
+         12900  0x6c5a  prim   17 04                        ]
+         12901  0x6c5c  prim   17 04                        ]
+   47 1  12902  0x6c5e  prim   17 03                        [
+         12903  0x6c60  sec    28 33 03                     .panel.both
+         12904  0x6c63  prim   17 03                        [
+         12905  0x6c65  int    41 00 00 00 3f               0x3f000000 # keyF5
+         12906  0x6c6a  int    01                           0
+         12907  0x6c6b  str    94 03 46 35 00               "F5"
+         12908  0x6c70  dict   29 2c 03                     /panel.access
+         12909  0x6c73  dict   29 2d 03                     /panel.access.width
+         12910  0x6c76  dict   29 2e 03                     /panel.access.update
+         12911  0x6c79  dict   29 24 03                     /access.init
+         12912  0x6c7c  prim   17 04                        ]
+         12913  0x6c7e  prim   17 04                        ]
+   49 1  12914  0x6c80  prim   17 03                        [
+         12915  0x6c82  int    11 02                        2 # .panel.short
+         12916  0x6c84  prim   17 03                        [
+         12917  0x6c86  int    41 00 00 00 40               0x40000000 # keyF6
+         12918  0x6c8b  int    01                           0
+         12919  0x6c8c  str    94 03 46 36 00               "F6"
+         12920  0x6c91  dict   29 0b 03                     /panel.options
+         12921  0x6c94  dict   29 20 03                     /panel.fulloptions.width
+         12922  0x6c97  dict   29 21 03                     /panel.fulloptions.update
+         12923  0x6c9a  none   00                           .undef # .undef
+         12924  0x6c9b  prim   17 04                        ]
+         12925  0x6c9d  prim   17 04                        ]
+   51 1  12926  0x6c9f  prim   17 03                        [
+         12927  0x6ca1  int    11 01                        1 # .panel.full
+         12928  0x6ca3  prim   17 03                        [
+         12929  0x6ca5  int    41 00 00 00 40               0x40000000 # keyF6
+         12930  0x6caa  int    01                           0
+         12931  0x6cab  str    94 03 46 36 00               "F6"
+         12932  0x6cb0  dict   29 0e 03                     /panel.fulloptions
+         12933  0x6cb3  dict   29 20 03                     /panel.fulloptions.width
+         12934  0x6cb6  dict   29 21 03                     /panel.fulloptions.update
+         12935  0x6cb9  dict   29 1c 03                     /fulloptions.init
+         12936  0x6cbc  prim   17 04                        ]
+         12937  0x6cbe  prim   17 04                        ]
+   53 1  12938  0x6cc0  sec    18 fc                        32+64bit_source
+         12939  0x6cc2  code   25 09 6d                     {
+   54 1  12940  0x6cc5  prim   17 80                          64bit
+         12941  0x6cc7  code   25 06 6d                       {
+   55 1  12942  0x6cca  sec    18 f9                            32bit_boot_dir
+         12943  0x6ccc  none   00                               .undef # .undef
+         12944  0x6ccd  prim   17 2a                            ne
+   56 1  12945  0x6ccf  sec    18 f8                            64bit_boot_dir
+         12946  0x6cd1  none   00                               .undef # .undef
+         12947  0x6cd2  prim   17 2a                            ne
+   57 1  12948  0x6cd4  sec    18 f9                            32bit_boot_dir
+         12949  0x6cd6  sec    18 f8                            64bit_boot_dir
+         12950  0x6cd8  prim   17 2a                            ne
+   58 1  12951  0x6cda  prim   17 23                            and
+         12952  0x6cdc  prim   17 23                            and
+         12953  0x6cde  code   25 03 6d                         {
+   59 1  12954  0x6ce1  prim   17 03                              [
+         12955  0x6ce3  int    11 01                              1 # .panel.full
+         12956  0x6ce5  prim   17 03                              [
+         12957  0x6ce7  int    41 00 00 00 41                     0x41000000 # keyF7
+         12958  0x6cec  int    01                                 0
+         12959  0x6ced  str    94 03 46 37 00                     "F7"
+         12960  0x6cf2  dict   29 08 03                           /panel.bits
+         12961  0x6cf5  dict   29 09 03                           /panel.bits.width
+         12962  0x6cf8  dict   29 0a 03                           /panel.bits.update
+         12963  0x6cfb  dict   29 06 03                           /bits.init
+         12964  0x6cfe  prim   17 04                              ]
+         12965  0x6d00  prim   17 04                              ]
+   60 1  12966  0x6d02  ret    06                               }
+         12967  0x6d03  prim   17 06                            if
+   61 1  12968  0x6d05  ret    06                             }
+         12969  0x6d06  prim   17 06                          if
+   62 1  12970  0x6d08  ret    06                           }
+         12971  0x6d09  prim   17 06                        if
+   64 1  12972  0x6d0b  sec    28 13 01                     xmenu.bits
+         12973  0x6d0e  none   00                           .undef # .undef
+         12974  0x6d0f  prim   17 29                        eq
+         12975  0x6d11  code   25 18 6d                     {
+         12976  0x6d14  sec    28 06 03                       bits.init
+         12977  0x6d17  ret    06                           }
+         12978  0x6d18  prim   17 06                        if
+   66 1  12979  0x6d1a  ret    06                         }
+         12980  0x6d1b  code   25 85 6d                   {
+   68 1  12981  0x6d1e  prim   17 03                        [
+         12982  0x6d20  sec    28 33 03                     .panel.both
+         12983  0x6d23  prim   17 03                        [
+         12984  0x6d25  int    41 00 00 00 3c               0x3c000000 # keyF2
+         12985  0x6d2a  int    01                           0
+         12986  0x6d2b  str    94 03 46 32 00               "F2"
+         12987  0x6d30  dict   29 3e 01                     /panel.lang
+         12988  0x6d33  dict   29 d8 02                     /panel.lang.width
+         12989  0x6d36  dict   29 d9 02                     /panel.lang.update
+         12990  0x6d39  dict   29 d2 02                     /lang.init
+         12991  0x6d3c  prim   17 04                        ]
+         12992  0x6d3e  prim   17 04                        ]
+   69 1  12993  0x6d40  str    94 09 70 72 6f 66 69 6c      "profiles"
+                               65 73 00
+         12994  0x6d4b  prim   17 89                        findfile
+         12995  0x6d4d  prim   17 12                        dup
+         12996  0x6d4f  code   25 7c 6d                     {
+   70 1  12997  0x6d52  dict   29 fa 02                       /profile.data
+         12998  0x6d55  prim   17 14                          exch
+         12999  0x6d57  prim   17 05                          def
+   71 1  13000  0x6d59  prim   17 03                          [
+         13001  0x6d5b  sec    28 33 03                       .panel.both
+         13002  0x6d5e  prim   17 03                          [
+         13003  0x6d60  int    41 00 00 00 3d                 0x3d000000 # keyF3
+         13004  0x6d65  int    01                             0
+         13005  0x6d66  str    94 03 46 33 00                 "F3"
+         13006  0x6d6b  dict   29 01 03                       /panel.profile
+         13007  0x6d6e  dict   29 02 03                       /panel.profile.width
+         13008  0x6d71  dict   29 03 03                       /panel.profile.update
+         13009  0x6d74  dict   29 ff 02                       /profile.init
+         13010  0x6d77  prim   17 04                          ]
+         13011  0x6d79  prim   17 04                          ]
+   72 1  13012  0x6d7b  ret    06                           }
+         13013  0x6d7c  code   25 82 6d                     {
+         13014  0x6d7f  prim   17 13                          pop
+         13015  0x6d81  ret    06                           }
+         13016  0x6d82  prim   17 07                        ifelse
+   74 1  13017  0x6d84  ret    06                         }
+         13018  0x6d85  prim   17 07                      ifelse
+   76 1  13019  0x6d87  prim   17 04                      ]
+         13020  0x6d89  prim   17 05                      def
+   79 1  13021  0x6d8b  sec    28 35 03                   panel.template
+         13022  0x6d8e  code   25 ad 6d                   {
+         13023  0x6d91  int    11 01                        1
+         13024  0x6d93  prim   17 0f                        get
+         13025  0x6d95  int    11 06                        6
+         13026  0x6d97  prim   17 0f                        get
+         13027  0x6d99  prim   17 12                        dup
+         13028  0x6d9b  none   00                           .undef # .undef
+         13029  0x6d9c  prim   17 2a                        ne
+         13030  0x6d9e  code   25 a4 6d                     {
+         13031  0x6da1  prim   17 19                          exec
+         13032  0x6da3  ret    06                           }
+         13033  0x6da4  code   25 aa 6d                     {
+         13034  0x6da7  prim   17 13                          pop
+         13035  0x6da9  ret    06                           }
+         13036  0x6daa  prim   17 07                        ifelse
+         13037  0x6dac  ret    06                         }
+         13038  0x6dad  prim   17 0b                      forall
+   81 1  13039  0x6daf  dict   29 0d 03                   /panel.full
+         13040  0x6db2  prim   17 03                      [
+   82 1  13041  0x6db4  sec    28 35 03                   panel.template
+         13042  0x6db7  code   25 d7 6d                   {
+   83 1  13043  0x6dba  prim   17 12                        dup
+         13044  0x6dbc  int    01                           0
+         13045  0x6dbd  prim   17 0f                        get
+         13046  0x6dbf  int    11 01                        1 # .panel.full
+         13047  0x6dc1  prim   17 23                        and
+         13048  0x6dc3  int    01                           0
+         13049  0x6dc4  prim   17 2a                        ne
+         13050  0x6dc6  code   25 ce 6d                     {
+         13051  0x6dc9  int    11 01                          1
+         13052  0x6dcb  prim   17 0f                          get
+         13053  0x6dcd  ret    06                           }
+         13054  0x6dce  code   25 d4 6d                     {
+         13055  0x6dd1  prim   17 13                          pop
+         13056  0x6dd3  ret    06                           }
+         13057  0x6dd4  prim   17 07                        ifelse
+   84 1  13058  0x6dd6  ret    06                         }
+         13059  0x6dd7  prim   17 0b                      forall
+   85 1  13060  0x6dd9  prim   17 04                      ]
+         13061  0x6ddb  prim   17 05                      def
+   87 1  13062  0x6ddd  dict   29 36 03                   /panel.short
+         13063  0x6de0  prim   17 03                      [
+   88 1  13064  0x6de2  sec    28 35 03                   panel.template
+         13065  0x6de5  code   25 05 6e                   {
+   89 1  13066  0x6de8  prim   17 12                        dup
+         13067  0x6dea  int    01                           0
+         13068  0x6deb  prim   17 0f                        get
+         13069  0x6ded  int    11 02                        2 # .panel.short
+         13070  0x6def  prim   17 23                        and
+         13071  0x6df1  int    01                           0
+         13072  0x6df2  prim   17 2a                        ne
+         13073  0x6df4  code   25 fc 6d                     {
+         13074  0x6df7  int    11 01                          1
+         13075  0x6df9  prim   17 0f                          get
+         13076  0x6dfb  ret    06                           }
+         13077  0x6dfc  code   25 02 6e                     {
+         13078  0x6dff  prim   17 13                          pop
+         13079  0x6e01  ret    06                           }
+         13080  0x6e02  prim   17 07                        ifelse
+   90 1  13081  0x6e04  ret    06                         }
+         13082  0x6e05  prim   17 0b                      forall
+   91 1  13083  0x6e07  prim   17 04                      ]
+         13084  0x6e09  prim   17 05                      def
+   93 1  13085  0x6e0b  dict   29 0c 03                   /panel
+         13086  0x6e0e  sec    28 36 03                   panel.short
+         13087  0x6e11  prim   17 05                      def
+   95 1  13088  0x6e13  sec    28 0a 01                   panel.show
+   96 1  13089  0x6e16  ret    06                       }
+         13090  0x6e17  prim   17 05                    def
+  104 1  13091  0x6e19  dict   29 0a 01                 /panel.show
+         13092  0x6e1c  code   25 8a 6e                 {
+  105 1  13093  0x6e1f  sec    28 c4 02                   panel.font
+         13094  0x6e22  prim   17 43                      setfont
+  108 1  13095  0x6e24  int    01                         0
+         13096  0x6e25  sec    28 30 03                   panel.y
+         13097  0x6e28  prim   17 3c                      moveto
+  110 1  13098  0x6e2a  sec    28 34 03                   panel.back
+         13099  0x6e2d  prim   17 4f                      restorescreen
+  122 1  13100  0x6e2f  dict   29 9e 02                   /xmenu
+         13101  0x6e32  sec    28 9e 02                   xmenu
+  124 1  13102  0x6e35  dict   29 37 03                   /panel.x
+         13103  0x6e38  int    01                         0
+         13104  0x6e39  prim   17 05                      def
+  125 1  13105  0x6e3b  sec    28 0c 03                   panel
+         13106  0x6e3e  code   25 85 6e                   {
+         13107  0x6e41  prim   17 12                        dup
+         13108  0x6e43  code   25 7c 6e                     {
+  126 1  13109  0x6e46  prim   17 12                          dup
+         13110  0x6e48  int    11 01                          1
+         13111  0x6e4a  sec    28 37 03                       panel.x
+         13112  0x6e4d  prim   17 10                          put
+  127 1  13113  0x6e4f  prim   17 12                          dup
+         13114  0x6e51  int    11 04                          4
+         13115  0x6e53  prim   17 0f                          get
+         13116  0x6e55  prim   17 19                          exec
+         13117  0x6e57  prim   17 17                          over
+         13118  0x6e59  int    11 02                          2
+         13119  0x6e5b  prim   17 0f                          get
+         13120  0x6e5d  prim   17 46                          strsize
+         13121  0x6e5f  prim   17 13                          pop
+         13122  0x6e61  prim   17 1a                          add
+         13123  0x6e63  int    11 14                          20
+         13124  0x6e65  prim   17 1a                          add
+         13125  0x6e67  sec    28 37 03                       panel.x
+         13126  0x6e6a  prim   17 1a                          add
+         13127  0x6e6c  dict   29 37 03                       /panel.x
+         13128  0x6e6f  prim   17 14                          exch
+         13129  0x6e71  prim   17 05                          def
+  128 1  13130  0x6e73  prim   17 12                          dup
+         13131  0x6e75  int    11 05                          5
+         13132  0x6e77  prim   17 0f                          get
+         13133  0x6e79  prim   17 19                          exec
+  129 1  13134  0x6e7b  ret    06                           }
+         13135  0x6e7c  code   25 82 6e                     {
+         13136  0x6e7f  prim   17 13                          pop
+         13137  0x6e81  ret    06                           }
+         13138  0x6e82  prim   17 07                        ifelse
+         13139  0x6e84  ret    06                         }
+         13140  0x6e85  prim   17 0b                      forall
+  131 1  13141  0x6e87  prim   17 05                      def
+  133 1  13142  0x6e89  ret    06                       }
+         13143  0x6e8a  prim   17 05                    def
+  141 1  13144  0x6e8c  dict   29 8a 02                 /panel.input
+         13145  0x6e8f  code   25 cc 6e                 {
+  142 1  13146  0x6e92  sec    28 0c 03                   panel
+         13147  0x6e95  code   25 c9 6e                   {
+         13148  0x6e98  prim   17 12                        dup
+         13149  0x6e9a  code   25 c0 6e                     {
+  143 1  13150  0x6e9d  prim   17 12                          dup
+         13151  0x6e9f  int    01                             0
+         13152  0x6ea0  prim   17 0f                          get
+         13153  0x6ea2  int    11 02                          2
+         13154  0x6ea4  prim   17 18                          index
+         13155  0x6ea6  prim   17 29                          eq
+         13156  0x6ea8  code   25 b7 6e                       {
+         13157  0x6eab  int    11 03                            3
+         13158  0x6ead  prim   17 0f                            get
+         13159  0x6eaf  prim   17 19                            exec
+         13160  0x6eb1  prim   17 13                            pop
+         13161  0x6eb3  int    01                               0
+         13162  0x6eb4  prim   17 0c                            exit
+         13163  0x6eb6  ret    06                             }
+         13164  0x6eb7  code   25 bd 6e                       {
+         13165  0x6eba  prim   17 13                            pop
+         13166  0x6ebc  ret    06                             }
+         13167  0x6ebd  prim   17 07                          ifelse
+  144 1  13168  0x6ebf  ret    06                           }
+         13169  0x6ec0  code   25 c6 6e                     {
+         13170  0x6ec3  prim   17 13                          pop
+         13171  0x6ec5  ret    06                           }
+         13172  0x6ec6  prim   17 07                        ifelse
+         13173  0x6ec8  ret    06                         }
+         13174  0x6ec9  prim   17 0b                      forall
+  145 1  13175  0x6ecb  ret    06                       }
+         13176  0x6ecc  prim   17 05                    def
+  153 1  13177  0x6ece  dict   29 c0 02                 /panel.text.moveto
+         13178  0x6ed1  code   25 0b 6f                 {
+  154 1  13179  0x6ed4  dict   29 38 03                   /panel.tmp.x
+         13180  0x6ed7  prim   17 17                      over
+         13181  0x6ed9  int    11 01                      1
+         13182  0x6edb  prim   17 0f                      get
+         13183  0x6edd  int    11 0a                      10
+         13184  0x6edf  prim   17 1a                      add
+         13185  0x6ee1  prim   17 05                      def
+  155 1  13186  0x6ee3  dict   29 39 03                   /panel.tmp.F
+         13187  0x6ee6  prim   17 14                      exch
+         13188  0x6ee8  int    11 02                      2
+         13189  0x6eea  prim   17 0f                      get
+         13190  0x6eec  prim   17 05                      def
+  157 1  13191  0x6eee  sec    28 38 03                   panel.tmp.x
+         13192  0x6ef1  sec    28 c3 02                   panel.text.y
+         13193  0x6ef4  prim   17 3c                      moveto
+  158 1  13194  0x6ef6  sec    28 2a 01                   panel.high
+         13195  0x6ef9  prim   17 3f                      setcolor
+         13196  0x6efb  sec    28 39 03                   panel.tmp.F
+         13197  0x6efe  prim   17 47                      show
+  159 1  13198  0x6f00  sec    28 2c 01                   panel.normal
+         13199  0x6f03  prim   17 3f                      setcolor
+  161 1  13200  0x6f05  int    11 06                      6
+         13201  0x6f07  int    01                         0
+         13202  0x6f08  prim   17 59                      rmoveto
+  162 1  13203  0x6f0a  ret    06                       }
+         13204  0x6f0b  prim   17 05                    def
+    8 1  13205                                          # .km.name
+         13206                                          # 0
+         13207                                          # def
+    9 1  13208                                          # .km.map
+         13209                                          # 1
+         13210                                          # def
+   10 1  13211                                          # .km.display
+         13212                                          # 2
+         13213                                          # def
+   11 1  13214                                          # .km.locales
+         13215                                          # 3
+         13216                                          # def
+   12 1  13217                                          # .km.model
+         13218                                          # 4
+         13219                                          # def
+   14 1  13220  0x6f0d  dict   29 3a 03                 /keymap.af
+         13221  0x6f10  prim   17 03                    [
+   15 1  13222  0x6f12  prim   17 03                    [
+         13223  0x6f14  int    11 02                    0x02
+         13224  0x6f16  int    01                       0x00
+         13225  0x6f17  int    11 21                    0x21
+         13226  0x6f19  int    11 60                    0x60
+         13227  0x6f1b  prim   17 04                    ]
+   16 1  13228  0x6f1d  prim   17 03                    [
+         13229  0x6f1f  int    11 03                    0x03
+         13230  0x6f21  int    01                       0x00
+         13231  0x6f22  int    01                       0x00
+         13232  0x6f23  int    11 40                    0x40
+         13233  0x6f25  prim   17 04                    ]
+   17 1  13234  0x6f27  prim   17 03                    [
+         13235  0x6f29  int    11 04                    0x04
+         13236  0x6f2b  int    01                       0x00
+         13237  0x6f2c  int    01                       0x00
+         13238  0x6f2d  int    11 23                    0x23
+         13239  0x6f2f  prim   17 04                    ]
+   18 1  13240  0x6f31  prim   17 03                    [
+         13241  0x6f33  int    11 05                    0x05
+         13242  0x6f35  int    01                       0x00
+         13243  0x6f36  int    01                       0x00
+         13244  0x6f37  int    11 24                    0x24
+         13245  0x6f39  prim   17 04                    ]
+   19 1  13246  0x6f3b  prim   17 03                    [
+         13247  0x6f3d  int    11 06                    0x06
+         13248  0x6f3f  int    01                       0x00
+         13249  0x6f40  int    01                       0x00
+         13250  0x6f41  int    11 25                    0x25
+         13251  0x6f43  prim   17 04                    ]
+   20 1  13252  0x6f45  prim   17 03                    [
+         13253  0x6f47  int    11 07                    0x07
+         13254  0x6f49  int    01                       0x00
+         13255  0x6f4a  uint   12 d7                    0xd7
+         13256  0x6f4c  int    11 5e                    0x5e
+         13257  0x6f4e  prim   17 04                    ]
+   21 1  13258  0x6f50  prim   17 03                    [
+         13259  0x6f52  int    11 08                    0x08
+         13260  0x6f54  int    01                       0x00
+         13261  0x6f55  int    01                       0x00
+         13262  0x6f56  int    11 26                    0x26
+         13263  0x6f58  prim   17 04                    ]
+   22 1  13264  0x6f5a  prim   17 03                    [
+         13265  0x6f5c  int    11 09                    0x09
+         13266  0x6f5e  int    01                       0x00
+         13267  0x6f5f  int    11 2a                    0x2a
+         13268  0x6f61  int    01                       0x00
+         13269  0x6f62  prim   17 04                    ]
+   23 1  13270  0x6f64  prim   17 03                    [
+         13271  0x6f66  int    11 0a                    0x0a
+         13272  0x6f68  int    01                       0x00
+         13273  0x6f69  int    11 29                    0x29
+         13274  0x6f6b  int    01                       0x00
+         13275  0x6f6c  prim   17 04                    ]
+   24 1  13276  0x6f6e  prim   17 03                    [
+         13277  0x6f70  int    11 0b                    0x0b
+         13278  0x6f72  int    01                       0x00
+         13279  0x6f73  int    11 28                    0x28
+         13280  0x6f75  int    01                       0x00
+         13281  0x6f76  prim   17 04                    ]
+   25 1  13282  0x6f78  prim   17 03                    [
+         13283  0x6f7a  int    11 0c                    0x0c
+         13284  0x6f7c  int    11 2d                    0x2d
+         13285  0x6f7e  int    01                       0x00
+         13286  0x6f7f  int    11 5f                    0x5f
+         13287  0x6f81  prim   17 04                    ]
+   26 1  13288  0x6f83  prim   17 03                    [
+         13289  0x6f85  int    11 0d                    0x0d
+         13290  0x6f87  int    11 2b                    0x2b
+         13291  0x6f89  int    11 3d                    0x3d
+         13292  0x6f8b  int    11 2b                    0x2b
+         13293  0x6f8d  prim   17 04                    ]
+   27 1  13294  0x6f8f  prim   17 03                    [
+         13295  0x6f91  int    11 10                    0x10
+         13296  0x6f93  int    01                       0x00
+         13297  0x6f94  int    01                       0x00
+         13298  0x6f95  uint   12 b0                    0xb0
+         13299  0x6f97  prim   17 04                    ]
+   28 1  13300  0x6f99  prim   17 03                    [
+         13301  0x6f9b  int    11 18                    0x18
+         13302  0x6f9d  int    01                       0x00
+         13303  0x6f9e  int    11 5d                    0x5d
+         13304  0x6fa0  int    11 27                    0x27
+         13305  0x6fa2  prim   17 04                    ]
+   29 1  13306  0x6fa4  prim   17 03                    [
+         13307  0x6fa6  int    11 19                    0x19
+         13308  0x6fa8  int    01                       0x00
+         13309  0x6fa9  int    11 5b                    0x5b
+         13310  0x6fab  int    11 22                    0x22
+         13311  0x6fad  prim   17 04                    ]
+   30 1  13312  0x6faf  prim   17 03                    [
+         13313  0x6fb1  int    11 1a                    0x1a
+         13314  0x6fb3  int    01                       0x00
+         13315  0x6fb4  int    11 7d                    0x7d
+         13316  0x6fb6  int    01                       0x00
+         13317  0x6fb7  prim   17 04                    ]
+   31 1  13318  0x6fb9  prim   17 03                    [
+         13319  0x6fbb  int    11 1b                    0x1b
+         13320  0x6fbd  int    01                       0x00
+         13321  0x6fbe  int    11 7b                    0x7b
+         13322  0x6fc0  int    01                       0x00
+         13323  0x6fc1  prim   17 04                    ]
+   32 1  13324  0x6fc3  prim   17 03                    [
+         13325  0x6fc5  int    11 25                    0x25
+         13326  0x6fc7  int    01                       0x00
+         13327  0x6fc8  uint   12 bb                    0xbb
+         13328  0x6fca  int    01                       0x00
+         13329  0x6fcb  prim   17 04                    ]
+   33 1  13330  0x6fcd  prim   17 03                    [
+         13331  0x6fcf  int    11 26                    0x26
+         13332  0x6fd1  int    01                       0x00
+         13333  0x6fd2  uint   12 ab                    0xab
+         13334  0x6fd4  int    01                       0x00
+         13335  0x6fd5  prim   17 04                    ]
+   34 1  13336  0x6fd7  prim   17 03                    [
+         13337  0x6fd9  int    11 27                    0x27
+         13338  0x6fdb  int    01                       0x00
+         13339  0x6fdc  int    11 3a                    0x3a
+         13340  0x6fde  int    11 3b                    0x3b
+         13341  0x6fe0  prim   17 04                    ]
+   35 1  13342  0x6fe2  prim   17 03                    [
+         13343  0x6fe4  int    11 29                    0x29
+         13344  0x6fe6  int    01                       0x00
+         13345  0x6fe7  uint   12 f7                    0xf7
+         13346  0x6fe9  int    01                       0x00
+         13347  0x6fea  prim   17 04                    ]
+   36 1  13348  0x6fec  prim   17 03                    [
+         13349  0x6fee  int    11 2b                    0x2b
+         13350  0x6ff0  int    11 5c                    0x5c
+         13351  0x6ff2  int    11 7c                    0x7c
+         13352  0x6ff4  int    11 3f                    0x3f
+         13353  0x6ff6  prim   17 04                    ]
+   37 1  13354  0x6ff8  prim   17 03                    [
+         13355  0x6ffa  int    11 33                    0x33
+         13356  0x6ffc  int    01                       0x00
+         13357  0x6ffd  int    11 3e                    0x3e
+         13358  0x6fff  int    11 2c                    0x2c
+         13359  0x7001  prim   17 04                    ]
+   38 1  13360  0x7003  prim   17 03                    [
+         13361  0x7005  int    11 34                    0x34
+         13362  0x7007  int    11 2e                    0x2e
+         13363  0x7009  int    11 3c                    0x3c
+         13364  0x700b  int    01                       0x00
+         13365  0x700c  prim   17 04                    ]
+   39 1  13366  0x700e  prim   17 03                    [
+         13367  0x7010  int    11 35                    0x35
+         13368  0x7012  int    11 2f                    0x2f
+         13369  0x7014  int    01                       0x00
+         13370  0x7015  int    01                       0x00
+         13371  0x7016  prim   17 04                    ]
+   40 1  13372  0x7018  prim   17 03                    [
+         13373  0x701a  int    11 39                    0x39
+         13374  0x701c  int    11 20                    0x20
+         13375  0x701e  int    01                       0x00
+         13376  0x701f  uint   12 a0                    0xa0
+         13377  0x7021  prim   17 04                    ]
+   41 1  13378  0x7023  prim   17 03                    [
+         13379  0x7025  int    11 56                    0x56
+         13380  0x7027  int    11 3c                    0x3c
+         13381  0x7029  int    11 3e                    0x3e
+         13382  0x702b  int    11 7c                    0x7c
+         13383  0x702d  prim   17 04                    ]
+   42 1  13384  0x702f  prim   17 04                    ]
+         13385  0x7031  prim   17 05                    def
+   44 1  13386  0x7033  dict   29 3b 03                 /keymap.al
+         13387  0x7036  prim   17 03                    [
+   45 1  13388  0x7038  prim   17 03                    [
+         13389  0x703a  int    11 02                    0x02
+         13390  0x703c  int    11 31                    0x31
+         13391  0x703e  int    11 21                    0x21
+         13392  0x7040  int    11 7e                    0x7e
+         13393  0x7042  prim   17 04                    ]
+   46 1  13394  0x7044  prim   17 03                    [
+         13395  0x7046  int    11 03                    0x03
+         13396  0x7048  int    11 32                    0x32
+         13397  0x704a  int    11 22                    0x22
+         13398  0x704c  int    01                       0x00
+         13399  0x704d  prim   17 04                    ]
+   47 1  13400  0x704f  prim   17 03                    [
+         13401  0x7051  int    11 04                    0x04
+         13402  0x7053  int    11 33                    0x33
+         13403  0x7055  int    11 23                    0x23
+         13404  0x7057  int    01                       0x00
+         13405  0x7058  prim   17 04                    ]
+   48 1  13406  0x705a  prim   17 03                    [
+         13407  0x705c  int    11 05                    0x05
+         13408  0x705e  int    11 34                    0x34
+         13409  0x7060  int    11 24                    0x24
+         13410  0x7062  int    01                       0x00
+         13411  0x7063  prim   17 04                    ]
+   49 1  13412  0x7065  prim   17 03                    [
+         13413  0x7067  int    11 06                    0x06
+         13414  0x7069  int    11 35                    0x35
+         13415  0x706b  int    11 25                    0x25
+         13416  0x706d  int    11 2a                    0x2a
+         13417  0x706f  prim   17 04                    ]
+   50 1  13418  0x7071  prim   17 03                    [
+         13419  0x7073  int    11 07                    0x07
+         13420  0x7075  int    11 36                    0x36
+         13421  0x7077  int    11 5e                    0x5e
+         13422  0x7079  int    01                       0x00
+         13423  0x707a  prim   17 04                    ]
+   51 1  13424  0x707c  prim   17 03                    [
+         13425  0x707e  int    11 08                    0x08
+         13426  0x7080  int    11 37                    0x37
+         13427  0x7082  int    11 26                    0x26
+         13428  0x7084  int    11 60                    0x60
+         13429  0x7086  prim   17 04                    ]
+   52 1  13430  0x7088  prim   17 03                    [
+         13431  0x708a  int    11 09                    0x09
+         13432  0x708c  int    11 38                    0x38
+         13433  0x708e  int    11 2a                    0x2a
+         13434  0x7090  int    11 2e                    0x2e
+         13435  0x7092  prim   17 04                    ]
+   53 1  13436  0x7094  prim   17 03                    [
+         13437  0x7096  int    11 0a                    0x0a
+         13438  0x7098  int    11 39                    0x39
+         13439  0x709a  int    11 28                    0x28
+         13440  0x709c  int    01                       0x00
+         13441  0x709d  prim   17 04                    ]
+   54 1  13442  0x709f  prim   17 03                    [
+         13443  0x70a1  int    11 0b                    0x0b
+         13444  0x70a3  int    11 30                    0x30
+         13445  0x70a5  int    11 29                    0x29
+         13446  0x70a7  int    01                       0x00
+         13447  0x70a8  prim   17 04                    ]
+   55 1  13448  0x70aa  prim   17 03                    [
+         13449  0x70ac  int    11 0c                    0x0c
+         13450  0x70ae  int    11 2d                    0x2d
+         13451  0x70b0  int    11 5f                    0x5f
+         13452  0x70b2  int    01                       0x00
+         13453  0x70b3  prim   17 04                    ]
+   56 1  13454  0x70b5  prim   17 03                    [
+         13455  0x70b7  int    11 0d                    0x0d
+         13456  0x70b9  int    11 3d                    0x3d
+         13457  0x70bb  int    11 2b                    0x2b
+         13458  0x70bd  int    01                       0x00
+         13459  0x70be  prim   17 04                    ]
+   57 1  13460  0x70c0  prim   17 03                    [
+         13461  0x70c2  int    11 10                    0x10
+         13462  0x70c4  int    11 71                    0x71
+         13463  0x70c6  int    11 51                    0x51
+         13464  0x70c8  int    11 5c                    0x5c
+         13465  0x70ca  prim   17 04                    ]
+   58 1  13466  0x70cc  prim   17 03                    [
+         13467  0x70ce  int    11 11                    0x11
+         13468  0x70d0  int    11 77                    0x77
+         13469  0x70d2  int    11 57                    0x57
+         13470  0x70d4  int    11 7c                    0x7c
+         13471  0x70d6  prim   17 04                    ]
+   59 1  13472  0x70d8  prim   17 03                    [
+         13473  0x70da  int    11 12                    0x12
+         13474  0x70dc  int    11 65                    0x65
+         13475  0x70de  int    11 45                    0x45
+         13476  0x70e0  int    01                       0x00
+         13477  0x70e1  prim   17 04                    ]
+   60 1  13478  0x70e3  prim   17 03                    [
+         13479  0x70e5  int    11 13                    0x13
+         13480  0x70e7  int    11 72                    0x72
+         13481  0x70e9  int    11 52                    0x52
+         13482  0x70eb  uint   12 b6                    0xb6
+         13483  0x70ed  prim   17 04                    ]
+   61 1  13484  0x70ef  prim   17 03                    [
+         13485  0x70f1  int    11 14                    0x14
+         13486  0x70f3  int    11 74                    0x74
+         13487  0x70f5  int    11 54                    0x54
+         13488  0x70f7  int    01                       0x00
+         13489  0x70f8  prim   17 04                    ]
+   62 1  13490  0x70fa  prim   17 03                    [
+         13491  0x70fc  int    11 15                    0x15
+         13492  0x70fe  int    11 7a                    0x7a
+         13493  0x7100  int    11 5a                    0x5a
+         13494  0x7102  int    01                       0x00
+         13495  0x7103  prim   17 04                    ]
+   63 1  13496  0x7105  prim   17 03                    [
+         13497  0x7107  int    11 16                    0x16
+         13498  0x7109  int    11 75                    0x75
+         13499  0x710b  int    11 55                    0x55
+         13500  0x710d  int    01                       0x00
+         13501  0x710e  prim   17 04                    ]
+   64 1  13502  0x7110  prim   17 03                    [
+         13503  0x7112  int    11 17                    0x17
+         13504  0x7114  int    11 69                    0x69
+         13505  0x7116  int    11 49                    0x49
+         13506  0x7118  int    01                       0x00
+         13507  0x7119  prim   17 04                    ]
+   65 1  13508  0x711b  prim   17 03                    [
+         13509  0x711d  int    11 18                    0x18
+         13510  0x711f  int    11 6f                    0x6f
+         13511  0x7121  int    11 4f                    0x4f
+         13512  0x7123  uint   12 f8                    0xf8
+         13513  0x7125  prim   17 04                    ]
+   66 1  13514  0x7127  prim   17 03                    [
+         13515  0x7129  int    11 19                    0x19
+         13516  0x712b  int    11 70                    0x70
+         13517  0x712d  int    11 50                    0x50
+         13518  0x712f  uint   12 fe                    0xfe
+         13519  0x7131  prim   17 04                    ]
+   67 1  13520  0x7133  prim   17 03                    [
+         13521  0x7135  int    11 1a                    0x1a
+         13522  0x7137  uint   12 e7                    0xe7
+         13523  0x7139  uint   12 c7                    0xc7
+         13524  0x713b  uint   12 f7                    0xf7
+         13525  0x713d  prim   17 04                    ]
+   68 1  13526  0x713f  prim   17 03                    [
+         13527  0x7141  int    11 1b                    0x1b
+         13528  0x7143  int    11 40                    0x40
+         13529  0x7145  int    11 27                    0x27
+         13530  0x7147  uint   12 d7                    0xd7
+         13531  0x7149  prim   17 04                    ]
+   69 1  13532  0x714b  prim   17 03                    [
+         13533  0x714d  int    11 1e                    0x1e
+         13534  0x714f  int    11 61                    0x61
+         13535  0x7151  int    11 41                    0x41
+         13536  0x7153  uint   12 e6                    0xe6
+         13537  0x7155  prim   17 04                    ]
+   70 1  13538  0x7157  prim   17 03                    [
+         13539  0x7159  int    11 1f                    0x1f
+         13540  0x715b  int    11 73                    0x73
+         13541  0x715d  int    11 53                    0x53
+         13542  0x715f  int    01                       0x00
+         13543  0x7160  prim   17 04                    ]
+   71 1  13544  0x7162  prim   17 03                    [
+         13545  0x7164  int    11 20                    0x20
+         13546  0x7166  int    11 64                    0x64
+         13547  0x7168  int    11 44                    0x44
+         13548  0x716a  int    01                       0x00
+         13549  0x716b  prim   17 04                    ]
+   72 1  13550  0x716d  prim   17 03                    [
+         13551  0x716f  int    11 21                    0x21
+         13552  0x7171  int    11 66                    0x66
+         13553  0x7173  int    11 46                    0x46
+         13554  0x7175  int    11 5b                    0x5b
+         13555  0x7177  prim   17 04                    ]
+   73 1  13556  0x7179  prim   17 03                    [
+         13557  0x717b  int    11 22                    0x22
+         13558  0x717d  int    11 67                    0x67
+         13559  0x717f  int    11 47                    0x47
+         13560  0x7181  int    11 5d                    0x5d
+         13561  0x7183  prim   17 04                    ]
+   74 1  13562  0x7185  prim   17 03                    [
+         13563  0x7187  int    11 23                    0x23
+         13564  0x7189  int    11 68                    0x68
+         13565  0x718b  int    11 48                    0x48
+         13566  0x718d  int    01                       0x00
+         13567  0x718e  prim   17 04                    ]
+   75 1  13568  0x7190  prim   17 03                    [
+         13569  0x7192  int    11 25                    0x25
+         13570  0x7194  int    11 6b                    0x6b
+         13571  0x7196  int    11 4b                    0x4b
+         13572  0x7198  int    01                       0x00
+         13573  0x7199  prim   17 04                    ]
+   76 1  13574  0x719b  prim   17 03                    [
+         13575  0x719d  int    11 26                    0x26
+         13576  0x719f  int    11 6c                    0x6c
+         13577  0x71a1  int    11 4c                    0x4c
+         13578  0x71a3  int    01                       0x00
+         13579  0x71a4  prim   17 04                    ]
+   77 1  13580  0x71a6  prim   17 03                    [
+         13581  0x71a8  int    11 27                    0x27
+         13582  0x71aa  uint   12 eb                    0xeb
+         13583  0x71ac  uint   12 cb                    0xcb
+         13584  0x71ae  int    11 24                    0x24
+         13585  0x71b0  prim   17 04                    ]
+   78 1  13586  0x71b2  prim   17 03                    [
+         13587  0x71b4  int    11 28                    0x28
+         13588  0x71b6  int    11 5b                    0x5b
+         13589  0x71b8  int    11 7b                    0x7b
+         13590  0x71ba  uint   12 df                    0xdf
+         13591  0x71bc  prim   17 04                    ]
+   79 1  13592  0x71be  prim   17 03                    [
+         13593  0x71c0  int    11 29                    0x29
+         13594  0x71c2  int    11 5c                    0x5c
+         13595  0x71c4  int    11 7c                    0x7c
+         13596  0x71c6  uint   12 ac                    0xac
+         13597  0x71c8  prim   17 04                    ]
+   80 1  13598  0x71ca  prim   17 03                    [
+         13599  0x71cc  int    11 2b                    0x2b
+         13600  0x71ce  int    11 5d                    0x5d
+         13601  0x71d0  int    11 7d                    0x7d
+         13602  0x71d2  uint   12 a4                    0xa4
+         13603  0x71d4  prim   17 04                    ]
+   81 1  13604  0x71d6  prim   17 03                    [
+         13605  0x71d8  int    11 2c                    0x2c
+         13606  0x71da  int    11 79                    0x79
+         13607  0x71dc  int    11 59                    0x59
+         13608  0x71de  uint   12 ab                    0xab
+         13609  0x71e0  prim   17 04                    ]
+   82 1  13610  0x71e2  prim   17 03                    [
+         13611  0x71e4  int    11 2d                    0x2d
+         13612  0x71e6  int    11 78                    0x78
+         13613  0x71e8  int    11 58                    0x58
+         13614  0x71ea  uint   12 bb                    0xbb
+         13615  0x71ec  prim   17 04                    ]
+   83 1  13616  0x71ee  prim   17 03                    [
+         13617  0x71f0  int    11 2e                    0x2e
+         13618  0x71f2  int    11 63                    0x63
+         13619  0x71f4  int    11 43                    0x43
+         13620  0x71f6  uint   12 a2                    0xa2
+         13621  0x71f8  prim   17 04                    ]
+   84 1  13622  0x71fa  prim   17 03                    [
+         13623  0x71fc  int    11 2f                    0x2f
+         13624  0x71fe  int    11 76                    0x76
+         13625  0x7200  int    11 56                    0x56
+         13626  0x7202  int    11 40                    0x40
+         13627  0x7204  prim   17 04                    ]
+   85 1  13628  0x7206  prim   17 03                    [
+         13629  0x7208  int    11 30                    0x30
+         13630  0x720a  int    11 62                    0x62
+         13631  0x720c  int    11 42                    0x42
+         13632  0x720e  int    11 7b                    0x7b
+         13633  0x7210  prim   17 04                    ]
+   86 1  13634  0x7212  prim   17 03                    [
+         13635  0x7214  int    11 31                    0x31
+         13636  0x7216  int    11 6e                    0x6e
+         13637  0x7218  int    11 4e                    0x4e
+         13638  0x721a  int    11 7d                    0x7d
+         13639  0x721c  prim   17 04                    ]
+   87 1  13640  0x721e  prim   17 03                    [
+         13641  0x7220  int    11 32                    0x32
+         13642  0x7222  int    11 6d                    0x6d
+         13643  0x7224  int    11 4d                    0x4d
+         13644  0x7226  uint   12 a7                    0xa7
+         13645  0x7228  prim   17 04                    ]
+   88 1  13646  0x722a  prim   17 03                    [
+         13647  0x722c  int    11 33                    0x33
+         13648  0x722e  int    11 2c                    0x2c
+         13649  0x7230  int    11 3b                    0x3b
+         13650  0x7232  int    11 3c                    0x3c
+         13651  0x7234  prim   17 04                    ]
+   89 1  13652  0x7236  prim   17 03                    [
+         13653  0x7238  int    11 34                    0x34
+         13654  0x723a  int    11 2e                    0x2e
+         13655  0x723c  int    11 3a                    0x3a
+         13656  0x723e  int    11 3e                    0x3e
+         13657  0x7240  prim   17 04                    ]
+   90 1  13658  0x7242  prim   17 03                    [
+         13659  0x7244  int    11 35                    0x35
+         13660  0x7246  int    11 2f                    0x2f
+         13661  0x7248  int    11 3f                    0x3f
+         13662  0x724a  int    01                       0x00
+         13663  0x724b  prim   17 04                    ]
+   91 1  13664  0x724d  prim   17 03                    [
+         13665  0x724f  int    11 56                    0x56
+         13666  0x7251  int    11 3c                    0x3c
+         13667  0x7253  int    11 3e                    0x3e
+         13668  0x7255  int    11 7c                    0x7c
+         13669  0x7257  prim   17 04                    ]
+   92 1  13670  0x7259  prim   17 04                    ]
+         13671  0x725b  prim   17 05                    def
+   94 1  13672  0x725d  dict   29 3c 03                 /keymap.am
+         13673  0x7260  prim   17 03                    [
+   95 1  13674  0x7262  prim   17 03                    [
+         13675  0x7264  int    11 56                    0x56
+         13676  0x7266  int    11 3c                    0x3c
+         13677  0x7268  int    11 3e                    0x3e
+         13678  0x726a  int    11 7c                    0x7c
+         13679  0x726c  prim   17 04                    ]
+   96 1  13680  0x726e  prim   17 04                    ]
+         13681  0x7270  prim   17 05                    def
+   98 1  13682  0x7272  dict   29 3d 03                 /keymap.ara
+         13683  0x7275  prim   17 03                    [
+   99 1  13684  0x7277  prim   17 03                    [
+         13685  0x7279  int    11 56                    0x56
+         13686  0x727b  int    11 3c                    0x3c
+         13687  0x727d  int    11 3e                    0x3e
+         13688  0x727f  int    11 7c                    0x7c
+         13689  0x7281  prim   17 04                    ]
+  100 1  13690  0x7283  prim   17 04                    ]
+         13691  0x7285  prim   17 05                    def
+  102 1  13692  0x7287  dict   29 3e 03                 /keymap.at
+         13693  0x728a  prim   17 03                    [
+  103 1  13694  0x728c  prim   17 03                    [
+         13695  0x728e  int    11 02                    0x02
+         13696  0x7290  int    11 31                    0x31
+         13697  0x7292  int    11 21                    0x21
+         13698  0x7294  uint   12 b9                    0xb9
+         13699  0x7296  prim   17 04                    ]
+  104 1  13700  0x7298  prim   17 03                    [
+         13701  0x729a  int    11 03                    0x03
+         13702  0x729c  int    11 32                    0x32
+         13703  0x729e  int    11 22                    0x22
+         13704  0x72a0  uint   12 b2                    0xb2
+         13705  0x72a2  prim   17 04                    ]
+  105 1  13706  0x72a4  prim   17 03                    [
+         13707  0x72a6  int    11 04                    0x04
+         13708  0x72a8  int    11 33                    0x33
+         13709  0x72aa  uint   12 a7                    0xa7
+         13710  0x72ac  uint   12 b3                    0xb3
+         13711  0x72ae  prim   17 04                    ]
+  106 1  13712  0x72b0  prim   17 03                    [
+         13713  0x72b2  int    11 05                    0x05
+         13714  0x72b4  int    11 34                    0x34
+         13715  0x72b6  int    11 24                    0x24
+         13716  0x72b8  uint   12 bc                    0xbc
+         13717  0x72ba  prim   17 04                    ]
+  107 1  13718  0x72bc  prim   17 03                    [
+         13719  0x72be  int    11 06                    0x06
+         13720  0x72c0  int    11 35                    0x35
+         13721  0x72c2  int    11 25                    0x25
+         13722  0x72c4  uint   12 bd                    0xbd
+         13723  0x72c6  prim   17 04                    ]
+  108 1  13724  0x72c8  prim   17 03                    [
+         13725  0x72ca  int    11 07                    0x07
+         13726  0x72cc  int    11 36                    0x36
+         13727  0x72ce  int    11 26                    0x26
+         13728  0x72d0  uint   12 ac                    0xac
+         13729  0x72d2  prim   17 04                    ]
+  109 1  13730  0x72d4  prim   17 03                    [
+         13731  0x72d6  int    11 08                    0x08
+         13732  0x72d8  int    11 37                    0x37
+         13733  0x72da  int    11 2f                    0x2f
+         13734  0x72dc  int    11 7b                    0x7b
+         13735  0x72de  prim   17 04                    ]
+  110 1  13736  0x72e0  prim   17 03                    [
+         13737  0x72e2  int    11 09                    0x09
+         13738  0x72e4  int    11 38                    0x38
+         13739  0x72e6  int    11 28                    0x28
+         13740  0x72e8  int    11 5b                    0x5b
+         13741  0x72ea  prim   17 04                    ]
+  111 1  13742  0x72ec  prim   17 03                    [
+         13743  0x72ee  int    11 0a                    0x0a
+         13744  0x72f0  int    11 39                    0x39
+         13745  0x72f2  int    11 29                    0x29
+         13746  0x72f4  int    11 5d                    0x5d
+         13747  0x72f6  prim   17 04                    ]
+  112 1  13748  0x72f8  prim   17 03                    [
+         13749  0x72fa  int    11 0b                    0x0b
+         13750  0x72fc  int    11 30                    0x30
+         13751  0x72fe  int    11 3d                    0x3d
+         13752  0x7300  int    11 7d                    0x7d
+         13753  0x7302  prim   17 04                    ]
+  113 1  13754  0x7304  prim   17 03                    [
+         13755  0x7306  int    11 0c                    0x0c
+         13756  0x7308  uint   12 df                    0xdf
+         13757  0x730a  int    11 3f                    0x3f
+         13758  0x730c  int    11 5c                    0x5c
+         13759  0x730e  prim   17 04                    ]
+  114 1  13760  0x7310  prim   17 03                    [
+         13761  0x7312  int    11 10                    0x10
+         13762  0x7314  int    11 71                    0x71
+         13763  0x7316  int    11 51                    0x51
+         13764  0x7318  int    11 40                    0x40
+         13765  0x731a  prim   17 04                    ]
+  115 1  13766  0x731c  prim   17 03                    [
+         13767  0x731e  int    11 11                    0x11
+         13768  0x7320  int    11 77                    0x77
+         13769  0x7322  int    11 57                    0x57
+         13770  0x7324  int    01                       0x00
+         13771  0x7325  prim   17 04                    ]
+  116 1  13772  0x7327  prim   17 03                    [
+         13773  0x7329  int    11 12                    0x12
+         13774  0x732b  int    11 65                    0x65
+         13775  0x732d  int    11 45                    0x45
+         13776  0x732f  int    01                       0x00
+         13777  0x7330  prim   17 04                    ]
+  117 1  13778  0x7332  prim   17 03                    [
+         13779  0x7334  int    11 13                    0x13
+         13780  0x7336  int    11 72                    0x72
+         13781  0x7338  int    11 52                    0x52
+         13782  0x733a  uint   12 b6                    0xb6
+         13783  0x733c  prim   17 04                    ]
+  118 1  13784  0x733e  prim   17 03                    [
+         13785  0x7340  int    11 14                    0x14
+         13786  0x7342  int    11 74                    0x74
+         13787  0x7344  int    11 54                    0x54
+         13788  0x7346  int    01                       0x00
+         13789  0x7347  prim   17 04                    ]
+  119 1  13790  0x7349  prim   17 03                    [
+         13791  0x734b  int    11 15                    0x15
+         13792  0x734d  int    11 7a                    0x7a
+         13793  0x734f  int    11 5a                    0x5a
+         13794  0x7351  int    01                       0x00
+         13795  0x7352  prim   17 04                    ]
+  120 1  13796  0x7354  prim   17 03                    [
+         13797  0x7356  int    11 16                    0x16
+         13798  0x7358  int    11 75                    0x75
+         13799  0x735a  int    11 55                    0x55
+         13800  0x735c  int    01                       0x00
+         13801  0x735d  prim   17 04                    ]
+  121 1  13802  0x735f  prim   17 03                    [
+         13803  0x7361  int    11 17                    0x17
+         13804  0x7363  int    11 69                    0x69
+         13805  0x7365  int    11 49                    0x49
+         13806  0x7367  int    01                       0x00
+         13807  0x7368  prim   17 04                    ]
+  122 1  13808  0x736a  prim   17 03                    [
+         13809  0x736c  int    11 18                    0x18
+         13810  0x736e  int    11 6f                    0x6f
+         13811  0x7370  int    11 4f                    0x4f
+         13812  0x7372  uint   12 f8                    0xf8
+         13813  0x7374  prim   17 04                    ]
+  123 1  13814  0x7376  prim   17 03                    [
+         13815  0x7378  int    11 19                    0x19
+         13816  0x737a  int    11 70                    0x70
+         13817  0x737c  int    11 50                    0x50
+         13818  0x737e  uint   12 fe                    0xfe
+         13819  0x7380  prim   17 04                    ]
+  124 1  13820  0x7382  prim   17 03                    [
+         13821  0x7384  int    11 1a                    0x1a
+         13822  0x7386  uint   12 fc                    0xfc
+         13823  0x7388  uint   12 dc                    0xdc
+         13824  0x738a  int    01                       0x00
+         13825  0x738b  prim   17 04                    ]
+  125 1  13826  0x738d  prim   17 03                    [
+         13827  0x738f  int    11 1b                    0x1b
+         13828  0x7391  int    11 2b                    0x2b
+         13829  0x7393  int    11 2a                    0x2a
+         13830  0x7395  int    01                       0x00
+         13831  0x7396  prim   17 04                    ]
+  126 1  13832  0x7398  prim   17 03                    [
+         13833  0x739a  int    11 1e                    0x1e
+         13834  0x739c  int    11 61                    0x61
+         13835  0x739e  int    11 41                    0x41
+         13836  0x73a0  uint   12 e6                    0xe6
+         13837  0x73a2  prim   17 04                    ]
+  127 1  13838  0x73a4  prim   17 03                    [
+         13839  0x73a6  int    11 1f                    0x1f
+         13840  0x73a8  int    11 73                    0x73
+         13841  0x73aa  int    11 53                    0x53
+         13842  0x73ac  int    01                       0x00
+         13843  0x73ad  prim   17 04                    ]
+  128 1  13844  0x73af  prim   17 03                    [
+         13845  0x73b1  int    11 20                    0x20
+         13846  0x73b3  int    11 64                    0x64
+         13847  0x73b5  int    11 44                    0x44
+         13848  0x73b7  uint   12 f0                    0xf0
+         13849  0x73b9  prim   17 04                    ]
+  129 1  13850  0x73bb  prim   17 03                    [
+         13851  0x73bd  int    11 21                    0x21
+         13852  0x73bf  int    11 66                    0x66
+         13853  0x73c1  int    11 46                    0x46
+         13854  0x73c3  int    01                       0x00
+         13855  0x73c4  prim   17 04                    ]
+  130 1  13856  0x73c6  prim   17 03                    [
+         13857  0x73c8  int    11 22                    0x22
+         13858  0x73ca  int    11 67                    0x67
+         13859  0x73cc  int    11 47                    0x47
+         13860  0x73ce  int    01                       0x00
+         13861  0x73cf  prim   17 04                    ]
+  131 1  13862  0x73d1  prim   17 03                    [
+         13863  0x73d3  int    11 23                    0x23
+         13864  0x73d5  int    11 68                    0x68
+         13865  0x73d7  int    11 48                    0x48
+         13866  0x73d9  int    01                       0x00
+         13867  0x73da  prim   17 04                    ]
+  132 1  13868  0x73dc  prim   17 03                    [
+         13869  0x73de  int    11 24                    0x24
+         13870  0x73e0  int    11 6a                    0x6a
+         13871  0x73e2  int    11 4a                    0x4a
+         13872  0x73e4  int    01                       0x00
+         13873  0x73e5  prim   17 04                    ]
+  133 1  13874  0x73e7  prim   17 03                    [
+         13875  0x73e9  int    11 25                    0x25
+         13876  0x73eb  int    11 6b                    0x6b
+         13877  0x73ed  int    11 4b                    0x4b
+         13878  0x73ef  int    01                       0x00
+         13879  0x73f0  prim   17 04                    ]
+  134 1  13880  0x73f2  prim   17 03                    [
+         13881  0x73f4  int    11 26                    0x26
+         13882  0x73f6  int    11 6c                    0x6c
+         13883  0x73f8  int    11 4c                    0x4c
+         13884  0x73fa  int    01                       0x00
+         13885  0x73fb  prim   17 04                    ]
+  135 1  13886  0x73fd  prim   17 03                    [
+         13887  0x73ff  int    11 27                    0x27
+         13888  0x7401  uint   12 f6                    0xf6
+         13889  0x7403  uint   12 d6                    0xd6
+         13890  0x7405  int    01                       0x00
+         13891  0x7406  prim   17 04                    ]
+  136 1  13892  0x7408  prim   17 03                    [
+         13893  0x740a  int    11 28                    0x28
+         13894  0x740c  uint   12 e4                    0xe4
+         13895  0x740e  uint   12 c4                    0xc4
+         13896  0x7410  int    01                       0x00
+         13897  0x7411  prim   17 04                    ]
+  137 1  13898  0x7413  prim   17 03                    [
+         13899  0x7415  int    11 29                    0x29
+         13900  0x7417  int    01                       0x00
+         13901  0x7418  uint   12 b0                    0xb0
+         13902  0x741a  int    01                       0x00
+         13903  0x741b  prim   17 04                    ]
+  138 1  13904  0x741d  prim   17 03                    [
+         13905  0x741f  int    11 2b                    0x2b
+         13906  0x7421  int    11 23                    0x23
+         13907  0x7423  int    11 27                    0x27
+         13908  0x7425  int    01                       0x00
+         13909  0x7426  prim   17 04                    ]
+  139 1  13910  0x7428  prim   17 03                    [
+         13911  0x742a  int    11 2c                    0x2c
+         13912  0x742c  int    11 79                    0x79
+         13913  0x742e  int    11 59                    0x59
+         13914  0x7430  uint   12 bb                    0xbb
+         13915  0x7432  prim   17 04                    ]
+  140 1  13916  0x7434  prim   17 03                    [
+         13917  0x7436  int    11 2d                    0x2d
+         13918  0x7438  int    11 78                    0x78
+         13919  0x743a  int    11 58                    0x58
+         13920  0x743c  uint   12 ab                    0xab
+         13921  0x743e  prim   17 04                    ]
+  141 1  13922  0x7440  prim   17 03                    [
+         13923  0x7442  int    11 2e                    0x2e
+         13924  0x7444  int    11 63                    0x63
+         13925  0x7446  int    11 43                    0x43
+         13926  0x7448  uint   12 a2                    0xa2
+         13927  0x744a  prim   17 04                    ]
+  142 1  13928  0x744c  prim   17 03                    [
+         13929  0x744e  int    11 2f                    0x2f
+         13930  0x7450  int    11 76                    0x76
+         13931  0x7452  int    11 56                    0x56
+         13932  0x7454  int    01                       0x00
+         13933  0x7455  prim   17 04                    ]
+  143 1  13934  0x7457  prim   17 03                    [
+         13935  0x7459  int    11 30                    0x30
+         13936  0x745b  int    11 62                    0x62
+         13937  0x745d  int    11 42                    0x42
+         13938  0x745f  int    01                       0x00
+         13939  0x7460  prim   17 04                    ]
+  144 1  13940  0x7462  prim   17 03                    [
+         13941  0x7464  int    11 31                    0x31
+         13942  0x7466  int    11 6e                    0x6e
+         13943  0x7468  int    11 4e                    0x4e
+         13944  0x746a  int    01                       0x00
+         13945  0x746b  prim   17 04                    ]
+  145 1  13946  0x746d  prim   17 03                    [
+         13947  0x746f  int    11 32                    0x32
+         13948  0x7471  int    11 6d                    0x6d
+         13949  0x7473  int    11 4d                    0x4d
+         13950  0x7475  uint   12 b5                    0xb5
+         13951  0x7477  prim   17 04                    ]
+  146 1  13952  0x7479  prim   17 03                    [
+         13953  0x747b  int    11 33                    0x33
+         13954  0x747d  int    11 2c                    0x2c
+         13955  0x747f  int    11 3b                    0x3b
+         13956  0x7481  uint   12 b7                    0xb7
+         13957  0x7483  prim   17 04                    ]
+  147 1  13958  0x7485  prim   17 03                    [
+         13959  0x7487  int    11 34                    0x34
+         13960  0x7489  int    11 2e                    0x2e
+         13961  0x748b  int    11 3a                    0x3a
+         13962  0x748d  int    01                       0x00
+         13963  0x748e  prim   17 04                    ]
+  148 1  13964  0x7490  prim   17 03                    [
+         13965  0x7492  int    11 35                    0x35
+         13966  0x7494  int    11 2d                    0x2d
+         13967  0x7496  int    11 5f                    0x5f
+         13968  0x7498  int    01                       0x00
+         13969  0x7499  prim   17 04                    ]
+  149 1  13970  0x749b  prim   17 03                    [
+         13971  0x749d  int    11 56                    0x56
+         13972  0x749f  int    11 3c                    0x3c
+         13973  0x74a1  int    11 3e                    0x3e
+         13974  0x74a3  int    11 7c                    0x7c
+         13975  0x74a5  prim   17 04                    ]
+  150 1  13976  0x74a7  prim   17 04                    ]
+         13977  0x74a9  prim   17 05                    def
+  152 1  13978  0x74ab  dict   29 3f 03                 /keymap.az
+         13979  0x74ae  prim   17 03                    [
+  153 1  13980  0x74b0  prim   17 03                    [
+         13981  0x74b2  int    11 04                    0x04
+         13982  0x74b4  int    11 33                    0x33
+         13983  0x74b6  int    11 23                    0x23
+         13984  0x74b8  int    01                       0x00
+         13985  0x74b9  prim   17 04                    ]
+  154 1  13986  0x74bb  prim   17 03                    [
+         13987  0x74bd  int    11 07                    0x07
+         13988  0x74bf  int    11 36                    0x36
+         13989  0x74c1  int    11 3a                    0x3a
+         13990  0x74c3  int    01                       0x00
+         13991  0x74c4  prim   17 04                    ]
+  155 1  13992  0x74c6  prim   17 03                    [
+         13993  0x74c8  int    11 08                    0x08
+         13994  0x74ca  int    11 37                    0x37
+         13995  0x74cc  int    11 3f                    0x3f
+         13996  0x74ce  int    11 37                    0x37
+         13997  0x74d0  prim   17 04                    ]
+  156 1  13998  0x74d2  prim   17 03                    [
+         13999  0x74d4  int    11 09                    0x09
+         14000  0x74d6  int    11 38                    0x38
+         14001  0x74d8  int    11 2a                    0x2a
+         14002  0x74da  int    11 5e                    0x5e
+         14003  0x74dc  prim   17 04                    ]
+  157 1  14004  0x74de  prim   17 03                    [
+         14005  0x74e0  int    11 0c                    0x0c
+         14006  0x74e2  int    11 2d                    0x2d
+         14007  0x74e4  int    11 5f                    0x5f
+         14008  0x74e6  uint   12 ad                    0xad
+         14009  0x74e8  prim   17 04                    ]
+  158 1  14010  0x74ea  prim   17 03                    [
+         14011  0x74ec  int    11 11                    0x11
+         14012  0x74ee  uint   12 fc                    0xfc
+         14013  0x74f0  uint   12 dc                    0xdc
+         14014  0x74f2  uint   12 fc                    0xfc
+         14015  0x74f4  prim   17 04                    ]
+  159 1  14016  0x74f6  prim   17 03                    [
+         14017  0x74f8  int    11 13                    0x13
+         14018  0x74fa  int    11 72                    0x72
+         14019  0x74fc  int    11 52                    0x52
+         14020  0x74fe  uint   12 ae                    0xae
+         14021  0x7500  prim   17 04                    ]
+  160 1  14022  0x7502  prim   17 03                    [
+         14023  0x7504  int    11 17                    0x17
+         14024  0x7506  int    11 69                    0x69
+         14025  0x7508  int    01                       0x00
+         14026  0x7509  int    11 69                    0x69
+         14027  0x750b  prim   17 04                    ]
+  161 1  14028  0x750d  prim   17 03                    [
+         14029  0x750f  int    11 1a                    0x1a
+         14030  0x7511  uint   12 f6                    0xf6
+         14031  0x7513  uint   12 d6                    0xd6
+         14032  0x7515  int    11 5b                    0x5b
+         14033  0x7517  prim   17 04                    ]
+  162 1  14034  0x7519  prim   17 03                    [
+         14035  0x751b  int    11 1b                    0x1b
+         14036  0x751d  int    01                       0x00
+         14037  0x751e  int    01                       0x00
+         14038  0x751f  int    11 5d                    0x5d
+         14039  0x7521  prim   17 04                    ]
+  163 1  14040  0x7523  prim   17 03                    [
+         14041  0x7525  int    11 27                    0x27
+         14042  0x7527  int    01                       0x00
+         14043  0x7528  int    11 49                    0x49
+         14044  0x752a  int    01                       0x00
+         14045  0x752b  prim   17 04                    ]
+  164 1  14046  0x752d  prim   17 03                    [
+         14047  0x752f  int    11 29                    0x29
+         14048  0x7531  int    11 60                    0x60
+         14049  0x7533  int    11 7e                    0x7e
+         14050  0x7535  int    01                       0x00
+         14051  0x7536  prim   17 04                    ]
+  165 1  14052  0x7538  prim   17 03                    [
+         14053  0x753a  int    11 2e                    0x2e
+         14054  0x753c  int    11 63                    0x63
+         14055  0x753e  int    11 43                    0x43
+         14056  0x7540  uint   12 a9                    0xa9
+         14057  0x7542  prim   17 04                    ]
+  166 1  14058  0x7544  prim   17 03                    [
+         14059  0x7546  int    11 32                    0x32
+         14060  0x7548  int    11 6d                    0x6d
+         14061  0x754a  int    11 4d                    0x4d
+         14062  0x754c  uint   12 b7                    0xb7
+         14063  0x754e  prim   17 04                    ]
+  167 1  14064  0x7550  prim   17 03                    [
+         14065  0x7552  int    11 33                    0x33
+         14066  0x7554  uint   12 e7                    0xe7
+         14067  0x7556  uint   12 c7                    0xc7
+         14068  0x7558  uint   12 e7                    0xe7
+         14069  0x755a  prim   17 04                    ]
+  168 1  14070  0x755c  prim   17 03                    [
+         14071  0x755e  int    11 35                    0x35
+         14072  0x7560  int    11 2e                    0x2e
+         14073  0x7562  int    11 2c                    0x2c
+         14074  0x7564  int    11 2e                    0x2e
+         14075  0x7566  prim   17 04                    ]
+  169 1  14076  0x7568  prim   17 03                    [
+         14077  0x756a  int    11 56                    0x56
+         14078  0x756c  int    11 3c                    0x3c
+         14079  0x756e  int    11 3e                    0x3e
+         14080  0x7570  int    11 7c                    0x7c
+         14081  0x7572  prim   17 04                    ]
+  170 1  14082  0x7574  prim   17 04                    ]
+         14083  0x7576  prim   17 05                    def
+  172 1  14084  0x7578  dict   29 40 03                 /keymap.ba
+         14085  0x757b  prim   17 03                    [
+  173 1  14086  0x757d  prim   17 03                    [
+         14087  0x757f  int    11 02                    0x02
+         14088  0x7581  int    11 31                    0x31
+         14089  0x7583  int    11 21                    0x21
+         14090  0x7585  int    01                       0x00
+         14091  0x7586  prim   17 04                    ]
+  174 1  14092  0x7588  prim   17 03                    [
+         14093  0x758a  int    11 03                    0x03
+         14094  0x758c  int    11 32                    0x32
+         14095  0x758e  int    11 22                    0x22
+         14096  0x7590  int    01                       0x00
+         14097  0x7591  prim   17 04                    ]
+  175 1  14098  0x7593  prim   17 03                    [
+         14099  0x7595  int    11 04                    0x04
+         14100  0x7597  int    11 33                    0x33
+         14101  0x7599  int    11 23                    0x23
+         14102  0x759b  int    01                       0x00
+         14103  0x759c  prim   17 04                    ]
+  176 1  14104  0x759e  prim   17 03                    [
+         14105  0x75a0  int    11 05                    0x05
+         14106  0x75a2  int    11 34                    0x34
+         14107  0x75a4  int    11 24                    0x24
+         14108  0x75a6  int    01                       0x00
+         14109  0x75a7  prim   17 04                    ]
+  177 1  14110  0x75a9  prim   17 03                    [
+         14111  0x75ab  int    11 06                    0x06
+         14112  0x75ad  int    11 35                    0x35
+         14113  0x75af  int    11 25                    0x25
+         14114  0x75b1  int    11 2a                    0x2a
+         14115  0x75b3  prim   17 04                    ]
+  178 1  14116  0x75b5  prim   17 03                    [
+         14117  0x75b7  int    11 07                    0x07
+         14118  0x75b9  int    11 36                    0x36
+         14119  0x75bb  int    11 26                    0x26
+         14120  0x75bd  int    01                       0x00
+         14121  0x75be  prim   17 04                    ]
+  179 1  14122  0x75c0  prim   17 03                    [
+         14123  0x75c2  int    11 08                    0x08
+         14124  0x75c4  int    11 37                    0x37
+         14125  0x75c6  int    11 2f                    0x2f
+         14126  0x75c8  int    01                       0x00
+         14127  0x75c9  prim   17 04                    ]
+  180 1  14128  0x75cb  prim   17 03                    [
+         14129  0x75cd  int    11 09                    0x09
+         14130  0x75cf  int    11 38                    0x38
+         14131  0x75d1  int    11 28                    0x28
+         14132  0x75d3  int    11 2e                    0x2e
+         14133  0x75d5  prim   17 04                    ]
+  181 1  14134  0x75d7  prim   17 03                    [
+         14135  0x75d9  int    11 0a                    0x0a
+         14136  0x75db  int    11 39                    0x39
+         14137  0x75dd  int    11 29                    0x29
+         14138  0x75df  int    01                       0x00
+         14139  0x75e0  prim   17 04                    ]
+  182 1  14140  0x75e2  prim   17 03                    [
+         14141  0x75e4  int    11 0b                    0x0b
+         14142  0x75e6  int    11 30                    0x30
+         14143  0x75e8  int    11 3d                    0x3d
+         14144  0x75ea  int    01                       0x00
+         14145  0x75eb  prim   17 04                    ]
+  183 1  14146  0x75ed  prim   17 03                    [
+         14147  0x75ef  int    11 0c                    0x0c
+         14148  0x75f1  int    11 27                    0x27
+         14149  0x75f3  int    11 3f                    0x3f
+         14150  0x75f5  int    01                       0x00
+         14151  0x75f6  prim   17 04                    ]
+  184 1  14152  0x75f8  prim   17 03                    [
+         14153  0x75fa  int    11 0d                    0x0d
+         14154  0x75fc  int    11 2b                    0x2b
+         14155  0x75fe  int    11 2a                    0x2a
+         14156  0x7600  int    01                       0x00
+         14157  0x7601  prim   17 04                    ]
+  185 1  14158  0x7603  prim   17 03                    [
+         14159  0x7605  int    11 10                    0x10
+         14160  0x7607  int    11 71                    0x71
+         14161  0x7609  int    11 51                    0x51
+         14162  0x760b  int    11 5c                    0x5c
+         14163  0x760d  prim   17 04                    ]
+  186 1  14164  0x760f  prim   17 03                    [
+         14165  0x7611  int    11 11                    0x11
+         14166  0x7613  int    11 77                    0x77
+         14167  0x7615  int    11 57                    0x57
+         14168  0x7617  int    11 7c                    0x7c
+         14169  0x7619  prim   17 04                    ]
+  187 1  14170  0x761b  prim   17 03                    [
+         14171  0x761d  int    11 12                    0x12
+         14172  0x761f  int    11 65                    0x65
+         14173  0x7621  int    11 45                    0x45
+         14174  0x7623  int    01                       0x00
+         14175  0x7624  prim   17 04                    ]
+  188 1  14176  0x7626  prim   17 03                    [
+         14177  0x7628  int    11 13                    0x13
+         14178  0x762a  int    11 72                    0x72
+         14179  0x762c  int    11 52                    0x52
+         14180  0x762e  uint   12 b6                    0xb6
+         14181  0x7630  prim   17 04                    ]
+  189 1  14182  0x7632  prim   17 03                    [
+         14183  0x7634  int    11 14                    0x14
+         14184  0x7636  int    11 74                    0x74
+         14185  0x7638  int    11 54                    0x54
+         14186  0x763a  int    01                       0x00
+         14187  0x763b  prim   17 04                    ]
+  190 1  14188  0x763d  prim   17 03                    [
+         14189  0x763f  int    11 15                    0x15
+         14190  0x7641  int    11 7a                    0x7a
+         14191  0x7643  int    11 5a                    0x5a
+         14192  0x7645  int    01                       0x00
+         14193  0x7646  prim   17 04                    ]
+  191 1  14194  0x7648  prim   17 03                    [
+         14195  0x764a  int    11 16                    0x16
+         14196  0x764c  int    11 75                    0x75
+         14197  0x764e  int    11 55                    0x55
+         14198  0x7650  int    01                       0x00
+         14199  0x7651  prim   17 04                    ]
+  192 1  14200  0x7653  prim   17 03                    [
+         14201  0x7655  int    11 17                    0x17
+         14202  0x7657  int    11 69                    0x69
+         14203  0x7659  int    11 49                    0x49
+         14204  0x765b  int    01                       0x00
+         14205  0x765c  prim   17 04                    ]
+  193 1  14206  0x765e  prim   17 03                    [
+         14207  0x7660  int    11 18                    0x18
+         14208  0x7662  int    11 6f                    0x6f
+         14209  0x7664  int    11 4f                    0x4f
+         14210  0x7666  uint   12 f8                    0xf8
+         14211  0x7668  prim   17 04                    ]
+  194 1  14212  0x766a  prim   17 03                    [
+         14213  0x766c  int    11 19                    0x19
+         14214  0x766e  int    11 70                    0x70
+         14215  0x7670  int    11 50                    0x50
+         14216  0x7672  uint   12 fe                    0xfe
+         14217  0x7674  prim   17 04                    ]
+  195 1  14218  0x7676  prim   17 03                    [
+         14219  0x7678  int    11 1a                    0x1a
+         14220  0x767a  int    01                       0x00
+         14221  0x767b  int    01                       0x00
+         14222  0x767c  uint   12 f7                    0xf7
+         14223  0x767e  prim   17 04                    ]
+  196 1  14224  0x7680  prim   17 03                    [
+         14225  0x7682  int    11 1b                    0x1b
+         14226  0x7684  int    01                       0x00
+         14227  0x7685  int    01                       0x00
+         14228  0x7686  uint   12 d7                    0xd7
+         14229  0x7688  prim   17 04                    ]
+  197 1  14230  0x768a  prim   17 03                    [
+         14231  0x768c  int    11 1e                    0x1e
+         14232  0x768e  int    11 61                    0x61
+         14233  0x7690  int    11 41                    0x41
+         14234  0x7692  uint   12 e6                    0xe6
+         14235  0x7694  prim   17 04                    ]
+  198 1  14236  0x7696  prim   17 03                    [
+         14237  0x7698  int    11 1f                    0x1f
+         14238  0x769a  int    11 73                    0x73
+         14239  0x769c  int    11 53                    0x53
+         14240  0x769e  int    01                       0x00
+         14241  0x769f  prim   17 04                    ]
+  199 1  14242  0x76a1  prim   17 03                    [
+         14243  0x76a3  int    11 20                    0x20
+         14244  0x76a5  int    11 64                    0x64
+         14245  0x76a7  int    11 44                    0x44
+         14246  0x76a9  int    01                       0x00
+         14247  0x76aa  prim   17 04                    ]
+  200 1  14248  0x76ac  prim   17 03                    [
+         14249  0x76ae  int    11 21                    0x21
+         14250  0x76b0  int    11 66                    0x66
+         14251  0x76b2  int    11 46                    0x46
+         14252  0x76b4  int    11 5b                    0x5b
+         14253  0x76b6  prim   17 04                    ]
+  201 1  14254  0x76b8  prim   17 03                    [
+         14255  0x76ba  int    11 22                    0x22
+         14256  0x76bc  int    11 67                    0x67
+         14257  0x76be  int    11 47                    0x47
+         14258  0x76c0  int    11 5d                    0x5d
+         14259  0x76c2  prim   17 04                    ]
+  202 1  14260  0x76c4  prim   17 03                    [
+         14261  0x76c6  int    11 23                    0x23
+         14262  0x76c8  int    11 68                    0x68
+         14263  0x76ca  int    11 48                    0x48
+         14264  0x76cc  int    01                       0x00
+         14265  0x76cd  prim   17 04                    ]
+  203 1  14266  0x76cf  prim   17 03                    [
+         14267  0x76d1  int    11 25                    0x25
+         14268  0x76d3  int    11 6b                    0x6b
+         14269  0x76d5  int    11 4b                    0x4b
+         14270  0x76d7  int    01                       0x00
+         14271  0x76d8  prim   17 04                    ]
+  204 1  14272  0x76da  prim   17 03                    [
+         14273  0x76dc  int    11 26                    0x26
+         14274  0x76de  int    11 6c                    0x6c
+         14275  0x76e0  int    11 4c                    0x4c
+         14276  0x76e2  int    01                       0x00
+         14277  0x76e3  prim   17 04                    ]
+  205 1  14278  0x76e5  prim   17 03                    [
+         14279  0x76e7  int    11 28                    0x28
+         14280  0x76e9  int    01                       0x00
+         14281  0x76ea  int    01                       0x00
+         14282  0x76eb  uint   12 df                    0xdf
+         14283  0x76ed  prim   17 04                    ]
+  206 1  14284  0x76ef  prim   17 03                    [
+         14285  0x76f1  int    11 29                    0x29
+         14286  0x76f3  int    11 60                    0x60
+         14287  0x76f5  int    11 7e                    0x7e
+         14288  0x76f7  uint   12 ac                    0xac
+         14289  0x76f9  prim   17 04                    ]
+  207 1  14290  0x76fb  prim   17 03                    [
+         14291  0x76fd  int    11 2b                    0x2b
+         14292  0x76ff  int    01                       0x00
+         14293  0x7700  int    01                       0x00
+         14294  0x7701  uint   12 a4                    0xa4
+         14295  0x7703  prim   17 04                    ]
+  208 1  14296  0x7705  prim   17 03                    [
+         14297  0x7707  int    11 2c                    0x2c
+         14298  0x7709  int    11 79                    0x79
+         14299  0x770b  int    11 59                    0x59
+         14300  0x770d  int    01                       0x00
+         14301  0x770e  prim   17 04                    ]
+  209 1  14302  0x7710  prim   17 03                    [
+         14303  0x7712  int    11 2d                    0x2d
+         14304  0x7714  int    11 78                    0x78
+         14305  0x7716  int    11 58                    0x58
+         14306  0x7718  int    01                       0x00
+         14307  0x7719  prim   17 04                    ]
+  210 1  14308  0x771b  prim   17 03                    [
+         14309  0x771d  int    11 2e                    0x2e
+         14310  0x771f  int    11 63                    0x63
+         14311  0x7721  int    11 43                    0x43
+         14312  0x7723  uint   12 a2                    0xa2
+         14313  0x7725  prim   17 04                    ]
+  211 1  14314  0x7727  prim   17 03                    [
+         14315  0x7729  int    11 2f                    0x2f
+         14316  0x772b  int    11 76                    0x76
+         14317  0x772d  int    11 56                    0x56
+         14318  0x772f  int    11 40                    0x40
+         14319  0x7731  prim   17 04                    ]
+  212 1  14320  0x7733  prim   17 03                    [
+         14321  0x7735  int    11 30                    0x30
+         14322  0x7737  int    11 62                    0x62
+         14323  0x7739  int    11 42                    0x42
+         14324  0x773b  int    11 7b                    0x7b
+         14325  0x773d  prim   17 04                    ]
+  213 1  14326  0x773f  prim   17 03                    [
+         14327  0x7741  int    11 31                    0x31
+         14328  0x7743  int    11 6e                    0x6e
+         14329  0x7745  int    11 4e                    0x4e
+         14330  0x7747  int    11 7d                    0x7d
+         14331  0x7749  prim   17 04                    ]
+  214 1  14332  0x774b  prim   17 03                    [
+         14333  0x774d  int    11 32                    0x32
+         14334  0x774f  int    11 6d                    0x6d
+         14335  0x7751  int    11 4d                    0x4d
+         14336  0x7753  int    11 5e                    0x5e
+         14337  0x7755  prim   17 04                    ]
+  215 1  14338  0x7757  prim   17 03                    [
+         14339  0x7759  int    11 33                    0x33
+         14340  0x775b  int    11 2c                    0x2c
+         14341  0x775d  int    11 3b                    0x3b
+         14342  0x775f  int    11 3c                    0x3c
+         14343  0x7761  prim   17 04                    ]
+  216 1  14344  0x7763  prim   17 03                    [
+         14345  0x7765  int    11 34                    0x34
+         14346  0x7767  int    11 2e                    0x2e
+         14347  0x7769  int    11 3a                    0x3a
+         14348  0x776b  int    11 3e                    0x3e
+         14349  0x776d  prim   17 04                    ]
+  217 1  14350  0x776f  prim   17 03                    [
+         14351  0x7771  int    11 35                    0x35
+         14352  0x7773  int    11 2d                    0x2d
+         14353  0x7775  int    11 5f                    0x5f
+         14354  0x7777  int    01                       0x00
+         14355  0x7778  prim   17 04                    ]
+  218 1  14356  0x777a  prim   17 03                    [
+         14357  0x777c  int    11 56                    0x56
+         14358  0x777e  int    11 3c                    0x3c
+         14359  0x7780  int    11 3e                    0x3e
+         14360  0x7782  int    11 7c                    0x7c
+         14361  0x7784  prim   17 04                    ]
+  219 1  14362  0x7786  prim   17 04                    ]
+         14363  0x7788  prim   17 05                    def
+  221 1  14364  0x778a  dict   29 41 03                 /keymap.bd
+         14365  0x778d  prim   17 03                    [
+  222 1  14366  0x778f  prim   17 03                    [
+         14367  0x7791  int    11 56                    0x56
+         14368  0x7793  int    11 3c                    0x3c
+         14369  0x7795  int    11 3e                    0x3e
+         14370  0x7797  int    11 7c                    0x7c
+         14371  0x7799  prim   17 04                    ]
+  223 1  14372  0x779b  prim   17 04                    ]
+         14373  0x779d  prim   17 05                    def
+  225 1  14374  0x779f  dict   29 42 03                 /keymap.be
+         14375  0x77a2  prim   17 03                    [
+  226 1  14376  0x77a4  prim   17 03                    [
+         14377  0x77a6  int    11 02                    0x02
+         14378  0x77a8  int    11 26                    0x26
+         14379  0x77aa  int    11 31                    0x31
+         14380  0x77ac  int    11 7c                    0x7c
+         14381  0x77ae  prim   17 04                    ]
+  227 1  14382  0x77b0  prim   17 03                    [
+         14383  0x77b2  int    11 03                    0x03
+         14384  0x77b4  uint   12 e9                    0xe9
+         14385  0x77b6  int    11 32                    0x32
+         14386  0x77b8  int    11 40                    0x40
+         14387  0x77ba  prim   17 04                    ]
+  228 1  14388  0x77bc  prim   17 03                    [
+         14389  0x77be  int    11 04                    0x04
+         14390  0x77c0  int    11 22                    0x22
+         14391  0x77c2  int    11 33                    0x33
+         14392  0x77c4  int    11 23                    0x23
+         14393  0x77c6  prim   17 04                    ]
+  229 1  14394  0x77c8  prim   17 03                    [
+         14395  0x77ca  int    11 05                    0x05
+         14396  0x77cc  int    11 27                    0x27
+         14397  0x77ce  int    11 34                    0x34
+         14398  0x77d0  uint   12 bc                    0xbc
+         14399  0x77d2  prim   17 04                    ]
+  230 1  14400  0x77d4  prim   17 03                    [
+         14401  0x77d6  int    11 06                    0x06
+         14402  0x77d8  int    11 28                    0x28
+         14403  0x77da  int    11 35                    0x35
+         14404  0x77dc  uint   12 bd                    0xbd
+         14405  0x77de  prim   17 04                    ]
+  231 1  14406  0x77e0  prim   17 03                    [
+         14407  0x77e2  int    11 07                    0x07
+         14408  0x77e4  uint   12 a7                    0xa7
+         14409  0x77e6  int    11 36                    0x36
+         14410  0x77e8  int    11 5e                    0x5e
+         14411  0x77ea  prim   17 04                    ]
+  232 1  14412  0x77ec  prim   17 03                    [
+         14413  0x77ee  int    11 08                    0x08
+         14414  0x77f0  uint   12 e8                    0xe8
+         14415  0x77f2  int    11 37                    0x37
+         14416  0x77f4  int    11 7b                    0x7b
+         14417  0x77f6  prim   17 04                    ]
+  233 1  14418  0x77f8  prim   17 03                    [
+         14419  0x77fa  int    11 09                    0x09
+         14420  0x77fc  int    11 21                    0x21
+         14421  0x77fe  int    11 38                    0x38
+         14422  0x7800  int    11 5b                    0x5b
+         14423  0x7802  prim   17 04                    ]
+  234 1  14424  0x7804  prim   17 03                    [
+         14425  0x7806  int    11 0a                    0x0a
+         14426  0x7808  uint   12 e7                    0xe7
+         14427  0x780a  int    11 39                    0x39
+         14428  0x780c  int    11 7b                    0x7b
+         14429  0x780e  prim   17 04                    ]
+  235 1  14430  0x7810  prim   17 03                    [
+         14431  0x7812  int    11 0b                    0x0b
+         14432  0x7814  uint   12 e0                    0xe0
+         14433  0x7816  int    11 30                    0x30
+         14434  0x7818  int    11 7d                    0x7d
+         14435  0x781a  prim   17 04                    ]
+  236 1  14436  0x781c  prim   17 03                    [
+         14437  0x781e  int    11 0c                    0x0c
+         14438  0x7820  int    11 29                    0x29
+         14439  0x7822  uint   12 b0                    0xb0
+         14440  0x7824  int    11 5c                    0x5c
+         14441  0x7826  prim   17 04                    ]
+  237 1  14442  0x7828  prim   17 03                    [
+         14443  0x782a  int    11 0d                    0x0d
+         14444  0x782c  int    11 2d                    0x2d
+         14445  0x782e  int    11 5f                    0x5f
+         14446  0x7830  int    01                       0x00
+         14447  0x7831  prim   17 04                    ]
+  238 1  14448  0x7833  prim   17 03                    [
+         14449  0x7835  int    11 10                    0x10
+         14450  0x7837  int    11 61                    0x61
+         14451  0x7839  int    11 41                    0x41
+         14452  0x783b  int    11 40                    0x40
+         14453  0x783d  prim   17 04                    ]
+  239 1  14454  0x783f  prim   17 03                    [
+         14455  0x7841  int    11 11                    0x11
+         14456  0x7843  int    11 7a                    0x7a
+         14457  0x7845  int    11 5a                    0x5a
+         14458  0x7847  int    01                       0x00
+         14459  0x7848  prim   17 04                    ]
+  240 1  14460  0x784a  prim   17 03                    [
+         14461  0x784c  int    11 12                    0x12
+         14462  0x784e  int    11 65                    0x65
+         14463  0x7850  int    11 45                    0x45
+         14464  0x7852  int    01                       0x00
+         14465  0x7853  prim   17 04                    ]
+  241 1  14466  0x7855  prim   17 03                    [
+         14467  0x7857  int    11 13                    0x13
+         14468  0x7859  int    11 72                    0x72
+         14469  0x785b  int    11 52                    0x52
+         14470  0x785d  uint   12 b6                    0xb6
+         14471  0x785f  prim   17 04                    ]
+  242 1  14472  0x7861  prim   17 03                    [
+         14473  0x7863  int    11 14                    0x14
+         14474  0x7865  int    11 74                    0x74
+         14475  0x7867  int    11 54                    0x54
+         14476  0x7869  int    01                       0x00
+         14477  0x786a  prim   17 04                    ]
+  243 1  14478  0x786c  prim   17 03                    [
+         14479  0x786e  int    11 15                    0x15
+         14480  0x7870  int    11 79                    0x79
+         14481  0x7872  int    11 59                    0x59
+         14482  0x7874  int    01                       0x00
+         14483  0x7875  prim   17 04                    ]
+  244 1  14484  0x7877  prim   17 03                    [
+         14485  0x7879  int    11 16                    0x16
+         14486  0x787b  int    11 75                    0x75
+         14487  0x787d  int    11 55                    0x55
+         14488  0x787f  int    01                       0x00
+         14489  0x7880  prim   17 04                    ]
+  245 1  14490  0x7882  prim   17 03                    [
+         14491  0x7884  int    11 17                    0x17
+         14492  0x7886  int    11 69                    0x69
+         14493  0x7888  int    11 49                    0x49
+         14494  0x788a  int    01                       0x00
+         14495  0x788b  prim   17 04                    ]
+  246 1  14496  0x788d  prim   17 03                    [
+         14497  0x788f  int    11 18                    0x18
+         14498  0x7891  int    11 6f                    0x6f
+         14499  0x7893  int    11 4f                    0x4f
+         14500  0x7895  int    01                       0x00
+         14501  0x7896  prim   17 04                    ]
+  247 1  14502  0x7898  prim   17 03                    [
+         14503  0x789a  int    11 19                    0x19
+         14504  0x789c  int    11 70                    0x70
+         14505  0x789e  int    11 50                    0x50
+         14506  0x78a0  uint   12 fe                    0xfe
+         14507  0x78a2  prim   17 04                    ]
+  248 1  14508  0x78a4  prim   17 03                    [
+         14509  0x78a6  int    11 1a                    0x1a
+         14510  0x78a8  int    01                       0x00
+         14511  0x78a9  int    01                       0x00
+         14512  0x78aa  int    11 5b                    0x5b
+         14513  0x78ac  prim   17 04                    ]
+  249 1  14514  0x78ae  prim   17 03                    [
+         14515  0x78b0  int    11 1b                    0x1b
+         14516  0x78b2  int    11 24                    0x24
+         14517  0x78b4  int    11 2a                    0x2a
+         14518  0x78b6  int    11 5d                    0x5d
+         14519  0x78b8  prim   17 04                    ]
+  250 1  14520  0x78ba  prim   17 03                    [
+         14521  0x78bc  int    11 1e                    0x1e
+         14522  0x78be  int    11 71                    0x71
+         14523  0x78c0  int    11 51                    0x51
+         14524  0x78c2  uint   12 e6                    0xe6
+         14525  0x78c4  prim   17 04                    ]
+  251 1  14526  0x78c6  prim   17 03                    [
+         14527  0x78c8  int    11 1f                    0x1f
+         14528  0x78ca  int    11 73                    0x73
+         14529  0x78cc  int    11 53                    0x53
+         14530  0x78ce  uint   12 df                    0xdf
+         14531  0x78d0  prim   17 04                    ]
+  252 1  14532  0x78d2  prim   17 03                    [
+         14533  0x78d4  int    11 20                    0x20
+         14534  0x78d6  int    11 64                    0x64
+         14535  0x78d8  int    11 44                    0x44
+         14536  0x78da  uint   12 f0                    0xf0
+         14537  0x78dc  prim   17 04                    ]
+  253 1  14538  0x78de  prim   17 03                    [
+         14539  0x78e0  int    11 21                    0x21
+         14540  0x78e2  int    11 66                    0x66
+         14541  0x78e4  int    11 46                    0x46
+         14542  0x78e6  int    01                       0x00
+         14543  0x78e7  prim   17 04                    ]
+  254 1  14544  0x78e9  prim   17 03                    [
+         14545  0x78eb  int    11 22                    0x22
+         14546  0x78ed  int    11 67                    0x67
+         14547  0x78ef  int    11 47                    0x47
+         14548  0x78f1  int    01                       0x00
+         14549  0x78f2  prim   17 04                    ]
+  255 1  14550  0x78f4  prim   17 03                    [
+         14551  0x78f6  int    11 23                    0x23
+         14552  0x78f8  int    11 68                    0x68
+         14553  0x78fa  int    11 48                    0x48
+         14554  0x78fc  int    01                       0x00
+         14555  0x78fd  prim   17 04                    ]
+  256 1  14556  0x78ff  prim   17 03                    [
+         14557  0x7901  int    11 25                    0x25
+         14558  0x7903  int    11 6b                    0x6b
+         14559  0x7905  int    11 4b                    0x4b
+         14560  0x7907  int    01                       0x00
+         14561  0x7908  prim   17 04                    ]
+  257 1  14562  0x790a  prim   17 03                    [
+         14563  0x790c  int    11 26                    0x26
+         14564  0x790e  int    11 6c                    0x6c
+         14565  0x7910  int    11 4c                    0x4c
+         14566  0x7912  int    01                       0x00
+         14567  0x7913  prim   17 04                    ]
+  258 1  14568  0x7915  prim   17 03                    [
+         14569  0x7917  int    11 27                    0x27
+         14570  0x7919  int    11 6d                    0x6d
+         14571  0x791b  int    11 4d                    0x4d
+         14572  0x791d  int    01                       0x00
+         14573  0x791e  prim   17 04                    ]
+  259 1  14574  0x7920  prim   17 03                    [
+         14575  0x7922  int    11 28                    0x28
+         14576  0x7924  uint   12 f9                    0xf9
+         14577  0x7926  int    11 25                    0x25
+         14578  0x7928  int    01                       0x00
+         14579  0x7929  prim   17 04                    ]
+  260 1  14580  0x792b  prim   17 03                    [
+         14581  0x792d  int    11 29                    0x29
+         14582  0x792f  uint   12 b2                    0xb2
+         14583  0x7931  uint   12 b3                    0xb3
+         14584  0x7933  uint   12 ac                    0xac
+         14585  0x7935  prim   17 04                    ]
+  261 1  14586  0x7937  prim   17 03                    [
+         14587  0x7939  int    11 2b                    0x2b
+         14588  0x793b  uint   12 b5                    0xb5
+         14589  0x793d  uint   12 a3                    0xa3
+         14590  0x793f  int    01                       0x00
+         14591  0x7940  prim   17 04                    ]
+  262 1  14592  0x7942  prim   17 03                    [
+         14593  0x7944  int    11 2c                    0x2c
+         14594  0x7946  int    11 77                    0x77
+         14595  0x7948  int    11 57                    0x57
+         14596  0x794a  uint   12 ab                    0xab
+         14597  0x794c  prim   17 04                    ]
+  263 1  14598  0x794e  prim   17 03                    [
+         14599  0x7950  int    11 2d                    0x2d
+         14600  0x7952  int    11 78                    0x78
+         14601  0x7954  int    11 58                    0x58
+         14602  0x7956  uint   12 bb                    0xbb
+         14603  0x7958  prim   17 04                    ]
+  264 1  14604  0x795a  prim   17 03                    [
+         14605  0x795c  int    11 2e                    0x2e
+         14606  0x795e  int    11 63                    0x63
+         14607  0x7960  int    11 43                    0x43
+         14608  0x7962  uint   12 a2                    0xa2
+         14609  0x7964  prim   17 04                    ]
+  265 1  14610  0x7966  prim   17 03                    [
+         14611  0x7968  int    11 2f                    0x2f
+         14612  0x796a  int    11 76                    0x76
+         14613  0x796c  int    11 56                    0x56
+         14614  0x796e  int    01                       0x00
+         14615  0x796f  prim   17 04                    ]
+  266 1  14616  0x7971  prim   17 03                    [
+         14617  0x7973  int    11 30                    0x30
+         14618  0x7975  int    11 62                    0x62
+         14619  0x7977  int    11 42                    0x42
+         14620  0x7979  int    01                       0x00
+         14621  0x797a  prim   17 04                    ]
+  267 1  14622  0x797c  prim   17 03                    [
+         14623  0x797e  int    11 32                    0x32
+         14624  0x7980  int    11 2c                    0x2c
+         14625  0x7982  int    11 3f                    0x3f
+         14626  0x7984  int    01                       0x00
+         14627  0x7985  prim   17 04                    ]
+  268 1  14628  0x7987  prim   17 03                    [
+         14629  0x7989  int    11 33                    0x33
+         14630  0x798b  int    11 3b                    0x3b
+         14631  0x798d  int    11 2e                    0x2e
+         14632  0x798f  int    01                       0x00
+         14633  0x7990  prim   17 04                    ]
+  269 1  14634  0x7992  prim   17 03                    [
+         14635  0x7994  int    11 34                    0x34
+         14636  0x7996  int    11 3a                    0x3a
+         14637  0x7998  int    11 2f                    0x2f
+         14638  0x799a  uint   12 b7                    0xb7
+         14639  0x799c  prim   17 04                    ]
+  270 1  14640  0x799e  prim   17 03                    [
+         14641  0x79a0  int    11 35                    0x35
+         14642  0x79a2  int    11 3d                    0x3d
+         14643  0x79a4  int    11 2b                    0x2b
+         14644  0x79a6  int    01                       0x00
+         14645  0x79a7  prim   17 04                    ]
+  271 1  14646  0x79a9  prim   17 03                    [
+         14647  0x79ab  int    11 56                    0x56
+         14648  0x79ad  int    11 3c                    0x3c
+         14649  0x79af  int    11 3e                    0x3e
+         14650  0x79b1  int    11 5c                    0x5c
+         14651  0x79b3  prim   17 04                    ]
+  272 1  14652  0x79b5  prim   17 04                    ]
+         14653  0x79b7  prim   17 05                    def
+  274 1  14654  0x79b9  dict   29 43 03                 /keymap.bg
+         14655  0x79bc  prim   17 03                    [
+  275 1  14656  0x79be  prim   17 03                    [
+         14657  0x79c0  int    11 56                    0x56
+         14658  0x79c2  int    11 3c                    0x3c
+         14659  0x79c4  int    11 3e                    0x3e
+         14660  0x79c6  int    11 7c                    0x7c
+         14661  0x79c8  prim   17 04                    ]
+  276 1  14662  0x79ca  prim   17 04                    ]
+         14663  0x79cc  prim   17 05                    def
+  278 1  14664  0x79ce  dict   29 44 03                 /keymap.br
+         14665  0x79d1  prim   17 03                    [
+  279 1  14666  0x79d3  prim   17 03                    [
+         14667  0x79d5  int    11 02                    0x02
+         14668  0x79d7  int    11 31                    0x31
+         14669  0x79d9  int    11 21                    0x21
+         14670  0x79db  uint   12 b9                    0xb9
+         14671  0x79dd  prim   17 04                    ]
+  280 1  14672  0x79df  prim   17 03                    [
+         14673  0x79e1  int    11 03                    0x03
+         14674  0x79e3  int    11 32                    0x32
+         14675  0x79e5  int    11 40                    0x40
+         14676  0x79e7  uint   12 b2                    0xb2
+         14677  0x79e9  prim   17 04                    ]
+  281 1  14678  0x79eb  prim   17 03                    [
+         14679  0x79ed  int    11 04                    0x04
+         14680  0x79ef  int    11 33                    0x33
+         14681  0x79f1  int    11 23                    0x23
+         14682  0x79f3  uint   12 b3                    0xb3
+         14683  0x79f5  prim   17 04                    ]
+  282 1  14684  0x79f7  prim   17 03                    [
+         14685  0x79f9  int    11 05                    0x05
+         14686  0x79fb  int    11 34                    0x34
+         14687  0x79fd  int    11 24                    0x24
+         14688  0x79ff  uint   12 a3                    0xa3
+         14689  0x7a01  prim   17 04                    ]
+  283 1  14690  0x7a03  prim   17 03                    [
+         14691  0x7a05  int    11 06                    0x06
+         14692  0x7a07  int    11 35                    0x35
+         14693  0x7a09  int    11 25                    0x25
+         14694  0x7a0b  uint   12 a2                    0xa2
+         14695  0x7a0d  prim   17 04                    ]
+  284 1  14696  0x7a0f  prim   17 03                    [
+         14697  0x7a11  int    11 07                    0x07
+         14698  0x7a13  int    11 36                    0x36
+         14699  0x7a15  int    01                       0x00
+         14700  0x7a16  uint   12 ac                    0xac
+         14701  0x7a18  prim   17 04                    ]
+  285 1  14702  0x7a1a  prim   17 03                    [
+         14703  0x7a1c  int    11 08                    0x08
+         14704  0x7a1e  int    11 37                    0x37
+         14705  0x7a20  int    11 26                    0x26
+         14706  0x7a22  int    11 7b                    0x7b
+         14707  0x7a24  prim   17 04                    ]
+  286 1  14708  0x7a26  prim   17 03                    [
+         14709  0x7a28  int    11 09                    0x09
+         14710  0x7a2a  int    11 38                    0x38
+         14711  0x7a2c  int    11 2a                    0x2a
+         14712  0x7a2e  int    11 5b                    0x5b
+         14713  0x7a30  prim   17 04                    ]
+  287 1  14714  0x7a32  prim   17 03                    [
+         14715  0x7a34  int    11 0a                    0x0a
+         14716  0x7a36  int    11 39                    0x39
+         14717  0x7a38  int    11 28                    0x28
+         14718  0x7a3a  int    11 5d                    0x5d
+         14719  0x7a3c  prim   17 04                    ]
+  288 1  14720  0x7a3e  prim   17 03                    [
+         14721  0x7a40  int    11 0b                    0x0b
+         14722  0x7a42  int    11 30                    0x30
+         14723  0x7a44  int    11 29                    0x29
+         14724  0x7a46  int    11 7d                    0x7d
+         14725  0x7a48  prim   17 04                    ]
+  289 1  14726  0x7a4a  prim   17 03                    [
+         14727  0x7a4c  int    11 0c                    0x0c
+         14728  0x7a4e  int    11 2d                    0x2d
+         14729  0x7a50  int    11 5f                    0x5f
+         14730  0x7a52  int    11 5c                    0x5c
+         14731  0x7a54  prim   17 04                    ]
+  290 1  14732  0x7a56  prim   17 03                    [
+         14733  0x7a58  int    11 0d                    0x0d
+         14734  0x7a5a  int    11 3d                    0x3d
+         14735  0x7a5c  int    11 2b                    0x2b
+         14736  0x7a5e  uint   12 a7                    0xa7
+         14737  0x7a60  prim   17 04                    ]
+  291 1  14738  0x7a62  prim   17 03                    [
+         14739  0x7a64  int    11 10                    0x10
+         14740  0x7a66  int    11 71                    0x71
+         14741  0x7a68  int    11 51                    0x51
+         14742  0x7a6a  int    11 2f                    0x2f
+         14743  0x7a6c  prim   17 04                    ]
+  292 1  14744  0x7a6e  prim   17 03                    [
+         14745  0x7a70  int    11 11                    0x11
+         14746  0x7a72  int    11 77                    0x77
+         14747  0x7a74  int    11 57                    0x57
+         14748  0x7a76  int    11 3f                    0x3f
+         14749  0x7a78  prim   17 04                    ]
+  293 1  14750  0x7a7a  prim   17 03                    [
+         14751  0x7a7c  int    11 12                    0x12
+         14752  0x7a7e  int    11 65                    0x65
+         14753  0x7a80  int    11 45                    0x45
+         14754  0x7a82  int    01                       0x00
+         14755  0x7a83  prim   17 04                    ]
+  294 1  14756  0x7a85  prim   17 03                    [
+         14757  0x7a87  int    11 13                    0x13
+         14758  0x7a89  int    11 72                    0x72
+         14759  0x7a8b  int    11 52                    0x52
+         14760  0x7a8d  uint   12 ae                    0xae
+         14761  0x7a8f  prim   17 04                    ]
+  295 1  14762  0x7a91  prim   17 03                    [
+         14763  0x7a93  int    11 14                    0x14
+         14764  0x7a95  int    11 74                    0x74
+         14765  0x7a97  int    11 54                    0x54
+         14766  0x7a99  int    01                       0x00
+         14767  0x7a9a  prim   17 04                    ]
+  296 1  14768  0x7a9c  prim   17 03                    [
+         14769  0x7a9e  int    11 15                    0x15
+         14770  0x7aa0  int    11 79                    0x79
+         14771  0x7aa2  int    11 59                    0x59
+         14772  0x7aa4  int    01                       0x00
+         14773  0x7aa5  prim   17 04                    ]
+  297 1  14774  0x7aa7  prim   17 03                    [
+         14775  0x7aa9  int    11 16                    0x16
+         14776  0x7aab  int    11 75                    0x75
+         14777  0x7aad  int    11 55                    0x55
+         14778  0x7aaf  int    01                       0x00
+         14779  0x7ab0  prim   17 04                    ]
+  298 1  14780  0x7ab2  prim   17 03                    [
+         14781  0x7ab4  int    11 17                    0x17
+         14782  0x7ab6  int    11 69                    0x69
+         14783  0x7ab8  int    11 49                    0x49
+         14784  0x7aba  int    01                       0x00
+         14785  0x7abb  prim   17 04                    ]
+  299 1  14786  0x7abd  prim   17 03                    [
+         14787  0x7abf  int    11 18                    0x18
+         14788  0x7ac1  int    11 6f                    0x6f
+         14789  0x7ac3  int    11 4f                    0x4f
+         14790  0x7ac5  uint   12 f8                    0xf8
+         14791  0x7ac7  prim   17 04                    ]
+  300 1  14792  0x7ac9  prim   17 03                    [
+         14793  0x7acb  int    11 19                    0x19
+         14794  0x7acd  int    11 70                    0x70
+         14795  0x7acf  int    11 50                    0x50
+         14796  0x7ad1  uint   12 fe                    0xfe
+         14797  0x7ad3  prim   17 04                    ]
+  301 1  14798  0x7ad5  prim   17 03                    [
+         14799  0x7ad7  int    11 1a                    0x1a
+         14800  0x7ad9  int    01                       0x00
+         14801  0x7ada  int    01                       0x00
+         14802  0x7adb  int    11 27                    0x27
+         14803  0x7add  prim   17 04                    ]
+  302 1  14804  0x7adf  prim   17 03                    [
+         14805  0x7ae1  int    11 1b                    0x1b
+         14806  0x7ae3  int    11 5b                    0x5b
+         14807  0x7ae5  int    11 7b                    0x7b
+         14808  0x7ae7  uint   12 aa                    0xaa
+         14809  0x7ae9  prim   17 04                    ]
+  303 1  14810  0x7aeb  prim   17 03                    [
+         14811  0x7aed  int    11 1e                    0x1e
+         14812  0x7aef  int    11 61                    0x61
+         14813  0x7af1  int    11 41                    0x41
+         14814  0x7af3  uint   12 e6                    0xe6
+         14815  0x7af5  prim   17 04                    ]
+  304 1  14816  0x7af7  prim   17 03                    [
+         14817  0x7af9  int    11 1f                    0x1f
+         14818  0x7afb  int    11 73                    0x73
+         14819  0x7afd  int    11 53                    0x53
+         14820  0x7aff  uint   12 df                    0xdf
+         14821  0x7b01  prim   17 04                    ]
+  305 1  14822  0x7b03  prim   17 03                    [
+         14823  0x7b05  int    11 20                    0x20
+         14824  0x7b07  int    11 64                    0x64
+         14825  0x7b09  int    11 44                    0x44
+         14826  0x7b0b  uint   12 f0                    0xf0
+         14827  0x7b0d  prim   17 04                    ]
+  306 1  14828  0x7b0f  prim   17 03                    [
+         14829  0x7b11  int    11 21                    0x21
+         14830  0x7b13  int    11 66                    0x66
+         14831  0x7b15  int    11 46                    0x46
+         14832  0x7b17  int    01                       0x00
+         14833  0x7b18  prim   17 04                    ]
+  307 1  14834  0x7b1a  prim   17 03                    [
+         14835  0x7b1c  int    11 22                    0x22
+         14836  0x7b1e  int    11 67                    0x67
+         14837  0x7b20  int    11 47                    0x47
+         14838  0x7b22  int    01                       0x00
+         14839  0x7b23  prim   17 04                    ]
+  308 1  14840  0x7b25  prim   17 03                    [
+         14841  0x7b27  int    11 23                    0x23
+         14842  0x7b29  int    11 68                    0x68
+         14843  0x7b2b  int    11 48                    0x48
+         14844  0x7b2d  int    01                       0x00
+         14845  0x7b2e  prim   17 04                    ]
+  309 1  14846  0x7b30  prim   17 03                    [
+         14847  0x7b32  int    11 25                    0x25
+         14848  0x7b34  int    11 6b                    0x6b
+         14849  0x7b36  int    11 4b                    0x4b
+         14850  0x7b38  int    01                       0x00
+         14851  0x7b39  prim   17 04                    ]
+  310 1  14852  0x7b3b  prim   17 03                    [
+         14853  0x7b3d  int    11 26                    0x26
+         14854  0x7b3f  int    11 6c                    0x6c
+         14855  0x7b41  int    11 4c                    0x4c
+         14856  0x7b43  int    01                       0x00
+         14857  0x7b44  prim   17 04                    ]
+  311 1  14858  0x7b46  prim   17 03                    [
+         14859  0x7b48  int    11 27                    0x27
+         14860  0x7b4a  uint   12 e7                    0xe7
+         14861  0x7b4c  uint   12 c7                    0xc7
+         14862  0x7b4e  int    01                       0x00
+         14863  0x7b4f  prim   17 04                    ]
+  312 1  14864  0x7b51  prim   17 03                    [
+         14865  0x7b53  int    11 28                    0x28
+         14866  0x7b55  int    01                       0x00
+         14867  0x7b56  int    01                       0x00
+         14868  0x7b57  int    11 7e                    0x7e
+         14869  0x7b59  prim   17 04                    ]
+  313 1  14870  0x7b5b  prim   17 03                    [
+         14871  0x7b5d  int    11 29                    0x29
+         14872  0x7b5f  int    11 27                    0x27
+         14873  0x7b61  int    11 22                    0x22
+         14874  0x7b63  uint   12 ac                    0xac
+         14875  0x7b65  prim   17 04                    ]
+  314 1  14876  0x7b67  prim   17 03                    [
+         14877  0x7b69  int    11 2b                    0x2b
+         14878  0x7b6b  int    11 5d                    0x5d
+         14879  0x7b6d  int    11 7d                    0x7d
+         14880  0x7b6f  uint   12 ba                    0xba
+         14881  0x7b71  prim   17 04                    ]
+  315 1  14882  0x7b73  prim   17 03                    [
+         14883  0x7b75  int    11 2c                    0x2c
+         14884  0x7b77  int    11 7a                    0x7a
+         14885  0x7b79  int    11 5a                    0x5a
+         14886  0x7b7b  uint   12 ab                    0xab
+         14887  0x7b7d  prim   17 04                    ]
+  316 1  14888  0x7b7f  prim   17 03                    [
+         14889  0x7b81  int    11 2d                    0x2d
+         14890  0x7b83  int    11 78                    0x78
+         14891  0x7b85  int    11 58                    0x58
+         14892  0x7b87  uint   12 bb                    0xbb
+         14893  0x7b89  prim   17 04                    ]
+  317 1  14894  0x7b8b  prim   17 03                    [
+         14895  0x7b8d  int    11 2e                    0x2e
+         14896  0x7b8f  int    11 63                    0x63
+         14897  0x7b91  int    11 43                    0x43
+         14898  0x7b93  uint   12 a9                    0xa9
+         14899  0x7b95  prim   17 04                    ]
+  318 1  14900  0x7b97  prim   17 03                    [
+         14901  0x7b99  int    11 2f                    0x2f
+         14902  0x7b9b  int    11 76                    0x76
+         14903  0x7b9d  int    11 56                    0x56
+         14904  0x7b9f  int    01                       0x00
+         14905  0x7ba0  prim   17 04                    ]
+  319 1  14906  0x7ba2  prim   17 03                    [
+         14907  0x7ba4  int    11 30                    0x30
+         14908  0x7ba6  int    11 62                    0x62
+         14909  0x7ba8  int    11 42                    0x42
+         14910  0x7baa  int    01                       0x00
+         14911  0x7bab  prim   17 04                    ]
+  320 1  14912  0x7bad  prim   17 03                    [
+         14913  0x7baf  int    11 32                    0x32
+         14914  0x7bb1  int    11 6d                    0x6d
+         14915  0x7bb3  int    11 4d                    0x4d
+         14916  0x7bb5  uint   12 b5                    0xb5
+         14917  0x7bb7  prim   17 04                    ]
+  321 1  14918  0x7bb9  prim   17 03                    [
+         14919  0x7bbb  int    11 33                    0x33
+         14920  0x7bbd  int    11 2c                    0x2c
+         14921  0x7bbf  int    11 3c                    0x3c
+         14922  0x7bc1  int    01                       0x00
+         14923  0x7bc2  prim   17 04                    ]
+  322 1  14924  0x7bc4  prim   17 03                    [
+         14925  0x7bc6  int    11 34                    0x34
+         14926  0x7bc8  int    11 2e                    0x2e
+         14927  0x7bca  int    11 3e                    0x3e
+         14928  0x7bcc  uint   12 b7                    0xb7
+         14929  0x7bce  prim   17 04                    ]
+  323 1  14930  0x7bd0  prim   17 03                    [
+         14931  0x7bd2  int    11 35                    0x35
+         14932  0x7bd4  int    11 3b                    0x3b
+         14933  0x7bd6  int    11 3a                    0x3a
+         14934  0x7bd8  int    01                       0x00
+         14935  0x7bd9  prim   17 04                    ]
+  324 1  14936  0x7bdb  prim   17 03                    [
+         14937  0x7bdd  int    11 56                    0x56
+         14938  0x7bdf  int    11 5c                    0x5c
+         14939  0x7be1  int    11 7c                    0x7c
+         14940  0x7be3  uint   12 ba                    0xba
+         14941  0x7be5  prim   17 04                    ]
+  325 1  14942  0x7be7  prim   17 03                    [
+         14943  0x7be9  int    11 59                    0x59
+         14944  0x7beb  int    11 2f                    0x2f
+         14945  0x7bed  int    11 3f                    0x3f
+         14946  0x7bef  uint   12 b0                    0xb0
+         14947  0x7bf1  prim   17 04                    ]
+  326 1  14948  0x7bf3  prim   17 04                    ]
+         14949  0x7bf5  prim   17 05                    def
+  328 1  14950  0x7bf7  dict   29 45 03                 /keymap.bt
+         14951  0x7bfa  prim   17 03                    [
+  329 1  14952  0x7bfc  prim   17 03                    [
+         14953  0x7bfe  int    11 56                    0x56
+         14954  0x7c00  int    11 3c                    0x3c
+         14955  0x7c02  int    11 3e                    0x3e
+         14956  0x7c04  int    11 7c                    0x7c
+         14957  0x7c06  prim   17 04                    ]
+  330 1  14958  0x7c08  prim   17 04                    ]
+         14959  0x7c0a  prim   17 05                    def
+  332 1  14960  0x7c0c  dict   29 46 03                 /keymap.bw
+         14961  0x7c0f  prim   17 03                    [
+  333 1  14962  0x7c11  prim   17 03                    [
+         14963  0x7c13  int    11 07                    0x07
+         14964  0x7c15  int    11 36                    0x36
+         14965  0x7c17  int    11 5e                    0x5e
+         14966  0x7c19  int    01                       0x00
+         14967  0x7c1a  prim   17 04                    ]
+  334 1  14968  0x7c1c  prim   17 03                    [
+         14969  0x7c1e  int    11 09                    0x09
+         14970  0x7c20  int    11 38                    0x38
+         14971  0x7c22  int    11 2a                    0x2a
+         14972  0x7c24  int    01                       0x00
+         14973  0x7c25  prim   17 04                    ]
+  335 1  14974  0x7c27  prim   17 03                    [
+         14975  0x7c29  int    11 0a                    0x0a
+         14976  0x7c2b  int    11 39                    0x39
+         14977  0x7c2d  int    11 28                    0x28
+         14978  0x7c2f  int    01                       0x00
+         14979  0x7c30  prim   17 04                    ]
+  336 1  14980  0x7c32  prim   17 03                    [
+         14981  0x7c34  int    11 0b                    0x0b
+         14982  0x7c36  int    11 30                    0x30
+         14983  0x7c38  int    11 29                    0x29
+         14984  0x7c3a  int    01                       0x00
+         14985  0x7c3b  prim   17 04                    ]
+  337 1  14986  0x7c3d  prim   17 03                    [
+         14987  0x7c3f  int    11 0c                    0x0c
+         14988  0x7c41  int    11 2d                    0x2d
+         14989  0x7c43  int    11 5f                    0x5f
+         14990  0x7c45  int    01                       0x00
+         14991  0x7c46  prim   17 04                    ]
+  338 1  14992  0x7c48  prim   17 03                    [
+         14993  0x7c4a  int    11 27                    0x27
+         14994  0x7c4c  int    11 3b                    0x3b
+         14995  0x7c4e  int    11 3a                    0x3a
+         14996  0x7c50  int    01                       0x00
+         14997  0x7c51  prim   17 04                    ]
+  339 1  14998  0x7c53  prim   17 03                    [
+         14999  0x7c55  int    11 28                    0x28
+         15000  0x7c57  int    11 27                    0x27
+         15001  0x7c59  int    11 22                    0x22
+         15002  0x7c5b  int    01                       0x00
+         15003  0x7c5c  prim   17 04                    ]
+  340 1  15004  0x7c5e  prim   17 03                    [
+         15005  0x7c60  int    11 29                    0x29
+         15006  0x7c62  int    11 60                    0x60
+         15007  0x7c64  int    11 7e                    0x7e
+         15008  0x7c66  int    01                       0x00
+         15009  0x7c67  prim   17 04                    ]
+  341 1  15010  0x7c69  prim   17 03                    [
+         15011  0x7c6b  int    11 56                    0x56
+         15012  0x7c6d  int    11 3c                    0x3c
+         15013  0x7c6f  int    11 3e                    0x3e
+         15014  0x7c71  int    11 7c                    0x7c
+         15015  0x7c73  prim   17 04                    ]
+  342 1  15016  0x7c75  prim   17 04                    ]
+         15017  0x7c77  prim   17 05                    def
+  344 1  15018  0x7c79  dict   29 47 03                 /keymap.by
+         15019  0x7c7c  prim   17 03                    [
+  345 1  15020  0x7c7e  prim   17 03                    [
+         15021  0x7c80  int    11 56                    0x56
+         15022  0x7c82  int    11 3c                    0x3c
+         15023  0x7c84  int    11 3e                    0x3e
+         15024  0x7c86  int    11 7c                    0x7c
+         15025  0x7c88  prim   17 04                    ]
+  346 1  15026  0x7c8a  prim   17 04                    ]
+         15027  0x7c8c  prim   17 05                    def
+  348 1  15028  0x7c8e  dict   29 48 03                 /keymap.ca
+         15029  0x7c91  prim   17 03                    [
+  349 1  15030  0x7c93  prim   17 03                    [
+         15031  0x7c95  int    11 02                    0x02
+         15032  0x7c97  int    11 31                    0x31
+         15033  0x7c99  int    11 21                    0x21
+         15034  0x7c9b  uint   12 b1                    0xb1
+         15035  0x7c9d  prim   17 04                    ]
+  350 1  15036  0x7c9f  prim   17 03                    [
+         15037  0x7ca1  int    11 03                    0x03
+         15038  0x7ca3  int    11 32                    0x32
+         15039  0x7ca5  int    11 22                    0x22
+         15040  0x7ca7  int    11 40                    0x40
+         15041  0x7ca9  prim   17 04                    ]
+  351 1  15042  0x7cab  prim   17 03                    [
+         15043  0x7cad  int    11 04                    0x04
+         15044  0x7caf  int    11 33                    0x33
+         15045  0x7cb1  int    11 2f                    0x2f
+         15046  0x7cb3  uint   12 a3                    0xa3
+         15047  0x7cb5  prim   17 04                    ]
+  352 1  15048  0x7cb7  prim   17 03                    [
+         15049  0x7cb9  int    11 05                    0x05
+         15050  0x7cbb  int    11 34                    0x34
+         15051  0x7cbd  int    11 24                    0x24
+         15052  0x7cbf  uint   12 a2                    0xa2
+         15053  0x7cc1  prim   17 04                    ]
+  353 1  15054  0x7cc3  prim   17 03                    [
+         15055  0x7cc5  int    11 06                    0x06
+         15056  0x7cc7  int    11 35                    0x35
+         15057  0x7cc9  int    11 25                    0x25
+         15058  0x7ccb  uint   12 a4                    0xa4
+         15059  0x7ccd  prim   17 04                    ]
+  354 1  15060  0x7ccf  prim   17 03                    [
+         15061  0x7cd1  int    11 07                    0x07
+         15062  0x7cd3  int    11 36                    0x36
+         15063  0x7cd5  int    11 3f                    0x3f
+         15064  0x7cd7  uint   12 ac                    0xac
+         15065  0x7cd9  prim   17 04                    ]
+  355 1  15066  0x7cdb  prim   17 03                    [
+         15067  0x7cdd  int    11 08                    0x08
+         15068  0x7cdf  int    11 37                    0x37
+         15069  0x7ce1  int    11 26                    0x26
+         15070  0x7ce3  uint   12 a6                    0xa6
+         15071  0x7ce5  prim   17 04                    ]
+  356 1  15072  0x7ce7  prim   17 03                    [
+         15073  0x7ce9  int    11 09                    0x09
+         15074  0x7ceb  int    11 38                    0x38
+         15075  0x7ced  int    11 2a                    0x2a
+         15076  0x7cef  uint   12 b2                    0xb2
+         15077  0x7cf1  prim   17 04                    ]
+  357 1  15078  0x7cf3  prim   17 03                    [
+         15079  0x7cf5  int    11 0a                    0x0a
+         15080  0x7cf7  int    11 39                    0x39
+         15081  0x7cf9  int    11 28                    0x28
+         15082  0x7cfb  uint   12 b3                    0xb3
+         15083  0x7cfd  prim   17 04                    ]
+  358 1  15084  0x7cff  prim   17 03                    [
+         15085  0x7d01  int    11 0b                    0x0b
+         15086  0x7d03  int    11 30                    0x30
+         15087  0x7d05  int    11 29                    0x29
+         15088  0x7d07  uint   12 bc                    0xbc
+         15089  0x7d09  prim   17 04                    ]
+  359 1  15090  0x7d0b  prim   17 03                    [
+         15091  0x7d0d  int    11 0c                    0x0c
+         15092  0x7d0f  int    11 2d                    0x2d
+         15093  0x7d11  int    11 5f                    0x5f
+         15094  0x7d13  uint   12 bd                    0xbd
+         15095  0x7d15  prim   17 04                    ]
+  360 1  15096  0x7d17  prim   17 03                    [
+         15097  0x7d19  int    11 0d                    0x0d
+         15098  0x7d1b  int    11 3d                    0x3d
+         15099  0x7d1d  int    11 2b                    0x2b
+         15100  0x7d1f  uint   12 be                    0xbe
+         15101  0x7d21  prim   17 04                    ]
+  361 1  15102  0x7d23  prim   17 03                    [
+         15103  0x7d25  int    11 18                    0x18
+         15104  0x7d27  int    11 6f                    0x6f
+         15105  0x7d29  int    11 4f                    0x4f
+         15106  0x7d2b  uint   12 a7                    0xa7
+         15107  0x7d2d  prim   17 04                    ]
+  362 1  15108  0x7d2f  prim   17 03                    [
+         15109  0x7d31  int    11 19                    0x19
+         15110  0x7d33  int    11 70                    0x70
+         15111  0x7d35  int    11 50                    0x50
+         15112  0x7d37  uint   12 b6                    0xb6
+         15113  0x7d39  prim   17 04                    ]
+  363 1  15114  0x7d3b  prim   17 03                    [
+         15115  0x7d3d  int    11 1a                    0x1a
+         15116  0x7d3f  int    01                       0x00
+         15117  0x7d40  int    01                       0x00
+         15118  0x7d41  int    11 5b                    0x5b
+         15119  0x7d43  prim   17 04                    ]
+  364 1  15120  0x7d45  prim   17 03                    [
+         15121  0x7d47  int    11 1b                    0x1b
+         15122  0x7d49  int    01                       0x00
+         15123  0x7d4a  int    01                       0x00
+         15124  0x7d4b  int    11 5d                    0x5d
+         15125  0x7d4d  prim   17 04                    ]
+  365 1  15126  0x7d4f  prim   17 03                    [
+         15127  0x7d51  int    11 27                    0x27
+         15128  0x7d53  int    11 3b                    0x3b
+         15129  0x7d55  int    11 3a                    0x3a
+         15130  0x7d57  int    11 7e                    0x7e
+         15131  0x7d59  prim   17 04                    ]
+  366 1  15132  0x7d5b  prim   17 03                    [
+         15133  0x7d5d  int    11 28                    0x28
+         15134  0x7d5f  int    01                       0x00
+         15135  0x7d60  int    01                       0x00
+         15136  0x7d61  int    11 7b                    0x7b
+         15137  0x7d63  prim   17 04                    ]
+  367 1  15138  0x7d65  prim   17 03                    [
+         15139  0x7d67  int    11 29                    0x29
+         15140  0x7d69  int    11 23                    0x23
+         15141  0x7d6b  int    11 7c                    0x7c
+         15142  0x7d6d  int    11 5c                    0x5c
+         15143  0x7d6f  prim   17 04                    ]
+  368 1  15144  0x7d71  prim   17 03                    [
+         15145  0x7d73  int    11 2b                    0x2b
+         15146  0x7d75  int    11 3c                    0x3c
+         15147  0x7d77  int    11 3e                    0x3e
+         15148  0x7d79  int    11 7d                    0x7d
+         15149  0x7d7b  prim   17 04                    ]
+  369 1  15150  0x7d7d  prim   17 03                    [
+         15151  0x7d7f  int    11 32                    0x32
+         15152  0x7d81  int    11 6d                    0x6d
+         15153  0x7d83  int    11 4d                    0x4d
+         15154  0x7d85  uint   12 b5                    0xb5
+         15155  0x7d87  prim   17 04                    ]
+  370 1  15156  0x7d89  prim   17 03                    [
+         15157  0x7d8b  int    11 33                    0x33
+         15158  0x7d8d  int    11 2c                    0x2c
+         15159  0x7d8f  int    11 27                    0x27
+         15160  0x7d91  uint   12 af                    0xaf
+         15161  0x7d93  prim   17 04                    ]
+  371 1  15162  0x7d95  prim   17 03                    [
+         15163  0x7d97  int    11 34                    0x34
+         15164  0x7d99  int    11 2e                    0x2e
+         15165  0x7d9b  int    11 2e                    0x2e
+         15166  0x7d9d  uint   12 ad                    0xad
+         15167  0x7d9f  prim   17 04                    ]
+  372 1  15168  0x7da1  prim   17 03                    [
+         15169  0x7da3  int    11 35                    0x35
+         15170  0x7da5  uint   12 e9                    0xe9
+         15171  0x7da7  uint   12 c9                    0xc9
+         15172  0x7da9  int    01                       0x00
+         15173  0x7daa  prim   17 04                    ]
+  373 1  15174  0x7dac  prim   17 03                    [
+         15175  0x7dae  int    11 39                    0x39
+         15176  0x7db0  int    11 20                    0x20
+         15177  0x7db2  int    11 20                    0x20
+         15178  0x7db4  uint   12 a0                    0xa0
+         15179  0x7db6  prim   17 04                    ]
+  374 1  15180  0x7db8  prim   17 03                    [
+         15181  0x7dba  int    11 56                    0x56
+         15182  0x7dbc  uint   12 ab                    0xab
+         15183  0x7dbe  uint   12 bb                    0xbb
+         15184  0x7dc0  uint   12 b0                    0xb0
+         15185  0x7dc2  prim   17 04                    ]
+  375 1  15186  0x7dc4  prim   17 04                    ]
+         15187  0x7dc6  prim   17 05                    def
+  377 1  15188  0x7dc8  dict   29 49 03                 /keymap.cd
+         15189  0x7dcb  prim   17 03                    [
+  378 1  15190  0x7dcd  prim   17 03                    [
+         15191  0x7dcf  int    11 02                    0x02
+         15192  0x7dd1  int    11 26                    0x26
+         15193  0x7dd3  int    11 31                    0x31
+         15194  0x7dd5  int    11 23                    0x23
+         15195  0x7dd7  prim   17 04                    ]
+  379 1  15196  0x7dd9  prim   17 03                    [
+         15197  0x7ddb  int    11 03                    0x03
+         15198  0x7ddd  int    01                       0x00
+         15199  0x7dde  int    11 32                    0x32
+         15200  0x7de0  int    11 40                    0x40
+         15201  0x7de2  prim   17 04                    ]
+  380 1  15202  0x7de4  prim   17 03                    [
+         15203  0x7de6  int    11 04                    0x04
+         15204  0x7de8  int    01                       0x00
+         15205  0x7de9  int    11 33                    0x33
+         15206  0x7deb  uint   12 ab                    0xab
+         15207  0x7ded  prim   17 04                    ]
+  381 1  15208  0x7def  prim   17 03                    [
+         15209  0x7df1  int    11 05                    0x05
+         15210  0x7df3  int    11 28                    0x28
+         15211  0x7df5  int    11 34                    0x34
+         15212  0x7df7  int    11 5b                    0x5b
+         15213  0x7df9  prim   17 04                    ]
+  382 1  15214  0x7dfb  prim   17 03                    [
+         15215  0x7dfd  int    11 06                    0x06
+         15216  0x7dff  int    11 7b                    0x7b
+         15217  0x7e01  int    11 35                    0x35
+         15218  0x7e03  int    11 3c                    0x3c
+         15219  0x7e05  prim   17 04                    ]
+  383 1  15220  0x7e07  prim   17 03                    [
+         15221  0x7e09  int    11 07                    0x07
+         15222  0x7e0b  int    11 7d                    0x7d
+         15223  0x7e0d  int    11 36                    0x36
+         15224  0x7e0f  int    11 3e                    0x3e
+         15225  0x7e11  prim   17 04                    ]
+  384 1  15226  0x7e13  prim   17 03                    [
+         15227  0x7e15  int    11 08                    0x08
+         15228  0x7e17  int    11 29                    0x29
+         15229  0x7e19  int    11 37                    0x37
+         15230  0x7e1b  int    11 5d                    0x5d
+         15231  0x7e1d  prim   17 04                    ]
+  385 1  15232  0x7e1f  prim   17 03                    [
+         15233  0x7e21  int    11 09                    0x09
+         15234  0x7e23  int    01                       0x00
+         15235  0x7e24  int    11 38                    0x38
+         15236  0x7e26  uint   12 bb                    0xbb
+         15237  0x7e28  prim   17 04                    ]
+  386 1  15238  0x7e2a  prim   17 03                    [
+         15239  0x7e2c  int    11 0a                    0x0a
+         15240  0x7e2e  int    01                       0x00
+         15241  0x7e2f  int    11 39                    0x39
+         15242  0x7e31  int    01                       0x00
+         15243  0x7e32  prim   17 04                    ]
+  387 1  15244  0x7e34  prim   17 03                    [
+         15245  0x7e36  int    11 0b                    0x0b
+         15246  0x7e38  int    01                       0x00
+         15247  0x7e39  int    11 30                    0x30
+         15248  0x7e3b  int    11 40                    0x40
+         15249  0x7e3d  prim   17 04                    ]
+  388 1  15250  0x7e3f  prim   17 03                    [
+         15251  0x7e41  int    11 0c                    0x0c
+         15252  0x7e43  int    11 2d                    0x2d
+         15253  0x7e45  int    11 5f                    0x5f
+         15254  0x7e47  int    11 25                    0x25
+         15255  0x7e49  prim   17 04                    ]
+  389 1  15256  0x7e4b  prim   17 03                    [
+         15257  0x7e4d  int    11 0d                    0x0d
+         15258  0x7e4f  int    11 3d                    0x3d
+         15259  0x7e51  int    11 2b                    0x2b
+         15260  0x7e53  uint   12 d7                    0xd7
+         15261  0x7e55  prim   17 04                    ]
+  390 1  15262  0x7e57  prim   17 03                    [
+         15263  0x7e59  int    11 10                    0x10
+         15264  0x7e5b  int    11 61                    0x61
+         15265  0x7e5d  int    11 41                    0x41
+         15266  0x7e5f  uint   12 e6                    0xe6
+         15267  0x7e61  prim   17 04                    ]
+  391 1  15268  0x7e63  prim   17 03                    [
+         15269  0x7e65  int    11 11                    0x11
+         15270  0x7e67  int    11 7a                    0x7a
+         15271  0x7e69  int    11 5a                    0x5a
+         15272  0x7e6b  int    11 7a                    0x7a
+         15273  0x7e6d  prim   17 04                    ]
+  392 1  15274  0x7e6f  prim   17 03                    [
+         15275  0x7e71  int    11 12                    0x12
+         15276  0x7e73  int    11 65                    0x65
+         15277  0x7e75  int    11 45                    0x45
+         15278  0x7e77  int    01                       0x00
+         15279  0x7e78  prim   17 04                    ]
+  393 1  15280  0x7e7a  prim   17 03                    [
+         15281  0x7e7c  int    11 16                    0x16
+         15282  0x7e7e  int    11 75                    0x75
+         15283  0x7e80  int    11 55                    0x55
+         15284  0x7e82  int    01                       0x00
+         15285  0x7e83  prim   17 04                    ]
+  394 1  15286  0x7e85  prim   17 03                    [
+         15287  0x7e87  int    11 17                    0x17
+         15288  0x7e89  int    11 69                    0x69
+         15289  0x7e8b  int    11 49                    0x49
+         15290  0x7e8d  int    01                       0x00
+         15291  0x7e8e  prim   17 04                    ]
+  395 1  15292  0x7e90  prim   17 03                    [
+         15293  0x7e92  int    11 18                    0x18
+         15294  0x7e94  int    11 6f                    0x6f
+         15295  0x7e96  int    11 4f                    0x4f
+         15296  0x7e98  uint   12 f8                    0xf8
+         15297  0x7e9a  prim   17 04                    ]
+  396 1  15298  0x7e9c  prim   17 03                    [
+         15299  0x7e9e  int    11 1a                    0x1a
+         15300  0x7ea0  int    01                       0x00
+         15301  0x7ea1  int    01                       0x00
+         15302  0x7ea2  int    11 5e                    0x5e
+         15303  0x7ea4  prim   17 04                    ]
+  397 1  15304  0x7ea6  prim   17 03                    [
+         15305  0x7ea8  int    11 1b                    0x1b
+         15306  0x7eaa  int    11 2a                    0x2a
+         15307  0x7eac  int    11 5e                    0x5e
+         15308  0x7eae  int    11 24                    0x24
+         15309  0x7eb0  prim   17 04                    ]
+  398 1  15310  0x7eb2  prim   17 03                    [
+         15311  0x7eb4  int    11 1e                    0x1e
+         15312  0x7eb6  int    11 71                    0x71
+         15313  0x7eb8  int    11 51                    0x51
+         15314  0x7eba  int    11 71                    0x71
+         15315  0x7ebc  prim   17 04                    ]
+  399 1  15316  0x7ebe  prim   17 03                    [
+         15317  0x7ec0  int    11 27                    0x27
+         15318  0x7ec2  int    11 6d                    0x6d
+         15319  0x7ec4  int    11 4d                    0x4d
+         15320  0x7ec6  int    11 6d                    0x6d
+         15321  0x7ec8  prim   17 04                    ]
+  400 1  15322  0x7eca  prim   17 03                    [
+         15323  0x7ecc  int    11 29                    0x29
+         15324  0x7ece  int    11 60                    0x60
+         15325  0x7ed0  int    11 7e                    0x7e
+         15326  0x7ed2  int    01                       0x00
+         15327  0x7ed3  prim   17 04                    ]
+  401 1  15328  0x7ed5  prim   17 03                    [
+         15329  0x7ed7  int    11 2b                    0x2b
+         15330  0x7ed9  int    11 22                    0x22
+         15331  0x7edb  int    11 5c                    0x5c
+         15332  0x7edd  int    11 7c                    0x7c
+         15333  0x7edf  prim   17 04                    ]
+  402 1  15334  0x7ee1  prim   17 03                    [
+         15335  0x7ee3  int    11 2c                    0x2c
+         15336  0x7ee5  int    11 77                    0x77
+         15337  0x7ee7  int    11 57                    0x57
+         15338  0x7ee9  int    11 77                    0x77
+         15339  0x7eeb  prim   17 04                    ]
+  403 1  15340  0x7eed  prim   17 03                    [
+         15341  0x7eef  int    11 2e                    0x2e
+         15342  0x7ef1  int    11 63                    0x63
+         15343  0x7ef3  int    11 43                    0x43
+         15344  0x7ef5  uint   12 e7                    0xe7
+         15345  0x7ef7  prim   17 04                    ]
+  404 1  15346  0x7ef9  prim   17 03                    [
+         15347  0x7efb  int    11 32                    0x32
+         15348  0x7efd  int    11 2c                    0x2c
+         15349  0x7eff  int    11 3f                    0x3f
+         15350  0x7f01  int    01                       0x00
+         15351  0x7f02  prim   17 04                    ]
+  405 1  15352  0x7f04  prim   17 03                    [
+         15353  0x7f06  int    11 33                    0x33
+         15354  0x7f08  int    11 3b                    0x3b
+         15355  0x7f0a  int    11 2e                    0x2e
+         15356  0x7f0c  int    11 3b                    0x3b
+         15357  0x7f0e  prim   17 04                    ]
+  406 1  15358  0x7f10  prim   17 03                    [
+         15359  0x7f12  int    11 34                    0x34
+         15360  0x7f14  int    11 3a                    0x3a
+         15361  0x7f16  int    11 2f                    0x2f
+         15362  0x7f18  int    11 3a                    0x3a
+         15363  0x7f1a  prim   17 04                    ]
+  407 1  15364  0x7f1c  prim   17 03                    [
+         15365  0x7f1e  int    11 35                    0x35
+         15366  0x7f20  int    11 21                    0x21
+         15367  0x7f22  int    11 27                    0x27
+         15368  0x7f24  int    01                       0x00
+         15369  0x7f25  prim   17 04                    ]
+  408 1  15370  0x7f27  prim   17 03                    [
+         15371  0x7f29  int    11 39                    0x39
+         15372  0x7f2b  int    11 20                    0x20
+         15373  0x7f2d  int    11 20                    0x20
+         15374  0x7f2f  uint   12 a0                    0xa0
+         15375  0x7f31  prim   17 04                    ]
+  409 1  15376  0x7f33  prim   17 03                    [
+         15377  0x7f35  int    11 56                    0x56
+         15378  0x7f37  int    11 5c                    0x5c
+         15379  0x7f39  int    11 7c                    0x7c
+         15380  0x7f3b  int    11 7c                    0x7c
+         15381  0x7f3d  prim   17 04                    ]
+  410 1  15382  0x7f3f  prim   17 04                    ]
+         15383  0x7f41  prim   17 05                    def
+  412 1  15384  0x7f43  dict   29 4a 03                 /keymap.ch
+         15385  0x7f46  prim   17 03                    [
+  413 1  15386  0x7f48  prim   17 03                    [
+         15387  0x7f4a  int    11 02                    0x02
+         15388  0x7f4c  int    11 31                    0x31
+         15389  0x7f4e  int    11 2b                    0x2b
+         15390  0x7f50  int    11 7c                    0x7c
+         15391  0x7f52  prim   17 04                    ]
+  414 1  15392  0x7f54  prim   17 03                    [
+         15393  0x7f56  int    11 03                    0x03
+         15394  0x7f58  int    11 32                    0x32
+         15395  0x7f5a  int    11 22                    0x22
+         15396  0x7f5c  int    11 40                    0x40
+         15397  0x7f5e  prim   17 04                    ]
+  415 1  15398  0x7f60  prim   17 03                    [
+         15399  0x7f62  int    11 04                    0x04
+         15400  0x7f64  int    11 33                    0x33
+         15401  0x7f66  int    11 2a                    0x2a
+         15402  0x7f68  int    11 23                    0x23
+         15403  0x7f6a  prim   17 04                    ]
+  416 1  15404  0x7f6c  prim   17 03                    [
+         15405  0x7f6e  int    11 05                    0x05
+         15406  0x7f70  int    11 34                    0x34
+         15407  0x7f72  uint   12 e7                    0xe7
+         15408  0x7f74  uint   12 bc                    0xbc
+         15409  0x7f76  prim   17 04                    ]
+  417 1  15410  0x7f78  prim   17 03                    [
+         15411  0x7f7a  int    11 06                    0x06
+         15412  0x7f7c  int    11 35                    0x35
+         15413  0x7f7e  int    11 25                    0x25
+         15414  0x7f80  uint   12 bd                    0xbd
+         15415  0x7f82  prim   17 04                    ]
+  418 1  15416  0x7f84  prim   17 03                    [
+         15417  0x7f86  int    11 07                    0x07
+         15418  0x7f88  int    11 36                    0x36
+         15419  0x7f8a  int    11 26                    0x26
+         15420  0x7f8c  uint   12 ac                    0xac
+         15421  0x7f8e  prim   17 04                    ]
+  419 1  15422  0x7f90  prim   17 03                    [
+         15423  0x7f92  int    11 08                    0x08
+         15424  0x7f94  int    11 37                    0x37
+         15425  0x7f96  int    11 2f                    0x2f
+         15426  0x7f98  int    11 7c                    0x7c
+         15427  0x7f9a  prim   17 04                    ]
+  420 1  15428  0x7f9c  prim   17 03                    [
+         15429  0x7f9e  int    11 09                    0x09
+         15430  0x7fa0  int    11 38                    0x38
+         15431  0x7fa2  int    11 28                    0x28
+         15432  0x7fa4  uint   12 a2                    0xa2
+         15433  0x7fa6  prim   17 04                    ]
+  421 1  15434  0x7fa8  prim   17 03                    [
+         15435  0x7faa  int    11 0a                    0x0a
+         15436  0x7fac  int    11 39                    0x39
+         15437  0x7fae  int    11 29                    0x29
+         15438  0x7fb0  int    11 5d                    0x5d
+         15439  0x7fb2  prim   17 04                    ]
+  422 1  15440  0x7fb4  prim   17 03                    [
+         15441  0x7fb6  int    11 0b                    0x0b
+         15442  0x7fb8  int    11 30                    0x30
+         15443  0x7fba  int    11 3d                    0x3d
+         15444  0x7fbc  int    11 7d                    0x7d
+         15445  0x7fbe  prim   17 04                    ]
+  423 1  15446  0x7fc0  prim   17 03                    [
+         15447  0x7fc2  int    11 0c                    0x0c
+         15448  0x7fc4  int    11 27                    0x27
+         15449  0x7fc6  int    11 3f                    0x3f
+         15450  0x7fc8  int    01                       0x00
+         15451  0x7fc9  prim   17 04                    ]
+  424 1  15452  0x7fcb  prim   17 03                    [
+         15453  0x7fcd  int    11 10                    0x10
+         15454  0x7fcf  int    11 71                    0x71
+         15455  0x7fd1  int    11 51                    0x51
+         15456  0x7fd3  int    11 40                    0x40
+         15457  0x7fd5  prim   17 04                    ]
+  425 1  15458  0x7fd7  prim   17 03                    [
+         15459  0x7fd9  int    11 11                    0x11
+         15460  0x7fdb  int    11 77                    0x77
+         15461  0x7fdd  int    11 57                    0x57
+         15462  0x7fdf  int    01                       0x00
+         15463  0x7fe0  prim   17 04                    ]
+  426 1  15464  0x7fe2  prim   17 03                    [
+         15465  0x7fe4  int    11 12                    0x12
+         15466  0x7fe6  int    11 65                    0x65
+         15467  0x7fe8  int    11 45                    0x45
+         15468  0x7fea  int    01                       0x00
+         15469  0x7feb  prim   17 04                    ]
+  427 1  15470  0x7fed  prim   17 03                    [
+         15471  0x7fef  int    11 13                    0x13
+         15472  0x7ff1  int    11 72                    0x72
+         15473  0x7ff3  int    11 52                    0x52
+         15474  0x7ff5  uint   12 b6                    0xb6
+         15475  0x7ff7  prim   17 04                    ]
+  428 1  15476  0x7ff9  prim   17 03                    [
+         15477  0x7ffb  int    11 14                    0x14
+         15478  0x7ffd  int    11 74                    0x74
+         15479  0x7fff  int    11 54                    0x54
+         15480  0x8001  int    01                       0x00
+         15481  0x8002  prim   17 04                    ]
+  429 1  15482  0x8004  prim   17 03                    [
+         15483  0x8006  int    11 15                    0x15
+         15484  0x8008  int    11 7a                    0x7a
+         15485  0x800a  int    11 5a                    0x5a
+         15486  0x800c  int    01                       0x00
+         15487  0x800d  prim   17 04                    ]
+  430 1  15488  0x800f  prim   17 03                    [
+         15489  0x8011  int    11 16                    0x16
+         15490  0x8013  int    11 75                    0x75
+         15491  0x8015  int    11 55                    0x55
+         15492  0x8017  int    01                       0x00
+         15493  0x8018  prim   17 04                    ]
+  431 1  15494  0x801a  prim   17 03                    [
+         15495  0x801c  int    11 17                    0x17
+         15496  0x801e  int    11 69                    0x69
+         15497  0x8020  int    11 49                    0x49
+         15498  0x8022  int    01                       0x00
+         15499  0x8023  prim   17 04                    ]
+  432 1  15500  0x8025  prim   17 03                    [
+         15501  0x8027  int    11 18                    0x18
+         15502  0x8029  int    11 6f                    0x6f
+         15503  0x802b  int    11 4f                    0x4f
+         15504  0x802d  uint   12 f8                    0xf8
+         15505  0x802f  prim   17 04                    ]
+  433 1  15506  0x8031  prim   17 03                    [
+         15507  0x8033  int    11 19                    0x19
+         15508  0x8035  int    11 70                    0x70
+         15509  0x8037  int    11 50                    0x50
+         15510  0x8039  uint   12 fe                    0xfe
+         15511  0x803b  prim   17 04                    ]
+  434 1  15512  0x803d  prim   17 03                    [
+         15513  0x803f  int    11 1a                    0x1a
+         15514  0x8041  uint   12 fc                    0xfc
+         15515  0x8043  uint   12 e8                    0xe8
+         15516  0x8045  int    11 5b                    0x5b
+         15517  0x8047  prim   17 04                    ]
+  435 1  15518  0x8049  prim   17 03                    [
+         15519  0x804b  int    11 1b                    0x1b
+         15520  0x804d  int    01                       0x00
+         15521  0x804e  int    11 21                    0x21
+         15522  0x8050  int    11 5d                    0x5d
+         15523  0x8052  prim   17 04                    ]
+  436 1  15524  0x8054  prim   17 03                    [
+         15525  0x8056  int    11 1e                    0x1e
+         15526  0x8058  int    11 61                    0x61
+         15527  0x805a  int    11 41                    0x41
+         15528  0x805c  uint   12 e6                    0xe6
+         15529  0x805e  prim   17 04                    ]
+  437 1  15530  0x8060  prim   17 03                    [
+         15531  0x8062  int    11 1f                    0x1f
+         15532  0x8064  int    11 73                    0x73
+         15533  0x8066  int    11 53                    0x53
+         15534  0x8068  uint   12 df                    0xdf
+         15535  0x806a  prim   17 04                    ]
+  438 1  15536  0x806c  prim   17 03                    [
+         15537  0x806e  int    11 20                    0x20
+         15538  0x8070  int    11 64                    0x64
+         15539  0x8072  int    11 44                    0x44
+         15540  0x8074  uint   12 f0                    0xf0
+         15541  0x8076  prim   17 04                    ]
+  439 1  15542  0x8078  prim   17 03                    [
+         15543  0x807a  int    11 21                    0x21
+         15544  0x807c  int    11 66                    0x66
+         15545  0x807e  int    11 46                    0x46
+         15546  0x8080  int    01                       0x00
+         15547  0x8081  prim   17 04                    ]
+  440 1  15548  0x8083  prim   17 03                    [
+         15549  0x8085  int    11 22                    0x22
+         15550  0x8087  int    11 67                    0x67
+         15551  0x8089  int    11 47                    0x47
+         15552  0x808b  int    01                       0x00
+         15553  0x808c  prim   17 04                    ]
+  441 1  15554  0x808e  prim   17 03                    [
+         15555  0x8090  int    11 23                    0x23
+         15556  0x8092  int    11 68                    0x68
+         15557  0x8094  int    11 48                    0x48
+         15558  0x8096  int    01                       0x00
+         15559  0x8097  prim   17 04                    ]
+  442 1  15560  0x8099  prim   17 03                    [
+         15561  0x809b  int    11 25                    0x25
+         15562  0x809d  int    11 6b                    0x6b
+         15563  0x809f  int    11 4b                    0x4b
+         15564  0x80a1  int    01                       0x00
+         15565  0x80a2  prim   17 04                    ]
+  443 1  15566  0x80a4  prim   17 03                    [
+         15567  0x80a6  int    11 26                    0x26
+         15568  0x80a8  int    11 6c                    0x6c
+         15569  0x80aa  int    11 4c                    0x4c
+         15570  0x80ac  int    01                       0x00
+         15571  0x80ad  prim   17 04                    ]
+  444 1  15572  0x80af  prim   17 03                    [
+         15573  0x80b1  int    11 27                    0x27
+         15574  0x80b3  uint   12 f6                    0xf6
+         15575  0x80b5  uint   12 e9                    0xe9
+         15576  0x80b7  int    01                       0x00
+         15577  0x80b8  prim   17 04                    ]
+  445 1  15578  0x80ba  prim   17 03                    [
+         15579  0x80bc  int    11 28                    0x28
+         15580  0x80be  uint   12 e4                    0xe4
+         15581  0x80c0  uint   12 e0                    0xe0
+         15582  0x80c2  int    11 7b                    0x7b
+         15583  0x80c4  prim   17 04                    ]
+  446 1  15584  0x80c6  prim   17 03                    [
+         15585  0x80c8  int    11 29                    0x29
+         15586  0x80ca  uint   12 a7                    0xa7
+         15587  0x80cc  uint   12 b0                    0xb0
+         15588  0x80ce  uint   12 ac                    0xac
+         15589  0x80d0  prim   17 04                    ]
+  447 1  15590  0x80d2  prim   17 03                    [
+         15591  0x80d4  int    11 2b                    0x2b
+         15592  0x80d6  int    11 24                    0x24
+         15593  0x80d8  uint   12 a3                    0xa3
+         15594  0x80da  int    11 7d                    0x7d
+         15595  0x80dc  prim   17 04                    ]
+  448 1  15596  0x80de  prim   17 03                    [
+         15597  0x80e0  int    11 2c                    0x2c
+         15598  0x80e2  int    11 79                    0x79
+         15599  0x80e4  int    11 59                    0x59
+         15600  0x80e6  uint   12 ab                    0xab
+         15601  0x80e8  prim   17 04                    ]
+  449 1  15602  0x80ea  prim   17 03                    [
+         15603  0x80ec  int    11 2d                    0x2d
+         15604  0x80ee  int    11 78                    0x78
+         15605  0x80f0  int    11 58                    0x58
+         15606  0x80f2  uint   12 bb                    0xbb
+         15607  0x80f4  prim   17 04                    ]
+  450 1  15608  0x80f6  prim   17 03                    [
+         15609  0x80f8  int    11 2e                    0x2e
+         15610  0x80fa  int    11 63                    0x63
+         15611  0x80fc  int    11 43                    0x43
+         15612  0x80fe  uint   12 a2                    0xa2
+         15613  0x8100  prim   17 04                    ]
+  451 1  15614  0x8102  prim   17 03                    [
+         15615  0x8104  int    11 2f                    0x2f
+         15616  0x8106  int    11 76                    0x76
+         15617  0x8108  int    11 56                    0x56
+         15618  0x810a  int    01                       0x00
+         15619  0x810b  prim   17 04                    ]
+  452 1  15620  0x810d  prim   17 03                    [
+         15621  0x810f  int    11 30                    0x30
+         15622  0x8111  int    11 62                    0x62
+         15623  0x8113  int    11 42                    0x42
+         15624  0x8115  int    01                       0x00
+         15625  0x8116  prim   17 04                    ]
+  453 1  15626  0x8118  prim   17 03                    [
+         15627  0x811a  int    11 32                    0x32
+         15628  0x811c  int    11 6d                    0x6d
+         15629  0x811e  int    11 4d                    0x4d
+         15630  0x8120  uint   12 b5                    0xb5
+         15631  0x8122  prim   17 04                    ]
+  454 1  15632  0x8124  prim   17 03                    [
+         15633  0x8126  int    11 33                    0x33
+         15634  0x8128  int    11 2c                    0x2c
+         15635  0x812a  int    11 3b                    0x3b
+         15636  0x812c  int    01                       0x00
+         15637  0x812d  prim   17 04                    ]
+  455 1  15638  0x812f  prim   17 03                    [
+         15639  0x8131  int    11 34                    0x34
+         15640  0x8133  int    11 2e                    0x2e
+         15641  0x8135  int    11 3a                    0x3a
+         15642  0x8137  uint   12 b7                    0xb7
+         15643  0x8139  prim   17 04                    ]
+  456 1  15644  0x813b  prim   17 03                    [
+         15645  0x813d  int    11 35                    0x35
+         15646  0x813f  int    11 2d                    0x2d
+         15647  0x8141  int    11 5f                    0x5f
+         15648  0x8143  int    01                       0x00
+         15649  0x8144  prim   17 04                    ]
+  457 1  15650  0x8146  prim   17 03                    [
+         15651  0x8148  int    11 56                    0x56
+         15652  0x814a  int    11 3c                    0x3c
+         15653  0x814c  int    11 3e                    0x3e
+         15654  0x814e  int    11 5c                    0x5c
+         15655  0x8150  prim   17 04                    ]
+  458 1  15656  0x8152  prim   17 04                    ]
+         15657  0x8154  prim   17 05                    def
+  460 1  15658  0x8156  dict   29 4b 03                 /keymap.ch_fr
+         15659  0x8159  prim   17 03                    [
+  461 1  15660  0x815b  prim   17 03                    [
+         15661  0x815d  int    11 02                    0x02
+         15662  0x815f  int    11 31                    0x31
+         15663  0x8161  int    11 2b                    0x2b
+         15664  0x8163  int    11 7c                    0x7c
+         15665  0x8165  prim   17 04                    ]
+  462 1  15666  0x8167  prim   17 03                    [
+         15667  0x8169  int    11 03                    0x03
+         15668  0x816b  int    11 32                    0x32
+         15669  0x816d  int    11 22                    0x22
+         15670  0x816f  int    11 40                    0x40
+         15671  0x8171  prim   17 04                    ]
+  463 1  15672  0x8173  prim   17 03                    [
+         15673  0x8175  int    11 04                    0x04
+         15674  0x8177  int    11 33                    0x33
+         15675  0x8179  int    11 2a                    0x2a
+         15676  0x817b  int    11 23                    0x23
+         15677  0x817d  prim   17 04                    ]
+  464 1  15678  0x817f  prim   17 03                    [
+         15679  0x8181  int    11 05                    0x05
+         15680  0x8183  int    11 34                    0x34
+         15681  0x8185  uint   12 e7                    0xe7
+         15682  0x8187  uint   12 bc                    0xbc
+         15683  0x8189  prim   17 04                    ]
+  465 1  15684  0x818b  prim   17 03                    [
+         15685  0x818d  int    11 06                    0x06
+         15686  0x818f  int    11 35                    0x35
+         15687  0x8191  int    11 25                    0x25
+         15688  0x8193  uint   12 bd                    0xbd
+         15689  0x8195  prim   17 04                    ]
+  466 1  15690  0x8197  prim   17 03                    [
+         15691  0x8199  int    11 07                    0x07
+         15692  0x819b  int    11 36                    0x36
+         15693  0x819d  int    11 26                    0x26
+         15694  0x819f  uint   12 ac                    0xac
+         15695  0x81a1  prim   17 04                    ]
+  467 1  15696  0x81a3  prim   17 03                    [
+         15697  0x81a5  int    11 08                    0x08
+         15698  0x81a7  int    11 37                    0x37
+         15699  0x81a9  int    11 2f                    0x2f
+         15700  0x81ab  int    11 7c                    0x7c
+         15701  0x81ad  prim   17 04                    ]
+  468 1  15702  0x81af  prim   17 03                    [
+         15703  0x81b1  int    11 09                    0x09
+         15704  0x81b3  int    11 38                    0x38
+         15705  0x81b5  int    11 28                    0x28
+         15706  0x81b7  uint   12 a2                    0xa2
+         15707  0x81b9  prim   17 04                    ]
+  469 1  15708  0x81bb  prim   17 03                    [
+         15709  0x81bd  int    11 0a                    0x0a
+         15710  0x81bf  int    11 39                    0x39
+         15711  0x81c1  int    11 29                    0x29
+         15712  0x81c3  int    11 5d                    0x5d
+         15713  0x81c5  prim   17 04                    ]
+  470 1  15714  0x81c7  prim   17 03                    [
+         15715  0x81c9  int    11 0b                    0x0b
+         15716  0x81cb  int    11 30                    0x30
+         15717  0x81cd  int    11 3d                    0x3d
+         15718  0x81cf  int    11 7d                    0x7d
+         15719  0x81d1  prim   17 04                    ]
+  471 1  15720  0x81d3  prim   17 03                    [
+         15721  0x81d5  int    11 0c                    0x0c
+         15722  0x81d7  int    11 27                    0x27
+         15723  0x81d9  int    11 3f                    0x3f
+         15724  0x81db  int    01                       0x00
+         15725  0x81dc  prim   17 04                    ]
+  472 1  15726  0x81de  prim   17 03                    [
+         15727  0x81e0  int    11 10                    0x10
+         15728  0x81e2  int    11 71                    0x71
+         15729  0x81e4  int    11 51                    0x51
+         15730  0x81e6  int    11 40                    0x40
+         15731  0x81e8  prim   17 04                    ]
+  473 1  15732  0x81ea  prim   17 03                    [
+         15733  0x81ec  int    11 11                    0x11
+         15734  0x81ee  int    11 77                    0x77
+         15735  0x81f0  int    11 57                    0x57
+         15736  0x81f2  int    01                       0x00
+         15737  0x81f3  prim   17 04                    ]
+  474 1  15738  0x81f5  prim   17 03                    [
+         15739  0x81f7  int    11 12                    0x12
+         15740  0x81f9  int    11 65                    0x65
+         15741  0x81fb  int    11 45                    0x45
+         15742  0x81fd  int    01                       0x00
+         15743  0x81fe  prim   17 04                    ]
+  475 1  15744  0x8200  prim   17 03                    [
+         15745  0x8202  int    11 13                    0x13
+         15746  0x8204  int    11 72                    0x72
+         15747  0x8206  int    11 52                    0x52
+         15748  0x8208  uint   12 b6                    0xb6
+         15749  0x820a  prim   17 04                    ]
+  476 1  15750  0x820c  prim   17 03                    [
+         15751  0x820e  int    11 14                    0x14
+         15752  0x8210  int    11 74                    0x74
+         15753  0x8212  int    11 54                    0x54
+         15754  0x8214  int    01                       0x00
+         15755  0x8215  prim   17 04                    ]
+  477 1  15756  0x8217  prim   17 03                    [
+         15757  0x8219  int    11 15                    0x15
+         15758  0x821b  int    11 7a                    0x7a
+         15759  0x821d  int    11 5a                    0x5a
+         15760  0x821f  int    01                       0x00
+         15761  0x8220  prim   17 04                    ]
+  478 1  15762  0x8222  prim   17 03                    [
+         15763  0x8224  int    11 16                    0x16
+         15764  0x8226  int    11 75                    0x75
+         15765  0x8228  int    11 55                    0x55
+         15766  0x822a  int    01                       0x00
+         15767  0x822b  prim   17 04                    ]
+  479 1  15768  0x822d  prim   17 03                    [
+         15769  0x822f  int    11 17                    0x17
+         15770  0x8231  int    11 69                    0x69
+         15771  0x8233  int    11 49                    0x49
+         15772  0x8235  int    01                       0x00
+         15773  0x8236  prim   17 04                    ]
+  480 1  15774  0x8238  prim   17 03                    [
+         15775  0x823a  int    11 18                    0x18
+         15776  0x823c  int    11 6f                    0x6f
+         15777  0x823e  int    11 4f                    0x4f
+         15778  0x8240  uint   12 f8                    0xf8
+         15779  0x8242  prim   17 04                    ]
+  481 1  15780  0x8244  prim   17 03                    [
+         15781  0x8246  int    11 19                    0x19
+         15782  0x8248  int    11 70                    0x70
+         15783  0x824a  int    11 50                    0x50
+         15784  0x824c  uint   12 fe                    0xfe
+         15785  0x824e  prim   17 04                    ]
+  482 1  15786  0x8250  prim   17 03                    [
+         15787  0x8252  int    11 1a                    0x1a
+         15788  0x8254  uint   12 e8                    0xe8
+         15789  0x8256  uint   12 fc                    0xfc
+         15790  0x8258  int    11 5b                    0x5b
+         15791  0x825a  prim   17 04                    ]
+  483 1  15792  0x825c  prim   17 03                    [
+         15793  0x825e  int    11 1b                    0x1b
+         15794  0x8260  int    01                       0x00
+         15795  0x8261  int    11 21                    0x21
+         15796  0x8263  int    11 5d                    0x5d
+         15797  0x8265  prim   17 04                    ]
+  484 1  15798  0x8267  prim   17 03                    [
+         15799  0x8269  int    11 1e                    0x1e
+         15800  0x826b  int    11 61                    0x61
+         15801  0x826d  int    11 41                    0x41
+         15802  0x826f  uint   12 e6                    0xe6
+         15803  0x8271  prim   17 04                    ]
+  485 1  15804  0x8273  prim   17 03                    [
+         15805  0x8275  int    11 1f                    0x1f
+         15806  0x8277  int    11 73                    0x73
+         15807  0x8279  int    11 53                    0x53
+         15808  0x827b  uint   12 df                    0xdf
+         15809  0x827d  prim   17 04                    ]
+  486 1  15810  0x827f  prim   17 03                    [
+         15811  0x8281  int    11 20                    0x20
+         15812  0x8283  int    11 64                    0x64
+         15813  0x8285  int    11 44                    0x44
+         15814  0x8287  uint   12 f0                    0xf0
+         15815  0x8289  prim   17 04                    ]
+  487 1  15816  0x828b  prim   17 03                    [
+         15817  0x828d  int    11 21                    0x21
+         15818  0x828f  int    11 66                    0x66
+         15819  0x8291  int    11 46                    0x46
+         15820  0x8293  int    01                       0x00
+         15821  0x8294  prim   17 04                    ]
+  488 1  15822  0x8296  prim   17 03                    [
+         15823  0x8298  int    11 22                    0x22
+         15824  0x829a  int    11 67                    0x67
+         15825  0x829c  int    11 47                    0x47
+         15826  0x829e  int    01                       0x00
+         15827  0x829f  prim   17 04                    ]
+  489 1  15828  0x82a1  prim   17 03                    [
+         15829  0x82a3  int    11 23                    0x23
+         15830  0x82a5  int    11 68                    0x68
+         15831  0x82a7  int    11 48                    0x48
+         15832  0x82a9  int    01                       0x00
+         15833  0x82aa  prim   17 04                    ]
+  490 1  15834  0x82ac  prim   17 03                    [
+         15835  0x82ae  int    11 25                    0x25
+         15836  0x82b0  int    11 6b                    0x6b
+         15837  0x82b2  int    11 4b                    0x4b
+         15838  0x82b4  int    01                       0x00
+         15839  0x82b5  prim   17 04                    ]
+  491 1  15840  0x82b7  prim   17 03                    [
+         15841  0x82b9  int    11 26                    0x26
+         15842  0x82bb  int    11 6c                    0x6c
+         15843  0x82bd  int    11 4c                    0x4c
+         15844  0x82bf  int    01                       0x00
+         15845  0x82c0  prim   17 04                    ]
+  492 1  15846  0x82c2  prim   17 03                    [
+         15847  0x82c4  int    11 27                    0x27
+         15848  0x82c6  uint   12 e9                    0xe9
+         15849  0x82c8  uint   12 f6                    0xf6
+         15850  0x82ca  int    01                       0x00
+         15851  0x82cb  prim   17 04                    ]
+  493 1  15852  0x82cd  prim   17 03                    [
+         15853  0x82cf  int    11 28                    0x28
+         15854  0x82d1  uint   12 e0                    0xe0
+         15855  0x82d3  uint   12 e4                    0xe4
+         15856  0x82d5  int    11 7b                    0x7b
+         15857  0x82d7  prim   17 04                    ]
+  494 1  15858  0x82d9  prim   17 03                    [
+         15859  0x82db  int    11 29                    0x29
+         15860  0x82dd  uint   12 a7                    0xa7
+         15861  0x82df  uint   12 b0                    0xb0
+         15862  0x82e1  uint   12 ac                    0xac
+         15863  0x82e3  prim   17 04                    ]
+  495 1  15864  0x82e5  prim   17 03                    [
+         15865  0x82e7  int    11 2b                    0x2b
+         15866  0x82e9  int    11 24                    0x24
+         15867  0x82eb  uint   12 a3                    0xa3
+         15868  0x82ed  int    11 7d                    0x7d
+         15869  0x82ef  prim   17 04                    ]
+  496 1  15870  0x82f1  prim   17 03                    [
+         15871  0x82f3  int    11 2c                    0x2c
+         15872  0x82f5  int    11 79                    0x79
+         15873  0x82f7  int    11 59                    0x59
+         15874  0x82f9  uint   12 ab                    0xab
+         15875  0x82fb  prim   17 04                    ]
+  497 1  15876  0x82fd  prim   17 03                    [
+         15877  0x82ff  int    11 2d                    0x2d
+         15878  0x8301  int    11 78                    0x78
+         15879  0x8303  int    11 58                    0x58
+         15880  0x8305  uint   12 bb                    0xbb
+         15881  0x8307  prim   17 04                    ]
+  498 1  15882  0x8309  prim   17 03                    [
+         15883  0x830b  int    11 2e                    0x2e
+         15884  0x830d  int    11 63                    0x63
+         15885  0x830f  int    11 43                    0x43
+         15886  0x8311  uint   12 a2                    0xa2
+         15887  0x8313  prim   17 04                    ]
+  499 1  15888  0x8315  prim   17 03                    [
+         15889  0x8317  int    11 2f                    0x2f
+         15890  0x8319  int    11 76                    0x76
+         15891  0x831b  int    11 56                    0x56
+         15892  0x831d  int    01                       0x00
+         15893  0x831e  prim   17 04                    ]
+  500 1  15894  0x8320  prim   17 03                    [
+         15895  0x8322  int    11 30                    0x30
+         15896  0x8324  int    11 62                    0x62
+         15897  0x8326  int    11 42                    0x42
+         15898  0x8328  int    01                       0x00
+         15899  0x8329  prim   17 04                    ]
+  501 1  15900  0x832b  prim   17 03                    [
+         15901  0x832d  int    11 32                    0x32
+         15902  0x832f  int    11 6d                    0x6d
+         15903  0x8331  int    11 4d                    0x4d
+         15904  0x8333  uint   12 b5                    0xb5
+         15905  0x8335  prim   17 04                    ]
+  502 1  15906  0x8337  prim   17 03                    [
+         15907  0x8339  int    11 33                    0x33
+         15908  0x833b  int    11 2c                    0x2c
+         15909  0x833d  int    11 3b                    0x3b
+         15910  0x833f  int    01                       0x00
+         15911  0x8340  prim   17 04                    ]
+  503 1  15912  0x8342  prim   17 03                    [
+         15913  0x8344  int    11 34                    0x34
+         15914  0x8346  int    11 2e                    0x2e
+         15915  0x8348  int    11 3a                    0x3a
+         15916  0x834a  uint   12 b7                    0xb7
+         15917  0x834c  prim   17 04                    ]
+  504 1  15918  0x834e  prim   17 03                    [
+         15919  0x8350  int    11 35                    0x35
+         15920  0x8352  int    11 2d                    0x2d
+         15921  0x8354  int    11 5f                    0x5f
+         15922  0x8356  int    01                       0x00
+         15923  0x8357  prim   17 04                    ]
+  505 1  15924  0x8359  prim   17 03                    [
+         15925  0x835b  int    11 56                    0x56
+         15926  0x835d  int    11 3c                    0x3c
+         15927  0x835f  int    11 3e                    0x3e
+         15928  0x8361  int    11 5c                    0x5c
+         15929  0x8363  prim   17 04                    ]
+  506 1  15930  0x8365  prim   17 04                    ]
+         15931  0x8367  prim   17 05                    def
+  508 1  15932  0x8369  dict   29 4c 03                 /keymap.cm
+         15933  0x836c  prim   17 03                    [
+  509 1  15934  0x836e  prim   17 03                    [
+         15935  0x8370  int    11 56                    0x56
+         15936  0x8372  int    11 3c                    0x3c
+         15937  0x8374  int    11 3e                    0x3e
+         15938  0x8376  int    11 7c                    0x7c
+         15939  0x8378  prim   17 04                    ]
+  510 1  15940  0x837a  prim   17 04                    ]
+         15941  0x837c  prim   17 05                    def
+  512 1  15942  0x837e  dict   29 4d 03                 /keymap.cn
+         15943  0x8381  prim   17 03                    [
+  513 1  15944  0x8383  prim   17 03                    [
+         15945  0x8385  int    11 56                    0x56
+         15946  0x8387  int    11 3c                    0x3c
+         15947  0x8389  int    11 3e                    0x3e
+         15948  0x838b  int    11 7c                    0x7c
+         15949  0x838d  prim   17 04                    ]
+  514 1  15950  0x838f  prim   17 04                    ]
+         15951  0x8391  prim   17 05                    def
+  516 1  15952  0x8393  dict   29 4e 03                 /keymap.cz
+         15953  0x8396  prim   17 03                    [
+  517 1  15954  0x8398  prim   17 03                    [
+         15955  0x839a  int    11 02                    0x02
+         15956  0x839c  int    11 2b                    0x2b
+         15957  0x839e  int    11 31                    0x31
+         15958  0x83a0  int    11 21                    0x21
+         15959  0x83a2  prim   17 04                    ]
+  518 1  15960  0x83a4  prim   17 03                    [
+         15961  0x83a6  int    11 03                    0x03
+         15962  0x83a8  int    01                       0x00
+         15963  0x83a9  int    11 32                    0x32
+         15964  0x83ab  int    11 40                    0x40
+         15965  0x83ad  prim   17 04                    ]
+  519 1  15966  0x83af  prim   17 03                    [
+         15967  0x83b1  int    11 04                    0x04
+         15968  0x83b3  int    01                       0x00
+         15969  0x83b4  int    11 33                    0x33
+         15970  0x83b6  int    11 23                    0x23
+         15971  0x83b8  prim   17 04                    ]
+  520 1  15972  0x83ba  prim   17 03                    [
+         15973  0x83bc  int    11 05                    0x05
+         15974  0x83be  int    01                       0x00
+         15975  0x83bf  int    11 34                    0x34
+         15976  0x83c1  int    11 24                    0x24
+         15977  0x83c3  prim   17 04                    ]
+  521 1  15978  0x83c5  prim   17 03                    [
+         15979  0x83c7  int    11 06                    0x06
+         15980  0x83c9  int    01                       0x00
+         15981  0x83ca  int    11 35                    0x35
+         15982  0x83cc  int    11 25                    0x25
+         15983  0x83ce  prim   17 04                    ]
+  522 1  15984  0x83d0  prim   17 03                    [
+         15985  0x83d2  int    11 07                    0x07
+         15986  0x83d4  int    01                       0x00
+         15987  0x83d5  int    11 36                    0x36
+         15988  0x83d7  int    11 5e                    0x5e
+         15989  0x83d9  prim   17 04                    ]
+  523 1  15990  0x83db  prim   17 03                    [
+         15991  0x83dd  int    11 08                    0x08
+         15992  0x83df  uint   12 fd                    0xfd
+         15993  0x83e1  int    11 37                    0x37
+         15994  0x83e3  int    11 26                    0x26
+         15995  0x83e5  prim   17 04                    ]
+  524 1  15996  0x83e7  prim   17 03                    [
+         15997  0x83e9  int    11 09                    0x09
+         15998  0x83eb  uint   12 e1                    0xe1
+         15999  0x83ed  int    11 38                    0x38
+         16000  0x83ef  int    11 2a                    0x2a
+         16001  0x83f1  prim   17 04                    ]
+  525 1  16002  0x83f3  prim   17 03                    [
+         16003  0x83f5  int    11 0a                    0x0a
+         16004  0x83f7  uint   12 ed                    0xed
+         16005  0x83f9  int    11 39                    0x39
+         16006  0x83fb  int    11 7b                    0x7b
+         16007  0x83fd  prim   17 04                    ]
+  526 1  16008  0x83ff  prim   17 03                    [
+         16009  0x8401  int    11 0b                    0x0b
+         16010  0x8403  uint   12 e9                    0xe9
+         16011  0x8405  int    11 30                    0x30
+         16012  0x8407  int    11 7d                    0x7d
+         16013  0x8409  prim   17 04                    ]
+  527 1  16014  0x840b  prim   17 03                    [
+         16015  0x840d  int    11 0c                    0x0c
+         16016  0x840f  int    11 3d                    0x3d
+         16017  0x8411  int    11 25                    0x25
+         16018  0x8413  int    11 5c                    0x5c
+         16019  0x8415  prim   17 04                    ]
+  528 1  16020  0x8417  prim   17 03                    [
+         16021  0x8419  int    11 0d                    0x0d
+         16022  0x841b  int    01                       0x00
+         16023  0x841c  int    01                       0x00
+         16024  0x841d  int    11 5f                    0x5f
+         16025  0x841f  prim   17 04                    ]
+  529 1  16026  0x8421  prim   17 03                    [
+         16027  0x8423  int    11 10                    0x10
+         16028  0x8425  int    11 71                    0x71
+         16029  0x8427  int    11 51                    0x51
+         16030  0x8429  int    11 5c                    0x5c
+         16031  0x842b  prim   17 04                    ]
+  530 1  16032  0x842d  prim   17 03                    [
+         16033  0x842f  int    11 11                    0x11
+         16034  0x8431  int    11 77                    0x77
+         16035  0x8433  int    11 57                    0x57
+         16036  0x8435  int    11 7c                    0x7c
+         16037  0x8437  prim   17 04                    ]
+  531 1  16038  0x8439  prim   17 03                    [
+         16039  0x843b  int    11 12                    0x12
+         16040  0x843d  int    11 65                    0x65
+         16041  0x843f  int    11 45                    0x45
+         16042  0x8441  int    01                       0x00
+         16043  0x8442  prim   17 04                    ]
+  532 1  16044  0x8444  prim   17 03                    [
+         16045  0x8446  int    11 13                    0x13
+         16046  0x8448  int    11 72                    0x72
+         16047  0x844a  int    11 52                    0x52
+         16048  0x844c  uint   12 b6                    0xb6
+         16049  0x844e  prim   17 04                    ]
+  533 1  16050  0x8450  prim   17 03                    [
+         16051  0x8452  int    11 14                    0x14
+         16052  0x8454  int    11 74                    0x74
+         16053  0x8456  int    11 54                    0x54
+         16054  0x8458  int    01                       0x00
+         16055  0x8459  prim   17 04                    ]
+  534 1  16056  0x845b  prim   17 03                    [
+         16057  0x845d  int    11 15                    0x15
+         16058  0x845f  int    11 7a                    0x7a
+         16059  0x8461  int    11 5a                    0x5a
+         16060  0x8463  int    01                       0x00
+         16061  0x8464  prim   17 04                    ]
+  535 1  16062  0x8466  prim   17 03                    [
+         16063  0x8468  int    11 16                    0x16
+         16064  0x846a  int    11 75                    0x75
+         16065  0x846c  int    11 55                    0x55
+         16066  0x846e  int    01                       0x00
+         16067  0x846f  prim   17 04                    ]
+  536 1  16068  0x8471  prim   17 03                    [
+         16069  0x8473  int    11 17                    0x17
+         16070  0x8475  int    11 69                    0x69
+         16071  0x8477  int    11 49                    0x49
+         16072  0x8479  int    01                       0x00
+         16073  0x847a  prim   17 04                    ]
+  537 1  16074  0x847c  prim   17 03                    [
+         16075  0x847e  int    11 18                    0x18
+         16076  0x8480  int    11 6f                    0x6f
+         16077  0x8482  int    11 4f                    0x4f
+         16078  0x8484  uint   12 f8                    0xf8
+         16079  0x8486  prim   17 04                    ]
+  538 1  16080  0x8488  prim   17 03                    [
+         16081  0x848a  int    11 19                    0x19
+         16082  0x848c  int    11 70                    0x70
+         16083  0x848e  int    11 50                    0x50
+         16084  0x8490  uint   12 fe                    0xfe
+         16085  0x8492  prim   17 04                    ]
+  539 1  16086  0x8494  prim   17 03                    [
+         16087  0x8496  int    11 1a                    0x1a
+         16088  0x8498  uint   12 fa                    0xfa
+         16089  0x849a  int    11 2f                    0x2f
+         16090  0x849c  int    11 5b                    0x5b
+         16091  0x849e  prim   17 04                    ]
+  540 1  16092  0x84a0  prim   17 03                    [
+         16093  0x84a2  int    11 1b                    0x1b
+         16094  0x84a4  int    11 29                    0x29
+         16095  0x84a6  int    11 28                    0x28
+         16096  0x84a8  int    11 5d                    0x5d
+         16097  0x84aa  prim   17 04                    ]
+  541 1  16098  0x84ac  prim   17 03                    [
+         16099  0x84ae  int    11 1e                    0x1e
+         16100  0x84b0  int    11 61                    0x61
+         16101  0x84b2  int    11 41                    0x41
+         16102  0x84b4  int    11 7e                    0x7e
+         16103  0x84b6  prim   17 04                    ]
+  542 1  16104  0x84b8  prim   17 03                    [
+         16105  0x84ba  int    11 1f                    0x1f
+         16106  0x84bc  int    11 73                    0x73
+         16107  0x84be  int    11 53                    0x53
+         16108  0x84c0  int    01                       0x00
+         16109  0x84c1  prim   17 04                    ]
+  543 1  16110  0x84c3  prim   17 03                    [
+         16111  0x84c5  int    11 20                    0x20
+         16112  0x84c7  int    11 64                    0x64
+         16113  0x84c9  int    11 44                    0x44
+         16114  0x84cb  int    01                       0x00
+         16115  0x84cc  prim   17 04                    ]
+  544 1  16116  0x84ce  prim   17 03                    [
+         16117  0x84d0  int    11 21                    0x21
+         16118  0x84d2  int    11 66                    0x66
+         16119  0x84d4  int    11 46                    0x46
+         16120  0x84d6  int    11 5b                    0x5b
+         16121  0x84d8  prim   17 04                    ]
+  545 1  16122  0x84da  prim   17 03                    [
+         16123  0x84dc  int    11 22                    0x22
+         16124  0x84de  int    11 67                    0x67
+         16125  0x84e0  int    11 47                    0x47
+         16126  0x84e2  int    11 5d                    0x5d
+         16127  0x84e4  prim   17 04                    ]
+  546 1  16128  0x84e6  prim   17 03                    [
+         16129  0x84e8  int    11 23                    0x23
+         16130  0x84ea  int    11 68                    0x68
+         16131  0x84ec  int    11 48                    0x48
+         16132  0x84ee  int    11 60                    0x60
+         16133  0x84f0  prim   17 04                    ]
+  547 1  16134  0x84f2  prim   17 03                    [
+         16135  0x84f4  int    11 24                    0x24
+         16136  0x84f6  int    11 6a                    0x6a
+         16137  0x84f8  int    11 4a                    0x4a
+         16138  0x84fa  int    11 27                    0x27
+         16139  0x84fc  prim   17 04                    ]
+  548 1  16140  0x84fe  prim   17 03                    [
+         16141  0x8500  int    11 25                    0x25
+         16142  0x8502  int    11 6b                    0x6b
+         16143  0x8504  int    11 4b                    0x4b
+         16144  0x8506  int    01                       0x00
+         16145  0x8507  prim   17 04                    ]
+  549 1  16146  0x8509  prim   17 03                    [
+         16147  0x850b  int    11 26                    0x26
+         16148  0x850d  int    11 6c                    0x6c
+         16149  0x850f  int    11 4c                    0x4c
+         16150  0x8511  int    01                       0x00
+         16151  0x8512  prim   17 04                    ]
+  550 1  16152  0x8514  prim   17 03                    [
+         16153  0x8516  int    11 27                    0x27
+         16154  0x8518  int    01                       0x00
+         16155  0x8519  int    11 22                    0x22
+         16156  0x851b  int    11 24                    0x24
+         16157  0x851d  prim   17 04                    ]
+  551 1  16158  0x851f  prim   17 03                    [
+         16159  0x8521  int    11 28                    0x28
+         16160  0x8523  uint   12 a7                    0xa7
+         16161  0x8525  int    11 21                    0x21
+         16162  0x8527  int    11 27                    0x27
+         16163  0x8529  prim   17 04                    ]
+  552 1  16164  0x852b  prim   17 03                    [
+         16165  0x852d  int    11 29                    0x29
+         16166  0x852f  int    11 3b                    0x3b
+         16167  0x8531  int    11 2a                    0x2a
+         16168  0x8533  int    11 60                    0x60
+         16169  0x8535  prim   17 04                    ]
+  553 1  16170  0x8537  prim   17 03                    [
+         16171  0x8539  int    11 2b                    0x2b
+         16172  0x853b  int    01                       0x00
+         16173  0x853c  int    11 27                    0x27
+         16174  0x853e  int    11 5c                    0x5c
+         16175  0x8540  prim   17 04                    ]
+  554 1  16176  0x8542  prim   17 03                    [
+         16177  0x8544  int    11 2c                    0x2c
+         16178  0x8546  int    11 79                    0x79
+         16179  0x8548  int    11 59                    0x59
+         16180  0x854a  uint   12 b0                    0xb0
+         16181  0x854c  prim   17 04                    ]
+  555 1  16182  0x854e  prim   17 03                    [
+         16183  0x8550  int    11 2d                    0x2d
+         16184  0x8552  int    11 78                    0x78
+         16185  0x8554  int    11 58                    0x58
+         16186  0x8556  int    11 23                    0x23
+         16187  0x8558  prim   17 04                    ]
+  556 1  16188  0x855a  prim   17 03                    [
+         16189  0x855c  int    11 2e                    0x2e
+         16190  0x855e  int    11 63                    0x63
+         16191  0x8560  int    11 43                    0x43
+         16192  0x8562  int    11 26                    0x26
+         16193  0x8564  prim   17 04                    ]
+  557 1  16194  0x8566  prim   17 03                    [
+         16195  0x8568  int    11 2f                    0x2f
+         16196  0x856a  int    11 76                    0x76
+         16197  0x856c  int    11 56                    0x56
+         16198  0x856e  int    11 40                    0x40
+         16199  0x8570  prim   17 04                    ]
+  558 1  16200  0x8572  prim   17 03                    [
+         16201  0x8574  int    11 30                    0x30
+         16202  0x8576  int    11 62                    0x62
+         16203  0x8578  int    11 42                    0x42
+         16204  0x857a  int    11 7b                    0x7b
+         16205  0x857c  prim   17 04                    ]
+  559 1  16206  0x857e  prim   17 03                    [
+         16207  0x8580  int    11 31                    0x31
+         16208  0x8582  int    11 6e                    0x6e
+         16209  0x8584  int    11 4e                    0x4e
+         16210  0x8586  int    11 7d                    0x7d
+         16211  0x8588  prim   17 04                    ]
+  560 1  16212  0x858a  prim   17 03                    [
+         16213  0x858c  int    11 32                    0x32
+         16214  0x858e  int    11 6d                    0x6d
+         16215  0x8590  int    11 4d                    0x4d
+         16216  0x8592  int    11 5e                    0x5e
+         16217  0x8594  prim   17 04                    ]
+  561 1  16218  0x8596  prim   17 03                    [
+         16219  0x8598  int    11 33                    0x33
+         16220  0x859a  int    11 2c                    0x2c
+         16221  0x859c  int    11 3f                    0x3f
+         16222  0x859e  int    11 3c                    0x3c
+         16223  0x85a0  prim   17 04                    ]
+  562 1  16224  0x85a2  prim   17 03                    [
+         16225  0x85a4  int    11 34                    0x34
+         16226  0x85a6  int    11 2e                    0x2e
+         16227  0x85a8  int    11 3a                    0x3a
+         16228  0x85aa  int    11 3e                    0x3e
+         16229  0x85ac  prim   17 04                    ]
+  563 1  16230  0x85ae  prim   17 03                    [
+         16231  0x85b0  int    11 35                    0x35
+         16232  0x85b2  int    11 2d                    0x2d
+         16233  0x85b4  int    11 5f                    0x5f
+         16234  0x85b6  int    11 2a                    0x2a
+         16235  0x85b8  prim   17 04                    ]
+  564 1  16236  0x85ba  prim   17 03                    [
+         16237  0x85bc  int    11 56                    0x56
+         16238  0x85be  int    11 5c                    0x5c
+         16239  0x85c0  int    11 7c                    0x7c
+         16240  0x85c2  int    11 2f                    0x2f
+         16241  0x85c4  prim   17 04                    ]
+  565 1  16242  0x85c6  prim   17 04                    ]
+         16243  0x85c8  prim   17 05                    def
+  567 1  16244  0x85ca  dict   29 4f 03                 /keymap.de
+         16245  0x85cd  prim   17 03                    [
+  568 1  16246  0x85cf  prim   17 03                    [
+         16247  0x85d1  int    11 02                    0x02
+         16248  0x85d3  int    11 31                    0x31
+         16249  0x85d5  int    11 21                    0x21
+         16250  0x85d7  uint   12 b9                    0xb9
+         16251  0x85d9  prim   17 04                    ]
+  569 1  16252  0x85db  prim   17 03                    [
+         16253  0x85dd  int    11 03                    0x03
+         16254  0x85df  int    11 32                    0x32
+         16255  0x85e1  int    11 22                    0x22
+         16256  0x85e3  uint   12 b2                    0xb2
+         16257  0x85e5  prim   17 04                    ]
+  570 1  16258  0x85e7  prim   17 03                    [
+         16259  0x85e9  int    11 04                    0x04
+         16260  0x85eb  int    11 33                    0x33
+         16261  0x85ed  uint   12 a7                    0xa7
+         16262  0x85ef  uint   12 b3                    0xb3
+         16263  0x85f1  prim   17 04                    ]
+  571 1  16264  0x85f3  prim   17 03                    [
+         16265  0x85f5  int    11 05                    0x05
+         16266  0x85f7  int    11 34                    0x34
+         16267  0x85f9  int    11 24                    0x24
+         16268  0x85fb  uint   12 bc                    0xbc
+         16269  0x85fd  prim   17 04                    ]
+  572 1  16270  0x85ff  prim   17 03                    [
+         16271  0x8601  int    11 06                    0x06
+         16272  0x8603  int    11 35                    0x35
+         16273  0x8605  int    11 25                    0x25
+         16274  0x8607  uint   12 bd                    0xbd
+         16275  0x8609  prim   17 04                    ]
+  573 1  16276  0x860b  prim   17 03                    [
+         16277  0x860d  int    11 07                    0x07
+         16278  0x860f  int    11 36                    0x36
+         16279  0x8611  int    11 26                    0x26
+         16280  0x8613  uint   12 ac                    0xac
+         16281  0x8615  prim   17 04                    ]
+  574 1  16282  0x8617  prim   17 03                    [
+         16283  0x8619  int    11 08                    0x08
+         16284  0x861b  int    11 37                    0x37
+         16285  0x861d  int    11 2f                    0x2f
+         16286  0x861f  int    11 7b                    0x7b
+         16287  0x8621  prim   17 04                    ]
+  575 1  16288  0x8623  prim   17 03                    [
+         16289  0x8625  int    11 09                    0x09
+         16290  0x8627  int    11 38                    0x38
+         16291  0x8629  int    11 28                    0x28
+         16292  0x862b  int    11 5b                    0x5b
+         16293  0x862d  prim   17 04                    ]
+  576 1  16294  0x862f  prim   17 03                    [
+         16295  0x8631  int    11 0a                    0x0a
+         16296  0x8633  int    11 39                    0x39
+         16297  0x8635  int    11 29                    0x29
+         16298  0x8637  int    11 5d                    0x5d
+         16299  0x8639  prim   17 04                    ]
+  577 1  16300  0x863b  prim   17 03                    [
+         16301  0x863d  int    11 0b                    0x0b
+         16302  0x863f  int    11 30                    0x30
+         16303  0x8641  int    11 3d                    0x3d
+         16304  0x8643  int    11 7d                    0x7d
+         16305  0x8645  prim   17 04                    ]
+  578 1  16306  0x8647  prim   17 03                    [
+         16307  0x8649  int    11 0c                    0x0c
+         16308  0x864b  uint   12 df                    0xdf
+         16309  0x864d  int    11 3f                    0x3f
+         16310  0x864f  int    11 5c                    0x5c
+         16311  0x8651  prim   17 04                    ]
+  579 1  16312  0x8653  prim   17 03                    [
+         16313  0x8655  int    11 10                    0x10
+         16314  0x8657  int    11 71                    0x71
+         16315  0x8659  int    11 51                    0x51
+         16316  0x865b  int    11 40                    0x40
+         16317  0x865d  prim   17 04                    ]
+  580 1  16318  0x865f  prim   17 03                    [
+         16319  0x8661  int    11 11                    0x11
+         16320  0x8663  int    11 77                    0x77
+         16321  0x8665  int    11 57                    0x57
+         16322  0x8667  int    01                       0x00
+         16323  0x8668  prim   17 04                    ]
+  581 1  16324  0x866a  prim   17 03                    [
+         16325  0x866c  int    11 12                    0x12
+         16326  0x866e  int    11 65                    0x65
+         16327  0x8670  int    11 45                    0x45
+         16328  0x8672  int    01                       0x00
+         16329  0x8673  prim   17 04                    ]
+  582 1  16330  0x8675  prim   17 03                    [
+         16331  0x8677  int    11 13                    0x13
+         16332  0x8679  int    11 72                    0x72
+         16333  0x867b  int    11 52                    0x52
+         16334  0x867d  uint   12 b6                    0xb6
+         16335  0x867f  prim   17 04                    ]
+  583 1  16336  0x8681  prim   17 03                    [
+         16337  0x8683  int    11 14                    0x14
+         16338  0x8685  int    11 74                    0x74
+         16339  0x8687  int    11 54                    0x54
+         16340  0x8689  int    01                       0x00
+         16341  0x868a  prim   17 04                    ]
+  584 1  16342  0x868c  prim   17 03                    [
+         16343  0x868e  int    11 15                    0x15
+         16344  0x8690  int    11 7a                    0x7a
+         16345  0x8692  int    11 5a                    0x5a
+         16346  0x8694  int    01                       0x00
+         16347  0x8695  prim   17 04                    ]
+  585 1  16348  0x8697  prim   17 03                    [
+         16349  0x8699  int    11 16                    0x16
+         16350  0x869b  int    11 75                    0x75
+         16351  0x869d  int    11 55                    0x55
+         16352  0x869f  int    01                       0x00
+         16353  0x86a0  prim   17 04                    ]
+  586 1  16354  0x86a2  prim   17 03                    [
+         16355  0x86a4  int    11 17                    0x17
+         16356  0x86a6  int    11 69                    0x69
+         16357  0x86a8  int    11 49                    0x49
+         16358  0x86aa  int    01                       0x00
+         16359  0x86ab  prim   17 04                    ]
+  587 1  16360  0x86ad  prim   17 03                    [
+         16361  0x86af  int    11 18                    0x18
+         16362  0x86b1  int    11 6f                    0x6f
+         16363  0x86b3  int    11 4f                    0x4f
+         16364  0x86b5  uint   12 f8                    0xf8
+         16365  0x86b7  prim   17 04                    ]
+  588 1  16366  0x86b9  prim   17 03                    [
+         16367  0x86bb  int    11 19                    0x19
+         16368  0x86bd  int    11 70                    0x70
+         16369  0x86bf  int    11 50                    0x50
+         16370  0x86c1  uint   12 fe                    0xfe
+         16371  0x86c3  prim   17 04                    ]
+  589 1  16372  0x86c5  prim   17 03                    [
+         16373  0x86c7  int    11 1a                    0x1a
+         16374  0x86c9  uint   12 fc                    0xfc
+         16375  0x86cb  uint   12 dc                    0xdc
+         16376  0x86cd  int    01                       0x00
+         16377  0x86ce  prim   17 04                    ]
+  590 1  16378  0x86d0  prim   17 03                    [
+         16379  0x86d2  int    11 1b                    0x1b
+         16380  0x86d4  int    11 2b                    0x2b
+         16381  0x86d6  int    11 2a                    0x2a
+         16382  0x86d8  int    01                       0x00
+         16383  0x86d9  prim   17 04                    ]
+  591 1  16384  0x86db  prim   17 03                    [
+         16385  0x86dd  int    11 1e                    0x1e
+         16386  0x86df  int    11 61                    0x61
+         16387  0x86e1  int    11 41                    0x41
+         16388  0x86e3  uint   12 e6                    0xe6
+         16389  0x86e5  prim   17 04                    ]
+  592 1  16390  0x86e7  prim   17 03                    [
+         16391  0x86e9  int    11 1f                    0x1f
+         16392  0x86eb  int    11 73                    0x73
+         16393  0x86ed  int    11 53                    0x53
+         16394  0x86ef  int    01                       0x00
+         16395  0x86f0  prim   17 04                    ]
+  593 1  16396  0x86f2  prim   17 03                    [
+         16397  0x86f4  int    11 20                    0x20
+         16398  0x86f6  int    11 64                    0x64
+         16399  0x86f8  int    11 44                    0x44
+         16400  0x86fa  uint   12 f0                    0xf0
+         16401  0x86fc  prim   17 04                    ]
+  594 1  16402  0x86fe  prim   17 03                    [
+         16403  0x8700  int    11 21                    0x21
+         16404  0x8702  int    11 66                    0x66
+         16405  0x8704  int    11 46                    0x46
+         16406  0x8706  int    01                       0x00
+         16407  0x8707  prim   17 04                    ]
+  595 1  16408  0x8709  prim   17 03                    [
+         16409  0x870b  int    11 22                    0x22
+         16410  0x870d  int    11 67                    0x67
+         16411  0x870f  int    11 47                    0x47
+         16412  0x8711  int    01                       0x00
+         16413  0x8712  prim   17 04                    ]
+  596 1  16414  0x8714  prim   17 03                    [
+         16415  0x8716  int    11 23                    0x23
+         16416  0x8718  int    11 68                    0x68
+         16417  0x871a  int    11 48                    0x48
+         16418  0x871c  int    01                       0x00
+         16419  0x871d  prim   17 04                    ]
+  597 1  16420  0x871f  prim   17 03                    [
+         16421  0x8721  int    11 24                    0x24
+         16422  0x8723  int    11 6a                    0x6a
+         16423  0x8725  int    11 4a                    0x4a
+         16424  0x8727  int    01                       0x00
+         16425  0x8728  prim   17 04                    ]
+  598 1  16426  0x872a  prim   17 03                    [
+         16427  0x872c  int    11 25                    0x25
+         16428  0x872e  int    11 6b                    0x6b
+         16429  0x8730  int    11 4b                    0x4b
+         16430  0x8732  int    01                       0x00
+         16431  0x8733  prim   17 04                    ]
+  599 1  16432  0x8735  prim   17 03                    [
+         16433  0x8737  int    11 26                    0x26
+         16434  0x8739  int    11 6c                    0x6c
+         16435  0x873b  int    11 4c                    0x4c
+         16436  0x873d  int    01                       0x00
+         16437  0x873e  prim   17 04                    ]
+  600 1  16438  0x8740  prim   17 03                    [
+         16439  0x8742  int    11 27                    0x27
+         16440  0x8744  uint   12 f6                    0xf6
+         16441  0x8746  uint   12 d6                    0xd6
+         16442  0x8748  int    01                       0x00
+         16443  0x8749  prim   17 04                    ]
+  601 1  16444  0x874b  prim   17 03                    [
+         16445  0x874d  int    11 28                    0x28
+         16446  0x874f  uint   12 e4                    0xe4
+         16447  0x8751  uint   12 c4                    0xc4
+         16448  0x8753  int    01                       0x00
+         16449  0x8754  prim   17 04                    ]
+  602 1  16450  0x8756  prim   17 03                    [
+         16451  0x8758  int    11 29                    0x29
+         16452  0x875a  int    01                       0x00
+         16453  0x875b  uint   12 b0                    0xb0
+         16454  0x875d  int    01                       0x00
+         16455  0x875e  prim   17 04                    ]
+  603 1  16456  0x8760  prim   17 03                    [
+         16457  0x8762  int    11 2b                    0x2b
+         16458  0x8764  int    11 23                    0x23
+         16459  0x8766  int    11 27                    0x27
+         16460  0x8768  int    01                       0x00
+         16461  0x8769  prim   17 04                    ]
+  604 1  16462  0x876b  prim   17 03                    [
+         16463  0x876d  int    11 2c                    0x2c
+         16464  0x876f  int    11 79                    0x79
+         16465  0x8771  int    11 59                    0x59
+         16466  0x8773  uint   12 bb                    0xbb
+         16467  0x8775  prim   17 04                    ]
+  605 1  16468  0x8777  prim   17 03                    [
+         16469  0x8779  int    11 2d                    0x2d
+         16470  0x877b  int    11 78                    0x78
+         16471  0x877d  int    11 58                    0x58
+         16472  0x877f  uint   12 ab                    0xab
+         16473  0x8781  prim   17 04                    ]
+  606 1  16474  0x8783  prim   17 03                    [
+         16475  0x8785  int    11 2e                    0x2e
+         16476  0x8787  int    11 63                    0x63
+         16477  0x8789  int    11 43                    0x43
+         16478  0x878b  uint   12 a2                    0xa2
+         16479  0x878d  prim   17 04                    ]
+  607 1  16480  0x878f  prim   17 03                    [
+         16481  0x8791  int    11 2f                    0x2f
+         16482  0x8793  int    11 76                    0x76
+         16483  0x8795  int    11 56                    0x56
+         16484  0x8797  int    01                       0x00
+         16485  0x8798  prim   17 04                    ]
+  608 1  16486  0x879a  prim   17 03                    [
+         16487  0x879c  int    11 30                    0x30
+         16488  0x879e  int    11 62                    0x62
+         16489  0x87a0  int    11 42                    0x42
+         16490  0x87a2  int    01                       0x00
+         16491  0x87a3  prim   17 04                    ]
+  609 1  16492  0x87a5  prim   17 03                    [
+         16493  0x87a7  int    11 31                    0x31
+         16494  0x87a9  int    11 6e                    0x6e
+         16495  0x87ab  int    11 4e                    0x4e
+         16496  0x87ad  int    01                       0x00
+         16497  0x87ae  prim   17 04                    ]
+  610 1  16498  0x87b0  prim   17 03                    [
+         16499  0x87b2  int    11 32                    0x32
+         16500  0x87b4  int    11 6d                    0x6d
+         16501  0x87b6  int    11 4d                    0x4d
+         16502  0x87b8  uint   12 b5                    0xb5
+         16503  0x87ba  prim   17 04                    ]
+  611 1  16504  0x87bc  prim   17 03                    [
+         16505  0x87be  int    11 33                    0x33
+         16506  0x87c0  int    11 2c                    0x2c
+         16507  0x87c2  int    11 3b                    0x3b
+         16508  0x87c4  uint   12 b7                    0xb7
+         16509  0x87c6  prim   17 04                    ]
+  612 1  16510  0x87c8  prim   17 03                    [
+         16511  0x87ca  int    11 34                    0x34
+         16512  0x87cc  int    11 2e                    0x2e
+         16513  0x87ce  int    11 3a                    0x3a
+         16514  0x87d0  int    01                       0x00
+         16515  0x87d1  prim   17 04                    ]
+  613 1  16516  0x87d3  prim   17 03                    [
+         16517  0x87d5  int    11 35                    0x35
+         16518  0x87d7  int    11 2d                    0x2d
+         16519  0x87d9  int    11 5f                    0x5f
+         16520  0x87db  int    01                       0x00
+         16521  0x87dc  prim   17 04                    ]
+  614 1  16522  0x87de  prim   17 03                    [
+         16523  0x87e0  int    11 56                    0x56
+         16524  0x87e2  int    11 3c                    0x3c
+         16525  0x87e4  int    11 3e                    0x3e
+         16526  0x87e6  int    11 7c                    0x7c
+         16527  0x87e8  prim   17 04                    ]
+  615 1  16528  0x87ea  prim   17 04                    ]
+         16529  0x87ec  prim   17 05                    def
+  617 1  16530  0x87ee  dict   29 50 03                 /keymap.dk
+         16531  0x87f1  prim   17 03                    [
+  618 1  16532  0x87f3  prim   17 03                    [
+         16533  0x87f5  int    11 02                    0x02
+         16534  0x87f7  int    11 31                    0x31
+         16535  0x87f9  int    11 21                    0x21
+         16536  0x87fb  uint   12 a1                    0xa1
+         16537  0x87fd  prim   17 04                    ]
+  619 1  16538  0x87ff  prim   17 03                    [
+         16539  0x8801  int    11 03                    0x03
+         16540  0x8803  int    11 32                    0x32
+         16541  0x8805  int    11 22                    0x22
+         16542  0x8807  int    11 40                    0x40
+         16543  0x8809  prim   17 04                    ]
+  620 1  16544  0x880b  prim   17 03                    [
+         16545  0x880d  int    11 04                    0x04
+         16546  0x880f  int    11 33                    0x33
+         16547  0x8811  int    11 23                    0x23
+         16548  0x8813  uint   12 a3                    0xa3
+         16549  0x8815  prim   17 04                    ]
+  621 1  16550  0x8817  prim   17 03                    [
+         16551  0x8819  int    11 05                    0x05
+         16552  0x881b  int    11 34                    0x34
+         16553  0x881d  uint   12 a4                    0xa4
+         16554  0x881f  int    11 24                    0x24
+         16555  0x8821  prim   17 04                    ]
+  622 1  16556  0x8823  prim   17 03                    [
+         16557  0x8825  int    11 06                    0x06
+         16558  0x8827  int    11 35                    0x35
+         16559  0x8829  int    11 25                    0x25
+         16560  0x882b  uint   12 bd                    0xbd
+         16561  0x882d  prim   17 04                    ]
+  623 1  16562  0x882f  prim   17 03                    [
+         16563  0x8831  int    11 07                    0x07
+         16564  0x8833  int    11 36                    0x36
+         16565  0x8835  int    11 26                    0x26
+         16566  0x8837  uint   12 a5                    0xa5
+         16567  0x8839  prim   17 04                    ]
+  624 1  16568  0x883b  prim   17 03                    [
+         16569  0x883d  int    11 08                    0x08
+         16570  0x883f  int    11 37                    0x37
+         16571  0x8841  int    11 2f                    0x2f
+         16572  0x8843  int    11 7b                    0x7b
+         16573  0x8845  prim   17 04                    ]
+  625 1  16574  0x8847  prim   17 03                    [
+         16575  0x8849  int    11 09                    0x09
+         16576  0x884b  int    11 38                    0x38
+         16577  0x884d  int    11 28                    0x28
+         16578  0x884f  int    11 5b                    0x5b
+         16579  0x8851  prim   17 04                    ]
+  626 1  16580  0x8853  prim   17 03                    [
+         16581  0x8855  int    11 0a                    0x0a
+         16582  0x8857  int    11 39                    0x39
+         16583  0x8859  int    11 29                    0x29
+         16584  0x885b  int    11 5d                    0x5d
+         16585  0x885d  prim   17 04                    ]
+  627 1  16586  0x885f  prim   17 03                    [
+         16587  0x8861  int    11 0b                    0x0b
+         16588  0x8863  int    11 30                    0x30
+         16589  0x8865  int    11 3d                    0x3d
+         16590  0x8867  int    11 7d                    0x7d
+         16591  0x8869  prim   17 04                    ]
+  628 1  16592  0x886b  prim   17 03                    [
+         16593  0x886d  int    11 0c                    0x0c
+         16594  0x886f  int    11 2b                    0x2b
+         16595  0x8871  int    11 3f                    0x3f
+         16596  0x8873  uint   12 b1                    0xb1
+         16597  0x8875  prim   17 04                    ]
+  629 1  16598  0x8877  prim   17 03                    [
+         16599  0x8879  int    11 0d                    0x0d
+         16600  0x887b  int    01                       0x00
+         16601  0x887c  int    01                       0x00
+         16602  0x887d  int    11 7c                    0x7c
+         16603  0x887f  prim   17 04                    ]
+  630 1  16604  0x8881  prim   17 03                    [
+         16605  0x8883  int    11 10                    0x10
+         16606  0x8885  int    11 71                    0x71
+         16607  0x8887  int    11 51                    0x51
+         16608  0x8889  int    11 40                    0x40
+         16609  0x888b  prim   17 04                    ]
+  631 1  16610  0x888d  prim   17 03                    [
+         16611  0x888f  int    11 11                    0x11
+         16612  0x8891  int    11 77                    0x77
+         16613  0x8893  int    11 57                    0x57
+         16614  0x8895  int    01                       0x00
+         16615  0x8896  prim   17 04                    ]
+  632 1  16616  0x8898  prim   17 03                    [
+         16617  0x889a  int    11 12                    0x12
+         16618  0x889c  int    11 65                    0x65
+         16619  0x889e  int    11 45                    0x45
+         16620  0x88a0  int    01                       0x00
+         16621  0x88a1  prim   17 04                    ]
+  633 1  16622  0x88a3  prim   17 03                    [
+         16623  0x88a5  int    11 13                    0x13
+         16624  0x88a7  int    11 72                    0x72
+         16625  0x88a9  int    11 52                    0x52
+         16626  0x88ab  uint   12 ae                    0xae
+         16627  0x88ad  prim   17 04                    ]
+  634 1  16628  0x88af  prim   17 03                    [
+         16629  0x88b1  int    11 14                    0x14
+         16630  0x88b3  int    11 74                    0x74
+         16631  0x88b5  int    11 54                    0x54
+         16632  0x88b7  uint   12 fe                    0xfe
+         16633  0x88b9  prim   17 04                    ]
+  635 1  16634  0x88bb  prim   17 03                    [
+         16635  0x88bd  int    11 15                    0x15
+         16636  0x88bf  int    11 79                    0x79
+         16637  0x88c1  int    11 59                    0x59
+         16638  0x88c3  int    01                       0x00
+         16639  0x88c4  prim   17 04                    ]
+  636 1  16640  0x88c6  prim   17 03                    [
+         16641  0x88c8  int    11 16                    0x16
+         16642  0x88ca  int    11 75                    0x75
+         16643  0x88cc  int    11 55                    0x55
+         16644  0x88ce  int    01                       0x00
+         16645  0x88cf  prim   17 04                    ]
+  637 1  16646  0x88d1  prim   17 03                    [
+         16647  0x88d3  int    11 17                    0x17
+         16648  0x88d5  int    11 69                    0x69
+         16649  0x88d7  int    11 49                    0x49
+         16650  0x88d9  int    01                       0x00
+         16651  0x88da  prim   17 04                    ]
+  638 1  16652  0x88dc  prim   17 03                    [
+         16653  0x88de  int    11 18                    0x18
+         16654  0x88e0  int    11 6f                    0x6f
+         16655  0x88e2  int    11 4f                    0x4f
+         16656  0x88e4  int    01                       0x00
+         16657  0x88e5  prim   17 04                    ]
+  639 1  16658  0x88e7  prim   17 03                    [
+         16659  0x88e9  int    11 19                    0x19
+         16660  0x88eb  int    11 70                    0x70
+         16661  0x88ed  int    11 50                    0x50
+         16662  0x88ef  uint   12 fe                    0xfe
+         16663  0x88f1  prim   17 04                    ]
+  640 1  16664  0x88f3  prim   17 03                    [
+         16665  0x88f5  int    11 1a                    0x1a
+         16666  0x88f7  uint   12 e5                    0xe5
+         16667  0x88f9  uint   12 c5                    0xc5
+         16668  0x88fb  int    01                       0x00
+         16669  0x88fc  prim   17 04                    ]
+  641 1  16670  0x88fe  prim   17 03                    [
+         16671  0x8900  int    11 1e                    0x1e
+         16672  0x8902  int    11 61                    0x61
+         16673  0x8904  int    11 41                    0x41
+         16674  0x8906  uint   12 aa                    0xaa
+         16675  0x8908  prim   17 04                    ]
+  642 1  16676  0x890a  prim   17 03                    [
+         16677  0x890c  int    11 1f                    0x1f
+         16678  0x890e  int    11 73                    0x73
+         16679  0x8910  int    11 53                    0x53
+         16680  0x8912  uint   12 df                    0xdf
+         16681  0x8914  prim   17 04                    ]
+  643 1  16682  0x8916  prim   17 03                    [
+         16683  0x8918  int    11 20                    0x20
+         16684  0x891a  int    11 64                    0x64
+         16685  0x891c  int    11 44                    0x44
+         16686  0x891e  uint   12 f0                    0xf0
+         16687  0x8920  prim   17 04                    ]
+  644 1  16688  0x8922  prim   17 03                    [
+         16689  0x8924  int    11 21                    0x21
+         16690  0x8926  int    11 66                    0x66
+         16691  0x8928  int    11 46                    0x46
+         16692  0x892a  int    01                       0x00
+         16693  0x892b  prim   17 04                    ]
+  645 1  16694  0x892d  prim   17 03                    [
+         16695  0x892f  int    11 22                    0x22
+         16696  0x8931  int    11 67                    0x67
+         16697  0x8933  int    11 47                    0x47
+         16698  0x8935  int    01                       0x00
+         16699  0x8936  prim   17 04                    ]
+  646 1  16700  0x8938  prim   17 03                    [
+         16701  0x893a  int    11 23                    0x23
+         16702  0x893c  int    11 68                    0x68
+         16703  0x893e  int    11 48                    0x48
+         16704  0x8940  int    01                       0x00
+         16705  0x8941  prim   17 04                    ]
+  647 1  16706  0x8943  prim   17 03                    [
+         16707  0x8945  int    11 25                    0x25
+         16708  0x8947  int    11 6b                    0x6b
+         16709  0x8949  int    11 4b                    0x4b
+         16710  0x894b  int    01                       0x00
+         16711  0x894c  prim   17 04                    ]
+  648 1  16712  0x894e  prim   17 03                    [
+         16713  0x8950  int    11 26                    0x26
+         16714  0x8952  int    11 6c                    0x6c
+         16715  0x8954  int    11 4c                    0x4c
+         16716  0x8956  int    01                       0x00
+         16717  0x8957  prim   17 04                    ]
+  649 1  16718  0x8959  prim   17 03                    [
+         16719  0x895b  int    11 27                    0x27
+         16720  0x895d  uint   12 e6                    0xe6
+         16721  0x895f  uint   12 c6                    0xc6
+         16722  0x8961  int    01                       0x00
+         16723  0x8962  prim   17 04                    ]
+  650 1  16724  0x8964  prim   17 03                    [
+         16725  0x8966  int    11 28                    0x28
+         16726  0x8968  uint   12 f8                    0xf8
+         16727  0x896a  uint   12 d8                    0xd8
+         16728  0x896c  int    01                       0x00
+         16729  0x896d  prim   17 04                    ]
+  651 1  16730  0x896f  prim   17 03                    [
+         16731  0x8971  int    11 29                    0x29
+         16732  0x8973  uint   12 bd                    0xbd
+         16733  0x8975  uint   12 a7                    0xa7
+         16734  0x8977  uint   12 be                    0xbe
+         16735  0x8979  prim   17 04                    ]
+  652 1  16736  0x897b  prim   17 03                    [
+         16737  0x897d  int    11 2b                    0x2b
+         16738  0x897f  int    11 27                    0x27
+         16739  0x8981  int    11 2a                    0x2a
+         16740  0x8983  int    01                       0x00
+         16741  0x8984  prim   17 04                    ]
+  653 1  16742  0x8986  prim   17 03                    [
+         16743  0x8988  int    11 2c                    0x2c
+         16744  0x898a  int    11 7a                    0x7a
+         16745  0x898c  int    11 5a                    0x5a
+         16746  0x898e  uint   12 ab                    0xab
+         16747  0x8990  prim   17 04                    ]
+  654 1  16748  0x8992  prim   17 03                    [
+         16749  0x8994  int    11 2d                    0x2d
+         16750  0x8996  int    11 78                    0x78
+         16751  0x8998  int    11 58                    0x58
+         16752  0x899a  uint   12 bb                    0xbb
+         16753  0x899c  prim   17 04                    ]
+  655 1  16754  0x899e  prim   17 03                    [
+         16755  0x89a0  int    11 2e                    0x2e
+         16756  0x89a2  int    11 63                    0x63
+         16757  0x89a4  int    11 43                    0x43
+         16758  0x89a6  uint   12 a9                    0xa9
+         16759  0x89a8  prim   17 04                    ]
+  656 1  16760  0x89aa  prim   17 03                    [
+         16761  0x89ac  int    11 2f                    0x2f
+         16762  0x89ae  int    11 76                    0x76
+         16763  0x89b0  int    11 56                    0x56
+         16764  0x89b2  int    01                       0x00
+         16765  0x89b3  prim   17 04                    ]
+  657 1  16766  0x89b5  prim   17 03                    [
+         16767  0x89b7  int    11 30                    0x30
+         16768  0x89b9  int    11 62                    0x62
+         16769  0x89bb  int    11 42                    0x42
+         16770  0x89bd  int    01                       0x00
+         16771  0x89be  prim   17 04                    ]
+  658 1  16772  0x89c0  prim   17 03                    [
+         16773  0x89c2  int    11 32                    0x32
+         16774  0x89c4  int    11 6d                    0x6d
+         16775  0x89c6  int    11 4d                    0x4d
+         16776  0x89c8  uint   12 b5                    0xb5
+         16777  0x89ca  prim   17 04                    ]
+  659 1  16778  0x89cc  prim   17 03                    [
+         16779  0x89ce  int    11 33                    0x33
+         16780  0x89d0  int    11 2c                    0x2c
+         16781  0x89d2  int    11 3b                    0x3b
+         16782  0x89d4  int    01                       0x00
+         16783  0x89d5  prim   17 04                    ]
+  660 1  16784  0x89d7  prim   17 03                    [
+         16785  0x89d9  int    11 34                    0x34
+         16786  0x89db  int    11 2e                    0x2e
+         16787  0x89dd  int    11 3a                    0x3a
+         16788  0x89df  uint   12 b7                    0xb7
+         16789  0x89e1  prim   17 04                    ]
+  661 1  16790  0x89e3  prim   17 03                    [
+         16791  0x89e5  int    11 35                    0x35
+         16792  0x89e7  int    11 2d                    0x2d
+         16793  0x89e9  int    11 5f                    0x5f
+         16794  0x89eb  int    01                       0x00
+         16795  0x89ec  prim   17 04                    ]
+  662 1  16796  0x89ee  prim   17 03                    [
+         16797  0x89f0  int    11 56                    0x56
+         16798  0x89f2  int    11 3c                    0x3c
+         16799  0x89f4  int    11 3e                    0x3e
+         16800  0x89f6  int    11 5c                    0x5c
+         16801  0x89f8  prim   17 04                    ]
+  663 1  16802  0x89fa  prim   17 04                    ]
+         16803  0x89fc  prim   17 05                    def
+  665 1  16804  0x89fe  dict   29 51 03                 /keymap.ee
+         16805  0x8a01  prim   17 03                    [
+  666 1  16806  0x8a03  prim   17 03                    [
+         16807  0x8a05  int    11 02                    0x02
+         16808  0x8a07  int    11 31                    0x31
+         16809  0x8a09  int    11 21                    0x21
+         16810  0x8a0b  uint   12 b9                    0xb9
+         16811  0x8a0d  prim   17 04                    ]
+  667 1  16812  0x8a0f  prim   17 03                    [
+         16813  0x8a11  int    11 03                    0x03
+         16814  0x8a13  int    11 32                    0x32
+         16815  0x8a15  int    11 22                    0x22
+         16816  0x8a17  int    11 40                    0x40
+         16817  0x8a19  prim   17 04                    ]
+  668 1  16818  0x8a1b  prim   17 03                    [
+         16819  0x8a1d  int    11 04                    0x04
+         16820  0x8a1f  int    11 33                    0x33
+         16821  0x8a21  int    11 23                    0x23
+         16822  0x8a23  uint   12 a3                    0xa3
+         16823  0x8a25  prim   17 04                    ]
+  669 1  16824  0x8a27  prim   17 03                    [
+         16825  0x8a29  int    11 05                    0x05
+         16826  0x8a2b  int    11 34                    0x34
+         16827  0x8a2d  uint   12 a4                    0xa4
+         16828  0x8a2f  int    11 24                    0x24
+         16829  0x8a31  prim   17 04                    ]
+  670 1  16830  0x8a33  prim   17 03                    [
+         16831  0x8a35  int    11 06                    0x06
+         16832  0x8a37  int    11 35                    0x35
+         16833  0x8a39  int    11 25                    0x25
+         16834  0x8a3b  uint   12 bd                    0xbd
+         16835  0x8a3d  prim   17 04                    ]
+  671 1  16836  0x8a3f  prim   17 03                    [
+         16837  0x8a41  int    11 07                    0x07
+         16838  0x8a43  int    11 36                    0x36
+         16839  0x8a45  int    11 26                    0x26
+         16840  0x8a47  uint   12 ac                    0xac
+         16841  0x8a49  prim   17 04                    ]
+  672 1  16842  0x8a4b  prim   17 03                    [
+         16843  0x8a4d  int    11 08                    0x08
+         16844  0x8a4f  int    11 37                    0x37
+         16845  0x8a51  int    11 2f                    0x2f
+         16846  0x8a53  int    11 7b                    0x7b
+         16847  0x8a55  prim   17 04                    ]
+  673 1  16848  0x8a57  prim   17 03                    [
+         16849  0x8a59  int    11 09                    0x09
+         16850  0x8a5b  int    11 38                    0x38
+         16851  0x8a5d  int    11 28                    0x28
+         16852  0x8a5f  int    11 5b                    0x5b
+         16853  0x8a61  prim   17 04                    ]
+  674 1  16854  0x8a63  prim   17 03                    [
+         16855  0x8a65  int    11 0a                    0x0a
+         16856  0x8a67  int    11 39                    0x39
+         16857  0x8a69  int    11 29                    0x29
+         16858  0x8a6b  int    11 5d                    0x5d
+         16859  0x8a6d  prim   17 04                    ]
+  675 1  16860  0x8a6f  prim   17 03                    [
+         16861  0x8a71  int    11 0b                    0x0b
+         16862  0x8a73  int    11 30                    0x30
+         16863  0x8a75  int    11 3d                    0x3d
+         16864  0x8a77  int    11 7d                    0x7d
+         16865  0x8a79  prim   17 04                    ]
+  676 1  16866  0x8a7b  prim   17 03                    [
+         16867  0x8a7d  int    11 0c                    0x0c
+         16868  0x8a7f  int    11 2b                    0x2b
+         16869  0x8a81  int    11 3f                    0x3f
+         16870  0x8a83  int    11 5c                    0x5c
+         16871  0x8a85  prim   17 04                    ]
+  677 1  16872  0x8a87  prim   17 03                    [
+         16873  0x8a89  int    11 0d                    0x0d
+         16874  0x8a8b  int    01                       0x00
+         16875  0x8a8c  int    01                       0x00
+         16876  0x8a8d  int    11 60                    0x60
+         16877  0x8a8f  prim   17 04                    ]
+  678 1  16878  0x8a91  prim   17 03                    [
+         16879  0x8a93  int    11 10                    0x10
+         16880  0x8a95  int    11 71                    0x71
+         16881  0x8a97  int    11 51                    0x51
+         16882  0x8a99  int    11 40                    0x40
+         16883  0x8a9b  prim   17 04                    ]
+  679 1  16884  0x8a9d  prim   17 03                    [
+         16885  0x8a9f  int    11 11                    0x11
+         16886  0x8aa1  int    11 77                    0x77
+         16887  0x8aa3  int    11 57                    0x57
+         16888  0x8aa5  int    01                       0x00
+         16889  0x8aa6  prim   17 04                    ]
+  680 1  16890  0x8aa8  prim   17 03                    [
+         16891  0x8aaa  int    11 12                    0x12
+         16892  0x8aac  int    11 65                    0x65
+         16893  0x8aae  int    11 45                    0x45
+         16894  0x8ab0  int    01                       0x00
+         16895  0x8ab1  prim   17 04                    ]
+  681 1  16896  0x8ab3  prim   17 03                    [
+         16897  0x8ab5  int    11 13                    0x13
+         16898  0x8ab7  int    11 72                    0x72
+         16899  0x8ab9  int    11 52                    0x52
+         16900  0x8abb  uint   12 b6                    0xb6
+         16901  0x8abd  prim   17 04                    ]
+  682 1  16902  0x8abf  prim   17 03                    [
+         16903  0x8ac1  int    11 14                    0x14
+         16904  0x8ac3  int    11 74                    0x74
+         16905  0x8ac5  int    11 54                    0x54
+         16906  0x8ac7  int    01                       0x00
+         16907  0x8ac8  prim   17 04                    ]
+  683 1  16908  0x8aca  prim   17 03                    [
+         16909  0x8acc  int    11 15                    0x15
+         16910  0x8ace  int    11 79                    0x79
+         16911  0x8ad0  int    11 59                    0x59
+         16912  0x8ad2  int    01                       0x00
+         16913  0x8ad3  prim   17 04                    ]
+  684 1  16914  0x8ad5  prim   17 03                    [
+         16915  0x8ad7  int    11 16                    0x16
+         16916  0x8ad9  int    11 75                    0x75
+         16917  0x8adb  int    11 55                    0x55
+         16918  0x8add  int    01                       0x00
+         16919  0x8ade  prim   17 04                    ]
+  685 1  16920  0x8ae0  prim   17 03                    [
+         16921  0x8ae2  int    11 17                    0x17
+         16922  0x8ae4  int    11 69                    0x69
+         16923  0x8ae6  int    11 49                    0x49
+         16924  0x8ae8  int    01                       0x00
+         16925  0x8ae9  prim   17 04                    ]
+  686 1  16926  0x8aeb  prim   17 03                    [
+         16927  0x8aed  int    11 18                    0x18
+         16928  0x8aef  int    11 6f                    0x6f
+         16929  0x8af1  int    11 4f                    0x4f
+         16930  0x8af3  uint   12 f8                    0xf8
+         16931  0x8af5  prim   17 04                    ]
+  687 1  16932  0x8af7  prim   17 03                    [
+         16933  0x8af9  int    11 19                    0x19
+         16934  0x8afb  int    11 70                    0x70
+         16935  0x8afd  int    11 50                    0x50
+         16936  0x8aff  uint   12 fe                    0xfe
+         16937  0x8b01  prim   17 04                    ]
+  688 1  16938  0x8b03  prim   17 03                    [
+         16939  0x8b05  int    11 1a                    0x1a
+         16940  0x8b07  uint   12 fc                    0xfc
+         16941  0x8b09  uint   12 dc                    0xdc
+         16942  0x8b0b  int    01                       0x00
+         16943  0x8b0c  prim   17 04                    ]
+  689 1  16944  0x8b0e  prim   17 03                    [
+         16945  0x8b10  int    11 1b                    0x1b
+         16946  0x8b12  uint   12 f5                    0xf5
+         16947  0x8b14  uint   12 d5                    0xd5
+         16948  0x8b16  uint   12 a7                    0xa7
+         16949  0x8b18  prim   17 04                    ]
+  690 1  16950  0x8b1a  prim   17 03                    [
+         16951  0x8b1c  int    11 1e                    0x1e
+         16952  0x8b1e  int    11 61                    0x61
+         16953  0x8b20  int    11 41                    0x41
+         16954  0x8b22  uint   12 e6                    0xe6
+         16955  0x8b24  prim   17 04                    ]
+  691 1  16956  0x8b26  prim   17 03                    [
+         16957  0x8b28  int    11 1f                    0x1f
+         16958  0x8b2a  int    11 73                    0x73
+         16959  0x8b2c  int    11 53                    0x53
+         16960  0x8b2e  int    01                       0x00
+         16961  0x8b2f  prim   17 04                    ]
+  692 1  16962  0x8b31  prim   17 03                    [
+         16963  0x8b33  int    11 20                    0x20
+         16964  0x8b35  int    11 64                    0x64
+         16965  0x8b37  int    11 44                    0x44
+         16966  0x8b39  uint   12 f0                    0xf0
+         16967  0x8b3b  prim   17 04                    ]
+  693 1  16968  0x8b3d  prim   17 03                    [
+         16969  0x8b3f  int    11 21                    0x21
+         16970  0x8b41  int    11 66                    0x66
+         16971  0x8b43  int    11 46                    0x46
+         16972  0x8b45  int    01                       0x00
+         16973  0x8b46  prim   17 04                    ]
+  694 1  16974  0x8b48  prim   17 03                    [
+         16975  0x8b4a  int    11 22                    0x22
+         16976  0x8b4c  int    11 67                    0x67
+         16977  0x8b4e  int    11 47                    0x47
+         16978  0x8b50  int    01                       0x00
+         16979  0x8b51  prim   17 04                    ]
+  695 1  16980  0x8b53  prim   17 03                    [
+         16981  0x8b55  int    11 23                    0x23
+         16982  0x8b57  int    11 68                    0x68
+         16983  0x8b59  int    11 48                    0x48
+         16984  0x8b5b  int    01                       0x00
+         16985  0x8b5c  prim   17 04                    ]
+  696 1  16986  0x8b5e  prim   17 03                    [
+         16987  0x8b60  int    11 25                    0x25
+         16988  0x8b62  int    11 6b                    0x6b
+         16989  0x8b64  int    11 4b                    0x4b
+         16990  0x8b66  int    01                       0x00
+         16991  0x8b67  prim   17 04                    ]
+  697 1  16992  0x8b69  prim   17 03                    [
+         16993  0x8b6b  int    11 26                    0x26
+         16994  0x8b6d  int    11 6c                    0x6c
+         16995  0x8b6f  int    11 4c                    0x4c
+         16996  0x8b71  int    01                       0x00
+         16997  0x8b72  prim   17 04                    ]
+  698 1  16998  0x8b74  prim   17 03                    [
+         16999  0x8b76  int    11 27                    0x27
+         17000  0x8b78  uint   12 f6                    0xf6
+         17001  0x8b7a  uint   12 d6                    0xd6
+         17002  0x8b7c  int    01                       0x00
+         17003  0x8b7d  prim   17 04                    ]
+  699 1  17004  0x8b7f  prim   17 03                    [
+         17005  0x8b81  int    11 28                    0x28
+         17006  0x8b83  uint   12 e4                    0xe4
+         17007  0x8b85  uint   12 c4                    0xc4
+         17008  0x8b87  int    11 5e                    0x5e
+         17009  0x8b89  prim   17 04                    ]
+  700 1  17010  0x8b8b  prim   17 03                    [
+         17011  0x8b8d  int    11 29                    0x29
+         17012  0x8b8f  int    01                       0x00
+         17013  0x8b90  int    01                       0x00
+         17014  0x8b91  uint   12 ac                    0xac
+         17015  0x8b93  prim   17 04                    ]
+  701 1  17016  0x8b95  prim   17 03                    [
+         17017  0x8b97  int    11 2b                    0x2b
+         17018  0x8b99  int    11 27                    0x27
+         17019  0x8b9b  int    11 2a                    0x2a
+         17020  0x8b9d  uint   12 bd                    0xbd
+         17021  0x8b9f  prim   17 04                    ]
+  702 1  17022  0x8ba1  prim   17 03                    [
+         17023  0x8ba3  int    11 2c                    0x2c
+         17024  0x8ba5  int    11 7a                    0x7a
+         17025  0x8ba7  int    11 5a                    0x5a
+         17026  0x8ba9  int    01                       0x00
+         17027  0x8baa  prim   17 04                    ]
+  703 1  17028  0x8bac  prim   17 03                    [
+         17029  0x8bae  int    11 2d                    0x2d
+         17030  0x8bb0  int    11 78                    0x78
+         17031  0x8bb2  int    11 58                    0x58
+         17032  0x8bb4  uint   12 bb                    0xbb
+         17033  0x8bb6  prim   17 04                    ]
+  704 1  17034  0x8bb8  prim   17 03                    [
+         17035  0x8bba  int    11 2e                    0x2e
+         17036  0x8bbc  int    11 63                    0x63
+         17037  0x8bbe  int    11 43                    0x43
+         17038  0x8bc0  uint   12 a2                    0xa2
+         17039  0x8bc2  prim   17 04                    ]
+  705 1  17040  0x8bc4  prim   17 03                    [
+         17041  0x8bc6  int    11 2f                    0x2f
+         17042  0x8bc8  int    11 76                    0x76
+         17043  0x8bca  int    11 56                    0x56
+         17044  0x8bcc  int    01                       0x00
+         17045  0x8bcd  prim   17 04                    ]
+  706 1  17046  0x8bcf  prim   17 03                    [
+         17047  0x8bd1  int    11 30                    0x30
+         17048  0x8bd3  int    11 62                    0x62
+         17049  0x8bd5  int    11 42                    0x42
+         17050  0x8bd7  int    01                       0x00
+         17051  0x8bd8  prim   17 04                    ]
+  707 1  17052  0x8bda  prim   17 03                    [
+         17053  0x8bdc  int    11 32                    0x32
+         17054  0x8bde  int    11 6d                    0x6d
+         17055  0x8be0  int    11 4d                    0x4d
+         17056  0x8be2  uint   12 b5                    0xb5
+         17057  0x8be4  prim   17 04                    ]
+  708 1  17058  0x8be6  prim   17 03                    [
+         17059  0x8be8  int    11 33                    0x33
+         17060  0x8bea  int    11 2c                    0x2c
+         17061  0x8bec  int    11 3b                    0x3b
+         17062  0x8bee  int    11 3c                    0x3c
+         17063  0x8bf0  prim   17 04                    ]
+  709 1  17064  0x8bf2  prim   17 03                    [
+         17065  0x8bf4  int    11 34                    0x34
+         17066  0x8bf6  int    11 2e                    0x2e
+         17067  0x8bf8  int    11 3a                    0x3a
+         17068  0x8bfa  int    11 3e                    0x3e
+         17069  0x8bfc  prim   17 04                    ]
+  710 1  17070  0x8bfe  prim   17 03                    [
+         17071  0x8c00  int    11 35                    0x35
+         17072  0x8c02  int    11 2d                    0x2d
+         17073  0x8c04  int    11 5f                    0x5f
+         17074  0x8c06  int    11 7c                    0x7c
+         17075  0x8c08  prim   17 04                    ]
+  711 1  17076  0x8c0a  prim   17 03                    [
+         17077  0x8c0c  int    11 56                    0x56
+         17078  0x8c0e  int    11 3c                    0x3c
+         17079  0x8c10  int    11 3e                    0x3e
+         17080  0x8c12  int    11 7c                    0x7c
+         17081  0x8c14  prim   17 04                    ]
+  712 1  17082  0x8c16  prim   17 04                    ]
+         17083  0x8c18  prim   17 05                    def
+  714 1  17084  0x8c1a  dict   29 52 03                 /keymap.epo
+         17085  0x8c1d  prim   17 03                    [
+  715 1  17086  0x8c1f  prim   17 03                    [
+         17087  0x8c21  int    11 06                    0x06
+         17088  0x8c23  int    11 35                    0x35
+         17089  0x8c25  int    11 25                    0x25
+         17090  0x8c27  int    01                       0x00
+         17091  0x8c28  prim   17 04                    ]
+  716 1  17092  0x8c2a  prim   17 03                    [
+         17093  0x8c2c  int    11 10                    0x10
+         17094  0x8c2e  int    01                       0x00
+         17095  0x8c2f  int    01                       0x00
+         17096  0x8c30  int    11 71                    0x71
+         17097  0x8c32  prim   17 04                    ]
+  717 1  17098  0x8c34  prim   17 03                    [
+         17099  0x8c36  int    11 11                    0x11
+         17100  0x8c38  int    01                       0x00
+         17101  0x8c39  int    01                       0x00
+         17102  0x8c3a  int    11 77                    0x77
+         17103  0x8c3c  prim   17 04                    ]
+  718 1  17104  0x8c3e  prim   17 03                    [
+         17105  0x8c40  int    11 15                    0x15
+         17106  0x8c42  int    01                       0x00
+         17107  0x8c43  int    01                       0x00
+         17108  0x8c44  int    11 79                    0x79
+         17109  0x8c46  prim   17 04                    ]
+  719 1  17110  0x8c48  prim   17 03                    [
+         17111  0x8c4a  int    11 18                    0x18
+         17112  0x8c4c  int    11 6f                    0x6f
+         17113  0x8c4e  int    11 4f                    0x4f
+         17114  0x8c50  int    11 7b                    0x7b
+         17115  0x8c52  prim   17 04                    ]
+  720 1  17116  0x8c54  prim   17 03                    [
+         17117  0x8c56  int    11 19                    0x19
+         17118  0x8c58  int    11 70                    0x70
+         17119  0x8c5a  int    11 50                    0x50
+         17120  0x8c5c  int    11 7d                    0x7d
+         17121  0x8c5e  prim   17 04                    ]
+  721 1  17122  0x8c60  prim   17 03                    [
+         17123  0x8c62  int    11 1a                    0x1a
+         17124  0x8c64  int    01                       0x00
+         17125  0x8c65  int    01                       0x00
+         17126  0x8c66  int    11 5b                    0x5b
+         17127  0x8c68  prim   17 04                    ]
+  722 1  17128  0x8c6a  prim   17 03                    [
+         17129  0x8c6c  int    11 1b                    0x1b
+         17130  0x8c6e  int    01                       0x00
+         17131  0x8c6f  int    01                       0x00
+         17132  0x8c70  int    11 5d                    0x5d
+         17133  0x8c72  prim   17 04                    ]
+  723 1  17134  0x8c74  prim   17 03                    [
+         17135  0x8c76  int    11 1e                    0x1e
+         17136  0x8c78  int    11 61                    0x61
+         17137  0x8c7a  int    11 41                    0x41
+         17138  0x8c7c  int    01                       0x00
+         17139  0x8c7d  prim   17 04                    ]
+  724 1  17140  0x8c7f  prim   17 03                    [
+         17141  0x8c81  int    11 1f                    0x1f
+         17142  0x8c83  int    11 73                    0x73
+         17143  0x8c85  int    11 53                    0x53
+         17144  0x8c87  int    01                       0x00
+         17145  0x8c88  prim   17 04                    ]
+  725 1  17146  0x8c8a  prim   17 03                    [
+         17147  0x8c8c  int    11 20                    0x20
+         17148  0x8c8e  int    11 64                    0x64
+         17149  0x8c90  int    11 44                    0x44
+         17150  0x8c92  int    01                       0x00
+         17151  0x8c93  prim   17 04                    ]
+  726 1  17152  0x8c95  prim   17 03                    [
+         17153  0x8c97  int    11 21                    0x21
+         17154  0x8c99  int    11 66                    0x66
+         17155  0x8c9b  int    11 46                    0x46
+         17156  0x8c9d  int    01                       0x00
+         17157  0x8c9e  prim   17 04                    ]
+  727 1  17158  0x8ca0  prim   17 03                    [
+         17159  0x8ca2  int    11 2d                    0x2d
+         17160  0x8ca4  int    01                       0x00
+         17161  0x8ca5  int    01                       0x00
+         17162  0x8ca6  int    11 78                    0x78
+         17163  0x8ca8  prim   17 04                    ]
+  728 1  17164  0x8caa  prim   17 03                    [
+         17165  0x8cac  int    11 31                    0x31
+         17166  0x8cae  int    11 6e                    0x6e
+         17167  0x8cb0  int    11 4e                    0x4e
+         17168  0x8cb2  int    01                       0x00
+         17169  0x8cb3  prim   17 04                    ]
+  729 1  17170  0x8cb5  prim   17 03                    [
+         17171  0x8cb7  int    11 32                    0x32
+         17172  0x8cb9  int    11 6d                    0x6d
+         17173  0x8cbb  int    11 4d                    0x4d
+         17174  0x8cbd  int    01                       0x00
+         17175  0x8cbe  prim   17 04                    ]
+  730 1  17176  0x8cc0  prim   17 03                    [
+         17177  0x8cc2  int    11 56                    0x56
+         17178  0x8cc4  int    11 3c                    0x3c
+         17179  0x8cc6  int    11 3e                    0x3e
+         17180  0x8cc8  int    11 7c                    0x7c
+         17181  0x8cca  prim   17 04                    ]
+  731 1  17182  0x8ccc  prim   17 04                    ]
+         17183  0x8cce  prim   17 05                    def
+  733 1  17184  0x8cd0  dict   29 53 03                 /keymap.es
+         17185  0x8cd3  prim   17 03                    [
+  734 1  17186  0x8cd5  prim   17 03                    [
+         17187  0x8cd7  int    11 02                    0x02
+         17188  0x8cd9  int    11 31                    0x31
+         17189  0x8cdb  int    11 21                    0x21
+         17190  0x8cdd  int    11 7c                    0x7c
+         17191  0x8cdf  prim   17 04                    ]
+  735 1  17192  0x8ce1  prim   17 03                    [
+         17193  0x8ce3  int    11 03                    0x03
+         17194  0x8ce5  int    11 32                    0x32
+         17195  0x8ce7  int    11 22                    0x22
+         17196  0x8ce9  int    11 40                    0x40
+         17197  0x8ceb  prim   17 04                    ]
+  736 1  17198  0x8ced  prim   17 03                    [
+         17199  0x8cef  int    11 04                    0x04
+         17200  0x8cf1  int    11 33                    0x33
+         17201  0x8cf3  uint   12 b7                    0xb7
+         17202  0x8cf5  int    11 23                    0x23
+         17203  0x8cf7  prim   17 04                    ]
+  737 1  17204  0x8cf9  prim   17 03                    [
+         17205  0x8cfb  int    11 05                    0x05
+         17206  0x8cfd  int    11 34                    0x34
+         17207  0x8cff  int    11 24                    0x24
+         17208  0x8d01  int    11 7e                    0x7e
+         17209  0x8d03  prim   17 04                    ]
+  738 1  17210  0x8d05  prim   17 03                    [
+         17211  0x8d07  int    11 06                    0x06
+         17212  0x8d09  int    11 35                    0x35
+         17213  0x8d0b  int    11 25                    0x25
+         17214  0x8d0d  uint   12 bd                    0xbd
+         17215  0x8d0f  prim   17 04                    ]
+  739 1  17216  0x8d11  prim   17 03                    [
+         17217  0x8d13  int    11 07                    0x07
+         17218  0x8d15  int    11 36                    0x36
+         17219  0x8d17  int    11 26                    0x26
+         17220  0x8d19  uint   12 ac                    0xac
+         17221  0x8d1b  prim   17 04                    ]
+  740 1  17222  0x8d1d  prim   17 03                    [
+         17223  0x8d1f  int    11 08                    0x08
+         17224  0x8d21  int    11 37                    0x37
+         17225  0x8d23  int    11 2f                    0x2f
+         17226  0x8d25  int    11 7b                    0x7b
+         17227  0x8d27  prim   17 04                    ]
+  741 1  17228  0x8d29  prim   17 03                    [
+         17229  0x8d2b  int    11 09                    0x09
+         17230  0x8d2d  int    11 38                    0x38
+         17231  0x8d2f  int    11 28                    0x28
+         17232  0x8d31  int    11 5b                    0x5b
+         17233  0x8d33  prim   17 04                    ]
+  742 1  17234  0x8d35  prim   17 03                    [
+         17235  0x8d37  int    11 0a                    0x0a
+         17236  0x8d39  int    11 39                    0x39
+         17237  0x8d3b  int    11 29                    0x29
+         17238  0x8d3d  int    11 5d                    0x5d
+         17239  0x8d3f  prim   17 04                    ]
+  743 1  17240  0x8d41  prim   17 03                    [
+         17241  0x8d43  int    11 0b                    0x0b
+         17242  0x8d45  int    11 30                    0x30
+         17243  0x8d47  int    11 3d                    0x3d
+         17244  0x8d49  int    11 7d                    0x7d
+         17245  0x8d4b  prim   17 04                    ]
+  744 1  17246  0x8d4d  prim   17 03                    [
+         17247  0x8d4f  int    11 0c                    0x0c
+         17248  0x8d51  int    11 27                    0x27
+         17249  0x8d53  int    11 3f                    0x3f
+         17250  0x8d55  int    11 5c                    0x5c
+         17251  0x8d57  prim   17 04                    ]
+  745 1  17252  0x8d59  prim   17 03                    [
+         17253  0x8d5b  int    11 0d                    0x0d
+         17254  0x8d5d  uint   12 a1                    0xa1
+         17255  0x8d5f  uint   12 bf                    0xbf
+         17256  0x8d61  int    01                       0x00
+         17257  0x8d62  prim   17 04                    ]
+  746 1  17258  0x8d64  prim   17 03                    [
+         17259  0x8d66  int    11 10                    0x10
+         17260  0x8d68  int    11 71                    0x71
+         17261  0x8d6a  int    11 51                    0x51
+         17262  0x8d6c  int    11 40                    0x40
+         17263  0x8d6e  prim   17 04                    ]
+  747 1  17264  0x8d70  prim   17 03                    [
+         17265  0x8d72  int    11 11                    0x11
+         17266  0x8d74  int    11 77                    0x77
+         17267  0x8d76  int    11 57                    0x57
+         17268  0x8d78  int    01                       0x00
+         17269  0x8d79  prim   17 04                    ]
+  748 1  17270  0x8d7b  prim   17 03                    [
+         17271  0x8d7d  int    11 12                    0x12
+         17272  0x8d7f  int    11 65                    0x65
+         17273  0x8d81  int    11 45                    0x45
+         17274  0x8d83  int    01                       0x00
+         17275  0x8d84  prim   17 04                    ]
+  749 1  17276  0x8d86  prim   17 03                    [
+         17277  0x8d88  int    11 13                    0x13
+         17278  0x8d8a  int    11 72                    0x72
+         17279  0x8d8c  int    11 52                    0x52
+         17280  0x8d8e  uint   12 b6                    0xb6
+         17281  0x8d90  prim   17 04                    ]
+  750 1  17282  0x8d92  prim   17 03                    [
+         17283  0x8d94  int    11 14                    0x14
+         17284  0x8d96  int    11 74                    0x74
+         17285  0x8d98  int    11 54                    0x54
+         17286  0x8d9a  int    01                       0x00
+         17287  0x8d9b  prim   17 04                    ]
+  751 1  17288  0x8d9d  prim   17 03                    [
+         17289  0x8d9f  int    11 15                    0x15
+         17290  0x8da1  int    11 79                    0x79
+         17291  0x8da3  int    11 59                    0x59
+         17292  0x8da5  int    01                       0x00
+         17293  0x8da6  prim   17 04                    ]
+  752 1  17294  0x8da8  prim   17 03                    [
+         17295  0x8daa  int    11 16                    0x16
+         17296  0x8dac  int    11 75                    0x75
+         17297  0x8dae  int    11 55                    0x55
+         17298  0x8db0  int    01                       0x00
+         17299  0x8db1  prim   17 04                    ]
+  753 1  17300  0x8db3  prim   17 03                    [
+         17301  0x8db5  int    11 17                    0x17
+         17302  0x8db7  int    11 69                    0x69
+         17303  0x8db9  int    11 49                    0x49
+         17304  0x8dbb  int    01                       0x00
+         17305  0x8dbc  prim   17 04                    ]
+  754 1  17306  0x8dbe  prim   17 03                    [
+         17307  0x8dc0  int    11 18                    0x18
+         17308  0x8dc2  int    11 6f                    0x6f
+         17309  0x8dc4  int    11 4f                    0x4f
+         17310  0x8dc6  uint   12 f8                    0xf8
+         17311  0x8dc8  prim   17 04                    ]
+  755 1  17312  0x8dca  prim   17 03                    [
+         17313  0x8dcc  int    11 19                    0x19
+         17314  0x8dce  int    11 70                    0x70
+         17315  0x8dd0  int    11 50                    0x50
+         17316  0x8dd2  uint   12 fe                    0xfe
+         17317  0x8dd4  prim   17 04                    ]
+  756 1  17318  0x8dd6  prim   17 03                    [
+         17319  0x8dd8  int    11 1a                    0x1a
+         17320  0x8dda  int    01                       0x00
+         17321  0x8ddb  int    01                       0x00
+         17322  0x8ddc  int    11 5b                    0x5b
+         17323  0x8dde  prim   17 04                    ]
+  757 1  17324  0x8de0  prim   17 03                    [
+         17325  0x8de2  int    11 1b                    0x1b
+         17326  0x8de4  int    11 2b                    0x2b
+         17327  0x8de6  int    11 2a                    0x2a
+         17328  0x8de8  int    11 5d                    0x5d
+         17329  0x8dea  prim   17 04                    ]
+  758 1  17330  0x8dec  prim   17 03                    [
+         17331  0x8dee  int    11 1e                    0x1e
+         17332  0x8df0  int    11 61                    0x61
+         17333  0x8df2  int    11 41                    0x41
+         17334  0x8df4  uint   12 e6                    0xe6
+         17335  0x8df6  prim   17 04                    ]
+  759 1  17336  0x8df8  prim   17 03                    [
+         17337  0x8dfa  int    11 1f                    0x1f
+         17338  0x8dfc  int    11 73                    0x73
+         17339  0x8dfe  int    11 53                    0x53
+         17340  0x8e00  uint   12 df                    0xdf
+         17341  0x8e02  prim   17 04                    ]
+  760 1  17342  0x8e04  prim   17 03                    [
+         17343  0x8e06  int    11 20                    0x20
+         17344  0x8e08  int    11 64                    0x64
+         17345  0x8e0a  int    11 44                    0x44
+         17346  0x8e0c  uint   12 f0                    0xf0
+         17347  0x8e0e  prim   17 04                    ]
+  761 1  17348  0x8e10  prim   17 03                    [
+         17349  0x8e12  int    11 21                    0x21
+         17350  0x8e14  int    11 66                    0x66
+         17351  0x8e16  int    11 46                    0x46
+         17352  0x8e18  int    01                       0x00
+         17353  0x8e19  prim   17 04                    ]
+  762 1  17354  0x8e1b  prim   17 03                    [
+         17355  0x8e1d  int    11 22                    0x22
+         17356  0x8e1f  int    11 67                    0x67
+         17357  0x8e21  int    11 47                    0x47
+         17358  0x8e23  int    01                       0x00
+         17359  0x8e24  prim   17 04                    ]
+  763 1  17360  0x8e26  prim   17 03                    [
+         17361  0x8e28  int    11 23                    0x23
+         17362  0x8e2a  int    11 68                    0x68
+         17363  0x8e2c  int    11 48                    0x48
+         17364  0x8e2e  int    01                       0x00
+         17365  0x8e2f  prim   17 04                    ]
+  764 1  17366  0x8e31  prim   17 03                    [
+         17367  0x8e33  int    11 25                    0x25
+         17368  0x8e35  int    11 6b                    0x6b
+         17369  0x8e37  int    11 4b                    0x4b
+         17370  0x8e39  int    01                       0x00
+         17371  0x8e3a  prim   17 04                    ]
+  765 1  17372  0x8e3c  prim   17 03                    [
+         17373  0x8e3e  int    11 26                    0x26
+         17374  0x8e40  int    11 6c                    0x6c
+         17375  0x8e42  int    11 4c                    0x4c
+         17376  0x8e44  int    01                       0x00
+         17377  0x8e45  prim   17 04                    ]
+  766 1  17378  0x8e47  prim   17 03                    [
+         17379  0x8e49  int    11 27                    0x27
+         17380  0x8e4b  uint   12 f1                    0xf1
+         17381  0x8e4d  uint   12 d1                    0xd1
+         17382  0x8e4f  int    11 7e                    0x7e
+         17383  0x8e51  prim   17 04                    ]
+  767 1  17384  0x8e53  prim   17 03                    [
+         17385  0x8e55  int    11 28                    0x28
+         17386  0x8e57  int    01                       0x00
+         17387  0x8e58  int    01                       0x00
+         17388  0x8e59  int    11 7b                    0x7b
+         17389  0x8e5b  prim   17 04                    ]
+  768 1  17390  0x8e5d  prim   17 03                    [
+         17391  0x8e5f  int    11 29                    0x29
+         17392  0x8e61  uint   12 ba                    0xba
+         17393  0x8e63  uint   12 aa                    0xaa
+         17394  0x8e65  int    11 5c                    0x5c
+         17395  0x8e67  prim   17 04                    ]
+  769 1  17396  0x8e69  prim   17 03                    [
+         17397  0x8e6b  int    11 2b                    0x2b
+         17398  0x8e6d  uint   12 e7                    0xe7
+         17399  0x8e6f  uint   12 c7                    0xc7
+         17400  0x8e71  int    11 7d                    0x7d
+         17401  0x8e73  prim   17 04                    ]
+  770 1  17402  0x8e75  prim   17 03                    [
+         17403  0x8e77  int    11 2c                    0x2c
+         17404  0x8e79  int    11 7a                    0x7a
+         17405  0x8e7b  int    11 5a                    0x5a
+         17406  0x8e7d  uint   12 ab                    0xab
+         17407  0x8e7f  prim   17 04                    ]
+  771 1  17408  0x8e81  prim   17 03                    [
+         17409  0x8e83  int    11 2d                    0x2d
+         17410  0x8e85  int    11 78                    0x78
+         17411  0x8e87  int    11 58                    0x58
+         17412  0x8e89  uint   12 bb                    0xbb
+         17413  0x8e8b  prim   17 04                    ]
+  772 1  17414  0x8e8d  prim   17 03                    [
+         17415  0x8e8f  int    11 2e                    0x2e
+         17416  0x8e91  int    11 63                    0x63
+         17417  0x8e93  int    11 43                    0x43
+         17418  0x8e95  uint   12 a2                    0xa2
+         17419  0x8e97  prim   17 04                    ]
+  773 1  17420  0x8e99  prim   17 03                    [
+         17421  0x8e9b  int    11 2f                    0x2f
+         17422  0x8e9d  int    11 76                    0x76
+         17423  0x8e9f  int    11 56                    0x56
+         17424  0x8ea1  int    01                       0x00
+         17425  0x8ea2  prim   17 04                    ]
+  774 1  17426  0x8ea4  prim   17 03                    [
+         17427  0x8ea6  int    11 30                    0x30
+         17428  0x8ea8  int    11 62                    0x62
+         17429  0x8eaa  int    11 42                    0x42
+         17430  0x8eac  int    01                       0x00
+         17431  0x8ead  prim   17 04                    ]
+  775 1  17432  0x8eaf  prim   17 03                    [
+         17433  0x8eb1  int    11 32                    0x32
+         17434  0x8eb3  int    11 6d                    0x6d
+         17435  0x8eb5  int    11 4d                    0x4d
+         17436  0x8eb7  uint   12 b5                    0xb5
+         17437  0x8eb9  prim   17 04                    ]
+  776 1  17438  0x8ebb  prim   17 03                    [
+         17439  0x8ebd  int    11 33                    0x33
+         17440  0x8ebf  int    11 2c                    0x2c
+         17441  0x8ec1  int    11 3b                    0x3b
+         17442  0x8ec3  int    01                       0x00
+         17443  0x8ec4  prim   17 04                    ]
+  777 1  17444  0x8ec6  prim   17 03                    [
+         17445  0x8ec8  int    11 34                    0x34
+         17446  0x8eca  int    11 2e                    0x2e
+         17447  0x8ecc  int    11 3a                    0x3a
+         17448  0x8ece  uint   12 b7                    0xb7
+         17449  0x8ed0  prim   17 04                    ]
+  778 1  17450  0x8ed2  prim   17 03                    [
+         17451  0x8ed4  int    11 35                    0x35
+         17452  0x8ed6  int    11 2d                    0x2d
+         17453  0x8ed8  int    11 5f                    0x5f
+         17454  0x8eda  int    01                       0x00
+         17455  0x8edb  prim   17 04                    ]
+  779 1  17456  0x8edd  prim   17 03                    [
+         17457  0x8edf  int    11 56                    0x56
+         17458  0x8ee1  int    11 3c                    0x3c
+         17459  0x8ee3  int    11 3e                    0x3e
+         17460  0x8ee5  int    11 7c                    0x7c
+         17461  0x8ee7  prim   17 04                    ]
+  780 1  17462  0x8ee9  prim   17 04                    ]
+         17463  0x8eeb  prim   17 05                    def
+  782 1  17464  0x8eed  dict   29 54 03                 /keymap.es_ast
+         17465  0x8ef0  prim   17 03                    [
+  783 1  17466  0x8ef2  prim   17 03                    [
+         17467  0x8ef4  int    11 02                    0x02
+         17468  0x8ef6  int    11 31                    0x31
+         17469  0x8ef8  int    11 21                    0x21
+         17470  0x8efa  int    11 7c                    0x7c
+         17471  0x8efc  prim   17 04                    ]
+  784 1  17472  0x8efe  prim   17 03                    [
+         17473  0x8f00  int    11 03                    0x03
+         17474  0x8f02  int    11 32                    0x32
+         17475  0x8f04  int    11 22                    0x22
+         17476  0x8f06  int    11 40                    0x40
+         17477  0x8f08  prim   17 04                    ]
+  785 1  17478  0x8f0a  prim   17 03                    [
+         17479  0x8f0c  int    11 04                    0x04
+         17480  0x8f0e  int    11 33                    0x33
+         17481  0x8f10  uint   12 b7                    0xb7
+         17482  0x8f12  int    11 23                    0x23
+         17483  0x8f14  prim   17 04                    ]
+  786 1  17484  0x8f16  prim   17 03                    [
+         17485  0x8f18  int    11 05                    0x05
+         17486  0x8f1a  int    11 34                    0x34
+         17487  0x8f1c  int    11 24                    0x24
+         17488  0x8f1e  int    11 7e                    0x7e
+         17489  0x8f20  prim   17 04                    ]
+  787 1  17490  0x8f22  prim   17 03                    [
+         17491  0x8f24  int    11 06                    0x06
+         17492  0x8f26  int    11 35                    0x35
+         17493  0x8f28  int    11 25                    0x25
+         17494  0x8f2a  uint   12 bd                    0xbd
+         17495  0x8f2c  prim   17 04                    ]
+  788 1  17496  0x8f2e  prim   17 03                    [
+         17497  0x8f30  int    11 07                    0x07
+         17498  0x8f32  int    11 36                    0x36
+         17499  0x8f34  int    11 26                    0x26
+         17500  0x8f36  uint   12 ac                    0xac
+         17501  0x8f38  prim   17 04                    ]
+  789 1  17502  0x8f3a  prim   17 03                    [
+         17503  0x8f3c  int    11 08                    0x08
+         17504  0x8f3e  int    11 37                    0x37
+         17505  0x8f40  int    11 2f                    0x2f
+         17506  0x8f42  int    11 7b                    0x7b
+         17507  0x8f44  prim   17 04                    ]
+  790 1  17508  0x8f46  prim   17 03                    [
+         17509  0x8f48  int    11 09                    0x09
+         17510  0x8f4a  int    11 38                    0x38
+         17511  0x8f4c  int    11 28                    0x28
+         17512  0x8f4e  int    11 5b                    0x5b
+         17513  0x8f50  prim   17 04                    ]
+  791 1  17514  0x8f52  prim   17 03                    [
+         17515  0x8f54  int    11 0a                    0x0a
+         17516  0x8f56  int    11 39                    0x39
+         17517  0x8f58  int    11 29                    0x29
+         17518  0x8f5a  int    11 5d                    0x5d
+         17519  0x8f5c  prim   17 04                    ]
+  792 1  17520  0x8f5e  prim   17 03                    [
+         17521  0x8f60  int    11 0b                    0x0b
+         17522  0x8f62  int    11 30                    0x30
+         17523  0x8f64  int    11 3d                    0x3d
+         17524  0x8f66  int    11 7d                    0x7d
+         17525  0x8f68  prim   17 04                    ]
+  793 1  17526  0x8f6a  prim   17 03                    [
+         17527  0x8f6c  int    11 0c                    0x0c
+         17528  0x8f6e  int    11 27                    0x27
+         17529  0x8f70  int    11 3f                    0x3f
+         17530  0x8f72  int    11 5c                    0x5c
+         17531  0x8f74  prim   17 04                    ]
+  794 1  17532  0x8f76  prim   17 03                    [
+         17533  0x8f78  int    11 0d                    0x0d
+         17534  0x8f7a  uint   12 a1                    0xa1
+         17535  0x8f7c  uint   12 bf                    0xbf
+         17536  0x8f7e  int    01                       0x00
+         17537  0x8f7f  prim   17 04                    ]
+  795 1  17538  0x8f81  prim   17 03                    [
+         17539  0x8f83  int    11 10                    0x10
+         17540  0x8f85  int    11 71                    0x71
+         17541  0x8f87  int    11 51                    0x51
+         17542  0x8f89  int    11 40                    0x40
+         17543  0x8f8b  prim   17 04                    ]
+  796 1  17544  0x8f8d  prim   17 03                    [
+         17545  0x8f8f  int    11 11                    0x11
+         17546  0x8f91  int    11 77                    0x77
+         17547  0x8f93  int    11 57                    0x57
+         17548  0x8f95  int    01                       0x00
+         17549  0x8f96  prim   17 04                    ]
+  797 1  17550  0x8f98  prim   17 03                    [
+         17551  0x8f9a  int    11 12                    0x12
+         17552  0x8f9c  int    11 65                    0x65
+         17553  0x8f9e  int    11 45                    0x45
+         17554  0x8fa0  int    01                       0x00
+         17555  0x8fa1  prim   17 04                    ]
+  798 1  17556  0x8fa3  prim   17 03                    [
+         17557  0x8fa5  int    11 13                    0x13
+         17558  0x8fa7  int    11 72                    0x72
+         17559  0x8fa9  int    11 52                    0x52
+         17560  0x8fab  uint   12 b6                    0xb6
+         17561  0x8fad  prim   17 04                    ]
+  799 1  17562  0x8faf  prim   17 03                    [
+         17563  0x8fb1  int    11 14                    0x14
+         17564  0x8fb3  int    11 74                    0x74
+         17565  0x8fb5  int    11 54                    0x54
+         17566  0x8fb7  int    01                       0x00
+         17567  0x8fb8  prim   17 04                    ]
+  800 1  17568  0x8fba  prim   17 03                    [
+         17569  0x8fbc  int    11 15                    0x15
+         17570  0x8fbe  int    11 79                    0x79
+         17571  0x8fc0  int    11 59                    0x59
+         17572  0x8fc2  int    01                       0x00
+         17573  0x8fc3  prim   17 04                    ]
+  801 1  17574  0x8fc5  prim   17 03                    [
+         17575  0x8fc7  int    11 16                    0x16
+         17576  0x8fc9  int    11 75                    0x75
+         17577  0x8fcb  int    11 55                    0x55
+         17578  0x8fcd  int    01                       0x00
+         17579  0x8fce  prim   17 04                    ]
+  802 1  17580  0x8fd0  prim   17 03                    [
+         17581  0x8fd2  int    11 17                    0x17
+         17582  0x8fd4  int    11 69                    0x69
+         17583  0x8fd6  int    11 49                    0x49
+         17584  0x8fd8  int    01                       0x00
+         17585  0x8fd9  prim   17 04                    ]
+  803 1  17586  0x8fdb  prim   17 03                    [
+         17587  0x8fdd  int    11 18                    0x18
+         17588  0x8fdf  int    11 6f                    0x6f
+         17589  0x8fe1  int    11 4f                    0x4f
+         17590  0x8fe3  uint   12 f8                    0xf8
+         17591  0x8fe5  prim   17 04                    ]
+  804 1  17592  0x8fe7  prim   17 03                    [
+         17593  0x8fe9  int    11 19                    0x19
+         17594  0x8feb  int    11 70                    0x70
+         17595  0x8fed  int    11 50                    0x50
+         17596  0x8fef  uint   12 fe                    0xfe
+         17597  0x8ff1  prim   17 04                    ]
+  805 1  17598  0x8ff3  prim   17 03                    [
+         17599  0x8ff5  int    11 1a                    0x1a
+         17600  0x8ff7  int    01                       0x00
+         17601  0x8ff8  int    01                       0x00
+         17602  0x8ff9  int    11 5b                    0x5b
+         17603  0x8ffb  prim   17 04                    ]
+  806 1  17604  0x8ffd  prim   17 03                    [
+         17605  0x8fff  int    11 1b                    0x1b
+         17606  0x9001  int    11 2b                    0x2b
+         17607  0x9003  int    11 2a                    0x2a
+         17608  0x9005  int    11 5d                    0x5d
+         17609  0x9007  prim   17 04                    ]
+  807 1  17610  0x9009  prim   17 03                    [
+         17611  0x900b  int    11 1e                    0x1e
+         17612  0x900d  int    11 61                    0x61
+         17613  0x900f  int    11 41                    0x41
+         17614  0x9011  uint   12 e6                    0xe6
+         17615  0x9013  prim   17 04                    ]
+  808 1  17616  0x9015  prim   17 03                    [
+         17617  0x9017  int    11 1f                    0x1f
+         17618  0x9019  int    11 73                    0x73
+         17619  0x901b  int    11 53                    0x53
+         17620  0x901d  uint   12 df                    0xdf
+         17621  0x901f  prim   17 04                    ]
+  809 1  17622  0x9021  prim   17 03                    [
+         17623  0x9023  int    11 20                    0x20
+         17624  0x9025  int    11 64                    0x64
+         17625  0x9027  int    11 44                    0x44
+         17626  0x9029  uint   12 f0                    0xf0
+         17627  0x902b  prim   17 04                    ]
+  810 1  17628  0x902d  prim   17 03                    [
+         17629  0x902f  int    11 21                    0x21
+         17630  0x9031  int    11 66                    0x66
+         17631  0x9033  int    11 46                    0x46
+         17632  0x9035  int    01                       0x00
+         17633  0x9036  prim   17 04                    ]
+  811 1  17634  0x9038  prim   17 03                    [
+         17635  0x903a  int    11 22                    0x22
+         17636  0x903c  int    11 67                    0x67
+         17637  0x903e  int    11 47                    0x47
+         17638  0x9040  int    01                       0x00
+         17639  0x9041  prim   17 04                    ]
+  812 1  17640  0x9043  prim   17 03                    [
+         17641  0x9045  int    11 23                    0x23
+         17642  0x9047  int    11 68                    0x68
+         17643  0x9049  int    11 48                    0x48
+         17644  0x904b  int    01                       0x00
+         17645  0x904c  prim   17 04                    ]
+  813 1  17646  0x904e  prim   17 03                    [
+         17647  0x9050  int    11 25                    0x25
+         17648  0x9052  int    11 6b                    0x6b
+         17649  0x9054  int    11 4b                    0x4b
+         17650  0x9056  int    01                       0x00
+         17651  0x9057  prim   17 04                    ]
+  814 1  17652  0x9059  prim   17 03                    [
+         17653  0x905b  int    11 26                    0x26
+         17654  0x905d  int    11 6c                    0x6c
+         17655  0x905f  int    11 4c                    0x4c
+         17656  0x9061  int    01                       0x00
+         17657  0x9062  prim   17 04                    ]
+  815 1  17658  0x9064  prim   17 03                    [
+         17659  0x9066  int    11 27                    0x27
+         17660  0x9068  uint   12 f1                    0xf1
+         17661  0x906a  uint   12 d1                    0xd1
+         17662  0x906c  int    11 7e                    0x7e
+         17663  0x906e  prim   17 04                    ]
+  816 1  17664  0x9070  prim   17 03                    [
+         17665  0x9072  int    11 28                    0x28
+         17666  0x9074  int    01                       0x00
+         17667  0x9075  int    01                       0x00
+         17668  0x9076  int    11 7b                    0x7b
+         17669  0x9078  prim   17 04                    ]
+  817 1  17670  0x907a  prim   17 03                    [
+         17671  0x907c  int    11 29                    0x29
+         17672  0x907e  uint   12 ba                    0xba
+         17673  0x9080  uint   12 aa                    0xaa
+         17674  0x9082  int    11 5c                    0x5c
+         17675  0x9084  prim   17 04                    ]
+  818 1  17676  0x9086  prim   17 03                    [
+         17677  0x9088  int    11 2b                    0x2b
+         17678  0x908a  uint   12 e7                    0xe7
+         17679  0x908c  uint   12 c7                    0xc7
+         17680  0x908e  int    11 7d                    0x7d
+         17681  0x9090  prim   17 04                    ]
+  819 1  17682  0x9092  prim   17 03                    [
+         17683  0x9094  int    11 2c                    0x2c
+         17684  0x9096  int    11 7a                    0x7a
+         17685  0x9098  int    11 5a                    0x5a
+         17686  0x909a  uint   12 ab                    0xab
+         17687  0x909c  prim   17 04                    ]
+  820 1  17688  0x909e  prim   17 03                    [
+         17689  0x90a0  int    11 2d                    0x2d
+         17690  0x90a2  int    11 78                    0x78
+         17691  0x90a4  int    11 58                    0x58
+         17692  0x90a6  uint   12 bb                    0xbb
+         17693  0x90a8  prim   17 04                    ]
+  821 1  17694  0x90aa  prim   17 03                    [
+         17695  0x90ac  int    11 2e                    0x2e
+         17696  0x90ae  int    11 63                    0x63
+         17697  0x90b0  int    11 43                    0x43
+         17698  0x90b2  uint   12 a2                    0xa2
+         17699  0x90b4  prim   17 04                    ]
+  822 1  17700  0x90b6  prim   17 03                    [
+         17701  0x90b8  int    11 2f                    0x2f
+         17702  0x90ba  int    11 76                    0x76
+         17703  0x90bc  int    11 56                    0x56
+         17704  0x90be  int    01                       0x00
+         17705  0x90bf  prim   17 04                    ]
+  823 1  17706  0x90c1  prim   17 03                    [
+         17707  0x90c3  int    11 30                    0x30
+         17708  0x90c5  int    11 62                    0x62
+         17709  0x90c7  int    11 42                    0x42
+         17710  0x90c9  int    01                       0x00
+         17711  0x90ca  prim   17 04                    ]
+  824 1  17712  0x90cc  prim   17 03                    [
+         17713  0x90ce  int    11 32                    0x32
+         17714  0x90d0  int    11 6d                    0x6d
+         17715  0x90d2  int    11 4d                    0x4d
+         17716  0x90d4  uint   12 b5                    0xb5
+         17717  0x90d6  prim   17 04                    ]
+  825 1  17718  0x90d8  prim   17 03                    [
+         17719  0x90da  int    11 33                    0x33
+         17720  0x90dc  int    11 2c                    0x2c
+         17721  0x90de  int    11 3b                    0x3b
+         17722  0x90e0  int    01                       0x00
+         17723  0x90e1  prim   17 04                    ]
+  826 1  17724  0x90e3  prim   17 03                    [
+         17725  0x90e5  int    11 34                    0x34
+         17726  0x90e7  int    11 2e                    0x2e
+         17727  0x90e9  int    11 3a                    0x3a
+         17728  0x90eb  uint   12 b7                    0xb7
+         17729  0x90ed  prim   17 04                    ]
+  827 1  17730  0x90ef  prim   17 03                    [
+         17731  0x90f1  int    11 35                    0x35
+         17732  0x90f3  int    11 2d                    0x2d
+         17733  0x90f5  int    11 5f                    0x5f
+         17734  0x90f7  int    01                       0x00
+         17735  0x90f8  prim   17 04                    ]
+  828 1  17736  0x90fa  prim   17 03                    [
+         17737  0x90fc  int    11 56                    0x56
+         17738  0x90fe  int    11 3c                    0x3c
+         17739  0x9100  int    11 3e                    0x3e
+         17740  0x9102  int    11 7c                    0x7c
+         17741  0x9104  prim   17 04                    ]
+  829 1  17742  0x9106  prim   17 04                    ]
+         17743  0x9108  prim   17 05                    def
+  831 1  17744  0x910a  dict   29 55 03                 /keymap.es_cat
+         17745  0x910d  prim   17 03                    [
+  832 1  17746  0x910f  prim   17 03                    [
+         17747  0x9111  int    11 02                    0x02
+         17748  0x9113  int    11 31                    0x31
+         17749  0x9115  int    11 21                    0x21
+         17750  0x9117  int    11 7c                    0x7c
+         17751  0x9119  prim   17 04                    ]
+  833 1  17752  0x911b  prim   17 03                    [
+         17753  0x911d  int    11 03                    0x03
+         17754  0x911f  int    11 32                    0x32
+         17755  0x9121  int    11 22                    0x22
+         17756  0x9123  int    11 40                    0x40
+         17757  0x9125  prim   17 04                    ]
+  834 1  17758  0x9127  prim   17 03                    [
+         17759  0x9129  int    11 04                    0x04
+         17760  0x912b  int    11 33                    0x33
+         17761  0x912d  uint   12 b7                    0xb7
+         17762  0x912f  int    11 23                    0x23
+         17763  0x9131  prim   17 04                    ]
+  835 1  17764  0x9133  prim   17 03                    [
+         17765  0x9135  int    11 05                    0x05
+         17766  0x9137  int    11 34                    0x34
+         17767  0x9139  int    11 24                    0x24
+         17768  0x913b  int    11 7e                    0x7e
+         17769  0x913d  prim   17 04                    ]
+  836 1  17770  0x913f  prim   17 03                    [
+         17771  0x9141  int    11 06                    0x06
+         17772  0x9143  int    11 35                    0x35
+         17773  0x9145  int    11 25                    0x25
+         17774  0x9147  uint   12 bd                    0xbd
+         17775  0x9149  prim   17 04                    ]
+  837 1  17776  0x914b  prim   17 03                    [
+         17777  0x914d  int    11 07                    0x07
+         17778  0x914f  int    11 36                    0x36
+         17779  0x9151  int    11 26                    0x26
+         17780  0x9153  uint   12 ac                    0xac
+         17781  0x9155  prim   17 04                    ]
+  838 1  17782  0x9157  prim   17 03                    [
+         17783  0x9159  int    11 08                    0x08
+         17784  0x915b  int    11 37                    0x37
+         17785  0x915d  int    11 2f                    0x2f
+         17786  0x915f  int    11 7b                    0x7b
+         17787  0x9161  prim   17 04                    ]
+  839 1  17788  0x9163  prim   17 03                    [
+         17789  0x9165  int    11 09                    0x09
+         17790  0x9167  int    11 38                    0x38
+         17791  0x9169  int    11 28                    0x28
+         17792  0x916b  int    11 5b                    0x5b
+         17793  0x916d  prim   17 04                    ]
+  840 1  17794  0x916f  prim   17 03                    [
+         17795  0x9171  int    11 0a                    0x0a
+         17796  0x9173  int    11 39                    0x39
+         17797  0x9175  int    11 29                    0x29
+         17798  0x9177  int    11 5d                    0x5d
+         17799  0x9179  prim   17 04                    ]
+  841 1  17800  0x917b  prim   17 03                    [
+         17801  0x917d  int    11 0b                    0x0b
+         17802  0x917f  int    11 30                    0x30
+         17803  0x9181  int    11 3d                    0x3d
+         17804  0x9183  int    11 7d                    0x7d
+         17805  0x9185  prim   17 04                    ]
+  842 1  17806  0x9187  prim   17 03                    [
+         17807  0x9189  int    11 0c                    0x0c
+         17808  0x918b  int    11 27                    0x27
+         17809  0x918d  int    11 3f                    0x3f
+         17810  0x918f  int    11 5c                    0x5c
+         17811  0x9191  prim   17 04                    ]
+  843 1  17812  0x9193  prim   17 03                    [
+         17813  0x9195  int    11 0d                    0x0d
+         17814  0x9197  uint   12 a1                    0xa1
+         17815  0x9199  uint   12 bf                    0xbf
+         17816  0x919b  int    01                       0x00
+         17817  0x919c  prim   17 04                    ]
+  844 1  17818  0x919e  prim   17 03                    [
+         17819  0x91a0  int    11 10                    0x10
+         17820  0x91a2  int    11 71                    0x71
+         17821  0x91a4  int    11 51                    0x51
+         17822  0x91a6  int    11 40                    0x40
+         17823  0x91a8  prim   17 04                    ]
+  845 1  17824  0x91aa  prim   17 03                    [
+         17825  0x91ac  int    11 11                    0x11
+         17826  0x91ae  int    11 77                    0x77
+         17827  0x91b0  int    11 57                    0x57
+         17828  0x91b2  int    01                       0x00
+         17829  0x91b3  prim   17 04                    ]
+  846 1  17830  0x91b5  prim   17 03                    [
+         17831  0x91b7  int    11 12                    0x12
+         17832  0x91b9  int    11 65                    0x65
+         17833  0x91bb  int    11 45                    0x45
+         17834  0x91bd  int    01                       0x00
+         17835  0x91be  prim   17 04                    ]
+  847 1  17836  0x91c0  prim   17 03                    [
+         17837  0x91c2  int    11 13                    0x13
+         17838  0x91c4  int    11 72                    0x72
+         17839  0x91c6  int    11 52                    0x52
+         17840  0x91c8  uint   12 b6                    0xb6
+         17841  0x91ca  prim   17 04                    ]
+  848 1  17842  0x91cc  prim   17 03                    [
+         17843  0x91ce  int    11 14                    0x14
+         17844  0x91d0  int    11 74                    0x74
+         17845  0x91d2  int    11 54                    0x54
+         17846  0x91d4  int    01                       0x00
+         17847  0x91d5  prim   17 04                    ]
+  849 1  17848  0x91d7  prim   17 03                    [
+         17849  0x91d9  int    11 15                    0x15
+         17850  0x91db  int    11 79                    0x79
+         17851  0x91dd  int    11 59                    0x59
+         17852  0x91df  int    01                       0x00
+         17853  0x91e0  prim   17 04                    ]
+  850 1  17854  0x91e2  prim   17 03                    [
+         17855  0x91e4  int    11 16                    0x16
+         17856  0x91e6  int    11 75                    0x75
+         17857  0x91e8  int    11 55                    0x55
+         17858  0x91ea  int    01                       0x00
+         17859  0x91eb  prim   17 04                    ]
+  851 1  17860  0x91ed  prim   17 03                    [
+         17861  0x91ef  int    11 17                    0x17
+         17862  0x91f1  int    11 69                    0x69
+         17863  0x91f3  int    11 49                    0x49
+         17864  0x91f5  int    01                       0x00
+         17865  0x91f6  prim   17 04                    ]
+  852 1  17866  0x91f8  prim   17 03                    [
+         17867  0x91fa  int    11 18                    0x18
+         17868  0x91fc  int    11 6f                    0x6f
+         17869  0x91fe  int    11 4f                    0x4f
+         17870  0x9200  uint   12 f8                    0xf8
+         17871  0x9202  prim   17 04                    ]
+  853 1  17872  0x9204  prim   17 03                    [
+         17873  0x9206  int    11 19                    0x19
+         17874  0x9208  int    11 70                    0x70
+         17875  0x920a  int    11 50                    0x50
+         17876  0x920c  uint   12 fe                    0xfe
+         17877  0x920e  prim   17 04                    ]
+  854 1  17878  0x9210  prim   17 03                    [
+         17879  0x9212  int    11 1a                    0x1a
+         17880  0x9214  int    01                       0x00
+         17881  0x9215  int    01                       0x00
+         17882  0x9216  int    11 5b                    0x5b
+         17883  0x9218  prim   17 04                    ]
+  855 1  17884  0x921a  prim   17 03                    [
+         17885  0x921c  int    11 1b                    0x1b
+         17886  0x921e  int    11 2b                    0x2b
+         17887  0x9220  int    11 2a                    0x2a
+         17888  0x9222  int    11 5d                    0x5d
+         17889  0x9224  prim   17 04                    ]
+  856 1  17890  0x9226  prim   17 03                    [
+         17891  0x9228  int    11 1e                    0x1e
+         17892  0x922a  int    11 61                    0x61
+         17893  0x922c  int    11 41                    0x41
+         17894  0x922e  uint   12 e6                    0xe6
+         17895  0x9230  prim   17 04                    ]
+  857 1  17896  0x9232  prim   17 03                    [
+         17897  0x9234  int    11 1f                    0x1f
+         17898  0x9236  int    11 73                    0x73
+         17899  0x9238  int    11 53                    0x53
+         17900  0x923a  uint   12 df                    0xdf
+         17901  0x923c  prim   17 04                    ]
+  858 1  17902  0x923e  prim   17 03                    [
+         17903  0x9240  int    11 20                    0x20
+         17904  0x9242  int    11 64                    0x64
+         17905  0x9244  int    11 44                    0x44
+         17906  0x9246  uint   12 f0                    0xf0
+         17907  0x9248  prim   17 04                    ]
+  859 1  17908  0x924a  prim   17 03                    [
+         17909  0x924c  int    11 21                    0x21
+         17910  0x924e  int    11 66                    0x66
+         17911  0x9250  int    11 46                    0x46
+         17912  0x9252  int    01                       0x00
+         17913  0x9253  prim   17 04                    ]
+  860 1  17914  0x9255  prim   17 03                    [
+         17915  0x9257  int    11 22                    0x22
+         17916  0x9259  int    11 67                    0x67
+         17917  0x925b  int    11 47                    0x47
+         17918  0x925d  int    01                       0x00
+         17919  0x925e  prim   17 04                    ]
+  861 1  17920  0x9260  prim   17 03                    [
+         17921  0x9262  int    11 23                    0x23
+         17922  0x9264  int    11 68                    0x68
+         17923  0x9266  int    11 48                    0x48
+         17924  0x9268  int    01                       0x00
+         17925  0x9269  prim   17 04                    ]
+  862 1  17926  0x926b  prim   17 03                    [
+         17927  0x926d  int    11 25                    0x25
+         17928  0x926f  int    11 6b                    0x6b
+         17929  0x9271  int    11 4b                    0x4b
+         17930  0x9273  int    01                       0x00
+         17931  0x9274  prim   17 04                    ]
+  863 1  17932  0x9276  prim   17 03                    [
+         17933  0x9278  int    11 26                    0x26
+         17934  0x927a  int    11 6c                    0x6c
+         17935  0x927c  int    11 4c                    0x4c
+         17936  0x927e  int    01                       0x00
+         17937  0x927f  prim   17 04                    ]
+  864 1  17938  0x9281  prim   17 03                    [
+         17939  0x9283  int    11 27                    0x27
+         17940  0x9285  uint   12 f1                    0xf1
+         17941  0x9287  uint   12 d1                    0xd1
+         17942  0x9289  int    11 7e                    0x7e
+         17943  0x928b  prim   17 04                    ]
+  865 1  17944  0x928d  prim   17 03                    [
+         17945  0x928f  int    11 28                    0x28
+         17946  0x9291  int    01                       0x00
+         17947  0x9292  int    01                       0x00
+         17948  0x9293  int    11 7b                    0x7b
+         17949  0x9295  prim   17 04                    ]
+  866 1  17950  0x9297  prim   17 03                    [
+         17951  0x9299  int    11 29                    0x29
+         17952  0x929b  uint   12 ba                    0xba
+         17953  0x929d  uint   12 aa                    0xaa
+         17954  0x929f  int    11 5c                    0x5c
+         17955  0x92a1  prim   17 04                    ]
+  867 1  17956  0x92a3  prim   17 03                    [
+         17957  0x92a5  int    11 2b                    0x2b
+         17958  0x92a7  uint   12 e7                    0xe7
+         17959  0x92a9  uint   12 c7                    0xc7
+         17960  0x92ab  int    11 7d                    0x7d
+         17961  0x92ad  prim   17 04                    ]
+  868 1  17962  0x92af  prim   17 03                    [
+         17963  0x92b1  int    11 2c                    0x2c
+         17964  0x92b3  int    11 7a                    0x7a
+         17965  0x92b5  int    11 5a                    0x5a
+         17966  0x92b7  uint   12 ab                    0xab
+         17967  0x92b9  prim   17 04                    ]
+  869 1  17968  0x92bb  prim   17 03                    [
+         17969  0x92bd  int    11 2d                    0x2d
+         17970  0x92bf  int    11 78                    0x78
+         17971  0x92c1  int    11 58                    0x58
+         17972  0x92c3  uint   12 bb                    0xbb
+         17973  0x92c5  prim   17 04                    ]
+  870 1  17974  0x92c7  prim   17 03                    [
+         17975  0x92c9  int    11 2e                    0x2e
+         17976  0x92cb  int    11 63                    0x63
+         17977  0x92cd  int    11 43                    0x43
+         17978  0x92cf  uint   12 a2                    0xa2
+         17979  0x92d1  prim   17 04                    ]
+  871 1  17980  0x92d3  prim   17 03                    [
+         17981  0x92d5  int    11 2f                    0x2f
+         17982  0x92d7  int    11 76                    0x76
+         17983  0x92d9  int    11 56                    0x56
+         17984  0x92db  int    01                       0x00
+         17985  0x92dc  prim   17 04                    ]
+  872 1  17986  0x92de  prim   17 03                    [
+         17987  0x92e0  int    11 30                    0x30
+         17988  0x92e2  int    11 62                    0x62
+         17989  0x92e4  int    11 42                    0x42
+         17990  0x92e6  int    01                       0x00
+         17991  0x92e7  prim   17 04                    ]
+  873 1  17992  0x92e9  prim   17 03                    [
+         17993  0x92eb  int    11 32                    0x32
+         17994  0x92ed  int    11 6d                    0x6d
+         17995  0x92ef  int    11 4d                    0x4d
+         17996  0x92f1  uint   12 b5                    0xb5
+         17997  0x92f3  prim   17 04                    ]
+  874 1  17998  0x92f5  prim   17 03                    [
+         17999  0x92f7  int    11 33                    0x33
+         18000  0x92f9  int    11 2c                    0x2c
+         18001  0x92fb  int    11 3b                    0x3b
+         18002  0x92fd  int    01                       0x00
+         18003  0x92fe  prim   17 04                    ]
+  875 1  18004  0x9300  prim   17 03                    [
+         18005  0x9302  int    11 34                    0x34
+         18006  0x9304  int    11 2e                    0x2e
+         18007  0x9306  int    11 3a                    0x3a
+         18008  0x9308  uint   12 b7                    0xb7
+         18009  0x930a  prim   17 04                    ]
+  876 1  18010  0x930c  prim   17 03                    [
+         18011  0x930e  int    11 35                    0x35
+         18012  0x9310  int    11 2d                    0x2d
+         18013  0x9312  int    11 5f                    0x5f
+         18014  0x9314  int    01                       0x00
+         18015  0x9315  prim   17 04                    ]
+  877 1  18016  0x9317  prim   17 03                    [
+         18017  0x9319  int    11 56                    0x56
+         18018  0x931b  int    11 3c                    0x3c
+         18019  0x931d  int    11 3e                    0x3e
+         18020  0x931f  int    11 7c                    0x7c
+         18021  0x9321  prim   17 04                    ]
+  878 1  18022  0x9323  prim   17 04                    ]
+         18023  0x9325  prim   17 05                    def
+  880 1  18024  0x9327  dict   29 56 03                 /keymap.et
+         18025  0x932a  prim   17 03                    [
+  881 1  18026  0x932c  prim   17 03                    [
+         18027  0x932e  int    11 35                    0x35
+         18028  0x9330  int    01                       0x00
+         18029  0x9331  int    11 3f                    0x3f
+         18030  0x9333  int    01                       0x00
+         18031  0x9334  prim   17 04                    ]
+  882 1  18032  0x9336  prim   17 03                    [
+         18033  0x9338  int    11 56                    0x56
+         18034  0x933a  int    11 3c                    0x3c
+         18035  0x933c  int    11 3e                    0x3e
+         18036  0x933e  int    11 7c                    0x7c
+         18037  0x9340  prim   17 04                    ]
+  883 1  18038  0x9342  prim   17 04                    ]
+         18039  0x9344  prim   17 05                    def
+  885 1  18040  0x9346  dict   29 57 03                 /keymap.fi
+         18041  0x9349  prim   17 03                    [
+  886 1  18042  0x934b  prim   17 03                    [
+         18043  0x934d  int    11 02                    0x02
+         18044  0x934f  int    11 31                    0x31
+         18045  0x9351  int    11 21                    0x21
+         18046  0x9353  int    01                       0x00
+         18047  0x9354  prim   17 04                    ]
+  887 1  18048  0x9356  prim   17 03                    [
+         18049  0x9358  int    11 03                    0x03
+         18050  0x935a  int    11 32                    0x32
+         18051  0x935c  int    11 22                    0x22
+         18052  0x935e  int    11 40                    0x40
+         18053  0x9360  prim   17 04                    ]
+  888 1  18054  0x9362  prim   17 03                    [
+         18055  0x9364  int    11 04                    0x04
+         18056  0x9366  int    11 33                    0x33
+         18057  0x9368  int    11 23                    0x23
+         18058  0x936a  uint   12 a3                    0xa3
+         18059  0x936c  prim   17 04                    ]
+  889 1  18060  0x936e  prim   17 03                    [
+         18061  0x9370  int    11 05                    0x05
+         18062  0x9372  int    11 34                    0x34
+         18063  0x9374  uint   12 a4                    0xa4
+         18064  0x9376  int    11 24                    0x24
+         18065  0x9378  prim   17 04                    ]
+  890 1  18066  0x937a  prim   17 03                    [
+         18067  0x937c  int    11 06                    0x06
+         18068  0x937e  int    11 35                    0x35
+         18069  0x9380  int    11 25                    0x25
+         18070  0x9382  int    01                       0x00
+         18071  0x9383  prim   17 04                    ]
+  891 1  18072  0x9385  prim   17 03                    [
+         18073  0x9387  int    11 07                    0x07
+         18074  0x9389  int    11 36                    0x36
+         18075  0x938b  int    11 26                    0x26
+         18076  0x938d  int    01                       0x00
+         18077  0x938e  prim   17 04                    ]
+  892 1  18078  0x9390  prim   17 03                    [
+         18079  0x9392  int    11 08                    0x08
+         18080  0x9394  int    11 37                    0x37
+         18081  0x9396  int    11 2f                    0x2f
+         18082  0x9398  int    11 7b                    0x7b
+         18083  0x939a  prim   17 04                    ]
+  893 1  18084  0x939c  prim   17 03                    [
+         18085  0x939e  int    11 09                    0x09
+         18086  0x93a0  int    11 38                    0x38
+         18087  0x93a2  int    11 28                    0x28
+         18088  0x93a4  int    11 5b                    0x5b
+         18089  0x93a6  prim   17 04                    ]
+  894 1  18090  0x93a8  prim   17 03                    [
+         18091  0x93aa  int    11 0a                    0x0a
+         18092  0x93ac  int    11 39                    0x39
+         18093  0x93ae  int    11 29                    0x29
+         18094  0x93b0  int    11 5d                    0x5d
+         18095  0x93b2  prim   17 04                    ]
+  895 1  18096  0x93b4  prim   17 03                    [
+         18097  0x93b6  int    11 0b                    0x0b
+         18098  0x93b8  int    11 30                    0x30
+         18099  0x93ba  int    11 3d                    0x3d
+         18100  0x93bc  int    11 7d                    0x7d
+         18101  0x93be  prim   17 04                    ]
+  896 1  18102  0x93c0  prim   17 03                    [
+         18103  0x93c2  int    11 0c                    0x0c
+         18104  0x93c4  int    11 2b                    0x2b
+         18105  0x93c6  int    11 3f                    0x3f
+         18106  0x93c8  int    11 5c                    0x5c
+         18107  0x93ca  prim   17 04                    ]
+  897 1  18108  0x93cc  prim   17 03                    [
+         18109  0x93ce  int    11 12                    0x12
+         18110  0x93d0  int    11 65                    0x65
+         18111  0x93d2  int    11 45                    0x45
+         18112  0x93d4  int    01                       0x00
+         18113  0x93d5  prim   17 04                    ]
+  898 1  18114  0x93d7  prim   17 03                    [
+         18115  0x93d9  int    11 14                    0x14
+         18116  0x93db  int    11 74                    0x74
+         18117  0x93dd  int    11 54                    0x54
+         18118  0x93df  uint   12 fe                    0xfe
+         18119  0x93e1  prim   17 04                    ]
+  899 1  18120  0x93e3  prim   17 03                    [
+         18121  0x93e5  int    11 17                    0x17
+         18122  0x93e7  int    11 69                    0x69
+         18123  0x93e9  int    11 49                    0x49
+         18124  0x93eb  int    01                       0x00
+         18125  0x93ec  prim   17 04                    ]
+  900 1  18126  0x93ee  prim   17 03                    [
+         18127  0x93f0  int    11 18                    0x18
+         18128  0x93f2  int    11 6f                    0x6f
+         18129  0x93f4  int    11 4f                    0x4f
+         18130  0x93f6  int    01                       0x00
+         18131  0x93f7  prim   17 04                    ]
+  901 1  18132  0x93f9  prim   17 03                    [
+         18133  0x93fb  int    11 19                    0x19
+         18134  0x93fd  int    11 70                    0x70
+         18135  0x93ff  int    11 50                    0x50
+         18136  0x9401  int    01                       0x00
+         18137  0x9402  prim   17 04                    ]
+  902 1  18138  0x9404  prim   17 03                    [
+         18139  0x9406  int    11 1a                    0x1a
+         18140  0x9408  uint   12 e5                    0xe5
+         18141  0x940a  uint   12 c5                    0xc5
+         18142  0x940c  int    01                       0x00
+         18143  0x940d  prim   17 04                    ]
+  903 1  18144  0x940f  prim   17 03                    [
+         18145  0x9411  int    11 1e                    0x1e
+         18146  0x9413  int    11 61                    0x61
+         18147  0x9415  int    11 41                    0x41
+         18148  0x9417  int    01                       0x00
+         18149  0x9418  prim   17 04                    ]
+  904 1  18150  0x941a  prim   17 03                    [
+         18151  0x941c  int    11 1f                    0x1f
+         18152  0x941e  int    11 73                    0x73
+         18153  0x9420  int    11 53                    0x53
+         18154  0x9422  uint   12 df                    0xdf
+         18155  0x9424  prim   17 04                    ]
+  905 1  18156  0x9426  prim   17 03                    [
+         18157  0x9428  int    11 20                    0x20
+         18158  0x942a  int    11 64                    0x64
+         18159  0x942c  int    11 44                    0x44
+         18160  0x942e  uint   12 f0                    0xf0
+         18161  0x9430  prim   17 04                    ]
+  906 1  18162  0x9432  prim   17 03                    [
+         18163  0x9434  int    11 25                    0x25
+         18164  0x9436  int    11 6b                    0x6b
+         18165  0x9438  int    11 4b                    0x4b
+         18166  0x943a  int    01                       0x00
+         18167  0x943b  prim   17 04                    ]
+  907 1  18168  0x943d  prim   17 03                    [
+         18169  0x943f  int    11 26                    0x26
+         18170  0x9441  int    11 6c                    0x6c
+         18171  0x9443  int    11 4c                    0x4c
+         18172  0x9445  int    11 2d                    0x2d
+         18173  0x9447  prim   17 04                    ]
+  908 1  18174  0x9449  prim   17 03                    [
+         18175  0x944b  int    11 27                    0x27
+         18176  0x944d  uint   12 f6                    0xf6
+         18177  0x944f  uint   12 d6                    0xd6
+         18178  0x9451  uint   12 f8                    0xf8
+         18179  0x9453  prim   17 04                    ]
+  909 1  18180  0x9455  prim   17 03                    [
+         18181  0x9457  int    11 28                    0x28
+         18182  0x9459  uint   12 e4                    0xe4
+         18183  0x945b  uint   12 c4                    0xc4
+         18184  0x945d  uint   12 e6                    0xe6
+         18185  0x945f  prim   17 04                    ]
+  910 1  18186  0x9461  prim   17 03                    [
+         18187  0x9463  int    11 29                    0x29
+         18188  0x9465  uint   12 a7                    0xa7
+         18189  0x9467  uint   12 bd                    0xbd
+         18190  0x9469  int    11 2d                    0x2d
+         18191  0x946b  prim   17 04                    ]
+  911 1  18192  0x946d  prim   17 03                    [
+         18193  0x946f  int    11 2b                    0x2b
+         18194  0x9471  int    11 27                    0x27
+         18195  0x9473  int    11 2a                    0x2a
+         18196  0x9475  int    01                       0x00
+         18197  0x9476  prim   17 04                    ]
+  912 1  18198  0x9478  prim   17 03                    [
+         18199  0x947a  int    11 2c                    0x2c
+         18200  0x947c  int    11 7a                    0x7a
+         18201  0x947e  int    11 5a                    0x5a
+         18202  0x9480  int    01                       0x00
+         18203  0x9481  prim   17 04                    ]
+  913 1  18204  0x9483  prim   17 03                    [
+         18205  0x9485  int    11 2d                    0x2d
+         18206  0x9487  int    11 78                    0x78
+         18207  0x9489  int    11 58                    0x58
+         18208  0x948b  uint   12 d7                    0xd7
+         18209  0x948d  prim   17 04                    ]
+  914 1  18210  0x948f  prim   17 03                    [
+         18211  0x9491  int    11 31                    0x31
+         18212  0x9493  int    11 6e                    0x6e
+         18213  0x9495  int    11 4e                    0x4e
+         18214  0x9497  int    01                       0x00
+         18215  0x9498  prim   17 04                    ]
+  915 1  18216  0x949a  prim   17 03                    [
+         18217  0x949c  int    11 32                    0x32
+         18218  0x949e  int    11 6d                    0x6d
+         18219  0x94a0  int    11 4d                    0x4d
+         18220  0x94a2  uint   12 b5                    0xb5
+         18221  0x94a4  prim   17 04                    ]
+  916 1  18222  0x94a6  prim   17 03                    [
+         18223  0x94a8  int    11 33                    0x33
+         18224  0x94aa  int    11 2c                    0x2c
+         18225  0x94ac  int    11 3b                    0x3b
+         18226  0x94ae  int    01                       0x00
+         18227  0x94af  prim   17 04                    ]
+  917 1  18228  0x94b1  prim   17 03                    [
+         18229  0x94b3  int    11 34                    0x34
+         18230  0x94b5  int    11 2e                    0x2e
+         18231  0x94b7  int    11 3a                    0x3a
+         18232  0x94b9  int    01                       0x00
+         18233  0x94ba  prim   17 04                    ]
+  918 1  18234  0x94bc  prim   17 03                    [
+         18235  0x94be  int    11 35                    0x35
+         18236  0x94c0  int    11 2d                    0x2d
+         18237  0x94c2  int    11 5f                    0x5f
+         18238  0x94c4  int    01                       0x00
+         18239  0x94c5  prim   17 04                    ]
+  919 1  18240  0x94c7  prim   17 03                    [
+         18241  0x94c9  int    11 39                    0x39
+         18242  0x94cb  int    11 20                    0x20
+         18243  0x94cd  int    11 20                    0x20
+         18244  0x94cf  uint   12 a0                    0xa0
+         18245  0x94d1  prim   17 04                    ]
+  920 1  18246  0x94d3  prim   17 03                    [
+         18247  0x94d5  int    11 56                    0x56
+         18248  0x94d7  int    11 3c                    0x3c
+         18249  0x94d9  int    11 3e                    0x3e
+         18250  0x94db  int    11 7c                    0x7c
+         18251  0x94dd  prim   17 04                    ]
+  921 1  18252  0x94df  prim   17 04                    ]
+         18253  0x94e1  prim   17 05                    def
+  923 1  18254  0x94e3  dict   29 58 03                 /keymap.fi_smi
+         18255  0x94e6  prim   17 03                    [
+  924 1  18256  0x94e8  prim   17 03                    [
+         18257  0x94ea  int    11 02                    0x02
+         18258  0x94ec  int    11 31                    0x31
+         18259  0x94ee  int    11 21                    0x21
+         18260  0x94f0  uint   12 a9                    0xa9
+         18261  0x94f2  prim   17 04                    ]
+  925 1  18262  0x94f4  prim   17 03                    [
+         18263  0x94f6  int    11 03                    0x03
+         18264  0x94f8  int    11 32                    0x32
+         18265  0x94fa  int    11 22                    0x22
+         18266  0x94fc  int    11 40                    0x40
+         18267  0x94fe  prim   17 04                    ]
+  926 1  18268  0x9500  prim   17 03                    [
+         18269  0x9502  int    11 04                    0x04
+         18270  0x9504  int    11 33                    0x33
+         18271  0x9506  int    11 23                    0x23
+         18272  0x9508  uint   12 a3                    0xa3
+         18273  0x950a  prim   17 04                    ]
+  927 1  18274  0x950c  prim   17 03                    [
+         18275  0x950e  int    11 05                    0x05
+         18276  0x9510  int    11 34                    0x34
+         18277  0x9512  int    11 24                    0x24
+         18278  0x9514  int    11 24                    0x24
+         18279  0x9516  prim   17 04                    ]
+  928 1  18280  0x9518  prim   17 03                    [
+         18281  0x951a  int    11 06                    0x06
+         18282  0x951c  int    11 35                    0x35
+         18283  0x951e  int    11 25                    0x25
+         18284  0x9520  int    01                       0x00
+         18285  0x9521  prim   17 04                    ]
+  929 1  18286  0x9523  prim   17 03                    [
+         18287  0x9525  int    11 07                    0x07
+         18288  0x9527  int    11 36                    0x36
+         18289  0x9529  int    11 26                    0x26
+         18290  0x952b  uint   12 a7                    0xa7
+         18291  0x952d  prim   17 04                    ]
+  930 1  18292  0x952f  prim   17 03                    [
+         18293  0x9531  int    11 08                    0x08
+         18294  0x9533  int    11 37                    0x37
+         18295  0x9535  int    11 2f                    0x2f
+         18296  0x9537  int    11 7b                    0x7b
+         18297  0x9539  prim   17 04                    ]
+  931 1  18298  0x953b  prim   17 03                    [
+         18299  0x953d  int    11 09                    0x09
+         18300  0x953f  int    11 38                    0x38
+         18301  0x9541  int    11 28                    0x28
+         18302  0x9543  int    11 5b                    0x5b
+         18303  0x9545  prim   17 04                    ]
+  932 1  18304  0x9547  prim   17 03                    [
+         18305  0x9549  int    11 0a                    0x0a
+         18306  0x954b  int    11 39                    0x39
+         18307  0x954d  int    11 29                    0x29
+         18308  0x954f  int    11 5d                    0x5d
+         18309  0x9551  prim   17 04                    ]
+  933 1  18310  0x9553  prim   17 03                    [
+         18311  0x9555  int    11 0b                    0x0b
+         18312  0x9557  int    11 30                    0x30
+         18313  0x9559  int    11 3d                    0x3d
+         18314  0x955b  int    11 7d                    0x7d
+         18315  0x955d  prim   17 04                    ]
+  934 1  18316  0x955f  prim   17 03                    [
+         18317  0x9561  int    11 0c                    0x0c
+         18318  0x9563  int    11 2b                    0x2b
+         18319  0x9565  int    11 3f                    0x3f
+         18320  0x9567  uint   12 f7                    0xf7
+         18321  0x9569  prim   17 04                    ]
+  935 1  18322  0x956b  prim   17 03                    [
+         18323  0x956d  int    11 0d                    0x0d
+         18324  0x956f  int    11 5c                    0x5c
+         18325  0x9571  int    11 60                    0x60
+         18326  0x9573  int    11 27                    0x27
+         18327  0x9575  prim   17 04                    ]
+  936 1  18328  0x9577  prim   17 03                    [
+         18329  0x9579  int    11 10                    0x10
+         18330  0x957b  uint   12 e1                    0xe1
+         18331  0x957d  uint   12 c1                    0xc1
+         18332  0x957f  int    11 71                    0x71
+         18333  0x9581  prim   17 04                    ]
+  937 1  18334  0x9583  prim   17 03                    [
+         18335  0x9585  int    11 11                    0x11
+         18336  0x9587  int    01                       0x00
+         18337  0x9588  int    01                       0x00
+         18338  0x9589  int    11 77                    0x77
+         18339  0x958b  prim   17 04                    ]
+  938 1  18340  0x958d  prim   17 03                    [
+         18341  0x958f  int    11 12                    0x12
+         18342  0x9591  int    11 65                    0x65
+         18343  0x9593  int    11 45                    0x45
+         18344  0x9595  uint   12 e9                    0xe9
+         18345  0x9597  prim   17 04                    ]
+  939 1  18346  0x9599  prim   17 03                    [
+         18347  0x959b  int    11 13                    0x13
+         18348  0x959d  int    11 72                    0x72
+         18349  0x959f  int    11 52                    0x52
+         18350  0x95a1  uint   12 ae                    0xae
+         18351  0x95a3  prim   17 04                    ]
+  940 1  18352  0x95a5  prim   17 03                    [
+         18353  0x95a7  int    11 14                    0x14
+         18354  0x95a9  int    11 74                    0x74
+         18355  0x95ab  int    11 54                    0x54
+         18356  0x95ad  int    01                       0x00
+         18357  0x95ae  prim   17 04                    ]
+  941 1  18358  0x95b0  prim   17 03                    [
+         18359  0x95b2  int    11 15                    0x15
+         18360  0x95b4  int    11 79                    0x79
+         18361  0x95b6  int    11 59                    0x59
+         18362  0x95b8  uint   12 fd                    0xfd
+         18363  0x95ba  prim   17 04                    ]
+  942 1  18364  0x95bc  prim   17 03                    [
+         18365  0x95be  int    11 16                    0x16
+         18366  0x95c0  int    11 75                    0x75
+         18367  0x95c2  int    11 55                    0x55
+         18368  0x95c4  uint   12 fc                    0xfc
+         18369  0x95c6  prim   17 04                    ]
+  943 1  18370  0x95c8  prim   17 03                    [
+         18371  0x95ca  int    11 17                    0x17
+         18372  0x95cc  int    11 69                    0x69
+         18373  0x95ce  int    11 49                    0x49
+         18374  0x95d0  uint   12 ef                    0xef
+         18375  0x95d2  prim   17 04                    ]
+  944 1  18376  0x95d4  prim   17 03                    [
+         18377  0x95d6  int    11 18                    0x18
+         18378  0x95d8  int    11 6f                    0x6f
+         18379  0x95da  int    11 4f                    0x4f
+         18380  0x95dc  int    01                       0x00
+         18381  0x95dd  prim   17 04                    ]
+  945 1  18382  0x95df  prim   17 03                    [
+         18383  0x95e1  int    11 19                    0x19
+         18384  0x95e3  int    11 70                    0x70
+         18385  0x95e5  int    11 50                    0x50
+         18386  0x95e7  uint   12 fe                    0xfe
+         18387  0x95e9  prim   17 04                    ]
+  946 1  18388  0x95eb  prim   17 03                    [
+         18389  0x95ed  int    11 1a                    0x1a
+         18390  0x95ef  uint   12 e5                    0xe5
+         18391  0x95f1  uint   12 c5                    0xc5
+         18392  0x95f3  uint   12 e2                    0xe2
+         18393  0x95f5  prim   17 04                    ]
+  947 1  18394  0x95f7  prim   17 03                    [
+         18395  0x95f9  int    11 1b                    0x1b
+         18396  0x95fb  int    01                       0x00
+         18397  0x95fc  int    01                       0x00
+         18398  0x95fd  int    11 22                    0x22
+         18399  0x95ff  prim   17 04                    ]
+  948 1  18400  0x9601  prim   17 03                    [
+         18401  0x9603  int    11 1e                    0x1e
+         18402  0x9605  int    11 61                    0x61
+         18403  0x9607  int    11 41                    0x41
+         18404  0x9609  uint   12 e0                    0xe0
+         18405  0x960b  prim   17 04                    ]
+  949 1  18406  0x960d  prim   17 03                    [
+         18407  0x960f  int    11 1f                    0x1f
+         18408  0x9611  int    11 73                    0x73
+         18409  0x9613  int    11 53                    0x53
+         18410  0x9615  uint   12 df                    0xdf
+         18411  0x9617  prim   17 04                    ]
+  950 1  18412  0x9619  prim   17 03                    [
+         18413  0x961b  int    11 20                    0x20
+         18414  0x961d  int    11 64                    0x64
+         18415  0x961f  int    11 44                    0x44
+         18416  0x9621  uint   12 f0                    0xf0
+         18417  0x9623  prim   17 04                    ]
+  951 1  18418  0x9625  prim   17 03                    [
+         18419  0x9627  int    11 21                    0x21
+         18420  0x9629  int    11 66                    0x66
+         18421  0x962b  int    11 46                    0x46
+         18422  0x962d  uint   12 aa                    0xaa
+         18423  0x962f  prim   17 04                    ]
+  952 1  18424  0x9631  prim   17 03                    [
+         18425  0x9633  int    11 22                    0x22
+         18426  0x9635  int    11 67                    0x67
+         18427  0x9637  int    11 47                    0x47
+         18428  0x9639  int    01                       0x00
+         18429  0x963a  prim   17 04                    ]
+  953 1  18430  0x963c  prim   17 03                    [
+         18431  0x963e  int    11 23                    0x23
+         18432  0x9640  int    11 68                    0x68
+         18433  0x9642  int    11 48                    0x48
+         18434  0x9644  int    01                       0x00
+         18435  0x9645  prim   17 04                    ]
+  954 1  18436  0x9647  prim   17 03                    [
+         18437  0x9649  int    11 24                    0x24
+         18438  0x964b  int    11 6a                    0x6a
+         18439  0x964d  int    11 4a                    0x4a
+         18440  0x964f  uint   12 ac                    0xac
+         18441  0x9651  prim   17 04                    ]
+  955 1  18442  0x9653  prim   17 03                    [
+         18443  0x9655  int    11 25                    0x25
+         18444  0x9657  int    11 6b                    0x6b
+         18445  0x9659  int    11 4b                    0x4b
+         18446  0x965b  int    01                       0x00
+         18447  0x965c  prim   17 04                    ]
+  956 1  18448  0x965e  prim   17 03                    [
+         18449  0x9660  int    11 26                    0x26
+         18450  0x9662  int    11 6c                    0x6c
+         18451  0x9664  int    11 4c                    0x4c
+         18452  0x9666  uint   12 b0                    0xb0
+         18453  0x9668  prim   17 04                    ]
+  957 1  18454  0x966a  prim   17 03                    [
+         18455  0x966c  int    11 27                    0x27
+         18456  0x966e  uint   12 f6                    0xf6
+         18457  0x9670  uint   12 d6                    0xd6
+         18458  0x9672  uint   12 f8                    0xf8
+         18459  0x9674  prim   17 04                    ]
+  958 1  18460  0x9676  prim   17 03                    [
+         18461  0x9678  int    11 28                    0x28
+         18462  0x967a  uint   12 e4                    0xe4
+         18463  0x967c  uint   12 c4                    0xc4
+         18464  0x967e  uint   12 e6                    0xe6
+         18465  0x9680  prim   17 04                    ]
+  959 1  18466  0x9682  prim   17 03                    [
+         18467  0x9684  int    11 29                    0x29
+         18468  0x9686  int    11 7c                    0x7c
+         18469  0x9688  uint   12 a7                    0xa7
+         18470  0x968a  uint   12 a6                    0xa6
+         18471  0x968c  prim   17 04                    ]
+  960 1  18472  0x968e  prim   17 03                    [
+         18473  0x9690  int    11 2b                    0x2b
+         18474  0x9692  int    01                       0x00
+         18475  0x9693  int    01                       0x00
+         18476  0x9694  int    11 27                    0x27
+         18477  0x9696  prim   17 04                    ]
+  961 1  18478  0x9698  prim   17 03                    [
+         18479  0x969a  int    11 2c                    0x2c
+         18480  0x969c  int    11 7a                    0x7a
+         18481  0x969e  int    11 5a                    0x5a
+         18482  0x96a0  int    01                       0x00
+         18483  0x96a1  prim   17 04                    ]
+  962 1  18484  0x96a3  prim   17 03                    [
+         18485  0x96a5  int    11 2d                    0x2d
+         18486  0x96a7  int    01                       0x00
+         18487  0x96a8  int    01                       0x00
+         18488  0x96a9  int    11 78                    0x78
+         18489  0x96ab  prim   17 04                    ]
+  963 1  18490  0x96ad  prim   17 03                    [
+         18491  0x96af  int    11 2e                    0x2e
+         18492  0x96b1  int    11 63                    0x63
+         18493  0x96b3  int    11 43                    0x43
+         18494  0x96b5  uint   12 e7                    0xe7
+         18495  0x96b7  prim   17 04                    ]
+  964 1  18496  0x96b9  prim   17 03                    [
+         18497  0x96bb  int    11 2f                    0x2f
+         18498  0x96bd  int    11 76                    0x76
+         18499  0x96bf  int    11 56                    0x56
+         18500  0x96c1  int    01                       0x00
+         18501  0x96c2  prim   17 04                    ]
+  965 1  18502  0x96c4  prim   17 03                    [
+         18503  0x96c6  int    11 30                    0x30
+         18504  0x96c8  int    11 62                    0x62
+         18505  0x96ca  int    11 42                    0x42
+         18506  0x96cc  int    01                       0x00
+         18507  0x96cd  prim   17 04                    ]
+  966 1  18508  0x96cf  prim   17 03                    [
+         18509  0x96d1  int    11 31                    0x31
+         18510  0x96d3  int    11 6e                    0x6e
+         18511  0x96d5  int    11 4e                    0x4e
+         18512  0x96d7  int    01                       0x00
+         18513  0x96d8  prim   17 04                    ]
+  967 1  18514  0x96da  prim   17 03                    [
+         18515  0x96dc  int    11 32                    0x32
+         18516  0x96de  int    11 6d                    0x6d
+         18517  0x96e0  int    11 4d                    0x4d
+         18518  0x96e2  int    01                       0x00
+         18519  0x96e3  prim   17 04                    ]
+  968 1  18520  0x96e5  prim   17 03                    [
+         18521  0x96e7  int    11 33                    0x33
+         18522  0x96e9  int    11 2c                    0x2c
+         18523  0x96eb  int    11 3b                    0x3b
+         18524  0x96ed  int    01                       0x00
+         18525  0x96ee  prim   17 04                    ]
+  969 1  18526  0x96f0  prim   17 03                    [
+         18527  0x96f2  int    11 34                    0x34
+         18528  0x96f4  int    11 2e                    0x2e
+         18529  0x96f6  int    11 3a                    0x3a
+         18530  0x96f8  int    01                       0x00
+         18531  0x96f9  prim   17 04                    ]
+  970 1  18532  0x96fb  prim   17 03                    [
+         18533  0x96fd  int    11 35                    0x35
+         18534  0x96ff  int    11 2d                    0x2d
+         18535  0x9701  int    11 5f                    0x5f
+         18536  0x9703  int    01                       0x00
+         18537  0x9704  prim   17 04                    ]
+  971 1  18538  0x9706  prim   17 04                    ]
+         18539  0x9708  prim   17 05                    def
+  973 1  18540  0x970a  dict   29 59 03                 /keymap.fo
+         18541  0x970d  prim   17 03                    [
+  974 1  18542  0x970f  prim   17 03                    [
+         18543  0x9711  int    11 02                    0x02
+         18544  0x9713  int    11 31                    0x31
+         18545  0x9715  int    11 21                    0x21
+         18546  0x9717  uint   12 a1                    0xa1
+         18547  0x9719  prim   17 04                    ]
+  975 1  18548  0x971b  prim   17 03                    [
+         18549  0x971d  int    11 03                    0x03
+         18550  0x971f  int    11 32                    0x32
+         18551  0x9721  int    11 22                    0x22
+         18552  0x9723  int    11 40                    0x40
+         18553  0x9725  prim   17 04                    ]
+  976 1  18554  0x9727  prim   17 03                    [
+         18555  0x9729  int    11 04                    0x04
+         18556  0x972b  int    11 33                    0x33
+         18557  0x972d  int    11 23                    0x23
+         18558  0x972f  uint   12 a3                    0xa3
+         18559  0x9731  prim   17 04                    ]
+  977 1  18560  0x9733  prim   17 03                    [
+         18561  0x9735  int    11 05                    0x05
+         18562  0x9737  int    11 34                    0x34
+         18563  0x9739  uint   12 a4                    0xa4
+         18564  0x973b  int    11 24                    0x24
+         18565  0x973d  prim   17 04                    ]
+  978 1  18566  0x973f  prim   17 03                    [
+         18567  0x9741  int    11 06                    0x06
+         18568  0x9743  int    11 35                    0x35
+         18569  0x9745  int    11 25                    0x25
+         18570  0x9747  uint   12 bd                    0xbd
+         18571  0x9749  prim   17 04                    ]
+  979 1  18572  0x974b  prim   17 03                    [
+         18573  0x974d  int    11 07                    0x07
+         18574  0x974f  int    11 36                    0x36
+         18575  0x9751  int    11 26                    0x26
+         18576  0x9753  uint   12 a5                    0xa5
+         18577  0x9755  prim   17 04                    ]
+  980 1  18578  0x9757  prim   17 03                    [
+         18579  0x9759  int    11 08                    0x08
+         18580  0x975b  int    11 37                    0x37
+         18581  0x975d  int    11 2f                    0x2f
+         18582  0x975f  int    11 7b                    0x7b
+         18583  0x9761  prim   17 04                    ]
+  981 1  18584  0x9763  prim   17 03                    [
+         18585  0x9765  int    11 09                    0x09
+         18586  0x9767  int    11 38                    0x38
+         18587  0x9769  int    11 28                    0x28
+         18588  0x976b  int    11 5b                    0x5b
+         18589  0x976d  prim   17 04                    ]
+  982 1  18590  0x976f  prim   17 03                    [
+         18591  0x9771  int    11 0a                    0x0a
+         18592  0x9773  int    11 39                    0x39
+         18593  0x9775  int    11 29                    0x29
+         18594  0x9777  int    11 5d                    0x5d
+         18595  0x9779  prim   17 04                    ]
+  983 1  18596  0x977b  prim   17 03                    [
+         18597  0x977d  int    11 0b                    0x0b
+         18598  0x977f  int    11 30                    0x30
+         18599  0x9781  int    11 3d                    0x3d
+         18600  0x9783  int    11 7d                    0x7d
+         18601  0x9785  prim   17 04                    ]
+  984 1  18602  0x9787  prim   17 03                    [
+         18603  0x9789  int    11 0c                    0x0c
+         18604  0x978b  int    11 2b                    0x2b
+         18605  0x978d  int    11 3f                    0x3f
+         18606  0x978f  uint   12 b1                    0xb1
+         18607  0x9791  prim   17 04                    ]
+  985 1  18608  0x9793  prim   17 03                    [
+         18609  0x9795  int    11 0d                    0x0d
+         18610  0x9797  int    01                       0x00
+         18611  0x9798  int    01                       0x00
+         18612  0x9799  int    11 7c                    0x7c
+         18613  0x979b  prim   17 04                    ]
+  986 1  18614  0x979d  prim   17 03                    [
+         18615  0x979f  int    11 10                    0x10
+         18616  0x97a1  int    11 71                    0x71
+         18617  0x97a3  int    11 51                    0x51
+         18618  0x97a5  int    11 40                    0x40
+         18619  0x97a7  prim   17 04                    ]
+  987 1  18620  0x97a9  prim   17 03                    [
+         18621  0x97ab  int    11 11                    0x11
+         18622  0x97ad  int    11 77                    0x77
+         18623  0x97af  int    11 57                    0x57
+         18624  0x97b1  int    01                       0x00
+         18625  0x97b2  prim   17 04                    ]
+  988 1  18626  0x97b4  prim   17 03                    [
+         18627  0x97b6  int    11 12                    0x12
+         18628  0x97b8  int    11 65                    0x65
+         18629  0x97ba  int    11 45                    0x45
+         18630  0x97bc  int    01                       0x00
+         18631  0x97bd  prim   17 04                    ]
+  989 1  18632  0x97bf  prim   17 03                    [
+         18633  0x97c1  int    11 13                    0x13
+         18634  0x97c3  int    11 72                    0x72
+         18635  0x97c5  int    11 52                    0x52
+         18636  0x97c7  uint   12 ae                    0xae
+         18637  0x97c9  prim   17 04                    ]
+  990 1  18638  0x97cb  prim   17 03                    [
+         18639  0x97cd  int    11 14                    0x14
+         18640  0x97cf  int    11 74                    0x74
+         18641  0x97d1  int    11 54                    0x54
+         18642  0x97d3  uint   12 fe                    0xfe
+         18643  0x97d5  prim   17 04                    ]
+  991 1  18644  0x97d7  prim   17 03                    [
+         18645  0x97d9  int    11 15                    0x15
+         18646  0x97db  int    11 79                    0x79
+         18647  0x97dd  int    11 59                    0x59
+         18648  0x97df  int    01                       0x00
+         18649  0x97e0  prim   17 04                    ]
+  992 1  18650  0x97e2  prim   17 03                    [
+         18651  0x97e4  int    11 16                    0x16
+         18652  0x97e6  int    11 75                    0x75
+         18653  0x97e8  int    11 55                    0x55
+         18654  0x97ea  int    01                       0x00
+         18655  0x97eb  prim   17 04                    ]
+  993 1  18656  0x97ed  prim   17 03                    [
+         18657  0x97ef  int    11 17                    0x17
+         18658  0x97f1  int    11 69                    0x69
+         18659  0x97f3  int    11 49                    0x49
+         18660  0x97f5  int    01                       0x00
+         18661  0x97f6  prim   17 04                    ]
+  994 1  18662  0x97f8  prim   17 03                    [
+         18663  0x97fa  int    11 18                    0x18
+         18664  0x97fc  int    11 6f                    0x6f
+         18665  0x97fe  int    11 4f                    0x4f
+         18666  0x9800  int    01                       0x00
+         18667  0x9801  prim   17 04                    ]
+  995 1  18668  0x9803  prim   17 03                    [
+         18669  0x9805  int    11 19                    0x19
+         18670  0x9807  int    11 70                    0x70
+         18671  0x9809  int    11 50                    0x50
+         18672  0x980b  uint   12 fe                    0xfe
+         18673  0x980d  prim   17 04                    ]
+  996 1  18674  0x980f  prim   17 03                    [
+         18675  0x9811  int    11 1a                    0x1a
+         18676  0x9813  uint   12 e5                    0xe5
+         18677  0x9815  uint   12 c5                    0xc5
+         18678  0x9817  int    01                       0x00
+         18679  0x9818  prim   17 04                    ]
+  997 1  18680  0x981a  prim   17 03                    [
+         18681  0x981c  int    11 1b                    0x1b
+         18682  0x981e  uint   12 f0                    0xf0
+         18683  0x9820  uint   12 d0                    0xd0
+         18684  0x9822  int    01                       0x00
+         18685  0x9823  prim   17 04                    ]
+  998 1  18686  0x9825  prim   17 03                    [
+         18687  0x9827  int    11 1e                    0x1e
+         18688  0x9829  int    11 61                    0x61
+         18689  0x982b  int    11 41                    0x41
+         18690  0x982d  uint   12 aa                    0xaa
+         18691  0x982f  prim   17 04                    ]
+  999 1  18692  0x9831  prim   17 03                    [
+         18693  0x9833  int    11 1f                    0x1f
+         18694  0x9835  int    11 73                    0x73
+         18695  0x9837  int    11 53                    0x53
+         18696  0x9839  uint   12 df                    0xdf
+         18697  0x983b  prim   17 04                    ]
+ 1000 1  18698  0x983d  prim   17 03                    [
+         18699  0x983f  int    11 20                    0x20
+         18700  0x9841  int    11 64                    0x64
+         18701  0x9843  int    11 44                    0x44
+         18702  0x9845  uint   12 f0                    0xf0
+         18703  0x9847  prim   17 04                    ]
+ 1001 1  18704  0x9849  prim   17 03                    [
+         18705  0x984b  int    11 21                    0x21
+         18706  0x984d  int    11 66                    0x66
+         18707  0x984f  int    11 46                    0x46
+         18708  0x9851  int    01                       0x00
+         18709  0x9852  prim   17 04                    ]
+ 1002 1  18710  0x9854  prim   17 03                    [
+         18711  0x9856  int    11 22                    0x22
+         18712  0x9858  int    11 67                    0x67
+         18713  0x985a  int    11 47                    0x47
+         18714  0x985c  int    01                       0x00
+         18715  0x985d  prim   17 04                    ]
+ 1003 1  18716  0x985f  prim   17 03                    [
+         18717  0x9861  int    11 23                    0x23
+         18718  0x9863  int    11 68                    0x68
+         18719  0x9865  int    11 48                    0x48
+         18720  0x9867  int    01                       0x00
+         18721  0x9868  prim   17 04                    ]
+ 1004 1  18722  0x986a  prim   17 03                    [
+         18723  0x986c  int    11 25                    0x25
+         18724  0x986e  int    11 6b                    0x6b
+         18725  0x9870  int    11 4b                    0x4b
+         18726  0x9872  int    01                       0x00
+         18727  0x9873  prim   17 04                    ]
+ 1005 1  18728  0x9875  prim   17 03                    [
+         18729  0x9877  int    11 26                    0x26
+         18730  0x9879  int    11 6c                    0x6c
+         18731  0x987b  int    11 4c                    0x4c
+         18732  0x987d  int    01                       0x00
+         18733  0x987e  prim   17 04                    ]
+ 1006 1  18734  0x9880  prim   17 03                    [
+         18735  0x9882  int    11 27                    0x27
+         18736  0x9884  uint   12 e6                    0xe6
+         18737  0x9886  uint   12 c6                    0xc6
+         18738  0x9888  int    01                       0x00
+         18739  0x9889  prim   17 04                    ]
+ 1007 1  18740  0x988b  prim   17 03                    [
+         18741  0x988d  int    11 28                    0x28
+         18742  0x988f  uint   12 f8                    0xf8
+         18743  0x9891  uint   12 d8                    0xd8
+         18744  0x9893  int    01                       0x00
+         18745  0x9894  prim   17 04                    ]
+ 1008 1  18746  0x9896  prim   17 03                    [
+         18747  0x9898  int    11 29                    0x29
+         18748  0x989a  uint   12 bd                    0xbd
+         18749  0x989c  uint   12 a7                    0xa7
+         18750  0x989e  uint   12 be                    0xbe
+         18751  0x98a0  prim   17 04                    ]
+ 1009 1  18752  0x98a2  prim   17 03                    [
+         18753  0x98a4  int    11 2b                    0x2b
+         18754  0x98a6  int    11 27                    0x27
+         18755  0x98a8  int    11 2a                    0x2a
+         18756  0x98aa  int    01                       0x00
+         18757  0x98ab  prim   17 04                    ]
+ 1010 1  18758  0x98ad  prim   17 03                    [
+         18759  0x98af  int    11 2c                    0x2c
+         18760  0x98b1  int    11 7a                    0x7a
+         18761  0x98b3  int    11 5a                    0x5a
+         18762  0x98b5  uint   12 ab                    0xab
+         18763  0x98b7  prim   17 04                    ]
+ 1011 1  18764  0x98b9  prim   17 03                    [
+         18765  0x98bb  int    11 2d                    0x2d
+         18766  0x98bd  int    11 78                    0x78
+         18767  0x98bf  int    11 58                    0x58
+         18768  0x98c1  uint   12 bb                    0xbb
+         18769  0x98c3  prim   17 04                    ]
+ 1012 1  18770  0x98c5  prim   17 03                    [
+         18771  0x98c7  int    11 2e                    0x2e
+         18772  0x98c9  int    11 63                    0x63
+         18773  0x98cb  int    11 43                    0x43
+         18774  0x98cd  uint   12 a9                    0xa9
+         18775  0x98cf  prim   17 04                    ]
+ 1013 1  18776  0x98d1  prim   17 03                    [
+         18777  0x98d3  int    11 2f                    0x2f
+         18778  0x98d5  int    11 76                    0x76
+         18779  0x98d7  int    11 56                    0x56
+         18780  0x98d9  int    01                       0x00
+         18781  0x98da  prim   17 04                    ]
+ 1014 1  18782  0x98dc  prim   17 03                    [
+         18783  0x98de  int    11 30                    0x30
+         18784  0x98e0  int    11 62                    0x62
+         18785  0x98e2  int    11 42                    0x42
+         18786  0x98e4  int    01                       0x00
+         18787  0x98e5  prim   17 04                    ]
+ 1015 1  18788  0x98e7  prim   17 03                    [
+         18789  0x98e9  int    11 32                    0x32
+         18790  0x98eb  int    11 6d                    0x6d
+         18791  0x98ed  int    11 4d                    0x4d
+         18792  0x98ef  uint   12 b5                    0xb5
+         18793  0x98f1  prim   17 04                    ]
+ 1016 1  18794  0x98f3  prim   17 03                    [
+         18795  0x98f5  int    11 33                    0x33
+         18796  0x98f7  int    11 2c                    0x2c
+         18797  0x98f9  int    11 3b                    0x3b
+         18798  0x98fb  int    01                       0x00
+         18799  0x98fc  prim   17 04                    ]
+ 1017 1  18800  0x98fe  prim   17 03                    [
+         18801  0x9900  int    11 34                    0x34
+         18802  0x9902  int    11 2e                    0x2e
+         18803  0x9904  int    11 3a                    0x3a
+         18804  0x9906  uint   12 b7                    0xb7
+         18805  0x9908  prim   17 04                    ]
+ 1018 1  18806  0x990a  prim   17 03                    [
+         18807  0x990c  int    11 35                    0x35
+         18808  0x990e  int    11 2d                    0x2d
+         18809  0x9910  int    11 5f                    0x5f
+         18810  0x9912  uint   12 ad                    0xad
+         18811  0x9914  prim   17 04                    ]
+ 1019 1  18812  0x9916  prim   17 03                    [
+         18813  0x9918  int    11 39                    0x39
+         18814  0x991a  int    11 20                    0x20
+         18815  0x991c  int    11 20                    0x20
+         18816  0x991e  uint   12 a0                    0xa0
+         18817  0x9920  prim   17 04                    ]
+ 1020 1  18818  0x9922  prim   17 03                    [
+         18819  0x9924  int    11 56                    0x56
+         18820  0x9926  int    11 3c                    0x3c
+         18821  0x9928  int    11 3e                    0x3e
+         18822  0x992a  int    11 5c                    0x5c
+         18823  0x992c  prim   17 04                    ]
+ 1021 1  18824  0x992e  prim   17 04                    ]
+         18825  0x9930  prim   17 05                    def
+ 1023 1  18826  0x9932  dict   29 5a 03                 /keymap.fr_oss
+         18827  0x9935  prim   17 03                    [
+ 1024 1  18828  0x9937  prim   17 03                    [
+         18829  0x9939  int    11 02                    0x02
+         18830  0x993b  int    11 26                    0x26
+         18831  0x993d  int    11 31                    0x31
+         18832  0x993f  int    01                       0x00
+         18833  0x9940  prim   17 04                    ]
+ 1025 1  18834  0x9942  prim   17 03                    [
+         18835  0x9944  int    11 03                    0x03
+         18836  0x9946  uint   12 e9                    0xe9
+         18837  0x9948  int    11 32                    0x32
+         18838  0x994a  int    11 7e                    0x7e
+         18839  0x994c  prim   17 04                    ]
+ 1026 1  18840  0x994e  prim   17 03                    [
+         18841  0x9950  int    11 04                    0x04
+         18842  0x9952  int    11 22                    0x22
+         18843  0x9954  int    11 33                    0x33
+         18844  0x9956  int    11 23                    0x23
+         18845  0x9958  prim   17 04                    ]
+ 1027 1  18846  0x995a  prim   17 03                    [
+         18847  0x995c  int    11 05                    0x05
+         18848  0x995e  int    11 27                    0x27
+         18849  0x9960  int    11 34                    0x34
+         18850  0x9962  int    11 7b                    0x7b
+         18851  0x9964  prim   17 04                    ]
+ 1028 1  18852  0x9966  prim   17 03                    [
+         18853  0x9968  int    11 06                    0x06
+         18854  0x996a  int    11 28                    0x28
+         18855  0x996c  int    11 35                    0x35
+         18856  0x996e  int    11 5b                    0x5b
+         18857  0x9970  prim   17 04                    ]
+ 1029 1  18858  0x9972  prim   17 03                    [
+         18859  0x9974  int    11 07                    0x07
+         18860  0x9976  int    11 2d                    0x2d
+         18861  0x9978  int    11 36                    0x36
+         18862  0x997a  int    11 7c                    0x7c
+         18863  0x997c  prim   17 04                    ]
+ 1030 1  18864  0x997e  prim   17 03                    [
+         18865  0x9980  int    11 08                    0x08
+         18866  0x9982  uint   12 e8                    0xe8
+         18867  0x9984  int    11 37                    0x37
+         18868  0x9986  int    11 60                    0x60
+         18869  0x9988  prim   17 04                    ]
+ 1031 1  18870  0x998a  prim   17 03                    [
+         18871  0x998c  int    11 09                    0x09
+         18872  0x998e  int    11 5f                    0x5f
+         18873  0x9990  int    11 38                    0x38
+         18874  0x9992  int    11 5c                    0x5c
+         18875  0x9994  prim   17 04                    ]
+ 1032 1  18876  0x9996  prim   17 03                    [
+         18877  0x9998  int    11 0a                    0x0a
+         18878  0x999a  uint   12 e7                    0xe7
+         18879  0x999c  int    11 39                    0x39
+         18880  0x999e  int    11 5e                    0x5e
+         18881  0x99a0  prim   17 04                    ]
+ 1033 1  18882  0x99a2  prim   17 03                    [
+         18883  0x99a4  int    11 0b                    0x0b
+         18884  0x99a6  uint   12 e0                    0xe0
+         18885  0x99a8  int    11 30                    0x30
+         18886  0x99aa  int    11 40                    0x40
+         18887  0x99ac  prim   17 04                    ]
+ 1034 1  18888  0x99ae  prim   17 03                    [
+         18889  0x99b0  int    11 0c                    0x0c
+         18890  0x99b2  int    11 29                    0x29
+         18891  0x99b4  uint   12 b0                    0xb0
+         18892  0x99b6  int    11 5d                    0x5d
+         18893  0x99b8  prim   17 04                    ]
+ 1035 1  18894  0x99ba  prim   17 03                    [
+         18895  0x99bc  int    11 0d                    0x0d
+         18896  0x99be  int    11 3d                    0x3d
+         18897  0x99c0  int    11 2b                    0x2b
+         18898  0x99c2  int    11 7d                    0x7d
+         18899  0x99c4  prim   17 04                    ]
+ 1036 1  18900  0x99c6  prim   17 03                    [
+         18901  0x99c8  int    11 10                    0x10
+         18902  0x99ca  int    11 61                    0x61
+         18903  0x99cc  int    11 41                    0x41
+         18904  0x99ce  uint   12 e6                    0xe6
+         18905  0x99d0  prim   17 04                    ]
+ 1037 1  18906  0x99d2  prim   17 03                    [
+         18907  0x99d4  int    11 11                    0x11
+         18908  0x99d6  int    11 7a                    0x7a
+         18909  0x99d8  int    11 5a                    0x5a
+         18910  0x99da  uint   12 e2                    0xe2
+         18911  0x99dc  prim   17 04                    ]
+ 1038 1  18912  0x99de  prim   17 03                    [
+         18913  0x99e0  int    11 12                    0x12
+         18914  0x99e2  int    11 65                    0x65
+         18915  0x99e4  int    11 45                    0x45
+         18916  0x99e6  int    01                       0x00
+         18917  0x99e7  prim   17 04                    ]
+ 1039 1  18918  0x99e9  prim   17 03                    [
+         18919  0x99eb  int    11 13                    0x13
+         18920  0x99ed  int    11 72                    0x72
+         18921  0x99ef  int    11 52                    0x52
+         18922  0x99f1  uint   12 ea                    0xea
+         18923  0x99f3  prim   17 04                    ]
+ 1040 1  18924  0x99f5  prim   17 03                    [
+         18925  0x99f7  int    11 14                    0x14
+         18926  0x99f9  int    11 74                    0x74
+         18927  0x99fb  int    11 54                    0x54
+         18928  0x99fd  uint   12 fe                    0xfe
+         18929  0x99ff  prim   17 04                    ]
+ 1041 1  18930  0x9a01  prim   17 03                    [
+         18931  0x9a03  int    11 15                    0x15
+         18932  0x9a05  int    11 79                    0x79
+         18933  0x9a07  int    11 59                    0x59
+         18934  0x9a09  uint   12 ff                    0xff
+         18935  0x9a0b  prim   17 04                    ]
+ 1042 1  18936  0x9a0d  prim   17 03                    [
+         18937  0x9a0f  int    11 16                    0x16
+         18938  0x9a11  int    11 75                    0x75
+         18939  0x9a13  int    11 55                    0x55
+         18940  0x9a15  uint   12 fb                    0xfb
+         18941  0x9a17  prim   17 04                    ]
+ 1043 1  18942  0x9a19  prim   17 03                    [
+         18943  0x9a1b  int    11 17                    0x17
+         18944  0x9a1d  int    11 69                    0x69
+         18945  0x9a1f  int    11 49                    0x49
+         18946  0x9a21  uint   12 ee                    0xee
+         18947  0x9a23  prim   17 04                    ]
+ 1044 1  18948  0x9a25  prim   17 03                    [
+         18949  0x9a27  int    11 18                    0x18
+         18950  0x9a29  int    11 6f                    0x6f
+         18951  0x9a2b  int    11 4f                    0x4f
+         18952  0x9a2d  int    01                       0x00
+         18953  0x9a2e  prim   17 04                    ]
+ 1045 1  18954  0x9a30  prim   17 03                    [
+         18955  0x9a32  int    11 19                    0x19
+         18956  0x9a34  int    11 70                    0x70
+         18957  0x9a36  int    11 50                    0x50
+         18958  0x9a38  uint   12 f4                    0xf4
+         18959  0x9a3a  prim   17 04                    ]
+ 1046 1  18960  0x9a3c  prim   17 03                    [
+         18961  0x9a3e  int    11 1b                    0x1b
+         18962  0x9a40  int    11 24                    0x24
+         18963  0x9a42  uint   12 a3                    0xa3
+         18964  0x9a44  uint   12 f8                    0xf8
+         18965  0x9a46  prim   17 04                    ]
+ 1047 1  18966  0x9a48  prim   17 03                    [
+         18967  0x9a4a  int    11 1e                    0x1e
+         18968  0x9a4c  int    11 71                    0x71
+         18969  0x9a4e  int    11 51                    0x51
+         18970  0x9a50  uint   12 e4                    0xe4
+         18971  0x9a52  prim   17 04                    ]
+ 1048 1  18972  0x9a54  prim   17 03                    [
+         18973  0x9a56  int    11 1f                    0x1f
+         18974  0x9a58  int    11 73                    0x73
+         18975  0x9a5a  int    11 53                    0x53
+         18976  0x9a5c  uint   12 df                    0xdf
+         18977  0x9a5e  prim   17 04                    ]
+ 1049 1  18978  0x9a60  prim   17 03                    [
+         18979  0x9a62  int    11 20                    0x20
+         18980  0x9a64  int    11 64                    0x64
+         18981  0x9a66  int    11 44                    0x44
+         18982  0x9a68  uint   12 eb                    0xeb
+         18983  0x9a6a  prim   17 04                    ]
+ 1050 1  18984  0x9a6c  prim   17 03                    [
+         18985  0x9a6e  int    11 21                    0x21
+         18986  0x9a70  int    11 66                    0x66
+         18987  0x9a72  int    11 46                    0x46
+         18988  0x9a74  int    01                       0x00
+         18989  0x9a75  prim   17 04                    ]
+ 1051 1  18990  0x9a77  prim   17 03                    [
+         18991  0x9a79  int    11 22                    0x22
+         18992  0x9a7b  int    11 67                    0x67
+         18993  0x9a7d  int    11 47                    0x47
+         18994  0x9a7f  int    01                       0x00
+         18995  0x9a80  prim   17 04                    ]
+ 1052 1  18996  0x9a82  prim   17 03                    [
+         18997  0x9a84  int    11 23                    0x23
+         18998  0x9a86  int    11 68                    0x68
+         18999  0x9a88  int    11 48                    0x48
+         19000  0x9a8a  uint   12 f0                    0xf0
+         19001  0x9a8c  prim   17 04                    ]
+ 1053 1  19002  0x9a8e  prim   17 03                    [
+         19003  0x9a90  int    11 24                    0x24
+         19004  0x9a92  int    11 6a                    0x6a
+         19005  0x9a94  int    11 4a                    0x4a
+         19006  0x9a96  uint   12 fc                    0xfc
+         19007  0x9a98  prim   17 04                    ]
+ 1054 1  19008  0x9a9a  prim   17 03                    [
+         19009  0x9a9c  int    11 25                    0x25
+         19010  0x9a9e  int    11 6b                    0x6b
+         19011  0x9aa0  int    11 4b                    0x4b
+         19012  0x9aa2  uint   12 ef                    0xef
+         19013  0x9aa4  prim   17 04                    ]
+ 1055 1  19014  0x9aa6  prim   17 03                    [
+         19015  0x9aa8  int    11 26                    0x26
+         19016  0x9aaa  int    11 6c                    0x6c
+         19017  0x9aac  int    11 4c                    0x4c
+         19018  0x9aae  int    01                       0x00
+         19019  0x9aaf  prim   17 04                    ]
+ 1056 1  19020  0x9ab1  prim   17 03                    [
+         19021  0x9ab3  int    11 27                    0x27
+         19022  0x9ab5  int    11 6d                    0x6d
+         19023  0x9ab7  int    11 4d                    0x4d
+         19024  0x9ab9  uint   12 f6                    0xf6
+         19025  0x9abb  prim   17 04                    ]
+ 1057 1  19026  0x9abd  prim   17 03                    [
+         19027  0x9abf  int    11 28                    0x28
+         19028  0x9ac1  uint   12 f9                    0xf9
+         19029  0x9ac3  int    11 25                    0x25
+         19030  0x9ac5  int    01                       0x00
+         19031  0x9ac6  prim   17 04                    ]
+ 1058 1  19032  0x9ac8  prim   17 03                    [
+         19033  0x9aca  int    11 29                    0x29
+         19034  0x9acc  uint   12 b2                    0xb2
+         19035  0x9ace  uint   12 b3                    0xb3
+         19036  0x9ad0  uint   12 b9                    0xb9
+         19037  0x9ad2  prim   17 04                    ]
+ 1059 1  19038  0x9ad4  prim   17 03                    [
+         19039  0x9ad6  int    11 2b                    0x2b
+         19040  0x9ad8  int    11 2a                    0x2a
+         19041  0x9ada  uint   12 b5                    0xb5
+         19042  0x9adc  int    01                       0x00
+         19043  0x9add  prim   17 04                    ]
+ 1060 1  19044  0x9adf  prim   17 03                    [
+         19045  0x9ae1  int    11 2c                    0x2c
+         19046  0x9ae3  int    11 77                    0x77
+         19047  0x9ae5  int    11 57                    0x57
+         19048  0x9ae7  uint   12 ab                    0xab
+         19049  0x9ae9  prim   17 04                    ]
+ 1061 1  19050  0x9aeb  prim   17 03                    [
+         19051  0x9aed  int    11 2d                    0x2d
+         19052  0x9aef  int    11 78                    0x78
+         19053  0x9af1  int    11 58                    0x58
+         19054  0x9af3  uint   12 bb                    0xbb
+         19055  0x9af5  prim   17 04                    ]
+ 1062 1  19056  0x9af7  prim   17 03                    [
+         19057  0x9af9  int    11 2e                    0x2e
+         19058  0x9afb  int    11 63                    0x63
+         19059  0x9afd  int    11 43                    0x43
+         19060  0x9aff  uint   12 a9                    0xa9
+         19061  0x9b01  prim   17 04                    ]
+ 1063 1  19062  0x9b03  prim   17 03                    [
+         19063  0x9b05  int    11 2f                    0x2f
+         19064  0x9b07  int    11 76                    0x76
+         19065  0x9b09  int    11 56                    0x56
+         19066  0x9b0b  int    01                       0x00
+         19067  0x9b0c  prim   17 04                    ]
+ 1064 1  19068  0x9b0e  prim   17 03                    [
+         19069  0x9b10  int    11 30                    0x30
+         19070  0x9b12  int    11 62                    0x62
+         19071  0x9b14  int    11 42                    0x42
+         19072  0x9b16  int    01                       0x00
+         19073  0x9b17  prim   17 04                    ]
+ 1065 1  19074  0x9b19  prim   17 03                    [
+         19075  0x9b1b  int    11 31                    0x31
+         19076  0x9b1d  int    11 6e                    0x6e
+         19077  0x9b1f  int    11 4e                    0x4e
+         19078  0x9b21  uint   12 ac                    0xac
+         19079  0x9b23  prim   17 04                    ]
+ 1066 1  19080  0x9b25  prim   17 03                    [
+         19081  0x9b27  int    11 32                    0x32
+         19082  0x9b29  int    11 2c                    0x2c
+         19083  0x9b2b  int    11 3f                    0x3f
+         19084  0x9b2d  uint   12 bf                    0xbf
+         19085  0x9b2f  prim   17 04                    ]
+ 1067 1  19086  0x9b31  prim   17 03                    [
+         19087  0x9b33  int    11 33                    0x33
+         19088  0x9b35  int    11 3b                    0x3b
+         19089  0x9b37  int    11 2e                    0x2e
+         19090  0x9b39  uint   12 d7                    0xd7
+         19091  0x9b3b  prim   17 04                    ]
+ 1068 1  19092  0x9b3d  prim   17 03                    [
+         19093  0x9b3f  int    11 34                    0x34
+         19094  0x9b41  int    11 3a                    0x3a
+         19095  0x9b43  int    11 2f                    0x2f
+         19096  0x9b45  uint   12 f7                    0xf7
+         19097  0x9b47  prim   17 04                    ]
+ 1069 1  19098  0x9b49  prim   17 03                    [
+         19099  0x9b4b  int    11 35                    0x35
+         19100  0x9b4d  int    11 21                    0x21
+         19101  0x9b4f  uint   12 a7                    0xa7
+         19102  0x9b51  uint   12 a1                    0xa1
+         19103  0x9b53  prim   17 04                    ]
+ 1070 1  19104  0x9b55  prim   17 03                    [
+         19105  0x9b57  int    11 56                    0x56
+         19106  0x9b59  int    11 3c                    0x3c
+         19107  0x9b5b  int    11 3e                    0x3e
+         19108  0x9b5d  int    01                       0x00
+         19109  0x9b5e  prim   17 04                    ]
+ 1071 1  19110  0x9b60  prim   17 04                    ]
+         19111  0x9b62  prim   17 05                    def
+ 1073 1  19112  0x9b64  dict   29 5b 03                 /keymap.gb
+         19113  0x9b67  prim   17 03                    [
+ 1074 1  19114  0x9b69  prim   17 03                    [
+         19115  0x9b6b  int    11 02                    0x02
+         19116  0x9b6d  int    11 31                    0x31
+         19117  0x9b6f  int    11 21                    0x21
+         19118  0x9b71  uint   12 b9                    0xb9
+         19119  0x9b73  prim   17 04                    ]
+ 1075 1  19120  0x9b75  prim   17 03                    [
+         19121  0x9b77  int    11 03                    0x03
+         19122  0x9b79  int    11 32                    0x32
+         19123  0x9b7b  int    11 22                    0x22
+         19124  0x9b7d  uint   12 b2                    0xb2
+         19125  0x9b7f  prim   17 04                    ]
+ 1076 1  19126  0x9b81  prim   17 03                    [
+         19127  0x9b83  int    11 04                    0x04
+         19128  0x9b85  int    11 33                    0x33
+         19129  0x9b87  uint   12 a3                    0xa3
+         19130  0x9b89  uint   12 b3                    0xb3
+         19131  0x9b8b  prim   17 04                    ]
+ 1077 1  19132  0x9b8d  prim   17 03                    [
+         19133  0x9b8f  int    11 05                    0x05
+         19134  0x9b91  int    11 34                    0x34
+         19135  0x9b93  int    11 24                    0x24
+         19136  0x9b95  int    01                       0x00
+         19137  0x9b96  prim   17 04                    ]
+ 1078 1  19138  0x9b98  prim   17 03                    [
+         19139  0x9b9a  int    11 06                    0x06
+         19140  0x9b9c  int    11 35                    0x35
+         19141  0x9b9e  int    11 25                    0x25
+         19142  0x9ba0  uint   12 bd                    0xbd
+         19143  0x9ba2  prim   17 04                    ]
+ 1079 1  19144  0x9ba4  prim   17 03                    [
+         19145  0x9ba6  int    11 07                    0x07
+         19146  0x9ba8  int    11 36                    0x36
+         19147  0x9baa  int    11 5e                    0x5e
+         19148  0x9bac  uint   12 be                    0xbe
+         19149  0x9bae  prim   17 04                    ]
+ 1080 1  19150  0x9bb0  prim   17 03                    [
+         19151  0x9bb2  int    11 08                    0x08
+         19152  0x9bb4  int    11 37                    0x37
+         19153  0x9bb6  int    11 26                    0x26
+         19154  0x9bb8  int    11 7b                    0x7b
+         19155  0x9bba  prim   17 04                    ]
+ 1081 1  19156  0x9bbc  prim   17 03                    [
+         19157  0x9bbe  int    11 09                    0x09
+         19158  0x9bc0  int    11 38                    0x38
+         19159  0x9bc2  int    11 2a                    0x2a
+         19160  0x9bc4  int    11 5b                    0x5b
+         19161  0x9bc6  prim   17 04                    ]
+ 1082 1  19162  0x9bc8  prim   17 03                    [
+         19163  0x9bca  int    11 0a                    0x0a
+         19164  0x9bcc  int    11 39                    0x39
+         19165  0x9bce  int    11 28                    0x28
+         19166  0x9bd0  int    11 5d                    0x5d
+         19167  0x9bd2  prim   17 04                    ]
+ 1083 1  19168  0x9bd4  prim   17 03                    [
+         19169  0x9bd6  int    11 0b                    0x0b
+         19170  0x9bd8  int    11 30                    0x30
+         19171  0x9bda  int    11 29                    0x29
+         19172  0x9bdc  int    11 7d                    0x7d
+         19173  0x9bde  prim   17 04                    ]
+ 1084 1  19174  0x9be0  prim   17 03                    [
+         19175  0x9be2  int    11 0c                    0x0c
+         19176  0x9be4  int    11 2d                    0x2d
+         19177  0x9be6  int    11 5f                    0x5f
+         19178  0x9be8  int    11 5c                    0x5c
+         19179  0x9bea  prim   17 04                    ]
+ 1085 1  19180  0x9bec  prim   17 03                    [
+         19181  0x9bee  int    11 0d                    0x0d
+         19182  0x9bf0  int    11 3d                    0x3d
+         19183  0x9bf2  int    11 2b                    0x2b
+         19184  0x9bf4  int    01                       0x00
+         19185  0x9bf5  prim   17 04                    ]
+ 1086 1  19186  0x9bf7  prim   17 03                    [
+         19187  0x9bf9  int    11 10                    0x10
+         19188  0x9bfb  int    11 71                    0x71
+         19189  0x9bfd  int    11 51                    0x51
+         19190  0x9bff  int    11 40                    0x40
+         19191  0x9c01  prim   17 04                    ]
+ 1087 1  19192  0x9c03  prim   17 03                    [
+         19193  0x9c05  int    11 11                    0x11
+         19194  0x9c07  int    11 77                    0x77
+         19195  0x9c09  int    11 57                    0x57
+         19196  0x9c0b  int    01                       0x00
+         19197  0x9c0c  prim   17 04                    ]
+ 1088 1  19198  0x9c0e  prim   17 03                    [
+         19199  0x9c10  int    11 13                    0x13
+         19200  0x9c12  int    11 72                    0x72
+         19201  0x9c14  int    11 52                    0x52
+         19202  0x9c16  uint   12 b6                    0xb6
+         19203  0x9c18  prim   17 04                    ]
+ 1089 1  19204  0x9c1a  prim   17 03                    [
+         19205  0x9c1c  int    11 14                    0x14
+         19206  0x9c1e  int    11 74                    0x74
+         19207  0x9c20  int    11 54                    0x54
+         19208  0x9c22  int    01                       0x00
+         19209  0x9c23  prim   17 04                    ]
+ 1090 1  19210  0x9c25  prim   17 03                    [
+         19211  0x9c27  int    11 15                    0x15
+         19212  0x9c29  int    11 79                    0x79
+         19213  0x9c2b  int    11 59                    0x59
+         19214  0x9c2d  int    01                       0x00
+         19215  0x9c2e  prim   17 04                    ]
+ 1091 1  19216  0x9c30  prim   17 03                    [
+         19217  0x9c32  int    11 16                    0x16
+         19218  0x9c34  int    11 75                    0x75
+         19219  0x9c36  int    11 55                    0x55
+         19220  0x9c38  int    01                       0x00
+         19221  0x9c39  prim   17 04                    ]
+ 1092 1  19222  0x9c3b  prim   17 03                    [
+         19223  0x9c3d  int    11 17                    0x17
+         19224  0x9c3f  int    11 69                    0x69
+         19225  0x9c41  int    11 49                    0x49
+         19226  0x9c43  int    01                       0x00
+         19227  0x9c44  prim   17 04                    ]
+ 1093 1  19228  0x9c46  prim   17 03                    [
+         19229  0x9c48  int    11 18                    0x18
+         19230  0x9c4a  int    11 6f                    0x6f
+         19231  0x9c4c  int    11 4f                    0x4f
+         19232  0x9c4e  uint   12 f8                    0xf8
+         19233  0x9c50  prim   17 04                    ]
+ 1094 1  19234  0x9c52  prim   17 03                    [
+         19235  0x9c54  int    11 19                    0x19
+         19236  0x9c56  int    11 70                    0x70
+         19237  0x9c58  int    11 50                    0x50
+         19238  0x9c5a  uint   12 fe                    0xfe
+         19239  0x9c5c  prim   17 04                    ]
+ 1095 1  19240  0x9c5e  prim   17 03                    [
+         19241  0x9c60  int    11 1a                    0x1a
+         19242  0x9c62  int    11 5b                    0x5b
+         19243  0x9c64  int    11 7b                    0x7b
+         19244  0x9c66  int    01                       0x00
+         19245  0x9c67  prim   17 04                    ]
+ 1096 1  19246  0x9c69  prim   17 03                    [
+         19247  0x9c6b  int    11 1b                    0x1b
+         19248  0x9c6d  int    11 5d                    0x5d
+         19249  0x9c6f  int    11 7d                    0x7d
+         19250  0x9c71  int    01                       0x00
+         19251  0x9c72  prim   17 04                    ]
+ 1097 1  19252  0x9c74  prim   17 03                    [
+         19253  0x9c76  int    11 1e                    0x1e
+         19254  0x9c78  int    11 61                    0x61
+         19255  0x9c7a  int    11 41                    0x41
+         19256  0x9c7c  uint   12 e6                    0xe6
+         19257  0x9c7e  prim   17 04                    ]
+ 1098 1  19258  0x9c80  prim   17 03                    [
+         19259  0x9c82  int    11 1f                    0x1f
+         19260  0x9c84  int    11 73                    0x73
+         19261  0x9c86  int    11 53                    0x53
+         19262  0x9c88  uint   12 df                    0xdf
+         19263  0x9c8a  prim   17 04                    ]
+ 1099 1  19264  0x9c8c  prim   17 03                    [
+         19265  0x9c8e  int    11 20                    0x20
+         19266  0x9c90  int    11 64                    0x64
+         19267  0x9c92  int    11 44                    0x44
+         19268  0x9c94  uint   12 f0                    0xf0
+         19269  0x9c96  prim   17 04                    ]
+ 1100 1  19270  0x9c98  prim   17 03                    [
+         19271  0x9c9a  int    11 21                    0x21
+         19272  0x9c9c  int    11 66                    0x66
+         19273  0x9c9e  int    11 46                    0x46
+         19274  0x9ca0  int    01                       0x00
+         19275  0x9ca1  prim   17 04                    ]
+ 1101 1  19276  0x9ca3  prim   17 03                    [
+         19277  0x9ca5  int    11 22                    0x22
+         19278  0x9ca7  int    11 67                    0x67
+         19279  0x9ca9  int    11 47                    0x47
+         19280  0x9cab  int    01                       0x00
+         19281  0x9cac  prim   17 04                    ]
+ 1102 1  19282  0x9cae  prim   17 03                    [
+         19283  0x9cb0  int    11 23                    0x23
+         19284  0x9cb2  int    11 68                    0x68
+         19285  0x9cb4  int    11 48                    0x48
+         19286  0x9cb6  int    01                       0x00
+         19287  0x9cb7  prim   17 04                    ]
+ 1103 1  19288  0x9cb9  prim   17 03                    [
+         19289  0x9cbb  int    11 25                    0x25
+         19290  0x9cbd  int    11 6b                    0x6b
+         19291  0x9cbf  int    11 4b                    0x4b
+         19292  0x9cc1  int    01                       0x00
+         19293  0x9cc2  prim   17 04                    ]
+ 1104 1  19294  0x9cc4  prim   17 03                    [
+         19295  0x9cc6  int    11 26                    0x26
+         19296  0x9cc8  int    11 6c                    0x6c
+         19297  0x9cca  int    11 4c                    0x4c
+         19298  0x9ccc  int    01                       0x00
+         19299  0x9ccd  prim   17 04                    ]
+ 1105 1  19300  0x9ccf  prim   17 03                    [
+         19301  0x9cd1  int    11 27                    0x27
+         19302  0x9cd3  int    11 3b                    0x3b
+         19303  0x9cd5  int    11 3a                    0x3a
+         19304  0x9cd7  int    01                       0x00
+         19305  0x9cd8  prim   17 04                    ]
+ 1106 1  19306  0x9cda  prim   17 03                    [
+         19307  0x9cdc  int    11 28                    0x28
+         19308  0x9cde  int    11 27                    0x27
+         19309  0x9ce0  int    11 40                    0x40
+         19310  0x9ce2  int    01                       0x00
+         19311  0x9ce3  prim   17 04                    ]
+ 1107 1  19312  0x9ce5  prim   17 03                    [
+         19313  0x9ce7  int    11 29                    0x29
+         19314  0x9ce9  int    11 60                    0x60
+         19315  0x9ceb  uint   12 ac                    0xac
+         19316  0x9ced  int    11 7c                    0x7c
+         19317  0x9cef  prim   17 04                    ]
+ 1108 1  19318  0x9cf1  prim   17 03                    [
+         19319  0x9cf3  int    11 2b                    0x2b
+         19320  0x9cf5  int    11 23                    0x23
+         19321  0x9cf7  int    11 7e                    0x7e
+         19322  0x9cf9  int    01                       0x00
+         19323  0x9cfa  prim   17 04                    ]
+ 1109 1  19324  0x9cfc  prim   17 03                    [
+         19325  0x9cfe  int    11 2c                    0x2c
+         19326  0x9d00  int    11 7a                    0x7a
+         19327  0x9d02  int    11 5a                    0x5a
+         19328  0x9d04  uint   12 ab                    0xab
+         19329  0x9d06  prim   17 04                    ]
+ 1110 1  19330  0x9d08  prim   17 03                    [
+         19331  0x9d0a  int    11 2d                    0x2d
+         19332  0x9d0c  int    11 78                    0x78
+         19333  0x9d0e  int    11 58                    0x58
+         19334  0x9d10  uint   12 bb                    0xbb
+         19335  0x9d12  prim   17 04                    ]
+ 1111 1  19336  0x9d14  prim   17 03                    [
+         19337  0x9d16  int    11 2e                    0x2e
+         19338  0x9d18  int    11 63                    0x63
+         19339  0x9d1a  int    11 43                    0x43
+         19340  0x9d1c  uint   12 a2                    0xa2
+         19341  0x9d1e  prim   17 04                    ]
+ 1112 1  19342  0x9d20  prim   17 03                    [
+         19343  0x9d22  int    11 2f                    0x2f
+         19344  0x9d24  int    11 76                    0x76
+         19345  0x9d26  int    11 56                    0x56
+         19346  0x9d28  int    01                       0x00
+         19347  0x9d29  prim   17 04                    ]
+ 1113 1  19348  0x9d2b  prim   17 03                    [
+         19349  0x9d2d  int    11 30                    0x30
+         19350  0x9d2f  int    11 62                    0x62
+         19351  0x9d31  int    11 42                    0x42
+         19352  0x9d33  int    01                       0x00
+         19353  0x9d34  prim   17 04                    ]
+ 1114 1  19354  0x9d36  prim   17 03                    [
+         19355  0x9d38  int    11 32                    0x32
+         19356  0x9d3a  int    11 6d                    0x6d
+         19357  0x9d3c  int    11 4d                    0x4d
+         19358  0x9d3e  uint   12 b5                    0xb5
+         19359  0x9d40  prim   17 04                    ]
+ 1115 1  19360  0x9d42  prim   17 03                    [
+         19361  0x9d44  int    11 33                    0x33
+         19362  0x9d46  int    11 2c                    0x2c
+         19363  0x9d48  int    11 3c                    0x3c
+         19364  0x9d4a  int    01                       0x00
+         19365  0x9d4b  prim   17 04                    ]
+ 1116 1  19366  0x9d4d  prim   17 03                    [
+         19367  0x9d4f  int    11 34                    0x34
+         19368  0x9d51  int    11 2e                    0x2e
+         19369  0x9d53  int    11 3e                    0x3e
+         19370  0x9d55  uint   12 b7                    0xb7
+         19371  0x9d57  prim   17 04                    ]
+ 1117 1  19372  0x9d59  prim   17 03                    [
+         19373  0x9d5b  int    11 35                    0x35
+         19374  0x9d5d  int    11 2f                    0x2f
+         19375  0x9d5f  int    11 3f                    0x3f
+         19376  0x9d61  int    01                       0x00
+         19377  0x9d62  prim   17 04                    ]
+ 1118 1  19378  0x9d64  prim   17 03                    [
+         19379  0x9d66  int    11 56                    0x56
+         19380  0x9d68  int    11 5c                    0x5c
+         19381  0x9d6a  int    11 7c                    0x7c
+         19382  0x9d6c  int    11 7c                    0x7c
+         19383  0x9d6e  prim   17 04                    ]
+ 1119 1  19384  0x9d70  prim   17 04                    ]
+         19385  0x9d72  prim   17 05                    def
+ 1121 1  19386  0x9d74  dict   29 5c 03                 /keymap.ge
+         19387  0x9d77  prim   17 03                    [
+ 1122 1  19388  0x9d79  prim   17 03                    [
+         19389  0x9d7b  int    11 56                    0x56
+         19390  0x9d7d  int    11 3c                    0x3c
+         19391  0x9d7f  int    11 3e                    0x3e
+         19392  0x9d81  int    11 7c                    0x7c
+         19393  0x9d83  prim   17 04                    ]
+ 1123 1  19394  0x9d85  prim   17 04                    ]
+         19395  0x9d87  prim   17 05                    def
+ 1125 1  19396  0x9d89  dict   29 5d 03                 /keymap.gh
+         19397  0x9d8c  prim   17 03                    [
+ 1126 1  19398  0x9d8e  prim   17 03                    [
+         19399  0x9d90  int    11 56                    0x56
+         19400  0x9d92  int    11 3c                    0x3c
+         19401  0x9d94  int    11 3e                    0x3e
+         19402  0x9d96  int    11 7c                    0x7c
+         19403  0x9d98  prim   17 04                    ]
+ 1127 1  19404  0x9d9a  prim   17 04                    ]
+         19405  0x9d9c  prim   17 05                    def
+ 1129 1  19406  0x9d9e  dict   29 5e 03                 /keymap.gn
+         19407  0x9da1  prim   17 03                    [
+ 1130 1  19408  0x9da3  prim   17 03                    [
+         19409  0x9da5  int    11 04                    0x04
+         19410  0x9da7  int    01                       0x00
+         19411  0x9da8  int    01                       0x00
+         19412  0x9da9  int    11 23                    0x23
+         19413  0x9dab  prim   17 04                    ]
+ 1131 1  19414  0x9dad  prim   17 03                    [
+         19415  0x9daf  int    11 06                    0x06
+         19416  0x9db1  int    11 28                    0x28
+         19417  0x9db3  int    01                       0x00
+         19418  0x9db4  int    01                       0x00
+         19419  0x9db5  prim   17 04                    ]
+ 1132 1  19420  0x9db7  prim   17 03                    [
+         19421  0x9db9  int    11 07                    0x07
+         19422  0x9dbb  int    11 2d                    0x2d
+         19423  0x9dbd  int    01                       0x00
+         19424  0x9dbe  int    11 7c                    0x7c
+         19425  0x9dc0  prim   17 04                    ]
+ 1133 1  19426  0x9dc2  prim   17 03                    [
+         19427  0x9dc4  int    11 08                    0x08
+         19428  0x9dc6  int    01                       0x00
+         19429  0x9dc7  int    01                       0x00
+         19430  0x9dc8  int    11 60                    0x60
+         19431  0x9dca  prim   17 04                    ]
+ 1134 1  19432  0x9dcc  prim   17 03                    [
+         19433  0x9dce  int    11 09                    0x09
+         19434  0x9dd0  int    01                       0x00
+         19435  0x9dd1  int    01                       0x00
+         19436  0x9dd2  int    11 5c                    0x5c
+         19437  0x9dd4  prim   17 04                    ]
+ 1135 1  19438  0x9dd6  prim   17 03                    [
+         19439  0x9dd8  int    11 0a                    0x0a
+         19440  0x9dda  int    01                       0x00
+         19441  0x9ddb  int    01                       0x00
+         19442  0x9ddc  int    11 5e                    0x5e
+         19443  0x9dde  prim   17 04                    ]
+ 1136 1  19444  0x9de0  prim   17 03                    [
+         19445  0x9de2  int    11 0b                    0x0b
+         19446  0x9de4  int    01                       0x00
+         19447  0x9de5  int    01                       0x00
+         19448  0x9de6  int    11 40                    0x40
+         19449  0x9de8  prim   17 04                    ]
+ 1137 1  19450  0x9dea  prim   17 03                    [
+         19451  0x9dec  int    11 0c                    0x0c
+         19452  0x9dee  int    11 29                    0x29
+         19453  0x9df0  int    11 29                    0x29
+         19454  0x9df2  int    11 29                    0x29
+         19455  0x9df4  prim   17 04                    ]
+ 1138 1  19456  0x9df6  prim   17 03                    [
+         19457  0x9df8  int    11 0d                    0x0d
+         19458  0x9dfa  int    11 3d                    0x3d
+         19459  0x9dfc  int    11 2b                    0x2b
+         19460  0x9dfe  int    11 7d                    0x7d
+         19461  0x9e00  prim   17 04                    ]
+ 1139 1  19462  0x9e02  prim   17 03                    [
+         19463  0x9e04  int    11 11                    0x11
+         19464  0x9e06  int    01                       0x00
+         19465  0x9e07  int    11 3c                    0x3c
+         19466  0x9e09  int    01                       0x00
+         19467  0x9e0a  prim   17 04                    ]
+ 1140 1  19468  0x9e0c  prim   17 03                    [
+         19469  0x9e0e  int    11 1b                    0x1b
+         19470  0x9e10  int    11 24                    0x24
+         19471  0x9e12  uint   12 a3                    0xa3
+         19472  0x9e14  uint   12 a4                    0xa4
+         19473  0x9e16  prim   17 04                    ]
+ 1141 1  19474  0x9e18  prim   17 03                    [
+         19475  0x9e1a  int    11 28                    0x28
+         19476  0x9e1c  int    01                       0x00
+         19477  0x9e1d  int    01                       0x00
+         19478  0x9e1e  int    11 25                    0x25
+         19479  0x9e20  prim   17 04                    ]
+ 1142 1  19480  0x9e22  prim   17 03                    [
+         19481  0x9e24  int    11 29                    0x29
+         19482  0x9e26  int    01                       0x00
+         19483  0x9e27  int    11 7e                    0x7e
+         19484  0x9e29  uint   12 ac                    0xac
+         19485  0x9e2b  prim   17 04                    ]
+ 1143 1  19486  0x9e2d  prim   17 03                    [
+         19487  0x9e2f  int    11 2b                    0x2b
+         19488  0x9e31  int    01                       0x00
+         19489  0x9e32  int    11 2a                    0x2a
+         19490  0x9e34  int    01                       0x00
+         19491  0x9e35  prim   17 04                    ]
+ 1144 1  19492  0x9e37  prim   17 03                    [
+         19493  0x9e39  int    11 34                    0x34
+         19494  0x9e3b  int    01                       0x00
+         19495  0x9e3c  int    11 2f                    0x2f
+         19496  0x9e3e  int    01                       0x00
+         19497  0x9e3f  prim   17 04                    ]
+ 1145 1  19498  0x9e41  prim   17 03                    [
+         19499  0x9e43  int    11 56                    0x56
+         19500  0x9e45  int    11 3c                    0x3c
+         19501  0x9e47  int    11 3e                    0x3e
+         19502  0x9e49  int    11 7c                    0x7c
+         19503  0x9e4b  prim   17 04                    ]
+ 1146 1  19504  0x9e4d  prim   17 04                    ]
+         19505  0x9e4f  prim   17 05                    def
+ 1148 1  19506  0x9e51  dict   29 5f 03                 /keymap.gr
+         19507  0x9e54  prim   17 03                    [
+ 1149 1  19508  0x9e56  prim   17 03                    [
+         19509  0x9e58  int    11 56                    0x56
+         19510  0x9e5a  int    11 3c                    0x3c
+         19511  0x9e5c  int    11 3e                    0x3e
+         19512  0x9e5e  int    11 7c                    0x7c
+         19513  0x9e60  prim   17 04                    ]
+ 1150 1  19514  0x9e62  prim   17 04                    ]
+         19515  0x9e64  prim   17 05                    def
+ 1152 1  19516  0x9e66  dict   29 60 03                 /keymap.hr
+         19517  0x9e69  prim   17 03                    [
+ 1153 1  19518  0x9e6b  prim   17 03                    [
+         19519  0x9e6d  int    11 02                    0x02
+         19520  0x9e6f  int    11 31                    0x31
+         19521  0x9e71  int    11 21                    0x21
+         19522  0x9e73  int    11 7e                    0x7e
+         19523  0x9e75  prim   17 04                    ]
+ 1154 1  19524  0x9e77  prim   17 03                    [
+         19525  0x9e79  int    11 03                    0x03
+         19526  0x9e7b  int    11 32                    0x32
+         19527  0x9e7d  int    11 22                    0x22
+         19528  0x9e7f  int    01                       0x00
+         19529  0x9e80  prim   17 04                    ]
+ 1155 1  19530  0x9e82  prim   17 03                    [
+         19531  0x9e84  int    11 04                    0x04
+         19532  0x9e86  int    11 33                    0x33
+         19533  0x9e88  int    11 23                    0x23
+         19534  0x9e8a  int    11 5e                    0x5e
+         19535  0x9e8c  prim   17 04                    ]
+ 1156 1  19536  0x9e8e  prim   17 03                    [
+         19537  0x9e90  int    11 05                    0x05
+         19538  0x9e92  int    11 34                    0x34
+         19539  0x9e94  int    11 24                    0x24
+         19540  0x9e96  int    01                       0x00
+         19541  0x9e97  prim   17 04                    ]
+ 1157 1  19542  0x9e99  prim   17 03                    [
+         19543  0x9e9b  int    11 06                    0x06
+         19544  0x9e9d  int    11 35                    0x35
+         19545  0x9e9f  int    11 25                    0x25
+         19546  0x9ea1  uint   12 b0                    0xb0
+         19547  0x9ea3  prim   17 04                    ]
+ 1158 1  19548  0x9ea5  prim   17 03                    [
+         19549  0x9ea7  int    11 07                    0x07
+         19550  0x9ea9  int    11 36                    0x36
+         19551  0x9eab  int    11 26                    0x26
+         19552  0x9ead  int    01                       0x00
+         19553  0x9eae  prim   17 04                    ]
+ 1159 1  19554  0x9eb0  prim   17 03                    [
+         19555  0x9eb2  int    11 08                    0x08
+         19556  0x9eb4  int    11 37                    0x37
+         19557  0x9eb6  int    11 2f                    0x2f
+         19558  0x9eb8  int    11 60                    0x60
+         19559  0x9eba  prim   17 04                    ]
+ 1160 1  19560  0x9ebc  prim   17 03                    [
+         19561  0x9ebe  int    11 09                    0x09
+         19562  0x9ec0  int    11 38                    0x38
+         19563  0x9ec2  int    11 28                    0x28
+         19564  0x9ec4  int    11 2e                    0x2e
+         19565  0x9ec6  prim   17 04                    ]
+ 1161 1  19566  0x9ec8  prim   17 03                    [
+         19567  0x9eca  int    11 0a                    0x0a
+         19568  0x9ecc  int    11 39                    0x39
+         19569  0x9ece  int    11 29                    0x29
+         19570  0x9ed0  int    01                       0x00
+         19571  0x9ed1  prim   17 04                    ]
+ 1162 1  19572  0x9ed3  prim   17 03                    [
+         19573  0x9ed5  int    11 0b                    0x0b
+         19574  0x9ed7  int    11 30                    0x30
+         19575  0x9ed9  int    11 3d                    0x3d
+         19576  0x9edb  int    01                       0x00
+         19577  0x9edc  prim   17 04                    ]
+ 1163 1  19578  0x9ede  prim   17 03                    [
+         19579  0x9ee0  int    11 0c                    0x0c
+         19580  0x9ee2  int    11 27                    0x27
+         19581  0x9ee4  int    11 3f                    0x3f
+         19582  0x9ee6  int    01                       0x00
+         19583  0x9ee7  prim   17 04                    ]
+ 1164 1  19584  0x9ee9  prim   17 03                    [
+         19585  0x9eeb  int    11 0d                    0x0d
+         19586  0x9eed  int    11 2b                    0x2b
+         19587  0x9eef  int    11 2a                    0x2a
+         19588  0x9ef1  int    01                       0x00
+         19589  0x9ef2  prim   17 04                    ]
+ 1165 1  19590  0x9ef4  prim   17 03                    [
+         19591  0x9ef6  int    11 10                    0x10
+         19592  0x9ef8  int    11 71                    0x71
+         19593  0x9efa  int    11 51                    0x51
+         19594  0x9efc  int    11 5c                    0x5c
+         19595  0x9efe  prim   17 04                    ]
+ 1166 1  19596  0x9f00  prim   17 03                    [
+         19597  0x9f02  int    11 11                    0x11
+         19598  0x9f04  int    11 77                    0x77
+         19599  0x9f06  int    11 57                    0x57
+         19600  0x9f08  int    11 7c                    0x7c
+         19601  0x9f0a  prim   17 04                    ]
+ 1167 1  19602  0x9f0c  prim   17 03                    [
+         19603  0x9f0e  int    11 12                    0x12
+         19604  0x9f10  int    11 65                    0x65
+         19605  0x9f12  int    11 45                    0x45
+         19606  0x9f14  int    01                       0x00
+         19607  0x9f15  prim   17 04                    ]
+ 1168 1  19608  0x9f17  prim   17 03                    [
+         19609  0x9f19  int    11 13                    0x13
+         19610  0x9f1b  int    11 72                    0x72
+         19611  0x9f1d  int    11 52                    0x52
+         19612  0x9f1f  uint   12 b6                    0xb6
+         19613  0x9f21  prim   17 04                    ]
+ 1169 1  19614  0x9f23  prim   17 03                    [
+         19615  0x9f25  int    11 14                    0x14
+         19616  0x9f27  int    11 74                    0x74
+         19617  0x9f29  int    11 54                    0x54
+         19618  0x9f2b  int    01                       0x00
+         19619  0x9f2c  prim   17 04                    ]
+ 1170 1  19620  0x9f2e  prim   17 03                    [
+         19621  0x9f30  int    11 15                    0x15
+         19622  0x9f32  int    11 7a                    0x7a
+         19623  0x9f34  int    11 5a                    0x5a
+         19624  0x9f36  int    01                       0x00
+         19625  0x9f37  prim   17 04                    ]
+ 1171 1  19626  0x9f39  prim   17 03                    [
+         19627  0x9f3b  int    11 16                    0x16
+         19628  0x9f3d  int    11 75                    0x75
+         19629  0x9f3f  int    11 55                    0x55
+         19630  0x9f41  int    01                       0x00
+         19631  0x9f42  prim   17 04                    ]
+ 1172 1  19632  0x9f44  prim   17 03                    [
+         19633  0x9f46  int    11 17                    0x17
+         19634  0x9f48  int    11 69                    0x69
+         19635  0x9f4a  int    11 49                    0x49
+         19636  0x9f4c  int    01                       0x00
+         19637  0x9f4d  prim   17 04                    ]
+ 1173 1  19638  0x9f4f  prim   17 03                    [
+         19639  0x9f51  int    11 18                    0x18
+         19640  0x9f53  int    11 6f                    0x6f
+         19641  0x9f55  int    11 4f                    0x4f
+         19642  0x9f57  uint   12 f8                    0xf8
+         19643  0x9f59  prim   17 04                    ]
+ 1174 1  19644  0x9f5b  prim   17 03                    [
+         19645  0x9f5d  int    11 19                    0x19
+         19646  0x9f5f  int    11 70                    0x70
+         19647  0x9f61  int    11 50                    0x50
+         19648  0x9f63  uint   12 fe                    0xfe
+         19649  0x9f65  prim   17 04                    ]
+ 1175 1  19650  0x9f67  prim   17 03                    [
+         19651  0x9f69  int    11 1a                    0x1a
+         19652  0x9f6b  int    01                       0x00
+         19653  0x9f6c  int    01                       0x00
+         19654  0x9f6d  uint   12 f7                    0xf7
+         19655  0x9f6f  prim   17 04                    ]
+ 1176 1  19656  0x9f71  prim   17 03                    [
+         19657  0x9f73  int    11 1b                    0x1b
+         19658  0x9f75  int    01                       0x00
+         19659  0x9f76  int    01                       0x00
+         19660  0x9f77  uint   12 d7                    0xd7
+         19661  0x9f79  prim   17 04                    ]
+ 1177 1  19662  0x9f7b  prim   17 03                    [
+         19663  0x9f7d  int    11 1e                    0x1e
+         19664  0x9f7f  int    11 61                    0x61
+         19665  0x9f81  int    11 41                    0x41
+         19666  0x9f83  uint   12 e6                    0xe6
+         19667  0x9f85  prim   17 04                    ]
+ 1178 1  19668  0x9f87  prim   17 03                    [
+         19669  0x9f89  int    11 1f                    0x1f
+         19670  0x9f8b  int    11 73                    0x73
+         19671  0x9f8d  int    11 53                    0x53
+         19672  0x9f8f  int    01                       0x00
+         19673  0x9f90  prim   17 04                    ]
+ 1179 1  19674  0x9f92  prim   17 03                    [
+         19675  0x9f94  int    11 20                    0x20
+         19676  0x9f96  int    11 64                    0x64
+         19677  0x9f98  int    11 44                    0x44
+         19678  0x9f9a  int    01                       0x00
+         19679  0x9f9b  prim   17 04                    ]
+ 1180 1  19680  0x9f9d  prim   17 03                    [
+         19681  0x9f9f  int    11 21                    0x21
+         19682  0x9fa1  int    11 66                    0x66
+         19683  0x9fa3  int    11 46                    0x46
+         19684  0x9fa5  int    11 5b                    0x5b
+         19685  0x9fa7  prim   17 04                    ]
+ 1181 1  19686  0x9fa9  prim   17 03                    [
+         19687  0x9fab  int    11 22                    0x22
+         19688  0x9fad  int    11 67                    0x67
+         19689  0x9faf  int    11 47                    0x47
+         19690  0x9fb1  int    11 5d                    0x5d
+         19691  0x9fb3  prim   17 04                    ]
+ 1182 1  19692  0x9fb5  prim   17 03                    [
+         19693  0x9fb7  int    11 23                    0x23
+         19694  0x9fb9  int    11 68                    0x68
+         19695  0x9fbb  int    11 48                    0x48
+         19696  0x9fbd  int    01                       0x00
+         19697  0x9fbe  prim   17 04                    ]
+ 1183 1  19698  0x9fc0  prim   17 03                    [
+         19699  0x9fc2  int    11 25                    0x25
+         19700  0x9fc4  int    11 6b                    0x6b
+         19701  0x9fc6  int    11 4b                    0x4b
+         19702  0x9fc8  int    01                       0x00
+         19703  0x9fc9  prim   17 04                    ]
+ 1184 1  19704  0x9fcb  prim   17 03                    [
+         19705  0x9fcd  int    11 26                    0x26
+         19706  0x9fcf  int    11 6c                    0x6c
+         19707  0x9fd1  int    11 4c                    0x4c
+         19708  0x9fd3  int    01                       0x00
+         19709  0x9fd4  prim   17 04                    ]
+ 1185 1  19710  0x9fd6  prim   17 03                    [
+         19711  0x9fd8  int    11 28                    0x28
+         19712  0x9fda  int    01                       0x00
+         19713  0x9fdb  int    01                       0x00
+         19714  0x9fdc  uint   12 df                    0xdf
+         19715  0x9fde  prim   17 04                    ]
+ 1186 1  19716  0x9fe0  prim   17 03                    [
+         19717  0x9fe2  int    11 29                    0x29
+         19718  0x9fe4  int    11 60                    0x60
+         19719  0x9fe6  int    11 7e                    0x7e
+         19720  0x9fe8  uint   12 ac                    0xac
+         19721  0x9fea  prim   17 04                    ]
+ 1187 1  19722  0x9fec  prim   17 03                    [
+         19723  0x9fee  int    11 2b                    0x2b
+         19724  0x9ff0  int    01                       0x00
+         19725  0x9ff1  int    01                       0x00
+         19726  0x9ff2  uint   12 a4                    0xa4
+         19727  0x9ff4  prim   17 04                    ]
+ 1188 1  19728  0x9ff6  prim   17 03                    [
+         19729  0x9ff8  int    11 2c                    0x2c
+         19730  0x9ffa  int    11 79                    0x79
+         19731  0x9ffc  int    11 59                    0x59
+         19732  0x9ffe  int    01                       0x00
+         19733  0x9fff  prim   17 04                    ]
+ 1189 1  19734  0xa001  prim   17 03                    [
+         19735  0xa003  int    11 2d                    0x2d
+         19736  0xa005  int    11 78                    0x78
+         19737  0xa007  int    11 58                    0x58
+         19738  0xa009  int    01                       0x00
+         19739  0xa00a  prim   17 04                    ]
+ 1190 1  19740  0xa00c  prim   17 03                    [
+         19741  0xa00e  int    11 2e                    0x2e
+         19742  0xa010  int    11 63                    0x63
+         19743  0xa012  int    11 43                    0x43
+         19744  0xa014  uint   12 a2                    0xa2
+         19745  0xa016  prim   17 04                    ]
+ 1191 1  19746  0xa018  prim   17 03                    [
+         19747  0xa01a  int    11 2f                    0x2f
+         19748  0xa01c  int    11 76                    0x76
+         19749  0xa01e  int    11 56                    0x56
+         19750  0xa020  int    11 40                    0x40
+         19751  0xa022  prim   17 04                    ]
+ 1192 1  19752  0xa024  prim   17 03                    [
+         19753  0xa026  int    11 30                    0x30
+         19754  0xa028  int    11 62                    0x62
+         19755  0xa02a  int    11 42                    0x42
+         19756  0xa02c  int    11 7b                    0x7b
+         19757  0xa02e  prim   17 04                    ]
+ 1193 1  19758  0xa030  prim   17 03                    [
+         19759  0xa032  int    11 31                    0x31
+         19760  0xa034  int    11 6e                    0x6e
+         19761  0xa036  int    11 4e                    0x4e
+         19762  0xa038  int    11 7d                    0x7d
+         19763  0xa03a  prim   17 04                    ]
+ 1194 1  19764  0xa03c  prim   17 03                    [
+         19765  0xa03e  int    11 32                    0x32
+         19766  0xa040  int    11 6d                    0x6d
+         19767  0xa042  int    11 4d                    0x4d
+         19768  0xa044  int    11 5e                    0x5e
+         19769  0xa046  prim   17 04                    ]
+ 1195 1  19770  0xa048  prim   17 03                    [
+         19771  0xa04a  int    11 33                    0x33
+         19772  0xa04c  int    11 2c                    0x2c
+         19773  0xa04e  int    11 3b                    0x3b
+         19774  0xa050  int    11 3c                    0x3c
+         19775  0xa052  prim   17 04                    ]
+ 1196 1  19776  0xa054  prim   17 03                    [
+         19777  0xa056  int    11 34                    0x34
+         19778  0xa058  int    11 2e                    0x2e
+         19779  0xa05a  int    11 3a                    0x3a
+         19780  0xa05c  int    11 3e                    0x3e
+         19781  0xa05e  prim   17 04                    ]
+ 1197 1  19782  0xa060  prim   17 03                    [
+         19783  0xa062  int    11 35                    0x35
+         19784  0xa064  int    11 2d                    0x2d
+         19785  0xa066  int    11 5f                    0x5f
+         19786  0xa068  int    01                       0x00
+         19787  0xa069  prim   17 04                    ]
+ 1198 1  19788  0xa06b  prim   17 03                    [
+         19789  0xa06d  int    11 56                    0x56
+         19790  0xa06f  int    11 3c                    0x3c
+         19791  0xa071  int    11 3e                    0x3e
+         19792  0xa073  int    11 7c                    0x7c
+         19793  0xa075  prim   17 04                    ]
+ 1199 1  19794  0xa077  prim   17 04                    ]
+         19795  0xa079  prim   17 05                    def
+ 1201 1  19796  0xa07b  dict   29 61 03                 /keymap.hu
+         19797  0xa07e  prim   17 03                    [
+ 1202 1  19798  0xa080  prim   17 03                    [
+         19799  0xa082  int    11 02                    0x02
+         19800  0xa084  int    11 31                    0x31
+         19801  0xa086  int    11 27                    0x27
+         19802  0xa088  int    11 7e                    0x7e
+         19803  0xa08a  prim   17 04                    ]
+ 1203 1  19804  0xa08c  prim   17 03                    [
+         19805  0xa08e  int    11 03                    0x03
+         19806  0xa090  int    11 32                    0x32
+         19807  0xa092  int    11 22                    0x22
+         19808  0xa094  int    01                       0x00
+         19809  0xa095  prim   17 04                    ]
+ 1204 1  19810  0xa097  prim   17 03                    [
+         19811  0xa099  int    11 04                    0x04
+         19812  0xa09b  int    11 33                    0x33
+         19813  0xa09d  int    11 2b                    0x2b
+         19814  0xa09f  int    11 5e                    0x5e
+         19815  0xa0a1  prim   17 04                    ]
+ 1205 1  19816  0xa0a3  prim   17 03                    [
+         19817  0xa0a5  int    11 05                    0x05
+         19818  0xa0a7  int    11 34                    0x34
+         19819  0xa0a9  int    11 21                    0x21
+         19820  0xa0ab  int    01                       0x00
+         19821  0xa0ac  prim   17 04                    ]
+ 1206 1  19822  0xa0ae  prim   17 03                    [
+         19823  0xa0b0  int    11 06                    0x06
+         19824  0xa0b2  int    11 35                    0x35
+         19825  0xa0b4  int    11 25                    0x25
+         19826  0xa0b6  int    11 2a                    0x2a
+         19827  0xa0b8  prim   17 04                    ]
+ 1207 1  19828  0xa0ba  prim   17 03                    [
+         19829  0xa0bc  int    11 07                    0x07
+         19830  0xa0be  int    11 36                    0x36
+         19831  0xa0c0  int    11 2f                    0x2f
+         19832  0xa0c2  int    01                       0x00
+         19833  0xa0c3  prim   17 04                    ]
+ 1208 1  19834  0xa0c5  prim   17 03                    [
+         19835  0xa0c7  int    11 08                    0x08
+         19836  0xa0c9  int    11 37                    0x37
+         19837  0xa0cb  int    11 3d                    0x3d
+         19838  0xa0cd  int    11 60                    0x60
+         19839  0xa0cf  prim   17 04                    ]
+ 1209 1  19840  0xa0d1  prim   17 03                    [
+         19841  0xa0d3  int    11 09                    0x09
+         19842  0xa0d5  int    11 38                    0x38
+         19843  0xa0d7  int    11 28                    0x28
+         19844  0xa0d9  int    11 2e                    0x2e
+         19845  0xa0db  prim   17 04                    ]
+ 1210 1  19846  0xa0dd  prim   17 03                    [
+         19847  0xa0df  int    11 0a                    0x0a
+         19848  0xa0e1  int    11 39                    0x39
+         19849  0xa0e3  int    11 29                    0x29
+         19850  0xa0e5  int    01                       0x00
+         19851  0xa0e6  prim   17 04                    ]
+ 1211 1  19852  0xa0e8  prim   17 03                    [
+         19853  0xa0ea  int    11 0b                    0x0b
+         19854  0xa0ec  uint   12 f6                    0xf6
+         19855  0xa0ee  uint   12 d6                    0xd6
+         19856  0xa0f0  int    01                       0x00
+         19857  0xa0f1  prim   17 04                    ]
+ 1212 1  19858  0xa0f3  prim   17 03                    [
+         19859  0xa0f5  int    11 0c                    0x0c
+         19860  0xa0f7  uint   12 fc                    0xfc
+         19861  0xa0f9  uint   12 dc                    0xdc
+         19862  0xa0fb  int    01                       0x00
+         19863  0xa0fc  prim   17 04                    ]
+ 1213 1  19864  0xa0fe  prim   17 03                    [
+         19865  0xa100  int    11 0d                    0x0d
+         19866  0xa102  uint   12 f3                    0xf3
+         19867  0xa104  uint   12 d3                    0xd3
+         19868  0xa106  int    01                       0x00
+         19869  0xa107  prim   17 04                    ]
+ 1214 1  19870  0xa109  prim   17 03                    [
+         19871  0xa10b  int    11 10                    0x10
+         19872  0xa10d  int    11 71                    0x71
+         19873  0xa10f  int    11 51                    0x51
+         19874  0xa111  int    11 5c                    0x5c
+         19875  0xa113  prim   17 04                    ]
+ 1215 1  19876  0xa115  prim   17 03                    [
+         19877  0xa117  int    11 11                    0x11
+         19878  0xa119  int    11 77                    0x77
+         19879  0xa11b  int    11 57                    0x57
+         19880  0xa11d  int    11 7c                    0x7c
+         19881  0xa11f  prim   17 04                    ]
+ 1216 1  19882  0xa121  prim   17 03                    [
+         19883  0xa123  int    11 13                    0x13
+         19884  0xa125  int    11 72                    0x72
+         19885  0xa127  int    11 52                    0x52
+         19886  0xa129  uint   12 b6                    0xb6
+         19887  0xa12b  prim   17 04                    ]
+ 1217 1  19888  0xa12d  prim   17 03                    [
+         19889  0xa12f  int    11 14                    0x14
+         19890  0xa131  int    11 74                    0x74
+         19891  0xa133  int    11 54                    0x54
+         19892  0xa135  int    01                       0x00
+         19893  0xa136  prim   17 04                    ]
+ 1218 1  19894  0xa138  prim   17 03                    [
+         19895  0xa13a  int    11 15                    0x15
+         19896  0xa13c  int    11 7a                    0x7a
+         19897  0xa13e  int    11 5a                    0x5a
+         19898  0xa140  int    01                       0x00
+         19899  0xa141  prim   17 04                    ]
+ 1219 1  19900  0xa143  prim   17 03                    [
+         19901  0xa145  int    11 16                    0x16
+         19902  0xa147  int    11 75                    0x75
+         19903  0xa149  int    11 55                    0x55
+         19904  0xa14b  int    01                       0x00
+         19905  0xa14c  prim   17 04                    ]
+ 1220 1  19906  0xa14e  prim   17 03                    [
+         19907  0xa150  int    11 17                    0x17
+         19908  0xa152  int    11 69                    0x69
+         19909  0xa154  int    11 49                    0x49
+         19910  0xa156  uint   12 cd                    0xcd
+         19911  0xa158  prim   17 04                    ]
+ 1221 1  19912  0xa15a  prim   17 03                    [
+         19913  0xa15c  int    11 18                    0x18
+         19914  0xa15e  int    11 6f                    0x6f
+         19915  0xa160  int    11 4f                    0x4f
+         19916  0xa162  int    01                       0x00
+         19917  0xa163  prim   17 04                    ]
+ 1222 1  19918  0xa165  prim   17 03                    [
+         19919  0xa167  int    11 19                    0x19
+         19920  0xa169  int    11 70                    0x70
+         19921  0xa16b  int    11 50                    0x50
+         19922  0xa16d  int    01                       0x00
+         19923  0xa16e  prim   17 04                    ]
+ 1223 1  19924  0xa170  prim   17 03                    [
+         19925  0xa172  int    11 1a                    0x1a
+         19926  0xa174  int    01                       0x00
+         19927  0xa175  int    01                       0x00
+         19928  0xa176  uint   12 f7                    0xf7
+         19929  0xa178  prim   17 04                    ]
+ 1224 1  19930  0xa17a  prim   17 03                    [
+         19931  0xa17c  int    11 1b                    0x1b
+         19932  0xa17e  uint   12 fa                    0xfa
+         19933  0xa180  uint   12 da                    0xda
+         19934  0xa182  uint   12 d7                    0xd7
+         19935  0xa184  prim   17 04                    ]
+ 1225 1  19936  0xa186  prim   17 03                    [
+         19937  0xa188  int    11 1e                    0x1e
+         19938  0xa18a  int    11 61                    0x61
+         19939  0xa18c  int    11 41                    0x41
+         19940  0xa18e  uint   12 e4                    0xe4
+         19941  0xa190  prim   17 04                    ]
+ 1226 1  19942  0xa192  prim   17 03                    [
+         19943  0xa194  int    11 1f                    0x1f
+         19944  0xa196  int    11 73                    0x73
+         19945  0xa198  int    11 53                    0x53
+         19946  0xa19a  int    01                       0x00
+         19947  0xa19b  prim   17 04                    ]
+ 1227 1  19948  0xa19d  prim   17 03                    [
+         19949  0xa19f  int    11 20                    0x20
+         19950  0xa1a1  int    11 64                    0x64
+         19951  0xa1a3  int    11 44                    0x44
+         19952  0xa1a5  int    01                       0x00
+         19953  0xa1a6  prim   17 04                    ]
+ 1228 1  19954  0xa1a8  prim   17 03                    [
+         19955  0xa1aa  int    11 21                    0x21
+         19956  0xa1ac  int    11 66                    0x66
+         19957  0xa1ae  int    11 46                    0x46
+         19958  0xa1b0  int    11 5b                    0x5b
+         19959  0xa1b2  prim   17 04                    ]
+ 1229 1  19960  0xa1b4  prim   17 03                    [
+         19961  0xa1b6  int    11 22                    0x22
+         19962  0xa1b8  int    11 67                    0x67
+         19963  0xa1ba  int    11 47                    0x47
+         19964  0xa1bc  int    11 5d                    0x5d
+         19965  0xa1be  prim   17 04                    ]
+ 1230 1  19966  0xa1c0  prim   17 03                    [
+         19967  0xa1c2  int    11 23                    0x23
+         19968  0xa1c4  int    11 68                    0x68
+         19969  0xa1c6  int    11 48                    0x48
+         19970  0xa1c8  int    01                       0x00
+         19971  0xa1c9  prim   17 04                    ]
+ 1231 1  19972  0xa1cb  prim   17 03                    [
+         19973  0xa1cd  int    11 24                    0x24
+         19974  0xa1cf  int    11 6a                    0x6a
+         19975  0xa1d1  int    11 4a                    0x4a
+         19976  0xa1d3  uint   12 ed                    0xed
+         19977  0xa1d5  prim   17 04                    ]
+ 1232 1  19978  0xa1d7  prim   17 03                    [
+         19979  0xa1d9  int    11 25                    0x25
+         19980  0xa1db  int    11 6b                    0x6b
+         19981  0xa1dd  int    11 4b                    0x4b
+         19982  0xa1df  int    01                       0x00
+         19983  0xa1e0  prim   17 04                    ]
+ 1233 1  19984  0xa1e2  prim   17 03                    [
+         19985  0xa1e4  int    11 26                    0x26
+         19986  0xa1e6  int    11 6c                    0x6c
+         19987  0xa1e8  int    11 4c                    0x4c
+         19988  0xa1ea  int    01                       0x00
+         19989  0xa1eb  prim   17 04                    ]
+ 1234 1  19990  0xa1ed  prim   17 03                    [
+         19991  0xa1ef  int    11 27                    0x27
+         19992  0xa1f1  uint   12 e9                    0xe9
+         19993  0xa1f3  uint   12 c9                    0xc9
+         19994  0xa1f5  int    11 24                    0x24
+         19995  0xa1f7  prim   17 04                    ]
+ 1235 1  19996  0xa1f9  prim   17 03                    [
+         19997  0xa1fb  int    11 28                    0x28
+         19998  0xa1fd  uint   12 e1                    0xe1
+         19999  0xa1ff  uint   12 c1                    0xc1
+         20000  0xa201  uint   12 df                    0xdf
+         20001  0xa203  prim   17 04                    ]
+ 1236 1  20002  0xa205  prim   17 03                    [
+         20003  0xa207  int    11 29                    0x29
+         20004  0xa209  int    11 30                    0x30
+         20005  0xa20b  uint   12 a7                    0xa7
+         20006  0xa20d  uint   12 ac                    0xac
+         20007  0xa20f  prim   17 04                    ]
+ 1237 1  20008  0xa211  prim   17 03                    [
+         20009  0xa213  int    11 2b                    0x2b
+         20010  0xa215  int    01                       0x00
+         20011  0xa216  int    01                       0x00
+         20012  0xa217  uint   12 a4                    0xa4
+         20013  0xa219  prim   17 04                    ]
+ 1238 1  20014  0xa21b  prim   17 03                    [
+         20015  0xa21d  int    11 2c                    0x2c
+         20016  0xa21f  int    11 79                    0x79
+         20017  0xa221  int    11 59                    0x59
+         20018  0xa223  int    11 3e                    0x3e
+         20019  0xa225  prim   17 04                    ]
+ 1239 1  20020  0xa227  prim   17 03                    [
+         20021  0xa229  int    11 2d                    0x2d
+         20022  0xa22b  int    11 78                    0x78
+         20023  0xa22d  int    11 58                    0x58
+         20024  0xa22f  int    11 23                    0x23
+         20025  0xa231  prim   17 04                    ]
+ 1240 1  20026  0xa233  prim   17 03                    [
+         20027  0xa235  int    11 2e                    0x2e
+         20028  0xa237  int    11 63                    0x63
+         20029  0xa239  int    11 43                    0x43
+         20030  0xa23b  int    11 26                    0x26
+         20031  0xa23d  prim   17 04                    ]
+ 1241 1  20032  0xa23f  prim   17 03                    [
+         20033  0xa241  int    11 2f                    0x2f
+         20034  0xa243  int    11 76                    0x76
+         20035  0xa245  int    11 56                    0x56
+         20036  0xa247  int    11 40                    0x40
+         20037  0xa249  prim   17 04                    ]
+ 1242 1  20038  0xa24b  prim   17 03                    [
+         20039  0xa24d  int    11 30                    0x30
+         20040  0xa24f  int    11 62                    0x62
+         20041  0xa251  int    11 42                    0x42
+         20042  0xa253  int    11 7b                    0x7b
+         20043  0xa255  prim   17 04                    ]
+ 1243 1  20044  0xa257  prim   17 03                    [
+         20045  0xa259  int    11 31                    0x31
+         20046  0xa25b  int    11 6e                    0x6e
+         20047  0xa25d  int    11 4e                    0x4e
+         20048  0xa25f  int    11 7d                    0x7d
+         20049  0xa261  prim   17 04                    ]
+ 1244 1  20050  0xa263  prim   17 03                    [
+         20051  0xa265  int    11 32                    0x32
+         20052  0xa267  int    11 6d                    0x6d
+         20053  0xa269  int    11 4d                    0x4d
+         20054  0xa26b  int    11 3c                    0x3c
+         20055  0xa26d  prim   17 04                    ]
+ 1245 1  20056  0xa26f  prim   17 03                    [
+         20057  0xa271  int    11 33                    0x33
+         20058  0xa273  int    11 2c                    0x2c
+         20059  0xa275  int    11 3f                    0x3f
+         20060  0xa277  int    11 3b                    0x3b
+         20061  0xa279  prim   17 04                    ]
+ 1246 1  20062  0xa27b  prim   17 03                    [
+         20063  0xa27d  int    11 34                    0x34
+         20064  0xa27f  int    11 2e                    0x2e
+         20065  0xa281  int    11 3a                    0x3a
+         20066  0xa283  int    11 3e                    0x3e
+         20067  0xa285  prim   17 04                    ]
+ 1247 1  20068  0xa287  prim   17 03                    [
+         20069  0xa289  int    11 35                    0x35
+         20070  0xa28b  int    11 2d                    0x2d
+         20071  0xa28d  int    11 5f                    0x5f
+         20072  0xa28f  int    11 2a                    0x2a
+         20073  0xa291  prim   17 04                    ]
+ 1248 1  20074  0xa293  prim   17 03                    [
+         20075  0xa295  int    11 56                    0x56
+         20076  0xa297  uint   12 ed                    0xed
+         20077  0xa299  uint   12 cd                    0xcd
+         20078  0xa29b  int    11 3c                    0x3c
+         20079  0xa29d  prim   17 04                    ]
+ 1249 1  20080  0xa29f  prim   17 04                    ]
+         20081  0xa2a1  prim   17 05                    def
+ 1251 1  20082  0xa2a3  dict   29 62 03                 /keymap.ie
+         20083  0xa2a6  prim   17 03                    [
+ 1252 1  20084  0xa2a8  prim   17 03                    [
+         20085  0xa2aa  int    11 02                    0x02
+         20086  0xa2ac  int    11 31                    0x31
+         20087  0xa2ae  int    11 21                    0x21
+         20088  0xa2b0  uint   12 a1                    0xa1
+         20089  0xa2b2  prim   17 04                    ]
+ 1253 1  20090  0xa2b4  prim   17 03                    [
+         20091  0xa2b6  int    11 03                    0x03
+         20092  0xa2b8  int    11 32                    0x32
+         20093  0xa2ba  int    11 22                    0x22
+         20094  0xa2bc  int    01                       0x00
+         20095  0xa2bd  prim   17 04                    ]
+ 1254 1  20096  0xa2bf  prim   17 03                    [
+         20097  0xa2c1  int    11 04                    0x04
+         20098  0xa2c3  int    11 33                    0x33
+         20099  0xa2c5  uint   12 a3                    0xa3
+         20100  0xa2c7  uint   12 a9                    0xa9
+         20101  0xa2c9  prim   17 04                    ]
+ 1255 1  20102  0xa2cb  prim   17 03                    [
+         20103  0xa2cd  int    11 05                    0x05
+         20104  0xa2cf  int    11 34                    0x34
+         20105  0xa2d1  int    11 24                    0x24
+         20106  0xa2d3  int    01                       0x00
+         20107  0xa2d4  prim   17 04                    ]
+ 1256 1  20108  0xa2d6  prim   17 03                    [
+         20109  0xa2d8  int    11 06                    0x06
+         20110  0xa2da  int    11 35                    0x35
+         20111  0xa2dc  int    11 25                    0x25
+         20112  0xa2de  uint   12 a7                    0xa7
+         20113  0xa2e0  prim   17 04                    ]
+ 1257 1  20114  0xa2e2  prim   17 03                    [
+         20115  0xa2e4  int    11 07                    0x07
+         20116  0xa2e6  int    11 36                    0x36
+         20117  0xa2e8  int    11 5e                    0x5e
+         20118  0xa2ea  int    01                       0x00
+         20119  0xa2eb  prim   17 04                    ]
+ 1258 1  20120  0xa2ed  prim   17 03                    [
+         20121  0xa2ef  int    11 08                    0x08
+         20122  0xa2f1  int    11 37                    0x37
+         20123  0xa2f3  int    11 26                    0x26
+         20124  0xa2f5  uint   12 b6                    0xb6
+         20125  0xa2f7  prim   17 04                    ]
+ 1259 1  20126  0xa2f9  prim   17 03                    [
+         20127  0xa2fb  int    11 09                    0x09
+         20128  0xa2fd  int    11 38                    0x38
+         20129  0xa2ff  int    11 2a                    0x2a
+         20130  0xa301  int    01                       0x00
+         20131  0xa302  prim   17 04                    ]
+ 1260 1  20132  0xa304  prim   17 03                    [
+         20133  0xa306  int    11 0a                    0x0a
+         20134  0xa308  int    11 39                    0x39
+         20135  0xa30a  int    11 28                    0x28
+         20136  0xa30c  uint   12 aa                    0xaa
+         20137  0xa30e  prim   17 04                    ]
+ 1261 1  20138  0xa310  prim   17 03                    [
+         20139  0xa312  int    11 0b                    0x0b
+         20140  0xa314  int    11 30                    0x30
+         20141  0xa316  int    11 29                    0x29
+         20142  0xa318  uint   12 ba                    0xba
+         20143  0xa31a  prim   17 04                    ]
+ 1262 1  20144  0xa31c  prim   17 03                    [
+         20145  0xa31e  int    11 0c                    0x0c
+         20146  0xa320  int    11 2d                    0x2d
+         20147  0xa322  int    11 5f                    0x5f
+         20148  0xa324  int    01                       0x00
+         20149  0xa325  prim   17 04                    ]
+ 1263 1  20150  0xa327  prim   17 03                    [
+         20151  0xa329  int    11 0d                    0x0d
+         20152  0xa32b  int    11 3d                    0x3d
+         20153  0xa32d  int    11 2b                    0x2b
+         20154  0xa32f  int    01                       0x00
+         20155  0xa330  prim   17 04                    ]
+ 1264 1  20156  0xa332  prim   17 03                    [
+         20157  0xa334  int    11 10                    0x10
+         20158  0xa336  int    11 71                    0x71
+         20159  0xa338  int    11 51                    0x51
+         20160  0xa33a  int    01                       0x00
+         20161  0xa33b  prim   17 04                    ]
+ 1265 1  20162  0xa33d  prim   17 03                    [
+         20163  0xa33f  int    11 11                    0x11
+         20164  0xa341  int    11 77                    0x77
+         20165  0xa343  int    11 57                    0x57
+         20166  0xa345  int    11 2e                    0x2e
+         20167  0xa347  prim   17 04                    ]
+ 1266 1  20168  0xa349  prim   17 03                    [
+         20169  0xa34b  int    11 12                    0x12
+         20170  0xa34d  int    11 65                    0x65
+         20171  0xa34f  int    11 45                    0x45
+         20172  0xa351  uint   12 e9                    0xe9
+         20173  0xa353  prim   17 04                    ]
+ 1267 1  20174  0xa355  prim   17 03                    [
+         20175  0xa357  int    11 13                    0x13
+         20176  0xa359  int    11 72                    0x72
+         20177  0xa35b  int    11 52                    0x52
+         20178  0xa35d  uint   12 ae                    0xae
+         20179  0xa35f  prim   17 04                    ]
+ 1268 1  20180  0xa361  prim   17 03                    [
+         20181  0xa363  int    11 14                    0x14
+         20182  0xa365  int    11 74                    0x74
+         20183  0xa367  int    11 54                    0x54
+         20184  0xa369  uint   12 fe                    0xfe
+         20185  0xa36b  prim   17 04                    ]
+ 1269 1  20186  0xa36d  prim   17 03                    [
+         20187  0xa36f  int    11 15                    0x15
+         20188  0xa371  int    11 79                    0x79
+         20189  0xa373  int    11 59                    0x59
+         20190  0xa375  uint   12 a5                    0xa5
+         20191  0xa377  prim   17 04                    ]
+ 1270 1  20192  0xa379  prim   17 03                    [
+         20193  0xa37b  int    11 16                    0x16
+         20194  0xa37d  int    11 75                    0x75
+         20195  0xa37f  int    11 55                    0x55
+         20196  0xa381  uint   12 fa                    0xfa
+         20197  0xa383  prim   17 04                    ]
+ 1271 1  20198  0xa385  prim   17 03                    [
+         20199  0xa387  int    11 17                    0x17
+         20200  0xa389  int    11 69                    0x69
+         20201  0xa38b  int    11 49                    0x49
+         20202  0xa38d  uint   12 ed                    0xed
+         20203  0xa38f  prim   17 04                    ]
+ 1272 1  20204  0xa391  prim   17 03                    [
+         20205  0xa393  int    11 18                    0x18
+         20206  0xa395  int    11 6f                    0x6f
+         20207  0xa397  int    11 4f                    0x4f
+         20208  0xa399  uint   12 f3                    0xf3
+         20209  0xa39b  prim   17 04                    ]
+ 1273 1  20210  0xa39d  prim   17 03                    [
+         20211  0xa39f  int    11 19                    0x19
+         20212  0xa3a1  int    11 70                    0x70
+         20213  0xa3a3  int    11 50                    0x50
+         20214  0xa3a5  int    01                       0x00
+         20215  0xa3a6  prim   17 04                    ]
+ 1274 1  20216  0xa3a8  prim   17 03                    [
+         20217  0xa3aa  int    11 1a                    0x1a
+         20218  0xa3ac  int    11 5b                    0x5b
+         20219  0xa3ae  int    11 7b                    0x7b
+         20220  0xa3b0  int    01                       0x00
+         20221  0xa3b1  prim   17 04                    ]
+ 1275 1  20222  0xa3b3  prim   17 03                    [
+         20223  0xa3b5  int    11 1b                    0x1b
+         20224  0xa3b7  int    11 5d                    0x5d
+         20225  0xa3b9  int    11 7d                    0x7d
+         20226  0xa3bb  int    01                       0x00
+         20227  0xa3bc  prim   17 04                    ]
+ 1276 1  20228  0xa3be  prim   17 03                    [
+         20229  0xa3c0  int    11 1e                    0x1e
+         20230  0xa3c2  int    11 61                    0x61
+         20231  0xa3c4  int    11 41                    0x41
+         20232  0xa3c6  uint   12 e1                    0xe1
+         20233  0xa3c8  prim   17 04                    ]
+ 1277 1  20234  0xa3ca  prim   17 03                    [
+         20235  0xa3cc  int    11 1f                    0x1f
+         20236  0xa3ce  int    11 73                    0x73
+         20237  0xa3d0  int    11 53                    0x53
+         20238  0xa3d2  uint   12 df                    0xdf
+         20239  0xa3d4  prim   17 04                    ]
+ 1278 1  20240  0xa3d6  prim   17 03                    [
+         20241  0xa3d8  int    11 20                    0x20
+         20242  0xa3da  int    11 64                    0x64
+         20243  0xa3dc  int    11 44                    0x44
+         20244  0xa3de  uint   12 f0                    0xf0
+         20245  0xa3e0  prim   17 04                    ]
+ 1279 1  20246  0xa3e2  prim   17 03                    [
+         20247  0xa3e4  int    11 21                    0x21
+         20248  0xa3e6  int    11 66                    0x66
+         20249  0xa3e8  int    11 46                    0x46
+         20250  0xa3ea  int    01                       0x00
+         20251  0xa3eb  prim   17 04                    ]
+ 1280 1  20252  0xa3ed  prim   17 03                    [
+         20253  0xa3ef  int    11 22                    0x22
+         20254  0xa3f1  int    11 67                    0x67
+         20255  0xa3f3  int    11 47                    0x47
+         20256  0xa3f5  uint   12 a9                    0xa9
+         20257  0xa3f7  prim   17 04                    ]
+ 1281 1  20258  0xa3f9  prim   17 03                    [
+         20259  0xa3fb  int    11 23                    0x23
+         20260  0xa3fd  int    11 68                    0x68
+         20261  0xa3ff  int    11 48                    0x48
+         20262  0xa401  int    11 2e                    0x2e
+         20263  0xa403  prim   17 04                    ]
+ 1282 1  20264  0xa405  prim   17 03                    [
+         20265  0xa407  int    11 24                    0x24
+         20266  0xa409  int    11 6a                    0x6a
+         20267  0xa40b  int    11 4a                    0x4a
+         20268  0xa40d  int    01                       0x00
+         20269  0xa40e  prim   17 04                    ]
+ 1283 1  20270  0xa410  prim   17 03                    [
+         20271  0xa412  int    11 25                    0x25
+         20272  0xa414  int    11 6b                    0x6b
+         20273  0xa416  int    11 4b                    0x4b
+         20274  0xa418  int    11 2a                    0x2a
+         20275  0xa41a  prim   17 04                    ]
+ 1284 1  20276  0xa41c  prim   17 03                    [
+         20277  0xa41e  int    11 26                    0x26
+         20278  0xa420  int    11 6c                    0x6c
+         20279  0xa422  int    11 4c                    0x4c
+         20280  0xa424  int    11 27                    0x27
+         20281  0xa426  prim   17 04                    ]
+ 1285 1  20282  0xa428  prim   17 03                    [
+         20283  0xa42a  int    11 27                    0x27
+         20284  0xa42c  int    11 3b                    0x3b
+         20285  0xa42e  int    11 3a                    0x3a
+         20286  0xa430  int    01                       0x00
+         20287  0xa431  prim   17 04                    ]
+ 1286 1  20288  0xa433  prim   17 03                    [
+         20289  0xa435  int    11 28                    0x28
+         20290  0xa437  int    11 27                    0x27
+         20291  0xa439  int    11 40                    0x40
+         20292  0xa43b  uint   12 e6                    0xe6
+         20293  0xa43d  prim   17 04                    ]
+ 1287 1  20294  0xa43f  prim   17 03                    [
+         20295  0xa441  int    11 29                    0x29
+         20296  0xa443  int    11 60                    0x60
+         20297  0xa445  uint   12 ac                    0xac
+         20298  0xa447  uint   12 a6                    0xa6
+         20299  0xa449  prim   17 04                    ]
+ 1288 1  20300  0xa44b  prim   17 03                    [
+         20301  0xa44d  int    11 2b                    0x2b
+         20302  0xa44f  int    11 23                    0x23
+         20303  0xa451  int    11 7e                    0x7e
+         20304  0xa453  uint   12 ab                    0xab
+         20305  0xa455  prim   17 04                    ]
+ 1289 1  20306  0xa457  prim   17 03                    [
+         20307  0xa459  int    11 2c                    0x2c
+         20308  0xa45b  int    11 7a                    0x7a
+         20309  0xa45d  int    11 5a                    0x5a
+         20310  0xa45f  int    01                       0x00
+         20311  0xa460  prim   17 04                    ]
+ 1290 1  20312  0xa462  prim   17 03                    [
+         20313  0xa464  int    11 2d                    0x2d
+         20314  0xa466  int    11 78                    0x78
+         20315  0xa468  int    11 58                    0x58
+         20316  0xa46a  uint   12 d7                    0xd7
+         20317  0xa46c  prim   17 04                    ]
+ 1291 1  20318  0xa46e  prim   17 03                    [
+         20319  0xa470  int    11 2e                    0x2e
+         20320  0xa472  int    11 63                    0x63
+         20321  0xa474  int    11 43                    0x43
+         20322  0xa476  int    01                       0x00
+         20323  0xa477  prim   17 04                    ]
+ 1292 1  20324  0xa479  prim   17 03                    [
+         20325  0xa47b  int    11 2f                    0x2f
+         20326  0xa47d  int    11 76                    0x76
+         20327  0xa47f  int    11 56                    0x56
+         20328  0xa481  int    01                       0x00
+         20329  0xa482  prim   17 04                    ]
+ 1293 1  20330  0xa484  prim   17 03                    [
+         20331  0xa486  int    11 30                    0x30
+         20332  0xa488  int    11 62                    0x62
+         20333  0xa48a  int    11 42                    0x42
+         20334  0xa48c  uint   12 a8                    0xa8
+         20335  0xa48e  prim   17 04                    ]
+ 1294 1  20336  0xa490  prim   17 03                    [
+         20337  0xa492  int    11 31                    0x31
+         20338  0xa494  int    11 6e                    0x6e
+         20339  0xa496  int    11 4e                    0x4e
+         20340  0xa498  int    01                       0x00
+         20341  0xa499  prim   17 04                    ]
+ 1295 1  20342  0xa49b  prim   17 03                    [
+         20343  0xa49d  int    11 32                    0x32
+         20344  0xa49f  int    11 6d                    0x6d
+         20345  0xa4a1  int    11 4d                    0x4d
+         20346  0xa4a3  uint   12 af                    0xaf
+         20347  0xa4a5  prim   17 04                    ]
+ 1296 1  20348  0xa4a7  prim   17 03                    [
+         20349  0xa4a9  int    11 33                    0x33
+         20350  0xa4ab  int    11 2c                    0x2c
+         20351  0xa4ad  int    11 3c                    0x3c
+         20352  0xa4af  int    01                       0x00
+         20353  0xa4b0  prim   17 04                    ]
+ 1297 1  20354  0xa4b2  prim   17 03                    [
+         20355  0xa4b4  int    11 34                    0x34
+         20356  0xa4b6  int    11 2e                    0x2e
+         20357  0xa4b8  int    11 3e                    0x3e
+         20358  0xa4ba  int    01                       0x00
+         20359  0xa4bb  prim   17 04                    ]
+ 1298 1  20360  0xa4bd  prim   17 03                    [
+         20361  0xa4bf  int    11 35                    0x35
+         20362  0xa4c1  int    11 2f                    0x2f
+         20363  0xa4c3  int    11 3f                    0x3f
+         20364  0xa4c5  uint   12 f7                    0xf7
+         20365  0xa4c7  prim   17 04                    ]
+ 1299 1  20366  0xa4c9  prim   17 03                    [
+         20367  0xa4cb  int    11 39                    0x39
+         20368  0xa4cd  int    11 20                    0x20
+         20369  0xa4cf  int    11 20                    0x20
+         20370  0xa4d1  uint   12 a0                    0xa0
+         20371  0xa4d3  prim   17 04                    ]
+ 1300 1  20372  0xa4d5  prim   17 03                    [
+         20373  0xa4d7  int    11 56                    0x56
+         20374  0xa4d9  int    11 5c                    0x5c
+         20375  0xa4db  int    11 7c                    0x7c
+         20376  0xa4dd  int    01                       0x00
+         20377  0xa4de  prim   17 04                    ]
+ 1301 1  20378  0xa4e0  prim   17 04                    ]
+         20379  0xa4e2  prim   17 05                    def
+ 1303 1  20380  0xa4e4  dict   29 63 03                 /keymap.il
+         20381  0xa4e7  prim   17 03                    [
+ 1304 1  20382  0xa4e9  prim   17 03                    [
+         20383  0xa4eb  int    11 56                    0x56
+         20384  0xa4ed  int    11 3c                    0x3c
+         20385  0xa4ef  int    11 3e                    0x3e
+         20386  0xa4f1  int    11 7c                    0x7c
+         20387  0xa4f3  prim   17 04                    ]
+ 1305 1  20388  0xa4f5  prim   17 04                    ]
+         20389  0xa4f7  prim   17 05                    def
+ 1307 1  20390  0xa4f9  dict   29 64 03                 /keymap.in
+         20391  0xa4fc  prim   17 03                    [
+ 1308 1  20392  0xa4fe  prim   17 03                    [
+         20393  0xa500  int    11 56                    0x56
+         20394  0xa502  int    11 3c                    0x3c
+         20395  0xa504  int    11 3e                    0x3e
+         20396  0xa506  int    11 7c                    0x7c
+         20397  0xa508  prim   17 04                    ]
+ 1309 1  20398  0xa50a  prim   17 04                    ]
+         20399  0xa50c  prim   17 05                    def
+ 1311 1  20400  0xa50e  dict   29 65 03                 /keymap.in_guj
+         20401  0xa511  prim   17 03                    [
+ 1312 1  20402  0xa513  prim   17 03                    [
+         20403  0xa515  int    11 0a                    0x0a
+         20404  0xa517  int    01                       0x00
+         20405  0xa518  int    11 28                    0x28
+         20406  0xa51a  int    01                       0x00
+         20407  0xa51b  prim   17 04                    ]
+ 1313 1  20408  0xa51d  prim   17 03                    [
+         20409  0xa51f  int    11 0b                    0x0b
+         20410  0xa521  int    01                       0x00
+         20411  0xa522  int    11 29                    0x29
+         20412  0xa524  int    01                       0x00
+         20413  0xa525  prim   17 04                    ]
+ 1314 1  20414  0xa527  prim   17 03                    [
+         20415  0xa529  int    11 0c                    0x0c
+         20416  0xa52b  int    11 2d                    0x2d
+         20417  0xa52d  int    01                       0x00
+         20418  0xa52e  int    11 2d                    0x2d
+         20419  0xa530  prim   17 04                    ]
+ 1315 1  20420  0xa532  prim   17 03                    [
+         20421  0xa534  int    11 33                    0x33
+         20422  0xa536  int    11 2c                    0x2c
+         20423  0xa538  int    01                       0x00
+         20424  0xa539  int    11 2c                    0x2c
+         20425  0xa53b  prim   17 04                    ]
+ 1316 1  20426  0xa53d  prim   17 03                    [
+         20427  0xa53f  int    11 34                    0x34
+         20428  0xa541  int    11 2e                    0x2e
+         20429  0xa543  int    01                       0x00
+         20430  0xa544  int    11 2e                    0x2e
+         20431  0xa546  prim   17 04                    ]
+ 1317 1  20432  0xa548  prim   17 03                    [
+         20433  0xa54a  int    11 35                    0x35
+         20434  0xa54c  int    01                       0x00
+         20435  0xa54d  int    11 3f                    0x3f
+         20436  0xa54f  int    01                       0x00
+         20437  0xa550  prim   17 04                    ]
+ 1318 1  20438  0xa552  prim   17 03                    [
+         20439  0xa554  int    11 56                    0x56
+         20440  0xa556  int    11 3c                    0x3c
+         20441  0xa558  int    11 3e                    0x3e
+         20442  0xa55a  int    11 7c                    0x7c
+         20443  0xa55c  prim   17 04                    ]
+ 1319 1  20444  0xa55e  prim   17 04                    ]
+         20445  0xa560  prim   17 05                    def
+ 1321 1  20446  0xa562  dict   29 66 03                 /keymap.in_guru
+         20447  0xa565  prim   17 03                    [
+ 1322 1  20448  0xa567  prim   17 03                    [
+         20449  0xa569  int    11 0a                    0x0a
+         20450  0xa56b  int    01                       0x00
+         20451  0xa56c  int    11 28                    0x28
+         20452  0xa56e  int    01                       0x00
+         20453  0xa56f  prim   17 04                    ]
+ 1323 1  20454  0xa571  prim   17 03                    [
+         20455  0xa573  int    11 0b                    0x0b
+         20456  0xa575  int    01                       0x00
+         20457  0xa576  int    11 29                    0x29
+         20458  0xa578  int    01                       0x00
+         20459  0xa579  prim   17 04                    ]
+ 1324 1  20460  0xa57b  prim   17 03                    [
+         20461  0xa57d  int    11 2c                    0x2c
+         20462  0xa57f  int    11 7a                    0x7a
+         20463  0xa581  int    01                       0x00
+         20464  0xa582  int    11 7a                    0x7a
+         20465  0xa584  prim   17 04                    ]
+ 1325 1  20466  0xa586  prim   17 03                    [
+         20467  0xa588  int    11 34                    0x34
+         20468  0xa58a  int    11 2e                    0x2e
+         20469  0xa58c  int    01                       0x00
+         20470  0xa58d  int    11 2e                    0x2e
+         20471  0xa58f  prim   17 04                    ]
+ 1326 1  20472  0xa591  prim   17 03                    [
+         20473  0xa593  int    11 35                    0x35
+         20474  0xa595  int    01                       0x00
+         20475  0xa596  int    11 3f                    0x3f
+         20476  0xa598  int    01                       0x00
+         20477  0xa599  prim   17 04                    ]
+ 1327 1  20478  0xa59b  prim   17 03                    [
+         20479  0xa59d  int    11 56                    0x56
+         20480  0xa59f  int    11 3c                    0x3c
+         20481  0xa5a1  int    11 3e                    0x3e
+         20482  0xa5a3  int    11 7c                    0x7c
+         20483  0xa5a5  prim   17 04                    ]
+ 1328 1  20484  0xa5a7  prim   17 04                    ]
+         20485  0xa5a9  prim   17 05                    def
+ 1330 1  20486  0xa5ab  dict   29 67 03                 /keymap.in_kan
+         20487  0xa5ae  prim   17 03                    [
+ 1331 1  20488  0xa5b0  prim   17 03                    [
+         20489  0xa5b2  int    11 33                    0x33
+         20490  0xa5b4  int    11 2c                    0x2c
+         20491  0xa5b6  int    01                       0x00
+         20492  0xa5b7  int    11 2c                    0x2c
+         20493  0xa5b9  prim   17 04                    ]
+ 1332 1  20494  0xa5bb  prim   17 03                    [
+         20495  0xa5bd  int    11 34                    0x34
+         20496  0xa5bf  int    11 2e                    0x2e
+         20497  0xa5c1  int    11 2e                    0x2e
+         20498  0xa5c3  int    11 2e                    0x2e
+         20499  0xa5c5  prim   17 04                    ]
+ 1333 1  20500  0xa5c7  prim   17 03                    [
+         20501  0xa5c9  int    11 35                    0x35
+         20502  0xa5cb  int    01                       0x00
+         20503  0xa5cc  int    11 40                    0x40
+         20504  0xa5ce  int    01                       0x00
+         20505  0xa5cf  prim   17 04                    ]
+ 1334 1  20506  0xa5d1  prim   17 03                    [
+         20507  0xa5d3  int    11 56                    0x56
+         20508  0xa5d5  int    11 3c                    0x3c
+         20509  0xa5d7  int    11 3e                    0x3e
+         20510  0xa5d9  int    11 7c                    0x7c
+         20511  0xa5db  prim   17 04                    ]
+ 1335 1  20512  0xa5dd  prim   17 04                    ]
+         20513  0xa5df  prim   17 05                    def
+ 1337 1  20514  0xa5e1  dict   29 68 03                 /keymap.in_mal
+         20515  0xa5e4  prim   17 03                    [
+ 1338 1  20516  0xa5e6  prim   17 03                    [
+         20517  0xa5e8  int    11 02                    0x02
+         20518  0xa5ea  int    01                       0x00
+         20519  0xa5eb  int    11 21                    0x21
+         20520  0xa5ed  int    01                       0x00
+         20521  0xa5ee  prim   17 04                    ]
+ 1339 1  20522  0xa5f0  prim   17 03                    [
+         20523  0xa5f2  int    11 03                    0x03
+         20524  0xa5f4  int    01                       0x00
+         20525  0xa5f5  int    11 40                    0x40
+         20526  0xa5f7  int    01                       0x00
+         20527  0xa5f8  prim   17 04                    ]
+ 1340 1  20528  0xa5fa  prim   17 03                    [
+         20529  0xa5fc  int    11 04                    0x04
+         20530  0xa5fe  int    01                       0x00
+         20531  0xa5ff  int    11 23                    0x23
+         20532  0xa601  int    01                       0x00
+         20533  0xa602  prim   17 04                    ]
+ 1341 1  20534  0xa604  prim   17 03                    [
+         20535  0xa606  int    11 05                    0x05
+         20536  0xa608  int    01                       0x00
+         20537  0xa609  int    11 24                    0x24
+         20538  0xa60b  int    01                       0x00
+         20539  0xa60c  prim   17 04                    ]
+ 1342 1  20540  0xa60e  prim   17 03                    [
+         20541  0xa610  int    11 06                    0x06
+         20542  0xa612  int    01                       0x00
+         20543  0xa613  int    11 25                    0x25
+         20544  0xa615  int    01                       0x00
+         20545  0xa616  prim   17 04                    ]
+ 1343 1  20546  0xa618  prim   17 03                    [
+         20547  0xa61a  int    11 07                    0x07
+         20548  0xa61c  int    01                       0x00
+         20549  0xa61d  int    11 5e                    0x5e
+         20550  0xa61f  int    01                       0x00
+         20551  0xa620  prim   17 04                    ]
+ 1344 1  20552  0xa622  prim   17 03                    [
+         20553  0xa624  int    11 08                    0x08
+         20554  0xa626  int    01                       0x00
+         20555  0xa627  int    11 26                    0x26
+         20556  0xa629  int    01                       0x00
+         20557  0xa62a  prim   17 04                    ]
+ 1345 1  20558  0xa62c  prim   17 03                    [
+         20559  0xa62e  int    11 09                    0x09
+         20560  0xa630  int    01                       0x00
+         20561  0xa631  int    11 2a                    0x2a
+         20562  0xa633  int    01                       0x00
+         20563  0xa634  prim   17 04                    ]
+ 1346 1  20564  0xa636  prim   17 03                    [
+         20565  0xa638  int    11 0a                    0x0a
+         20566  0xa63a  int    01                       0x00
+         20567  0xa63b  int    11 28                    0x28
+         20568  0xa63d  int    01                       0x00
+         20569  0xa63e  prim   17 04                    ]
+ 1347 1  20570  0xa640  prim   17 03                    [
+         20571  0xa642  int    11 0b                    0x0b
+         20572  0xa644  int    01                       0x00
+         20573  0xa645  int    11 29                    0x29
+         20574  0xa647  int    01                       0x00
+         20575  0xa648  prim   17 04                    ]
+ 1348 1  20576  0xa64a  prim   17 03                    [
+         20577  0xa64c  int    11 0c                    0x0c
+         20578  0xa64e  int    11 2d                    0x2d
+         20579  0xa650  int    01                       0x00
+         20580  0xa651  int    11 2d                    0x2d
+         20581  0xa653  prim   17 04                    ]
+ 1349 1  20582  0xa655  prim   17 03                    [
+         20583  0xa657  int    11 2b                    0x2b
+         20584  0xa659  int    01                       0x00
+         20585  0xa65a  int    11 5c                    0x5c
+         20586  0xa65c  int    01                       0x00
+         20587  0xa65d  prim   17 04                    ]
+ 1350 1  20588  0xa65f  prim   17 03                    [
+         20589  0xa661  int    11 33                    0x33
+         20590  0xa663  int    11 2c                    0x2c
+         20591  0xa665  int    01                       0x00
+         20592  0xa666  int    11 2c                    0x2c
+         20593  0xa668  prim   17 04                    ]
+ 1351 1  20594  0xa66a  prim   17 03                    [
+         20595  0xa66c  int    11 34                    0x34
+         20596  0xa66e  int    11 2e                    0x2e
+         20597  0xa670  int    01                       0x00
+         20598  0xa671  int    11 2e                    0x2e
+         20599  0xa673  prim   17 04                    ]
+ 1352 1  20600  0xa675  prim   17 03                    [
+         20601  0xa677  int    11 35                    0x35
+         20602  0xa679  int    01                       0x00
+         20603  0xa67a  int    11 3f                    0x3f
+         20604  0xa67c  int    01                       0x00
+         20605  0xa67d  prim   17 04                    ]
+ 1353 1  20606  0xa67f  prim   17 03                    [
+         20607  0xa681  int    11 56                    0x56
+         20608  0xa683  int    11 3c                    0x3c
+         20609  0xa685  int    11 3e                    0x3e
+         20610  0xa687  int    11 7c                    0x7c
+         20611  0xa689  prim   17 04                    ]
+ 1354 1  20612  0xa68b  prim   17 04                    ]
+         20613  0xa68d  prim   17 05                    def
+ 1356 1  20614  0xa68f  dict   29 69 03                 /keymap.in_tam
+         20615  0xa692  prim   17 03                    [
+ 1357 1  20616  0xa694  prim   17 03                    [
+         20617  0xa696  int    11 02                    0x02
+         20618  0xa698  uint   12 e7                    0xe7
+         20619  0xa69a  uint   12 e7                    0xe7
+         20620  0xa69c  uint   12 e7                    0xe7
+         20621  0xa69e  prim   17 04                    ]
+ 1358 1  20622  0xa6a0  prim   17 03                    [
+         20623  0xa6a2  int    11 03                    0x03
+         20624  0xa6a4  uint   12 e8                    0xe8
+         20625  0xa6a6  uint   12 e8                    0xe8
+         20626  0xa6a8  uint   12 e8                    0xe8
+         20627  0xa6aa  prim   17 04                    ]
+ 1359 1  20628  0xa6ac  prim   17 03                    [
+         20629  0xa6ae  int    11 04                    0x04
+         20630  0xa6b0  uint   12 e9                    0xe9
+         20631  0xa6b2  uint   12 e9                    0xe9
+         20632  0xa6b4  uint   12 e9                    0xe9
+         20633  0xa6b6  prim   17 04                    ]
+ 1360 1  20634  0xa6b8  prim   17 03                    [
+         20635  0xa6ba  int    11 05                    0x05
+         20636  0xa6bc  uint   12 ea                    0xea
+         20637  0xa6be  uint   12 ea                    0xea
+         20638  0xa6c0  uint   12 ea                    0xea
+         20639  0xa6c2  prim   17 04                    ]
+ 1361 1  20640  0xa6c4  prim   17 03                    [
+         20641  0xa6c6  int    11 06                    0x06
+         20642  0xa6c8  uint   12 eb                    0xeb
+         20643  0xa6ca  uint   12 eb                    0xeb
+         20644  0xa6cc  uint   12 eb                    0xeb
+         20645  0xa6ce  prim   17 04                    ]
+ 1362 1  20646  0xa6d0  prim   17 03                    [
+         20647  0xa6d2  int    11 07                    0x07
+         20648  0xa6d4  uint   12 ec                    0xec
+         20649  0xa6d6  uint   12 ec                    0xec
+         20650  0xa6d8  uint   12 ec                    0xec
+         20651  0xa6da  prim   17 04                    ]
+ 1363 1  20652  0xa6dc  prim   17 03                    [
+         20653  0xa6de  int    11 08                    0x08
+         20654  0xa6e0  uint   12 ed                    0xed
+         20655  0xa6e2  uint   12 ed                    0xed
+         20656  0xa6e4  uint   12 ed                    0xed
+         20657  0xa6e6  prim   17 04                    ]
+ 1364 1  20658  0xa6e8  prim   17 03                    [
+         20659  0xa6ea  int    11 09                    0x09
+         20660  0xa6ec  uint   12 ee                    0xee
+         20661  0xa6ee  uint   12 ee                    0xee
+         20662  0xa6f0  uint   12 ee                    0xee
+         20663  0xa6f2  prim   17 04                    ]
+ 1365 1  20664  0xa6f4  prim   17 03                    [
+         20665  0xa6f6  int    11 0a                    0x0a
+         20666  0xa6f8  uint   12 ef                    0xef
+         20667  0xa6fa  int    11 28                    0x28
+         20668  0xa6fc  uint   12 ef                    0xef
+         20669  0xa6fe  prim   17 04                    ]
+ 1366 1  20670  0xa700  prim   17 03                    [
+         20671  0xa702  int    11 0b                    0x0b
+         20672  0xa704  uint   12 f0                    0xf0
+         20673  0xa706  int    11 29                    0x29
+         20674  0xa708  uint   12 f0                    0xf0
+         20675  0xa70a  prim   17 04                    ]
+ 1367 1  20676  0xa70c  prim   17 03                    [
+         20677  0xa70e  int    11 0c                    0x0c
+         20678  0xa710  uint   12 f1                    0xf1
+         20679  0xa712  uint   12 83                    0x83
+         20680  0xa714  uint   12 f1                    0xf1
+         20681  0xa716  prim   17 04                    ]
+ 1368 1  20682  0xa718  prim   17 03                    [
+         20683  0xa71a  int    11 0d                    0x0d
+         20684  0xa71c  uint   12 f2                    0xf2
+         20685  0xa71e  int    11 2b                    0x2b
+         20686  0xa720  uint   12 f2                    0xf2
+         20687  0xa722  prim   17 04                    ]
+ 1369 1  20688  0xa724  prim   17 03                    [
+         20689  0xa726  int    11 10                    0x10
+         20690  0xa728  uint   12 cc                    0xcc
+         20691  0xa72a  uint   12 94                    0x94
+         20692  0xa72c  uint   12 cc                    0xcc
+         20693  0xa72e  prim   17 04                    ]
+ 1370 1  20694  0xa730  prim   17 03                    [
+         20695  0xa732  int    11 11                    0x11
+         20696  0xa734  uint   12 c8                    0xc8
+         20697  0xa736  uint   12 90                    0x90
+         20698  0xa738  uint   12 c8                    0xc8
+         20699  0xa73a  prim   17 04                    ]
+ 1371 1  20700  0xa73c  prim   17 03                    [
+         20701  0xa73e  int    11 12                    0x12
+         20702  0xa740  uint   12 be                    0xbe
+         20703  0xa742  uint   12 86                    0x86
+         20704  0xa744  uint   12 be                    0xbe
+         20705  0xa746  prim   17 04                    ]
+ 1372 1  20706  0xa748  prim   17 03                    [
+         20707  0xa74a  int    11 13                    0x13
+         20708  0xa74c  uint   12 c0                    0xc0
+         20709  0xa74e  uint   12 88                    0x88
+         20710  0xa750  uint   12 c0                    0xc0
+         20711  0xa752  prim   17 04                    ]
+ 1373 1  20712  0xa754  prim   17 03                    [
+         20713  0xa756  int    11 14                    0x14
+         20714  0xa758  uint   12 c2                    0xc2
+         20715  0xa75a  uint   12 8a                    0x8a
+         20716  0xa75c  uint   12 c2                    0xc2
+         20717  0xa75e  prim   17 04                    ]
+ 1374 1  20718  0xa760  prim   17 03                    [
+         20719  0xa762  int    11 16                    0x16
+         20720  0xa764  uint   12 b9                    0xb9
+         20721  0xa766  uint   12 99                    0x99
+         20722  0xa768  uint   12 b9                    0xb9
+         20723  0xa76a  prim   17 04                    ]
+ 1375 1  20724  0xa76c  prim   17 03                    [
+         20725  0xa76e  int    11 19                    0x19
+         20726  0xa770  uint   12 9c                    0x9c
+         20727  0xa772  uint   12 9c                    0x9c
+         20728  0xa774  uint   12 9c                    0x9c
+         20729  0xa776  prim   17 04                    ]
+ 1376 1  20730  0xa778  prim   17 03                    [
+         20731  0xa77a  int    11 1b                    0x1b
+         20732  0xa77c  uint   12 9e                    0x9e
+         20733  0xa77e  uint   12 9e                    0x9e
+         20734  0xa780  uint   12 9e                    0x9e
+         20735  0xa782  prim   17 04                    ]
+ 1377 1  20736  0xa784  prim   17 03                    [
+         20737  0xa786  int    11 1e                    0x1e
+         20738  0xa788  uint   12 cb                    0xcb
+         20739  0xa78a  uint   12 93                    0x93
+         20740  0xa78c  uint   12 cb                    0xcb
+         20741  0xa78e  prim   17 04                    ]
+ 1378 1  20742  0xa790  prim   17 03                    [
+         20743  0xa792  int    11 1f                    0x1f
+         20744  0xa794  uint   12 c7                    0xc7
+         20745  0xa796  uint   12 8f                    0x8f
+         20746  0xa798  uint   12 c7                    0xc7
+         20747  0xa79a  prim   17 04                    ]
+ 1379 1  20748  0xa79c  prim   17 03                    [
+         20749  0xa79e  int    11 20                    0x20
+         20750  0xa7a0  uint   12 cd                    0xcd
+         20751  0xa7a2  uint   12 85                    0x85
+         20752  0xa7a4  uint   12 cd                    0xcd
+         20753  0xa7a6  prim   17 04                    ]
+ 1380 1  20754  0xa7a8  prim   17 03                    [
+         20755  0xa7aa  int    11 21                    0x21
+         20756  0xa7ac  uint   12 bf                    0xbf
+         20757  0xa7ae  uint   12 87                    0x87
+         20758  0xa7b0  uint   12 bf                    0xbf
+         20759  0xa7b2  prim   17 04                    ]
+ 1381 1  20760  0xa7b4  prim   17 03                    [
+         20761  0xa7b6  int    11 22                    0x22
+         20762  0xa7b8  uint   12 c1                    0xc1
+         20763  0xa7ba  uint   12 89                    0x89
+         20764  0xa7bc  uint   12 c1                    0xc1
+         20765  0xa7be  prim   17 04                    ]
+ 1382 1  20766  0xa7c0  prim   17 03                    [
+         20767  0xa7c2  int    11 23                    0x23
+         20768  0xa7c4  uint   12 aa                    0xaa
+         20769  0xa7c6  uint   12 aa                    0xaa
+         20770  0xa7c8  uint   12 aa                    0xaa
+         20771  0xa7ca  prim   17 04                    ]
+ 1383 1  20772  0xa7cc  prim   17 03                    [
+         20773  0xa7ce  int    11 24                    0x24
+         20774  0xa7d0  uint   12 b0                    0xb0
+         20775  0xa7d2  uint   12 b1                    0xb1
+         20776  0xa7d4  uint   12 b0                    0xb0
+         20777  0xa7d6  prim   17 04                    ]
+ 1384 1  20778  0xa7d8  prim   17 03                    [
+         20779  0xa7da  int    11 25                    0x25
+         20780  0xa7dc  uint   12 95                    0x95
+         20781  0xa7de  uint   12 95                    0x95
+         20782  0xa7e0  uint   12 95                    0x95
+         20783  0xa7e2  prim   17 04                    ]
+ 1385 1  20784  0xa7e4  prim   17 03                    [
+         20785  0xa7e6  int    11 26                    0x26
+         20786  0xa7e8  uint   12 a4                    0xa4
+         20787  0xa7ea  uint   12 a4                    0xa4
+         20788  0xa7ec  uint   12 a4                    0xa4
+         20789  0xa7ee  prim   17 04                    ]
+ 1386 1  20790  0xa7f0  prim   17 03                    [
+         20791  0xa7f2  int    11 27                    0x27
+         20792  0xa7f4  uint   12 9a                    0x9a
+         20793  0xa7f6  uint   12 9a                    0x9a
+         20794  0xa7f8  uint   12 9a                    0x9a
+         20795  0xa7fa  prim   17 04                    ]
+ 1387 1  20796  0xa7fc  prim   17 03                    [
+         20797  0xa7fe  int    11 28                    0x28
+         20798  0xa800  uint   12 9f                    0x9f
+         20799  0xa802  uint   12 9f                    0x9f
+         20800  0xa804  uint   12 9f                    0x9f
+         20801  0xa806  prim   17 04                    ]
+ 1388 1  20802  0xa808  prim   17 03                    [
+         20803  0xa80a  int    11 29                    0x29
+         20804  0xa80c  uint   12 ca                    0xca
+         20805  0xa80e  uint   12 92                    0x92
+         20806  0xa810  uint   12 ca                    0xca
+         20807  0xa812  prim   17 04                    ]
+ 1389 1  20808  0xa814  prim   17 03                    [
+         20809  0xa816  int    11 2c                    0x2c
+         20810  0xa818  uint   12 c6                    0xc6
+         20811  0xa81a  uint   12 8e                    0x8e
+         20812  0xa81c  uint   12 c6                    0xc6
+         20813  0xa81e  prim   17 04                    ]
+ 1390 1  20814  0xa820  prim   17 03                    [
+         20815  0xa822  int    11 2d                    0x2d
+         20816  0xa824  uint   12 82                    0x82
+         20817  0xa826  uint   12 82                    0x82
+         20818  0xa828  uint   12 82                    0x82
+         20819  0xa82a  prim   17 04                    ]
+ 1391 1  20820  0xa82c  prim   17 03                    [
+         20821  0xa82e  int    11 2e                    0x2e
+         20822  0xa830  uint   12 ae                    0xae
+         20823  0xa832  uint   12 a3                    0xa3
+         20824  0xa834  uint   12 ae                    0xae
+         20825  0xa836  prim   17 04                    ]
+ 1392 1  20826  0xa838  prim   17 03                    [
+         20827  0xa83a  int    11 2f                    0x2f
+         20828  0xa83c  uint   12 a8                    0xa8
+         20829  0xa83e  uint   12 a9                    0xa9
+         20830  0xa840  uint   12 a8                    0xa8
+         20831  0xa842  prim   17 04                    ]
+ 1393 1  20832  0xa844  prim   17 03                    [
+         20833  0xa846  int    11 30                    0x30
+         20834  0xa848  uint   12 b5                    0xb5
+         20835  0xa84a  uint   12 b4                    0xb4
+         20836  0xa84c  uint   12 b5                    0xb5
+         20837  0xa84e  prim   17 04                    ]
+ 1394 1  20838  0xa850  prim   17 03                    [
+         20839  0xa852  int    11 31                    0x31
+         20840  0xa854  uint   12 b2                    0xb2
+         20841  0xa856  uint   12 b3                    0xb3
+         20842  0xa858  uint   12 b2                    0xb2
+         20843  0xa85a  prim   17 04                    ]
+ 1395 1  20844  0xa85c  prim   17 03                    [
+         20845  0xa85e  int    11 32                    0x32
+         20846  0xa860  uint   12 b8                    0xb8
+         20847  0xa862  uint   12 b6                    0xb6
+         20848  0xa864  uint   12 b8                    0xb8
+         20849  0xa866  prim   17 04                    ]
+ 1396 1  20850  0xa868  prim   17 03                    [
+         20851  0xa86a  int    11 33                    0x33
+         20852  0xa86c  int    11 2c                    0x2c
+         20853  0xa86e  uint   12 b7                    0xb7
+         20854  0xa870  int    11 2c                    0x2c
+         20855  0xa872  prim   17 04                    ]
+ 1397 1  20856  0xa874  prim   17 03                    [
+         20857  0xa876  int    11 34                    0x34
+         20858  0xa878  int    11 2e                    0x2e
+         20859  0xa87a  int    01                       0x00
+         20860  0xa87b  int    11 2e                    0x2e
+         20861  0xa87d  prim   17 04                    ]
+ 1398 1  20862  0xa87f  prim   17 03                    [
+         20863  0xa881  int    11 35                    0x35
+         20864  0xa883  uint   12 af                    0xaf
+         20865  0xa885  int    11 3f                    0x3f
+         20866  0xa887  uint   12 af                    0xaf
+         20867  0xa889  prim   17 04                    ]
+ 1399 1  20868  0xa88b  prim   17 03                    [
+         20869  0xa88d  int    11 56                    0x56
+         20870  0xa88f  int    11 3c                    0x3c
+         20871  0xa891  int    11 3e                    0x3e
+         20872  0xa893  int    11 7c                    0x7c
+         20873  0xa895  prim   17 04                    ]
+ 1400 1  20874  0xa897  prim   17 04                    ]
+         20875  0xa899  prim   17 05                    def
+ 1402 1  20876  0xa89b  dict   29 6a 03                 /keymap.in_tel
+         20877  0xa89e  prim   17 03                    [
+ 1403 1  20878  0xa8a0  prim   17 03                    [
+         20879  0xa8a2  int    11 04                    0x04
+         20880  0xa8a4  int    01                       0x00
+         20881  0xa8a5  int    11 23                    0x23
+         20882  0xa8a7  int    01                       0x00
+         20883  0xa8a8  prim   17 04                    ]
+ 1404 1  20884  0xa8aa  prim   17 03                    [
+         20885  0xa8ac  int    11 05                    0x05
+         20886  0xa8ae  int    01                       0x00
+         20887  0xa8af  int    11 24                    0x24
+         20888  0xa8b1  int    01                       0x00
+         20889  0xa8b2  prim   17 04                    ]
+ 1405 1  20890  0xa8b4  prim   17 03                    [
+         20891  0xa8b6  int    11 06                    0x06
+         20892  0xa8b8  int    01                       0x00
+         20893  0xa8b9  int    11 25                    0x25
+         20894  0xa8bb  int    01                       0x00
+         20895  0xa8bc  prim   17 04                    ]
+ 1406 1  20896  0xa8be  prim   17 03                    [
+         20897  0xa8c0  int    11 07                    0x07
+         20898  0xa8c2  int    01                       0x00
+         20899  0xa8c3  int    11 5e                    0x5e
+         20900  0xa8c5  int    01                       0x00
+         20901  0xa8c6  prim   17 04                    ]
+ 1407 1  20902  0xa8c8  prim   17 03                    [
+         20903  0xa8ca  int    11 08                    0x08
+         20904  0xa8cc  int    01                       0x00
+         20905  0xa8cd  int    11 26                    0x26
+         20906  0xa8cf  int    01                       0x00
+         20907  0xa8d0  prim   17 04                    ]
+ 1408 1  20908  0xa8d2  prim   17 03                    [
+         20909  0xa8d4  int    11 09                    0x09
+         20910  0xa8d6  int    01                       0x00
+         20911  0xa8d7  int    11 2a                    0x2a
+         20912  0xa8d9  int    01                       0x00
+         20913  0xa8da  prim   17 04                    ]
+ 1409 1  20914  0xa8dc  prim   17 03                    [
+         20915  0xa8de  int    11 0a                    0x0a
+         20916  0xa8e0  int    01                       0x00
+         20917  0xa8e1  int    11 28                    0x28
+         20918  0xa8e3  int    01                       0x00
+         20919  0xa8e4  prim   17 04                    ]
+ 1410 1  20920  0xa8e6  prim   17 03                    [
+         20921  0xa8e8  int    11 0b                    0x0b
+         20922  0xa8ea  int    01                       0x00
+         20923  0xa8eb  int    11 29                    0x29
+         20924  0xa8ed  int    01                       0x00
+         20925  0xa8ee  prim   17 04                    ]
+ 1411 1  20926  0xa8f0  prim   17 03                    [
+         20927  0xa8f2  int    11 0c                    0x0c
+         20928  0xa8f4  int    01                       0x00
+         20929  0xa8f5  int    11 5f                    0x5f
+         20930  0xa8f7  int    01                       0x00
+         20931  0xa8f8  prim   17 04                    ]
+ 1412 1  20932  0xa8fa  prim   17 03                    [
+         20933  0xa8fc  int    11 33                    0x33
+         20934  0xa8fe  int    11 2c                    0x2c
+         20935  0xa900  int    01                       0x00
+         20936  0xa901  int    11 2c                    0x2c
+         20937  0xa903  prim   17 04                    ]
+ 1413 1  20938  0xa905  prim   17 03                    [
+         20939  0xa907  int    11 34                    0x34
+         20940  0xa909  int    11 2e                    0x2e
+         20941  0xa90b  int    11 2e                    0x2e
+         20942  0xa90d  int    11 2e                    0x2e
+         20943  0xa90f  prim   17 04                    ]
+ 1414 1  20944  0xa911  prim   17 03                    [
+         20945  0xa913  int    11 35                    0x35
+         20946  0xa915  int    01                       0x00
+         20947  0xa916  int    11 40                    0x40
+         20948  0xa918  int    01                       0x00
+         20949  0xa919  prim   17 04                    ]
+ 1415 1  20950  0xa91b  prim   17 03                    [
+         20951  0xa91d  int    11 56                    0x56
+         20952  0xa91f  int    11 3c                    0x3c
+         20953  0xa921  int    11 3e                    0x3e
+         20954  0xa923  int    11 7c                    0x7c
+         20955  0xa925  prim   17 04                    ]
+ 1416 1  20956  0xa927  prim   17 04                    ]
+         20957  0xa929  prim   17 05                    def
+ 1418 1  20958  0xa92b  dict   29 6b 03                 /keymap.iq
+         20959  0xa92e  prim   17 03                    [
+ 1419 1  20960  0xa930  prim   17 03                    [
+         20961  0xa932  int    11 0a                    0x0a
+         20962  0xa934  int    11 39                    0x39
+         20963  0xa936  int    11 29                    0x29
+         20964  0xa938  int    11 39                    0x39
+         20965  0xa93a  prim   17 04                    ]
+ 1420 1  20966  0xa93c  prim   17 03                    [
+         20967  0xa93e  int    11 0b                    0x0b
+         20968  0xa940  int    11 30                    0x30
+         20969  0xa942  int    11 28                    0x28
+         20970  0xa944  int    11 30                    0x30
+         20971  0xa946  prim   17 04                    ]
+ 1421 1  20972  0xa948  prim   17 03                    [
+         20973  0xa94a  int    11 16                    0x16
+         20974  0xa94c  int    01                       0x00
+         20975  0xa94d  int    11 60                    0x60
+         20976  0xa94f  int    01                       0x00
+         20977  0xa950  prim   17 04                    ]
+ 1422 1  20978  0xa952  prim   17 03                    [
+         20979  0xa954  int    11 17                    0x17
+         20980  0xa956  int    01                       0x00
+         20981  0xa957  uint   12 f7                    0xf7
+         20982  0xa959  int    01                       0x00
+         20983  0xa95a  prim   17 04                    ]
+ 1423 1  20984  0xa95c  prim   17 03                    [
+         20985  0xa95e  int    11 18                    0x18
+         20986  0xa960  int    01                       0x00
+         20987  0xa961  uint   12 d7                    0xd7
+         20988  0xa963  int    01                       0x00
+         20989  0xa964  prim   17 04                    ]
+ 1424 1  20990  0xa966  prim   17 03                    [
+         20991  0xa968  int    11 1a                    0x1a
+         20992  0xa96a  int    01                       0x00
+         20993  0xa96b  int    11 3c                    0x3c
+         20994  0xa96d  int    01                       0x00
+         20995  0xa96e  prim   17 04                    ]
+ 1425 1  20996  0xa970  prim   17 03                    [
+         20997  0xa972  int    11 1b                    0x1b
+         20998  0xa974  int    01                       0x00
+         20999  0xa975  int    11 3e                    0x3e
+         21000  0xa977  int    01                       0x00
+         21001  0xa978  prim   17 04                    ]
+ 1426 1  21002  0xa97a  prim   17 03                    [
+         21003  0xa97c  int    11 20                    0x20
+         21004  0xa97e  int    01                       0x00
+         21005  0xa97f  int    11 5d                    0x5d
+         21006  0xa981  int    01                       0x00
+         21007  0xa982  prim   17 04                    ]
+ 1427 1  21008  0xa984  prim   17 03                    [
+         21009  0xa986  int    11 21                    0x21
+         21010  0xa988  int    01                       0x00
+         21011  0xa989  int    11 5b                    0x5b
+         21012  0xa98b  int    01                       0x00
+         21013  0xa98c  prim   17 04                    ]
+ 1428 1  21014  0xa98e  prim   17 03                    [
+         21015  0xa990  int    11 26                    0x26
+         21016  0xa992  int    01                       0x00
+         21017  0xa993  int    11 2f                    0x2f
+         21018  0xa995  int    01                       0x00
+         21019  0xa996  prim   17 04                    ]
+ 1429 1  21020  0xa998  prim   17 03                    [
+         21021  0xa99a  int    11 27                    0x27
+         21022  0xa99c  int    01                       0x00
+         21023  0xa99d  int    11 3a                    0x3a
+         21024  0xa99f  int    01                       0x00
+         21025  0xa9a0  prim   17 04                    ]
+ 1430 1  21026  0xa9a2  prim   17 03                    [
+         21027  0xa9a4  int    11 28                    0x28
+         21028  0xa9a6  int    01                       0x00
+         21029  0xa9a7  int    11 22                    0x22
+         21030  0xa9a9  int    01                       0x00
+         21031  0xa9aa  prim   17 04                    ]
+ 1431 1  21032  0xa9ac  prim   17 03                    [
+         21033  0xa9ae  int    11 2c                    0x2c
+         21034  0xa9b0  int    01                       0x00
+         21035  0xa9b1  int    11 7e                    0x7e
+         21036  0xa9b3  uint   12 bb                    0xbb
+         21037  0xa9b5  prim   17 04                    ]
+ 1432 1  21038  0xa9b7  prim   17 03                    [
+         21039  0xa9b9  int    11 2d                    0x2d
+         21040  0xa9bb  int    01                       0x00
+         21041  0xa9bc  int    01                       0x00
+         21042  0xa9bd  uint   12 ab                    0xab
+         21043  0xa9bf  prim   17 04                    ]
+ 1433 1  21044  0xa9c1  prim   17 03                    [
+         21045  0xa9c3  int    11 2e                    0x2e
+         21046  0xa9c5  int    01                       0x00
+         21047  0xa9c6  int    11 7d                    0x7d
+         21048  0xa9c8  int    01                       0x00
+         21049  0xa9c9  prim   17 04                    ]
+ 1434 1  21050  0xa9cb  prim   17 03                    [
+         21051  0xa9cd  int    11 2f                    0x2f
+         21052  0xa9cf  int    01                       0x00
+         21053  0xa9d0  int    11 7b                    0x7b
+         21054  0xa9d2  int    01                       0x00
+         21055  0xa9d3  prim   17 04                    ]
+ 1435 1  21056  0xa9d5  prim   17 03                    [
+         21057  0xa9d7  int    11 32                    0x32
+         21058  0xa9d9  int    01                       0x00
+         21059  0xa9da  int    11 27                    0x27
+         21060  0xa9dc  int    01                       0x00
+         21061  0xa9dd  prim   17 04                    ]
+ 1436 1  21062  0xa9df  prim   17 03                    [
+         21063  0xa9e1  int    11 33                    0x33
+         21064  0xa9e3  int    01                       0x00
+         21065  0xa9e4  int    11 2c                    0x2c
+         21066  0xa9e6  int    01                       0x00
+         21067  0xa9e7  prim   17 04                    ]
+ 1437 1  21068  0xa9e9  prim   17 03                    [
+         21069  0xa9eb  int    11 34                    0x34
+         21070  0xa9ed  int    01                       0x00
+         21071  0xa9ee  int    11 2e                    0x2e
+         21072  0xa9f0  int    01                       0x00
+         21073  0xa9f1  prim   17 04                    ]
+ 1438 1  21074  0xa9f3  prim   17 03                    [
+         21075  0xa9f5  int    11 56                    0x56
+         21076  0xa9f7  int    11 7c                    0x7c
+         21077  0xa9f9  uint   12 a6                    0xa6
+         21078  0xa9fb  int    11 7c                    0x7c
+         21079  0xa9fd  prim   17 04                    ]
+ 1439 1  21080  0xa9ff  prim   17 04                    ]
+         21081  0xaa01  prim   17 05                    def
+ 1441 1  21082  0xaa03  dict   29 6c 03                 /keymap.ir
+         21083  0xaa06  prim   17 03                    [
+ 1442 1  21084  0xaa08  prim   17 03                    [
+         21085  0xaa0a  int    11 56                    0x56
+         21086  0xaa0c  int    11 3c                    0x3c
+         21087  0xaa0e  int    11 3e                    0x3e
+         21088  0xaa10  int    11 7c                    0x7c
+         21089  0xaa12  prim   17 04                    ]
+ 1443 1  21090  0xaa14  prim   17 04                    ]
+         21091  0xaa16  prim   17 05                    def
+ 1445 1  21092  0xaa18  dict   29 6d 03                 /keymap.is
+         21093  0xaa1b  prim   17 03                    [
+ 1446 1  21094  0xaa1d  prim   17 03                    [
+         21095  0xaa1f  int    11 02                    0x02
+         21096  0xaa21  int    11 31                    0x31
+         21097  0xaa23  int    11 21                    0x21
+         21098  0xaa25  uint   12 b9                    0xb9
+         21099  0xaa27  prim   17 04                    ]
+ 1447 1  21100  0xaa29  prim   17 03                    [
+         21101  0xaa2b  int    11 03                    0x03
+         21102  0xaa2d  int    11 32                    0x32
+         21103  0xaa2f  int    11 22                    0x22
+         21104  0xaa31  uint   12 b2                    0xb2
+         21105  0xaa33  prim   17 04                    ]
+ 1448 1  21106  0xaa35  prim   17 03                    [
+         21107  0xaa37  int    11 04                    0x04
+         21108  0xaa39  int    11 33                    0x33
+         21109  0xaa3b  int    11 23                    0x23
+         21110  0xaa3d  uint   12 b3                    0xb3
+         21111  0xaa3f  prim   17 04                    ]
+ 1449 1  21112  0xaa41  prim   17 03                    [
+         21113  0xaa43  int    11 05                    0x05
+         21114  0xaa45  int    11 34                    0x34
+         21115  0xaa47  int    11 24                    0x24
+         21116  0xaa49  uint   12 bc                    0xbc
+         21117  0xaa4b  prim   17 04                    ]
+ 1450 1  21118  0xaa4d  prim   17 03                    [
+         21119  0xaa4f  int    11 06                    0x06
+         21120  0xaa51  int    11 35                    0x35
+         21121  0xaa53  int    11 25                    0x25
+         21122  0xaa55  uint   12 bd                    0xbd
+         21123  0xaa57  prim   17 04                    ]
+ 1451 1  21124  0xaa59  prim   17 03                    [
+         21125  0xaa5b  int    11 07                    0x07
+         21126  0xaa5d  int    11 36                    0x36
+         21127  0xaa5f  int    11 26                    0x26
+         21128  0xaa61  uint   12 ac                    0xac
+         21129  0xaa63  prim   17 04                    ]
+ 1452 1  21130  0xaa65  prim   17 03                    [
+         21131  0xaa67  int    11 08                    0x08
+         21132  0xaa69  int    11 37                    0x37
+         21133  0xaa6b  int    11 2f                    0x2f
+         21134  0xaa6d  int    11 7b                    0x7b
+         21135  0xaa6f  prim   17 04                    ]
+ 1453 1  21136  0xaa71  prim   17 03                    [
+         21137  0xaa73  int    11 09                    0x09
+         21138  0xaa75  int    11 38                    0x38
+         21139  0xaa77  int    11 28                    0x28
+         21140  0xaa79  int    11 5b                    0x5b
+         21141  0xaa7b  prim   17 04                    ]
+ 1454 1  21142  0xaa7d  prim   17 03                    [
+         21143  0xaa7f  int    11 0a                    0x0a
+         21144  0xaa81  int    11 39                    0x39
+         21145  0xaa83  int    11 29                    0x29
+         21146  0xaa85  int    11 5d                    0x5d
+         21147  0xaa87  prim   17 04                    ]
+ 1455 1  21148  0xaa89  prim   17 03                    [
+         21149  0xaa8b  int    11 0b                    0x0b
+         21150  0xaa8d  int    11 30                    0x30
+         21151  0xaa8f  int    11 3d                    0x3d
+         21152  0xaa91  int    11 7d                    0x7d
+         21153  0xaa93  prim   17 04                    ]
+ 1456 1  21154  0xaa95  prim   17 03                    [
+         21155  0xaa97  int    11 0c                    0x0c
+         21156  0xaa99  uint   12 f6                    0xf6
+         21157  0xaa9b  uint   12 d6                    0xd6
+         21158  0xaa9d  int    11 5c                    0x5c
+         21159  0xaa9f  prim   17 04                    ]
+ 1457 1  21160  0xaaa1  prim   17 03                    [
+         21161  0xaaa3  int    11 0d                    0x0d
+         21162  0xaaa5  int    11 2d                    0x2d
+         21163  0xaaa7  int    11 5f                    0x5f
+         21164  0xaaa9  int    01                       0x00
+         21165  0xaaaa  prim   17 04                    ]
+ 1458 1  21166  0xaaac  prim   17 03                    [
+         21167  0xaaae  int    11 10                    0x10
+         21168  0xaab0  int    11 71                    0x71
+         21169  0xaab2  int    11 51                    0x51
+         21170  0xaab4  int    11 40                    0x40
+         21171  0xaab6  prim   17 04                    ]
+ 1459 1  21172  0xaab8  prim   17 03                    [
+         21173  0xaaba  int    11 11                    0x11
+         21174  0xaabc  int    11 77                    0x77
+         21175  0xaabe  int    11 57                    0x57
+         21176  0xaac0  int    01                       0x00
+         21177  0xaac1  prim   17 04                    ]
+ 1460 1  21178  0xaac3  prim   17 03                    [
+         21179  0xaac5  int    11 12                    0x12
+         21180  0xaac7  int    11 65                    0x65
+         21181  0xaac9  int    11 45                    0x45
+         21182  0xaacb  int    01                       0x00
+         21183  0xaacc  prim   17 04                    ]
+ 1461 1  21184  0xaace  prim   17 03                    [
+         21185  0xaad0  int    11 13                    0x13
+         21186  0xaad2  int    11 72                    0x72
+         21187  0xaad4  int    11 52                    0x52
+         21188  0xaad6  uint   12 b6                    0xb6
+         21189  0xaad8  prim   17 04                    ]
+ 1462 1  21190  0xaada  prim   17 03                    [
+         21191  0xaadc  int    11 14                    0x14
+         21192  0xaade  int    11 74                    0x74
+         21193  0xaae0  int    11 54                    0x54
+         21194  0xaae2  int    01                       0x00
+         21195  0xaae3  prim   17 04                    ]
+ 1463 1  21196  0xaae5  prim   17 03                    [
+         21197  0xaae7  int    11 15                    0x15
+         21198  0xaae9  int    11 79                    0x79
+         21199  0xaaeb  int    11 59                    0x59
+         21200  0xaaed  int    01                       0x00
+         21201  0xaaee  prim   17 04                    ]
+ 1464 1  21202  0xaaf0  prim   17 03                    [
+         21203  0xaaf2  int    11 16                    0x16
+         21204  0xaaf4  int    11 75                    0x75
+         21205  0xaaf6  int    11 55                    0x55
+         21206  0xaaf8  int    01                       0x00
+         21207  0xaaf9  prim   17 04                    ]
+ 1465 1  21208  0xaafb  prim   17 03                    [
+         21209  0xaafd  int    11 17                    0x17
+         21210  0xaaff  int    11 69                    0x69
+         21211  0xab01  int    11 49                    0x49
+         21212  0xab03  int    01                       0x00
+         21213  0xab04  prim   17 04                    ]
+ 1466 1  21214  0xab06  prim   17 03                    [
+         21215  0xab08  int    11 18                    0x18
+         21216  0xab0a  int    11 6f                    0x6f
+         21217  0xab0c  int    11 4f                    0x4f
+         21218  0xab0e  uint   12 f8                    0xf8
+         21219  0xab10  prim   17 04                    ]
+ 1467 1  21220  0xab12  prim   17 03                    [
+         21221  0xab14  int    11 19                    0x19
+         21222  0xab16  int    11 70                    0x70
+         21223  0xab18  int    11 50                    0x50
+         21224  0xab1a  uint   12 fe                    0xfe
+         21225  0xab1c  prim   17 04                    ]
+ 1468 1  21226  0xab1e  prim   17 03                    [
+         21227  0xab20  int    11 1a                    0x1a
+         21228  0xab22  uint   12 f0                    0xf0
+         21229  0xab24  uint   12 d0                    0xd0
+         21230  0xab26  int    01                       0x00
+         21231  0xab27  prim   17 04                    ]
+ 1469 1  21232  0xab29  prim   17 03                    [
+         21233  0xab2b  int    11 1b                    0x1b
+         21234  0xab2d  int    11 27                    0x27
+         21235  0xab2f  int    11 3f                    0x3f
+         21236  0xab31  int    01                       0x00
+         21237  0xab32  prim   17 04                    ]
+ 1470 1  21238  0xab34  prim   17 03                    [
+         21239  0xab36  int    11 1e                    0x1e
+         21240  0xab38  int    11 61                    0x61
+         21241  0xab3a  int    11 41                    0x41
+         21242  0xab3c  uint   12 e6                    0xe6
+         21243  0xab3e  prim   17 04                    ]
+ 1471 1  21244  0xab40  prim   17 03                    [
+         21245  0xab42  int    11 1f                    0x1f
+         21246  0xab44  int    11 73                    0x73
+         21247  0xab46  int    11 53                    0x53
+         21248  0xab48  uint   12 df                    0xdf
+         21249  0xab4a  prim   17 04                    ]
+ 1472 1  21250  0xab4c  prim   17 03                    [
+         21251  0xab4e  int    11 20                    0x20
+         21252  0xab50  int    11 64                    0x64
+         21253  0xab52  int    11 44                    0x44
+         21254  0xab54  uint   12 f0                    0xf0
+         21255  0xab56  prim   17 04                    ]
+ 1473 1  21256  0xab58  prim   17 03                    [
+         21257  0xab5a  int    11 21                    0x21
+         21258  0xab5c  int    11 66                    0x66
+         21259  0xab5e  int    11 46                    0x46
+         21260  0xab60  int    01                       0x00
+         21261  0xab61  prim   17 04                    ]
+ 1474 1  21262  0xab63  prim   17 03                    [
+         21263  0xab65  int    11 22                    0x22
+         21264  0xab67  int    11 67                    0x67
+         21265  0xab69  int    11 47                    0x47
+         21266  0xab6b  int    01                       0x00
+         21267  0xab6c  prim   17 04                    ]
+ 1475 1  21268  0xab6e  prim   17 03                    [
+         21269  0xab70  int    11 23                    0x23
+         21270  0xab72  int    11 68                    0x68
+         21271  0xab74  int    11 48                    0x48
+         21272  0xab76  int    01                       0x00
+         21273  0xab77  prim   17 04                    ]
+ 1476 1  21274  0xab79  prim   17 03                    [
+         21275  0xab7b  int    11 25                    0x25
+         21276  0xab7d  int    11 6b                    0x6b
+         21277  0xab7f  int    11 4b                    0x4b
+         21278  0xab81  int    01                       0x00
+         21279  0xab82  prim   17 04                    ]
+ 1477 1  21280  0xab84  prim   17 03                    [
+         21281  0xab86  int    11 26                    0x26
+         21282  0xab88  int    11 6c                    0x6c
+         21283  0xab8a  int    11 4c                    0x4c
+         21284  0xab8c  int    01                       0x00
+         21285  0xab8d  prim   17 04                    ]
+ 1478 1  21286  0xab8f  prim   17 03                    [
+         21287  0xab91  int    11 27                    0x27
+         21288  0xab93  uint   12 e6                    0xe6
+         21289  0xab95  uint   12 c6                    0xc6
+         21290  0xab97  int    11 5e                    0x5e
+         21291  0xab99  prim   17 04                    ]
+ 1479 1  21292  0xab9b  prim   17 03                    [
+         21293  0xab9d  int    11 29                    0x29
+         21294  0xab9f  int    11 2a                    0x2a
+         21295  0xaba1  int    01                       0x00
+         21296  0xaba2  uint   12 ac                    0xac
+         21297  0xaba4  prim   17 04                    ]
+ 1480 1  21298  0xaba6  prim   17 03                    [
+         21299  0xaba8  int    11 2b                    0x2b
+         21300  0xabaa  int    11 2b                    0x2b
+         21301  0xabac  int    11 2a                    0x2a
+         21302  0xabae  int    01                       0x00
+         21303  0xabaf  prim   17 04                    ]
+ 1481 1  21304  0xabb1  prim   17 03                    [
+         21305  0xabb3  int    11 2c                    0x2c
+         21306  0xabb5  int    11 7a                    0x7a
+         21307  0xabb7  int    11 5a                    0x5a
+         21308  0xabb9  uint   12 ab                    0xab
+         21309  0xabbb  prim   17 04                    ]
+ 1482 1  21310  0xabbd  prim   17 03                    [
+         21311  0xabbf  int    11 2d                    0x2d
+         21312  0xabc1  int    11 78                    0x78
+         21313  0xabc3  int    11 58                    0x58
+         21314  0xabc5  uint   12 bb                    0xbb
+         21315  0xabc7  prim   17 04                    ]
+ 1483 1  21316  0xabc9  prim   17 03                    [
+         21317  0xabcb  int    11 2e                    0x2e
+         21318  0xabcd  int    11 63                    0x63
+         21319  0xabcf  int    11 43                    0x43
+         21320  0xabd1  uint   12 a2                    0xa2
+         21321  0xabd3  prim   17 04                    ]
+ 1484 1  21322  0xabd5  prim   17 03                    [
+         21323  0xabd7  int    11 2f                    0x2f
+         21324  0xabd9  int    11 76                    0x76
+         21325  0xabdb  int    11 56                    0x56
+         21326  0xabdd  int    01                       0x00
+         21327  0xabde  prim   17 04                    ]
+ 1485 1  21328  0xabe0  prim   17 03                    [
+         21329  0xabe2  int    11 30                    0x30
+         21330  0xabe4  int    11 62                    0x62
+         21331  0xabe6  int    11 42                    0x42
+         21332  0xabe8  int    01                       0x00
+         21333  0xabe9  prim   17 04                    ]
+ 1486 1  21334  0xabeb  prim   17 03                    [
+         21335  0xabed  int    11 32                    0x32
+         21336  0xabef  int    11 6d                    0x6d
+         21337  0xabf1  int    11 4d                    0x4d
+         21338  0xabf3  uint   12 b5                    0xb5
+         21339  0xabf5  prim   17 04                    ]
+ 1487 1  21340  0xabf7  prim   17 03                    [
+         21341  0xabf9  int    11 33                    0x33
+         21342  0xabfb  int    11 2c                    0x2c
+         21343  0xabfd  int    11 3b                    0x3b
+         21344  0xabff  int    01                       0x00
+         21345  0xac00  prim   17 04                    ]
+ 1488 1  21346  0xac02  prim   17 03                    [
+         21347  0xac04  int    11 34                    0x34
+         21348  0xac06  int    11 2e                    0x2e
+         21349  0xac08  int    11 3a                    0x3a
+         21350  0xac0a  uint   12 b7                    0xb7
+         21351  0xac0c  prim   17 04                    ]
+ 1489 1  21352  0xac0e  prim   17 03                    [
+         21353  0xac10  int    11 35                    0x35
+         21354  0xac12  uint   12 fe                    0xfe
+         21355  0xac14  uint   12 de                    0xde
+         21356  0xac16  int    01                       0x00
+         21357  0xac17  prim   17 04                    ]
+ 1490 1  21358  0xac19  prim   17 03                    [
+         21359  0xac1b  int    11 39                    0x39
+         21360  0xac1d  int    11 20                    0x20
+         21361  0xac1f  int    11 20                    0x20
+         21362  0xac21  uint   12 a0                    0xa0
+         21363  0xac23  prim   17 04                    ]
+ 1491 1  21364  0xac25  prim   17 03                    [
+         21365  0xac27  int    11 56                    0x56
+         21366  0xac29  int    11 3c                    0x3c
+         21367  0xac2b  int    11 3e                    0x3e
+         21368  0xac2d  int    11 7c                    0x7c
+         21369  0xac2f  prim   17 04                    ]
+ 1492 1  21370  0xac31  prim   17 04                    ]
+         21371  0xac33  prim   17 05                    def
+ 1494 1  21372  0xac35  dict   29 6e 03                 /keymap.it
+         21373  0xac38  prim   17 03                    [
+ 1495 1  21374  0xac3a  prim   17 03                    [
+         21375  0xac3c  int    11 02                    0x02
+         21376  0xac3e  int    11 31                    0x31
+         21377  0xac40  int    11 21                    0x21
+         21378  0xac42  uint   12 b9                    0xb9
+         21379  0xac44  prim   17 04                    ]
+ 1496 1  21380  0xac46  prim   17 03                    [
+         21381  0xac48  int    11 03                    0x03
+         21382  0xac4a  int    11 32                    0x32
+         21383  0xac4c  int    11 22                    0x22
+         21384  0xac4e  uint   12 b2                    0xb2
+         21385  0xac50  prim   17 04                    ]
+ 1497 1  21386  0xac52  prim   17 03                    [
+         21387  0xac54  int    11 04                    0x04
+         21388  0xac56  int    11 33                    0x33
+         21389  0xac58  uint   12 a3                    0xa3
+         21390  0xac5a  uint   12 b3                    0xb3
+         21391  0xac5c  prim   17 04                    ]
+ 1498 1  21392  0xac5e  prim   17 03                    [
+         21393  0xac60  int    11 05                    0x05
+         21394  0xac62  int    11 34                    0x34
+         21395  0xac64  int    11 24                    0x24
+         21396  0xac66  uint   12 bc                    0xbc
+         21397  0xac68  prim   17 04                    ]
+ 1499 1  21398  0xac6a  prim   17 03                    [
+         21399  0xac6c  int    11 06                    0x06
+         21400  0xac6e  int    11 35                    0x35
+         21401  0xac70  int    11 25                    0x25
+         21402  0xac72  uint   12 bd                    0xbd
+         21403  0xac74  prim   17 04                    ]
+ 1500 1  21404  0xac76  prim   17 03                    [
+         21405  0xac78  int    11 07                    0x07
+         21406  0xac7a  int    11 36                    0x36
+         21407  0xac7c  int    11 26                    0x26
+         21408  0xac7e  uint   12 ac                    0xac
+         21409  0xac80  prim   17 04                    ]
+ 1501 1  21410  0xac82  prim   17 03                    [
+         21411  0xac84  int    11 08                    0x08
+         21412  0xac86  int    11 37                    0x37
+         21413  0xac88  int    11 2f                    0x2f
+         21414  0xac8a  int    11 7b                    0x7b
+         21415  0xac8c  prim   17 04                    ]
+ 1502 1  21416  0xac8e  prim   17 03                    [
+         21417  0xac90  int    11 09                    0x09
+         21418  0xac92  int    11 38                    0x38
+         21419  0xac94  int    11 28                    0x28
+         21420  0xac96  int    11 5b                    0x5b
+         21421  0xac98  prim   17 04                    ]
+ 1503 1  21422  0xac9a  prim   17 03                    [
+         21423  0xac9c  int    11 0a                    0x0a
+         21424  0xac9e  int    11 39                    0x39
+         21425  0xaca0  int    11 29                    0x29
+         21426  0xaca2  int    11 5d                    0x5d
+         21427  0xaca4  prim   17 04                    ]
+ 1504 1  21428  0xaca6  prim   17 03                    [
+         21429  0xaca8  int    11 0b                    0x0b
+         21430  0xacaa  int    11 30                    0x30
+         21431  0xacac  int    11 3d                    0x3d
+         21432  0xacae  int    11 7d                    0x7d
+         21433  0xacb0  prim   17 04                    ]
+ 1505 1  21434  0xacb2  prim   17 03                    [
+         21435  0xacb4  int    11 0c                    0x0c
+         21436  0xacb6  int    11 27                    0x27
+         21437  0xacb8  int    11 3f                    0x3f
+         21438  0xacba  int    11 60                    0x60
+         21439  0xacbc  prim   17 04                    ]
+ 1506 1  21440  0xacbe  prim   17 03                    [
+         21441  0xacc0  int    11 0d                    0x0d
+         21442  0xacc2  uint   12 ec                    0xec
+         21443  0xacc4  int    11 5e                    0x5e
+         21444  0xacc6  int    11 7e                    0x7e
+         21445  0xacc8  prim   17 04                    ]
+ 1507 1  21446  0xacca  prim   17 03                    [
+         21447  0xaccc  int    11 10                    0x10
+         21448  0xacce  int    11 71                    0x71
+         21449  0xacd0  int    11 51                    0x51
+         21450  0xacd2  int    11 40                    0x40
+         21451  0xacd4  prim   17 04                    ]
+ 1508 1  21452  0xacd6  prim   17 03                    [
+         21453  0xacd8  int    11 11                    0x11
+         21454  0xacda  int    11 77                    0x77
+         21455  0xacdc  int    11 57                    0x57
+         21456  0xacde  int    01                       0x00
+         21457  0xacdf  prim   17 04                    ]
+ 1509 1  21458  0xace1  prim   17 03                    [
+         21459  0xace3  int    11 12                    0x12
+         21460  0xace5  int    11 65                    0x65
+         21461  0xace7  int    11 45                    0x45
+         21462  0xace9  int    01                       0x00
+         21463  0xacea  prim   17 04                    ]
+ 1510 1  21464  0xacec  prim   17 03                    [
+         21465  0xacee  int    11 13                    0x13
+         21466  0xacf0  int    11 72                    0x72
+         21467  0xacf2  int    11 52                    0x52
+         21468  0xacf4  uint   12 b6                    0xb6
+         21469  0xacf6  prim   17 04                    ]
+ 1511 1  21470  0xacf8  prim   17 03                    [
+         21471  0xacfa  int    11 14                    0x14
+         21472  0xacfc  int    11 74                    0x74
+         21473  0xacfe  int    11 54                    0x54
+         21474  0xad00  int    01                       0x00
+         21475  0xad01  prim   17 04                    ]
+ 1512 1  21476  0xad03  prim   17 03                    [
+         21477  0xad05  int    11 15                    0x15
+         21478  0xad07  int    11 79                    0x79
+         21479  0xad09  int    11 59                    0x59
+         21480  0xad0b  int    01                       0x00
+         21481  0xad0c  prim   17 04                    ]
+ 1513 1  21482  0xad0e  prim   17 03                    [
+         21483  0xad10  int    11 16                    0x16
+         21484  0xad12  int    11 75                    0x75
+         21485  0xad14  int    11 55                    0x55
+         21486  0xad16  int    01                       0x00
+         21487  0xad17  prim   17 04                    ]
+ 1514 1  21488  0xad19  prim   17 03                    [
+         21489  0xad1b  int    11 17                    0x17
+         21490  0xad1d  int    11 69                    0x69
+         21491  0xad1f  int    11 49                    0x49
+         21492  0xad21  int    01                       0x00
+         21493  0xad22  prim   17 04                    ]
+ 1515 1  21494  0xad24  prim   17 03                    [
+         21495  0xad26  int    11 18                    0x18
+         21496  0xad28  int    11 6f                    0x6f
+         21497  0xad2a  int    11 4f                    0x4f
+         21498  0xad2c  uint   12 f8                    0xf8
+         21499  0xad2e  prim   17 04                    ]
+ 1516 1  21500  0xad30  prim   17 03                    [
+         21501  0xad32  int    11 19                    0x19
+         21502  0xad34  int    11 70                    0x70
+         21503  0xad36  int    11 50                    0x50
+         21504  0xad38  uint   12 fe                    0xfe
+         21505  0xad3a  prim   17 04                    ]
+ 1517 1  21506  0xad3c  prim   17 03                    [
+         21507  0xad3e  int    11 1a                    0x1a
+         21508  0xad40  uint   12 e8                    0xe8
+         21509  0xad42  uint   12 e9                    0xe9
+         21510  0xad44  int    11 5b                    0x5b
+         21511  0xad46  prim   17 04                    ]
+ 1518 1  21512  0xad48  prim   17 03                    [
+         21513  0xad4a  int    11 1b                    0x1b
+         21514  0xad4c  int    11 2b                    0x2b
+         21515  0xad4e  int    11 2a                    0x2a
+         21516  0xad50  int    11 5d                    0x5d
+         21517  0xad52  prim   17 04                    ]
+ 1519 1  21518  0xad54  prim   17 03                    [
+         21519  0xad56  int    11 1e                    0x1e
+         21520  0xad58  int    11 61                    0x61
+         21521  0xad5a  int    11 41                    0x41
+         21522  0xad5c  uint   12 e6                    0xe6
+         21523  0xad5e  prim   17 04                    ]
+ 1520 1  21524  0xad60  prim   17 03                    [
+         21525  0xad62  int    11 1f                    0x1f
+         21526  0xad64  int    11 73                    0x73
+         21527  0xad66  int    11 53                    0x53
+         21528  0xad68  uint   12 df                    0xdf
+         21529  0xad6a  prim   17 04                    ]
+ 1521 1  21530  0xad6c  prim   17 03                    [
+         21531  0xad6e  int    11 20                    0x20
+         21532  0xad70  int    11 64                    0x64
+         21533  0xad72  int    11 44                    0x44
+         21534  0xad74  uint   12 f0                    0xf0
+         21535  0xad76  prim   17 04                    ]
+ 1522 1  21536  0xad78  prim   17 03                    [
+         21537  0xad7a  int    11 21                    0x21
+         21538  0xad7c  int    11 66                    0x66
+         21539  0xad7e  int    11 46                    0x46
+         21540  0xad80  int    01                       0x00
+         21541  0xad81  prim   17 04                    ]
+ 1523 1  21542  0xad83  prim   17 03                    [
+         21543  0xad85  int    11 22                    0x22
+         21544  0xad87  int    11 67                    0x67
+         21545  0xad89  int    11 47                    0x47
+         21546  0xad8b  int    01                       0x00
+         21547  0xad8c  prim   17 04                    ]
+ 1524 1  21548  0xad8e  prim   17 03                    [
+         21549  0xad90  int    11 23                    0x23
+         21550  0xad92  int    11 68                    0x68
+         21551  0xad94  int    11 48                    0x48
+         21552  0xad96  int    01                       0x00
+         21553  0xad97  prim   17 04                    ]
+ 1525 1  21554  0xad99  prim   17 03                    [
+         21555  0xad9b  int    11 25                    0x25
+         21556  0xad9d  int    11 6b                    0x6b
+         21557  0xad9f  int    11 4b                    0x4b
+         21558  0xada1  int    01                       0x00
+         21559  0xada2  prim   17 04                    ]
+ 1526 1  21560  0xada4  prim   17 03                    [
+         21561  0xada6  int    11 26                    0x26
+         21562  0xada8  int    11 6c                    0x6c
+         21563  0xadaa  int    11 4c                    0x4c
+         21564  0xadac  int    01                       0x00
+         21565  0xadad  prim   17 04                    ]
+ 1527 1  21566  0xadaf  prim   17 03                    [
+         21567  0xadb1  int    11 27                    0x27
+         21568  0xadb3  uint   12 f2                    0xf2
+         21569  0xadb5  uint   12 e7                    0xe7
+         21570  0xadb7  int    11 40                    0x40
+         21571  0xadb9  prim   17 04                    ]
+ 1528 1  21572  0xadbb  prim   17 03                    [
+         21573  0xadbd  int    11 28                    0x28
+         21574  0xadbf  uint   12 e0                    0xe0
+         21575  0xadc1  uint   12 b0                    0xb0
+         21576  0xadc3  int    11 23                    0x23
+         21577  0xadc5  prim   17 04                    ]
+ 1529 1  21578  0xadc7  prim   17 03                    [
+         21579  0xadc9  int    11 29                    0x29
+         21580  0xadcb  int    11 5c                    0x5c
+         21581  0xadcd  int    11 7c                    0x7c
+         21582  0xadcf  uint   12 ac                    0xac
+         21583  0xadd1  prim   17 04                    ]
+ 1530 1  21584  0xadd3  prim   17 03                    [
+         21585  0xadd5  int    11 2b                    0x2b
+         21586  0xadd7  uint   12 f9                    0xf9
+         21587  0xadd9  uint   12 a7                    0xa7
+         21588  0xaddb  int    01                       0x00
+         21589  0xaddc  prim   17 04                    ]
+ 1531 1  21590  0xadde  prim   17 03                    [
+         21591  0xade0  int    11 2c                    0x2c
+         21592  0xade2  int    11 7a                    0x7a
+         21593  0xade4  int    11 5a                    0x5a
+         21594  0xade6  uint   12 ab                    0xab
+         21595  0xade8  prim   17 04                    ]
+ 1532 1  21596  0xadea  prim   17 03                    [
+         21597  0xadec  int    11 2d                    0x2d
+         21598  0xadee  int    11 78                    0x78
+         21599  0xadf0  int    11 58                    0x58
+         21600  0xadf2  uint   12 bb                    0xbb
+         21601  0xadf4  prim   17 04                    ]
+ 1533 1  21602  0xadf6  prim   17 03                    [
+         21603  0xadf8  int    11 2e                    0x2e
+         21604  0xadfa  int    11 63                    0x63
+         21605  0xadfc  int    11 43                    0x43
+         21606  0xadfe  uint   12 a2                    0xa2
+         21607  0xae00  prim   17 04                    ]
+ 1534 1  21608  0xae02  prim   17 03                    [
+         21609  0xae04  int    11 2f                    0x2f
+         21610  0xae06  int    11 76                    0x76
+         21611  0xae08  int    11 56                    0x56
+         21612  0xae0a  int    01                       0x00
+         21613  0xae0b  prim   17 04                    ]
+ 1535 1  21614  0xae0d  prim   17 03                    [
+         21615  0xae0f  int    11 30                    0x30
+         21616  0xae11  int    11 62                    0x62
+         21617  0xae13  int    11 42                    0x42
+         21618  0xae15  int    01                       0x00
+         21619  0xae16  prim   17 04                    ]
+ 1536 1  21620  0xae18  prim   17 03                    [
+         21621  0xae1a  int    11 31                    0x31
+         21622  0xae1c  int    11 6e                    0x6e
+         21623  0xae1e  int    11 4e                    0x4e
+         21624  0xae20  uint   12 f1                    0xf1
+         21625  0xae22  prim   17 04                    ]
+ 1537 1  21626  0xae24  prim   17 03                    [
+         21627  0xae26  int    11 32                    0x32
+         21628  0xae28  int    11 6d                    0x6d
+         21629  0xae2a  int    11 4d                    0x4d
+         21630  0xae2c  uint   12 b5                    0xb5
+         21631  0xae2e  prim   17 04                    ]
+ 1538 1  21632  0xae30  prim   17 03                    [
+         21633  0xae32  int    11 33                    0x33
+         21634  0xae34  int    11 2c                    0x2c
+         21635  0xae36  int    11 3b                    0x3b
+         21636  0xae38  int    01                       0x00
+         21637  0xae39  prim   17 04                    ]
+ 1539 1  21638  0xae3b  prim   17 03                    [
+         21639  0xae3d  int    11 34                    0x34
+         21640  0xae3f  int    11 2e                    0x2e
+         21641  0xae41  int    11 3a                    0x3a
+         21642  0xae43  uint   12 b7                    0xb7
+         21643  0xae45  prim   17 04                    ]
+ 1540 1  21644  0xae47  prim   17 03                    [
+         21645  0xae49  int    11 35                    0x35
+         21646  0xae4b  int    11 2d                    0x2d
+         21647  0xae4d  int    11 5f                    0x5f
+         21648  0xae4f  int    11 5f                    0x5f
+         21649  0xae51  prim   17 04                    ]
+ 1541 1  21650  0xae53  prim   17 03                    [
+         21651  0xae55  int    11 56                    0x56
+         21652  0xae57  int    11 3c                    0x3c
+         21653  0xae59  int    11 3e                    0x3e
+         21654  0xae5b  uint   12 ab                    0xab
+         21655  0xae5d  prim   17 04                    ]
+ 1542 1  21656  0xae5f  prim   17 04                    ]
+         21657  0xae61  prim   17 05                    def
+ 1544 1  21658  0xae63  dict   29 6f 03                 /keymap.jp
+         21659  0xae66  prim   17 03                    [
+ 1545 1  21660  0xae68  prim   17 03                    [
+         21661  0xae6a  int    11 03                    0x03
+         21662  0xae6c  int    11 32                    0x32
+         21663  0xae6e  int    11 22                    0x22
+         21664  0xae70  int    11 32                    0x32
+         21665  0xae72  prim   17 04                    ]
+ 1546 1  21666  0xae74  prim   17 03                    [
+         21667  0xae76  int    11 07                    0x07
+         21668  0xae78  int    11 36                    0x36
+         21669  0xae7a  int    11 26                    0x26
+         21670  0xae7c  int    11 36                    0x36
+         21671  0xae7e  prim   17 04                    ]
+ 1547 1  21672  0xae80  prim   17 03                    [
+         21673  0xae82  int    11 08                    0x08
+         21674  0xae84  int    11 37                    0x37
+         21675  0xae86  int    11 27                    0x27
+         21676  0xae88  int    11 37                    0x37
+         21677  0xae8a  prim   17 04                    ]
+ 1548 1  21678  0xae8c  prim   17 03                    [
+         21679  0xae8e  int    11 09                    0x09
+         21680  0xae90  int    11 38                    0x38
+         21681  0xae92  int    11 28                    0x28
+         21682  0xae94  int    11 38                    0x38
+         21683  0xae96  prim   17 04                    ]
+ 1549 1  21684  0xae98  prim   17 03                    [
+         21685  0xae9a  int    11 0a                    0x0a
+         21686  0xae9c  int    11 39                    0x39
+         21687  0xae9e  int    11 29                    0x29
+         21688  0xaea0  int    11 39                    0x39
+         21689  0xaea2  prim   17 04                    ]
+ 1550 1  21690  0xaea4  prim   17 03                    [
+         21691  0xaea6  int    11 0b                    0x0b
+         21692  0xaea8  int    11 30                    0x30
+         21693  0xaeaa  int    11 7e                    0x7e
+         21694  0xaeac  int    11 30                    0x30
+         21695  0xaeae  prim   17 04                    ]
+ 1551 1  21696  0xaeb0  prim   17 03                    [
+         21697  0xaeb2  int    11 0c                    0x0c
+         21698  0xaeb4  int    11 2d                    0x2d
+         21699  0xaeb6  int    11 3d                    0x3d
+         21700  0xaeb8  int    11 2d                    0x2d
+         21701  0xaeba  prim   17 04                    ]
+ 1552 1  21702  0xaebc  prim   17 03                    [
+         21703  0xaebe  int    11 0d                    0x0d
+         21704  0xaec0  int    11 5e                    0x5e
+         21705  0xaec2  int    11 7e                    0x7e
+         21706  0xaec4  int    11 5e                    0x5e
+         21707  0xaec6  prim   17 04                    ]
+ 1553 1  21708  0xaec8  prim   17 03                    [
+         21709  0xaeca  int    11 1a                    0x1a
+         21710  0xaecc  int    11 40                    0x40
+         21711  0xaece  int    11 60                    0x60
+         21712  0xaed0  int    11 40                    0x40
+         21713  0xaed2  prim   17 04                    ]
+ 1554 1  21714  0xaed4  prim   17 03                    [
+         21715  0xaed6  int    11 1b                    0x1b
+         21716  0xaed8  int    11 5b                    0x5b
+         21717  0xaeda  int    11 7b                    0x7b
+         21718  0xaedc  int    11 5b                    0x5b
+         21719  0xaede  prim   17 04                    ]
+ 1555 1  21720  0xaee0  prim   17 03                    [
+         21721  0xaee2  int    11 27                    0x27
+         21722  0xaee4  int    11 3b                    0x3b
+         21723  0xaee6  int    11 2b                    0x2b
+         21724  0xaee8  int    11 3b                    0x3b
+         21725  0xaeea  prim   17 04                    ]
+ 1556 1  21726  0xaeec  prim   17 03                    [
+         21727  0xaeee  int    11 28                    0x28
+         21728  0xaef0  int    11 3a                    0x3a
+         21729  0xaef2  int    11 2a                    0x2a
+         21730  0xaef4  int    11 3a                    0x3a
+         21731  0xaef6  prim   17 04                    ]
+ 1557 1  21732  0xaef8  prim   17 03                    [
+         21733  0xaefa  int    11 2b                    0x2b
+         21734  0xaefc  int    11 5d                    0x5d
+         21735  0xaefe  int    11 7d                    0x7d
+         21736  0xaf00  int    11 5d                    0x5d
+         21737  0xaf02  prim   17 04                    ]
+ 1558 1  21738  0xaf04  prim   17 03                    [
+         21739  0xaf06  int    11 56                    0x56
+         21740  0xaf08  int    11 3c                    0x3c
+         21741  0xaf0a  int    11 3e                    0x3e
+         21742  0xaf0c  int    11 7c                    0x7c
+         21743  0xaf0e  prim   17 04                    ]
+ 1559 1  21744  0xaf10  prim   17 03                    [
+         21745  0xaf12  int    11 59                    0x59
+         21746  0xaf14  int    11 5c                    0x5c
+         21747  0xaf16  int    11 5f                    0x5f
+         21748  0xaf18  int    11 5c                    0x5c
+         21749  0xaf1a  prim   17 04                    ]
+ 1560 1  21750  0xaf1c  prim   17 03                    [
+         21751  0xaf1e  int    11 7c                    0x7c
+         21752  0xaf20  int    11 5c                    0x5c
+         21753  0xaf22  int    11 7c                    0x7c
+         21754  0xaf24  int    11 5c                    0x5c
+         21755  0xaf26  prim   17 04                    ]
+ 1561 1  21756  0xaf28  prim   17 04                    ]
+         21757  0xaf2a  prim   17 05                    def
+ 1563 1  21758  0xaf2c  dict   29 70 03                 /keymap.ke
+         21759  0xaf2f  prim   17 03                    [
+ 1564 1  21760  0xaf31  prim   17 03                    [
+         21761  0xaf33  int    11 07                    0x07
+         21762  0xaf35  int    11 36                    0x36
+         21763  0xaf37  int    11 5e                    0x5e
+         21764  0xaf39  int    01                       0x00
+         21765  0xaf3a  prim   17 04                    ]
+ 1565 1  21766  0xaf3c  prim   17 03                    [
+         21767  0xaf3e  int    11 09                    0x09
+         21768  0xaf40  int    11 38                    0x38
+         21769  0xaf42  int    11 2a                    0x2a
+         21770  0xaf44  int    01                       0x00
+         21771  0xaf45  prim   17 04                    ]
+ 1566 1  21772  0xaf47  prim   17 03                    [
+         21773  0xaf49  int    11 0a                    0x0a
+         21774  0xaf4b  int    11 39                    0x39
+         21775  0xaf4d  int    11 28                    0x28
+         21776  0xaf4f  int    01                       0x00
+         21777  0xaf50  prim   17 04                    ]
+ 1567 1  21778  0xaf52  prim   17 03                    [
+         21779  0xaf54  int    11 0b                    0x0b
+         21780  0xaf56  int    11 30                    0x30
+         21781  0xaf58  int    11 29                    0x29
+         21782  0xaf5a  int    01                       0x00
+         21783  0xaf5b  prim   17 04                    ]
+ 1568 1  21784  0xaf5d  prim   17 03                    [
+         21785  0xaf5f  int    11 0c                    0x0c
+         21786  0xaf61  int    11 2d                    0x2d
+         21787  0xaf63  int    11 5f                    0x5f
+         21788  0xaf65  int    01                       0x00
+         21789  0xaf66  prim   17 04                    ]
+ 1569 1  21790  0xaf68  prim   17 03                    [
+         21791  0xaf6a  int    11 27                    0x27
+         21792  0xaf6c  int    11 3b                    0x3b
+         21793  0xaf6e  int    11 3a                    0x3a
+         21794  0xaf70  int    01                       0x00
+         21795  0xaf71  prim   17 04                    ]
+ 1570 1  21796  0xaf73  prim   17 03                    [
+         21797  0xaf75  int    11 28                    0x28
+         21798  0xaf77  int    11 27                    0x27
+         21799  0xaf79  int    11 22                    0x22
+         21800  0xaf7b  int    01                       0x00
+         21801  0xaf7c  prim   17 04                    ]
+ 1571 1  21802  0xaf7e  prim   17 03                    [
+         21803  0xaf80  int    11 29                    0x29
+         21804  0xaf82  int    11 60                    0x60
+         21805  0xaf84  int    11 7e                    0x7e
+         21806  0xaf86  int    01                       0x00
+         21807  0xaf87  prim   17 04                    ]
+ 1572 1  21808  0xaf89  prim   17 03                    [
+         21809  0xaf8b  int    11 56                    0x56
+         21810  0xaf8d  int    11 3c                    0x3c
+         21811  0xaf8f  int    11 3e                    0x3e
+         21812  0xaf91  int    11 7c                    0x7c
+         21813  0xaf93  prim   17 04                    ]
+ 1573 1  21814  0xaf95  prim   17 04                    ]
+         21815  0xaf97  prim   17 05                    def
+ 1575 1  21816  0xaf99  dict   29 71 03                 /keymap.kg
+         21817  0xaf9c  prim   17 03                    [
+ 1576 1  21818  0xaf9e  prim   17 03                    [
+         21819  0xafa0  int    11 03                    0x03
+         21820  0xafa2  int    11 32                    0x32
+         21821  0xafa4  int    11 22                    0x22
+         21822  0xafa6  int    11 32                    0x32
+         21823  0xafa8  prim   17 04                    ]
+ 1577 1  21824  0xafaa  prim   17 03                    [
+         21825  0xafac  int    11 04                    0x04
+         21826  0xafae  int    11 33                    0x33
+         21827  0xafb0  int    01                       0x00
+         21828  0xafb1  int    11 33                    0x33
+         21829  0xafb3  prim   17 04                    ]
+ 1578 1  21830  0xafb5  prim   17 03                    [
+         21831  0xafb7  int    11 05                    0x05
+         21832  0xafb9  int    11 34                    0x34
+         21833  0xafbb  int    11 3b                    0x3b
+         21834  0xafbd  int    11 34                    0x34
+         21835  0xafbf  prim   17 04                    ]
+ 1579 1  21836  0xafc1  prim   17 03                    [
+         21837  0xafc3  int    11 07                    0x07
+         21838  0xafc5  int    11 36                    0x36
+         21839  0xafc7  int    11 3a                    0x3a
+         21840  0xafc9  int    11 36                    0x36
+         21841  0xafcb  prim   17 04                    ]
+ 1580 1  21842  0xafcd  prim   17 03                    [
+         21843  0xafcf  int    11 08                    0x08
+         21844  0xafd1  int    11 37                    0x37
+         21845  0xafd3  int    11 3f                    0x3f
+         21846  0xafd5  int    11 37                    0x37
+         21847  0xafd7  prim   17 04                    ]
+ 1581 1  21848  0xafd9  prim   17 03                    [
+         21849  0xafdb  int    11 35                    0x35
+         21850  0xafdd  int    11 2e                    0x2e
+         21851  0xafdf  int    11 2c                    0x2c
+         21852  0xafe1  int    11 2e                    0x2e
+         21853  0xafe3  prim   17 04                    ]
+ 1582 1  21854  0xafe5  prim   17 03                    [
+         21855  0xafe7  int    11 56                    0x56
+         21856  0xafe9  int    11 2f                    0x2f
+         21857  0xafeb  int    11 7c                    0x7c
+         21858  0xafed  int    11 7c                    0x7c
+         21859  0xafef  prim   17 04                    ]
+ 1583 1  21860  0xaff1  prim   17 04                    ]
+         21861  0xaff3  prim   17 05                    def
+ 1585 1  21862  0xaff5  dict   29 72 03                 /keymap.kh
+         21863  0xaff8  prim   17 03                    [
+ 1586 1  21864  0xaffa  prim   17 03                    [
+         21865  0xaffc  int    11 56                    0x56
+         21866  0xaffe  int    11 3c                    0x3c
+         21867  0xb000  int    11 3e                    0x3e
+         21868  0xb002  int    11 7c                    0x7c
+         21869  0xb004  prim   17 04                    ]
+ 1587 1  21870  0xb006  prim   17 04                    ]
+         21871  0xb008  prim   17 05                    def
+ 1589 1  21872  0xb00a  dict   29 73 03                 /keymap.kr
+         21873  0xb00d  prim   17 03                    [
+ 1590 1  21874  0xb00f  prim   17 03                    [
+         21875  0xb011  int    11 56                    0x56
+         21876  0xb013  int    11 3c                    0x3c
+         21877  0xb015  int    11 3e                    0x3e
+         21878  0xb017  int    11 7c                    0x7c
+         21879  0xb019  prim   17 04                    ]
+ 1591 1  21880  0xb01b  prim   17 04                    ]
+         21881  0xb01d  prim   17 05                    def
+ 1593 1  21882  0xb01f  dict   29 74 03                 /keymap.kz
+         21883  0xb022  prim   17 03                    [
+ 1594 1  21884  0xb024  prim   17 03                    [
+         21885  0xb026  int    11 56                    0x56
+         21886  0xb028  int    11 3c                    0x3c
+         21887  0xb02a  int    11 3e                    0x3e
+         21888  0xb02c  int    11 7c                    0x7c
+         21889  0xb02e  prim   17 04                    ]
+ 1595 1  21890  0xb030  prim   17 04                    ]
+         21891  0xb032  prim   17 05                    def
+ 1597 1  21892  0xb034  dict   29 75 03                 /keymap.la
+         21893  0xb037  prim   17 03                    [
+ 1598 1  21894  0xb039  prim   17 03                    [
+         21895  0xb03b  int    11 56                    0x56
+         21896  0xb03d  int    11 3c                    0x3c
+         21897  0xb03f  int    11 3e                    0x3e
+         21898  0xb041  int    11 7c                    0x7c
+         21899  0xb043  prim   17 04                    ]
+ 1599 1  21900  0xb045  prim   17 04                    ]
+         21901  0xb047  prim   17 05                    def
+ 1601 1  21902  0xb049  dict   29 76 03                 /keymap.latam
+         21903  0xb04c  prim   17 03                    [
+ 1602 1  21904  0xb04e  prim   17 03                    [
+         21905  0xb050  int    11 02                    0x02
+         21906  0xb052  int    11 31                    0x31
+         21907  0xb054  int    11 21                    0x21
+         21908  0xb056  int    11 7c                    0x7c
+         21909  0xb058  prim   17 04                    ]
+ 1603 1  21910  0xb05a  prim   17 03                    [
+         21911  0xb05c  int    11 03                    0x03
+         21912  0xb05e  int    11 32                    0x32
+         21913  0xb060  int    11 22                    0x22
+         21914  0xb062  int    11 40                    0x40
+         21915  0xb064  prim   17 04                    ]
+ 1604 1  21916  0xb066  prim   17 03                    [
+         21917  0xb068  int    11 04                    0x04
+         21918  0xb06a  int    11 33                    0x33
+         21919  0xb06c  int    11 23                    0x23
+         21920  0xb06e  uint   12 b7                    0xb7
+         21921  0xb070  prim   17 04                    ]
+ 1605 1  21922  0xb072  prim   17 03                    [
+         21923  0xb074  int    11 05                    0x05
+         21924  0xb076  int    11 34                    0x34
+         21925  0xb078  int    11 24                    0x24
+         21926  0xb07a  int    11 7e                    0x7e
+         21927  0xb07c  prim   17 04                    ]
+ 1606 1  21928  0xb07e  prim   17 03                    [
+         21929  0xb080  int    11 06                    0x06
+         21930  0xb082  int    11 35                    0x35
+         21931  0xb084  int    11 25                    0x25
+         21932  0xb086  uint   12 bd                    0xbd
+         21933  0xb088  prim   17 04                    ]
+ 1607 1  21934  0xb08a  prim   17 03                    [
+         21935  0xb08c  int    11 07                    0x07
+         21936  0xb08e  int    11 36                    0x36
+         21937  0xb090  int    11 26                    0x26
+         21938  0xb092  uint   12 ac                    0xac
+         21939  0xb094  prim   17 04                    ]
+ 1608 1  21940  0xb096  prim   17 03                    [
+         21941  0xb098  int    11 08                    0x08
+         21942  0xb09a  int    11 37                    0x37
+         21943  0xb09c  int    11 2f                    0x2f
+         21944  0xb09e  int    11 7b                    0x7b
+         21945  0xb0a0  prim   17 04                    ]
+ 1609 1  21946  0xb0a2  prim   17 03                    [
+         21947  0xb0a4  int    11 09                    0x09
+         21948  0xb0a6  int    11 38                    0x38
+         21949  0xb0a8  int    11 28                    0x28
+         21950  0xb0aa  int    11 5b                    0x5b
+         21951  0xb0ac  prim   17 04                    ]
+ 1610 1  21952  0xb0ae  prim   17 03                    [
+         21953  0xb0b0  int    11 0a                    0x0a
+         21954  0xb0b2  int    11 39                    0x39
+         21955  0xb0b4  int    11 29                    0x29
+         21956  0xb0b6  int    11 5d                    0x5d
+         21957  0xb0b8  prim   17 04                    ]
+ 1611 1  21958  0xb0ba  prim   17 03                    [
+         21959  0xb0bc  int    11 0b                    0x0b
+         21960  0xb0be  int    11 30                    0x30
+         21961  0xb0c0  int    11 3d                    0x3d
+         21962  0xb0c2  int    11 7d                    0x7d
+         21963  0xb0c4  prim   17 04                    ]
+ 1612 1  21964  0xb0c6  prim   17 03                    [
+         21965  0xb0c8  int    11 0c                    0x0c
+         21966  0xb0ca  int    11 27                    0x27
+         21967  0xb0cc  int    11 3f                    0x3f
+         21968  0xb0ce  int    11 5c                    0x5c
+         21969  0xb0d0  prim   17 04                    ]
+ 1613 1  21970  0xb0d2  prim   17 03                    [
+         21971  0xb0d4  int    11 0d                    0x0d
+         21972  0xb0d6  uint   12 bf                    0xbf
+         21973  0xb0d8  uint   12 a1                    0xa1
+         21974  0xb0da  int    01                       0x00
+         21975  0xb0db  prim   17 04                    ]
+ 1614 1  21976  0xb0dd  prim   17 03                    [
+         21977  0xb0df  int    11 10                    0x10
+         21978  0xb0e1  int    11 71                    0x71
+         21979  0xb0e3  int    11 51                    0x51
+         21980  0xb0e5  int    11 40                    0x40
+         21981  0xb0e7  prim   17 04                    ]
+ 1615 1  21982  0xb0e9  prim   17 03                    [
+         21983  0xb0eb  int    11 11                    0x11
+         21984  0xb0ed  int    11 77                    0x77
+         21985  0xb0ef  int    11 57                    0x57
+         21986  0xb0f1  int    01                       0x00
+         21987  0xb0f2  prim   17 04                    ]
+ 1616 1  21988  0xb0f4  prim   17 03                    [
+         21989  0xb0f6  int    11 12                    0x12
+         21990  0xb0f8  int    11 65                    0x65
+         21991  0xb0fa  int    11 45                    0x45
+         21992  0xb0fc  int    01                       0x00
+         21993  0xb0fd  prim   17 04                    ]
+ 1617 1  21994  0xb0ff  prim   17 03                    [
+         21995  0xb101  int    11 13                    0x13
+         21996  0xb103  int    11 72                    0x72
+         21997  0xb105  int    11 52                    0x52
+         21998  0xb107  uint   12 b6                    0xb6
+         21999  0xb109  prim   17 04                    ]
+ 1618 1  22000  0xb10b  prim   17 03                    [
+         22001  0xb10d  int    11 14                    0x14
+         22002  0xb10f  int    11 74                    0x74
+         22003  0xb111  int    11 54                    0x54
+         22004  0xb113  int    01                       0x00
+         22005  0xb114  prim   17 04                    ]
+ 1619 1  22006  0xb116  prim   17 03                    [
+         22007  0xb118  int    11 15                    0x15
+         22008  0xb11a  int    11 79                    0x79
+         22009  0xb11c  int    11 59                    0x59
+         22010  0xb11e  int    01                       0x00
+         22011  0xb11f  prim   17 04                    ]
+ 1620 1  22012  0xb121  prim   17 03                    [
+         22013  0xb123  int    11 16                    0x16
+         22014  0xb125  int    11 75                    0x75
+         22015  0xb127  int    11 55                    0x55
+         22016  0xb129  int    01                       0x00
+         22017  0xb12a  prim   17 04                    ]
+ 1621 1  22018  0xb12c  prim   17 03                    [
+         22019  0xb12e  int    11 17                    0x17
+         22020  0xb130  int    11 69                    0x69
+         22021  0xb132  int    11 49                    0x49
+         22022  0xb134  int    01                       0x00
+         22023  0xb135  prim   17 04                    ]
+ 1622 1  22024  0xb137  prim   17 03                    [
+         22025  0xb139  int    11 18                    0x18
+         22026  0xb13b  int    11 6f                    0x6f
+         22027  0xb13d  int    11 4f                    0x4f
+         22028  0xb13f  uint   12 f8                    0xf8
+         22029  0xb141  prim   17 04                    ]
+ 1623 1  22030  0xb143  prim   17 03                    [
+         22031  0xb145  int    11 19                    0x19
+         22032  0xb147  int    11 70                    0x70
+         22033  0xb149  int    11 50                    0x50
+         22034  0xb14b  uint   12 fe                    0xfe
+         22035  0xb14d  prim   17 04                    ]
+ 1624 1  22036  0xb14f  prim   17 03                    [
+         22037  0xb151  int    11 1b                    0x1b
+         22038  0xb153  int    11 2b                    0x2b
+         22039  0xb155  int    11 2a                    0x2a
+         22040  0xb157  int    11 7e                    0x7e
+         22041  0xb159  prim   17 04                    ]
+ 1625 1  22042  0xb15b  prim   17 03                    [
+         22043  0xb15d  int    11 1e                    0x1e
+         22044  0xb15f  int    11 61                    0x61
+         22045  0xb161  int    11 41                    0x41
+         22046  0xb163  uint   12 e6                    0xe6
+         22047  0xb165  prim   17 04                    ]
+ 1626 1  22048  0xb167  prim   17 03                    [
+         22049  0xb169  int    11 1f                    0x1f
+         22050  0xb16b  int    11 73                    0x73
+         22051  0xb16d  int    11 53                    0x53
+         22052  0xb16f  uint   12 df                    0xdf
+         22053  0xb171  prim   17 04                    ]
+ 1627 1  22054  0xb173  prim   17 03                    [
+         22055  0xb175  int    11 20                    0x20
+         22056  0xb177  int    11 64                    0x64
+         22057  0xb179  int    11 44                    0x44
+         22058  0xb17b  uint   12 f0                    0xf0
+         22059  0xb17d  prim   17 04                    ]
+ 1628 1  22060  0xb17f  prim   17 03                    [
+         22061  0xb181  int    11 21                    0x21
+         22062  0xb183  int    11 66                    0x66
+         22063  0xb185  int    11 46                    0x46
+         22064  0xb187  int    01                       0x00
+         22065  0xb188  prim   17 04                    ]
+ 1629 1  22066  0xb18a  prim   17 03                    [
+         22067  0xb18c  int    11 22                    0x22
+         22068  0xb18e  int    11 67                    0x67
+         22069  0xb190  int    11 47                    0x47
+         22070  0xb192  int    01                       0x00
+         22071  0xb193  prim   17 04                    ]
+ 1630 1  22072  0xb195  prim   17 03                    [
+         22073  0xb197  int    11 23                    0x23
+         22074  0xb199  int    11 68                    0x68
+         22075  0xb19b  int    11 48                    0x48
+         22076  0xb19d  int    01                       0x00
+         22077  0xb19e  prim   17 04                    ]
+ 1631 1  22078  0xb1a0  prim   17 03                    [
+         22079  0xb1a2  int    11 25                    0x25
+         22080  0xb1a4  int    11 6b                    0x6b
+         22081  0xb1a6  int    11 4b                    0x4b
+         22082  0xb1a8  int    01                       0x00
+         22083  0xb1a9  prim   17 04                    ]
+ 1632 1  22084  0xb1ab  prim   17 03                    [
+         22085  0xb1ad  int    11 26                    0x26
+         22086  0xb1af  int    11 6c                    0x6c
+         22087  0xb1b1  int    11 4c                    0x4c
+         22088  0xb1b3  int    01                       0x00
+         22089  0xb1b4  prim   17 04                    ]
+ 1633 1  22090  0xb1b6  prim   17 03                    [
+         22091  0xb1b8  int    11 27                    0x27
+         22092  0xb1ba  uint   12 f1                    0xf1
+         22093  0xb1bc  uint   12 d1                    0xd1
+         22094  0xb1be  int    11 7e                    0x7e
+         22095  0xb1c0  prim   17 04                    ]
+ 1634 1  22096  0xb1c2  prim   17 03                    [
+         22097  0xb1c4  int    11 28                    0x28
+         22098  0xb1c6  int    11 7b                    0x7b
+         22099  0xb1c8  int    11 5b                    0x5b
+         22100  0xb1ca  int    01                       0x00
+         22101  0xb1cb  prim   17 04                    ]
+ 1635 1  22102  0xb1cd  prim   17 03                    [
+         22103  0xb1cf  int    11 29                    0x29
+         22104  0xb1d1  int    11 7c                    0x7c
+         22105  0xb1d3  uint   12 b0                    0xb0
+         22106  0xb1d5  uint   12 ac                    0xac
+         22107  0xb1d7  prim   17 04                    ]
+ 1636 1  22108  0xb1d9  prim   17 03                    [
+         22109  0xb1db  int    11 2b                    0x2b
+         22110  0xb1dd  int    11 7d                    0x7d
+         22111  0xb1df  int    11 5d                    0x5d
+         22112  0xb1e1  int    01                       0x00
+         22113  0xb1e2  prim   17 04                    ]
+ 1637 1  22114  0xb1e4  prim   17 03                    [
+         22115  0xb1e6  int    11 2c                    0x2c
+         22116  0xb1e8  int    11 7a                    0x7a
+         22117  0xb1ea  int    11 5a                    0x5a
+         22118  0xb1ec  uint   12 ab                    0xab
+         22119  0xb1ee  prim   17 04                    ]
+ 1638 1  22120  0xb1f0  prim   17 03                    [
+         22121  0xb1f2  int    11 2d                    0x2d
+         22122  0xb1f4  int    11 78                    0x78
+         22123  0xb1f6  int    11 58                    0x58
+         22124  0xb1f8  uint   12 bb                    0xbb
+         22125  0xb1fa  prim   17 04                    ]
+ 1639 1  22126  0xb1fc  prim   17 03                    [
+         22127  0xb1fe  int    11 2e                    0x2e
+         22128  0xb200  int    11 63                    0x63
+         22129  0xb202  int    11 43                    0x43
+         22130  0xb204  uint   12 a2                    0xa2
+         22131  0xb206  prim   17 04                    ]
+ 1640 1  22132  0xb208  prim   17 03                    [
+         22133  0xb20a  int    11 2f                    0x2f
+         22134  0xb20c  int    11 76                    0x76
+         22135  0xb20e  int    11 56                    0x56
+         22136  0xb210  int    01                       0x00
+         22137  0xb211  prim   17 04                    ]
+ 1641 1  22138  0xb213  prim   17 03                    [
+         22139  0xb215  int    11 30                    0x30
+         22140  0xb217  int    11 62                    0x62
+         22141  0xb219  int    11 42                    0x42
+         22142  0xb21b  int    01                       0x00
+         22143  0xb21c  prim   17 04                    ]
+ 1642 1  22144  0xb21e  prim   17 03                    [
+         22145  0xb220  int    11 32                    0x32
+         22146  0xb222  int    11 6d                    0x6d
+         22147  0xb224  int    11 4d                    0x4d
+         22148  0xb226  uint   12 b5                    0xb5
+         22149  0xb228  prim   17 04                    ]
+ 1643 1  22150  0xb22a  prim   17 03                    [
+         22151  0xb22c  int    11 33                    0x33
+         22152  0xb22e  int    11 2c                    0x2c
+         22153  0xb230  int    11 3b                    0x3b
+         22154  0xb232  int    01                       0x00
+         22155  0xb233  prim   17 04                    ]
+ 1644 1  22156  0xb235  prim   17 03                    [
+         22157  0xb237  int    11 34                    0x34
+         22158  0xb239  int    11 2e                    0x2e
+         22159  0xb23b  int    11 3a                    0x3a
+         22160  0xb23d  uint   12 b7                    0xb7
+         22161  0xb23f  prim   17 04                    ]
+ 1645 1  22162  0xb241  prim   17 03                    [
+         22163  0xb243  int    11 35                    0x35
+         22164  0xb245  int    11 2d                    0x2d
+         22165  0xb247  int    11 5f                    0x5f
+         22166  0xb249  int    01                       0x00
+         22167  0xb24a  prim   17 04                    ]
+ 1646 1  22168  0xb24c  prim   17 03                    [
+         22169  0xb24e  int    11 56                    0x56
+         22170  0xb250  int    11 3c                    0x3c
+         22171  0xb252  int    11 3e                    0x3e
+         22172  0xb254  int    11 7c                    0x7c
+         22173  0xb256  prim   17 04                    ]
+ 1647 1  22174  0xb258  prim   17 04                    ]
+         22175  0xb25a  prim   17 05                    def
+ 1649 1  22176  0xb25c  dict   29 77 03                 /keymap.lk
+         22177  0xb25f  prim   17 03                    [
+ 1650 1  22178  0xb261  prim   17 03                    [
+         22179  0xb263  int    11 56                    0x56
+         22180  0xb265  int    11 3c                    0x3c
+         22181  0xb267  int    11 3e                    0x3e
+         22182  0xb269  int    11 7c                    0x7c
+         22183  0xb26b  prim   17 04                    ]
+ 1651 1  22184  0xb26d  prim   17 04                    ]
+         22185  0xb26f  prim   17 05                    def
+ 1653 1  22186  0xb271  dict   29 78 03                 /keymap.lt
+         22187  0xb274  prim   17 03                    [
+ 1654 1  22188  0xb276  prim   17 03                    [
+         22189  0xb278  int    11 56                    0x56
+         22190  0xb27a  int    11 3c                    0x3c
+         22191  0xb27c  int    11 3e                    0x3e
+         22192  0xb27e  int    11 7c                    0x7c
+         22193  0xb280  prim   17 04                    ]
+ 1655 1  22194  0xb282  prim   17 04                    ]
+         22195  0xb284  prim   17 05                    def
+ 1657 1  22196  0xb286  dict   29 79 03                 /keymap.lv
+         22197  0xb289  prim   17 03                    [
+ 1658 1  22198  0xb28b  prim   17 03                    [
+         22199  0xb28d  int    11 02                    0x02
+         22200  0xb28f  int    11 31                    0x31
+         22201  0xb291  int    11 21                    0x21
+         22202  0xb293  uint   12 b9                    0xb9
+         22203  0xb295  prim   17 04                    ]
+ 1659 1  22204  0xb297  prim   17 03                    [
+         22205  0xb299  int    11 03                    0x03
+         22206  0xb29b  int    11 32                    0x32
+         22207  0xb29d  int    11 40                    0x40
+         22208  0xb29f  uint   12 b2                    0xb2
+         22209  0xb2a1  prim   17 04                    ]
+ 1660 1  22210  0xb2a3  prim   17 03                    [
+         22211  0xb2a5  int    11 04                    0x04
+         22212  0xb2a7  int    11 33                    0x33
+         22213  0xb2a9  int    11 23                    0x23
+         22214  0xb2ab  uint   12 b3                    0xb3
+         22215  0xb2ad  prim   17 04                    ]
+ 1661 1  22216  0xb2af  prim   17 03                    [
+         22217  0xb2b1  int    11 05                    0x05
+         22218  0xb2b3  int    11 34                    0x34
+         22219  0xb2b5  int    11 24                    0x24
+         22220  0xb2b7  int    01                       0x00
+         22221  0xb2b8  prim   17 04                    ]
+ 1662 1  22222  0xb2ba  prim   17 03                    [
+         22223  0xb2bc  int    11 06                    0x06
+         22224  0xb2be  int    11 35                    0x35
+         22225  0xb2c0  int    11 25                    0x25
+         22226  0xb2c2  uint   12 bd                    0xbd
+         22227  0xb2c4  prim   17 04                    ]
+ 1663 1  22228  0xb2c6  prim   17 03                    [
+         22229  0xb2c8  int    11 07                    0x07
+         22230  0xb2ca  int    11 36                    0x36
+         22231  0xb2cc  int    11 5e                    0x5e
+         22232  0xb2ce  uint   12 be                    0xbe
+         22233  0xb2d0  prim   17 04                    ]
+ 1664 1  22234  0xb2d2  prim   17 03                    [
+         22235  0xb2d4  int    11 08                    0x08
+         22236  0xb2d6  int    11 37                    0x37
+         22237  0xb2d8  int    11 26                    0x26
+         22238  0xb2da  int    11 7b                    0x7b
+         22239  0xb2dc  prim   17 04                    ]
+ 1665 1  22240  0xb2de  prim   17 03                    [
+         22241  0xb2e0  int    11 09                    0x09
+         22242  0xb2e2  int    11 38                    0x38
+         22243  0xb2e4  int    11 2a                    0x2a
+         22244  0xb2e6  int    11 5b                    0x5b
+         22245  0xb2e8  prim   17 04                    ]
+ 1666 1  22246  0xb2ea  prim   17 03                    [
+         22247  0xb2ec  int    11 0a                    0x0a
+         22248  0xb2ee  int    11 39                    0x39
+         22249  0xb2f0  int    11 28                    0x28
+         22250  0xb2f2  int    11 5d                    0x5d
+         22251  0xb2f4  prim   17 04                    ]
+ 1667 1  22252  0xb2f6  prim   17 03                    [
+         22253  0xb2f8  int    11 0b                    0x0b
+         22254  0xb2fa  int    11 30                    0x30
+         22255  0xb2fc  int    11 29                    0x29
+         22256  0xb2fe  int    11 7d                    0x7d
+         22257  0xb300  prim   17 04                    ]
+ 1668 1  22258  0xb302  prim   17 03                    [
+         22259  0xb304  int    11 0c                    0x0c
+         22260  0xb306  int    11 2d                    0x2d
+         22261  0xb308  int    11 5f                    0x5f
+         22262  0xb30a  int    11 5c                    0x5c
+         22263  0xb30c  prim   17 04                    ]
+ 1669 1  22264  0xb30e  prim   17 03                    [
+         22265  0xb310  int    11 0d                    0x0d
+         22266  0xb312  int    11 3d                    0x3d
+         22267  0xb314  int    11 2b                    0x2b
+         22268  0xb316  int    01                       0x00
+         22269  0xb317  prim   17 04                    ]
+ 1670 1  22270  0xb319  prim   17 03                    [
+         22271  0xb31b  int    11 12                    0x12
+         22272  0xb31d  int    11 65                    0x65
+         22273  0xb31f  int    11 45                    0x45
+         22274  0xb321  int    01                       0x00
+         22275  0xb322  prim   17 04                    ]
+ 1671 1  22276  0xb324  prim   17 03                    [
+         22277  0xb326  int    11 13                    0x13
+         22278  0xb328  int    11 72                    0x72
+         22279  0xb32a  int    11 52                    0x52
+         22280  0xb32c  int    01                       0x00
+         22281  0xb32d  prim   17 04                    ]
+ 1672 1  22282  0xb32f  prim   17 03                    [
+         22283  0xb331  int    11 16                    0x16
+         22284  0xb333  int    11 75                    0x75
+         22285  0xb335  int    11 55                    0x55
+         22286  0xb337  int    01                       0x00
+         22287  0xb338  prim   17 04                    ]
+ 1673 1  22288  0xb33a  prim   17 03                    [
+         22289  0xb33c  int    11 17                    0x17
+         22290  0xb33e  int    11 69                    0x69
+         22291  0xb340  int    11 49                    0x49
+         22292  0xb342  int    01                       0x00
+         22293  0xb343  prim   17 04                    ]
+ 1674 1  22294  0xb345  prim   17 03                    [
+         22295  0xb347  int    11 18                    0x18
+         22296  0xb349  int    11 6f                    0x6f
+         22297  0xb34b  int    11 4f                    0x4f
+         22298  0xb34d  int    01                       0x00
+         22299  0xb34e  prim   17 04                    ]
+ 1675 1  22300  0xb350  prim   17 03                    [
+         22301  0xb352  int    11 1a                    0x1a
+         22302  0xb354  int    11 5b                    0x5b
+         22303  0xb356  int    11 7b                    0x7b
+         22304  0xb358  uint   12 ab                    0xab
+         22305  0xb35a  prim   17 04                    ]
+ 1676 1  22306  0xb35c  prim   17 03                    [
+         22307  0xb35e  int    11 1b                    0x1b
+         22308  0xb360  int    11 5d                    0x5d
+         22309  0xb362  int    11 7d                    0x7d
+         22310  0xb364  uint   12 bb                    0xbb
+         22311  0xb366  prim   17 04                    ]
+ 1677 1  22312  0xb368  prim   17 03                    [
+         22313  0xb36a  int    11 1e                    0x1e
+         22314  0xb36c  int    11 61                    0x61
+         22315  0xb36e  int    11 41                    0x41
+         22316  0xb370  int    01                       0x00
+         22317  0xb371  prim   17 04                    ]
+ 1678 1  22318  0xb373  prim   17 03                    [
+         22319  0xb375  int    11 1f                    0x1f
+         22320  0xb377  int    11 73                    0x73
+         22321  0xb379  int    11 53                    0x53
+         22322  0xb37b  int    01                       0x00
+         22323  0xb37c  prim   17 04                    ]
+ 1679 1  22324  0xb37e  prim   17 03                    [
+         22325  0xb380  int    11 22                    0x22
+         22326  0xb382  int    11 67                    0x67
+         22327  0xb384  int    11 47                    0x47
+         22328  0xb386  int    01                       0x00
+         22329  0xb387  prim   17 04                    ]
+ 1680 1  22330  0xb389  prim   17 03                    [
+         22331  0xb38b  int    11 25                    0x25
+         22332  0xb38d  int    11 6b                    0x6b
+         22333  0xb38f  int    11 4b                    0x4b
+         22334  0xb391  int    01                       0x00
+         22335  0xb392  prim   17 04                    ]
+ 1681 1  22336  0xb394  prim   17 03                    [
+         22337  0xb396  int    11 26                    0x26
+         22338  0xb398  int    11 6c                    0x6c
+         22339  0xb39a  int    11 4c                    0x4c
+         22340  0xb39c  int    01                       0x00
+         22341  0xb39d  prim   17 04                    ]
+ 1682 1  22342  0xb39f  prim   17 03                    [
+         22343  0xb3a1  int    11 28                    0x28
+         22344  0xb3a3  int    11 27                    0x27
+         22345  0xb3a5  int    11 22                    0x22
+         22346  0xb3a7  int    01                       0x00
+         22347  0xb3a8  prim   17 04                    ]
+ 1683 1  22348  0xb3aa  prim   17 03                    [
+         22349  0xb3ac  int    11 29                    0x29
+         22350  0xb3ae  int    11 60                    0x60
+         22351  0xb3b0  int    11 7e                    0x7e
+         22352  0xb3b2  int    11 27                    0x27
+         22353  0xb3b4  prim   17 04                    ]
+ 1684 1  22354  0xb3b6  prim   17 03                    [
+         22355  0xb3b8  int    11 2b                    0x2b
+         22356  0xb3ba  int    11 5c                    0x5c
+         22357  0xb3bc  int    11 7c                    0x7c
+         22358  0xb3be  int    11 60                    0x60
+         22359  0xb3c0  prim   17 04                    ]
+ 1685 1  22360  0xb3c2  prim   17 03                    [
+         22361  0xb3c4  int    11 2c                    0x2c
+         22362  0xb3c6  int    11 7a                    0x7a
+         22363  0xb3c8  int    11 5a                    0x5a
+         22364  0xb3ca  int    01                       0x00
+         22365  0xb3cb  prim   17 04                    ]
+ 1686 1  22366  0xb3cd  prim   17 03                    [
+         22367  0xb3cf  int    11 2e                    0x2e
+         22368  0xb3d1  int    11 63                    0x63
+         22369  0xb3d3  int    11 43                    0x43
+         22370  0xb3d5  int    01                       0x00
+         22371  0xb3d6  prim   17 04                    ]
+ 1687 1  22372  0xb3d8  prim   17 03                    [
+         22373  0xb3da  int    11 31                    0x31
+         22374  0xb3dc  int    11 6e                    0x6e
+         22375  0xb3de  int    11 4e                    0x4e
+         22376  0xb3e0  int    01                       0x00
+         22377  0xb3e1  prim   17 04                    ]
+ 1688 1  22378  0xb3e3  prim   17 03                    [
+         22379  0xb3e5  int    11 33                    0x33
+         22380  0xb3e7  int    11 2c                    0x2c
+         22381  0xb3e9  int    11 3c                    0x3c
+         22382  0xb3eb  int    01                       0x00
+         22383  0xb3ec  prim   17 04                    ]
+ 1689 1  22384  0xb3ee  prim   17 03                    [
+         22385  0xb3f0  int    11 34                    0x34
+         22386  0xb3f2  int    11 2e                    0x2e
+         22387  0xb3f4  int    11 3e                    0x3e
+         22388  0xb3f6  uint   12 b7                    0xb7
+         22389  0xb3f8  prim   17 04                    ]
+ 1690 1  22390  0xb3fa  prim   17 03                    [
+         22391  0xb3fc  int    11 56                    0x56
+         22392  0xb3fe  int    11 3c                    0x3c
+         22393  0xb400  int    11 3e                    0x3e
+         22394  0xb402  int    11 7c                    0x7c
+         22395  0xb404  prim   17 04                    ]
+ 1691 1  22396  0xb406  prim   17 04                    ]
+         22397  0xb408  prim   17 05                    def
+ 1693 1  22398  0xb40a  dict   29 7a 03                 /keymap.ma
+         22399  0xb40d  prim   17 03                    [
+ 1694 1  22400  0xb40f  prim   17 03                    [
+         22401  0xb411  int    11 02                    0x02
+         22402  0xb413  int    11 26                    0x26
+         22403  0xb415  int    11 31                    0x31
+         22404  0xb417  int    11 26                    0x26
+         22405  0xb419  prim   17 04                    ]
+ 1695 1  22406  0xb41b  prim   17 03                    [
+         22407  0xb41d  int    11 03                    0x03
+         22408  0xb41f  uint   12 e9                    0xe9
+         22409  0xb421  int    11 32                    0x32
+         22410  0xb423  uint   12 e9                    0xe9
+         22411  0xb425  prim   17 04                    ]
+ 1696 1  22412  0xb427  prim   17 03                    [
+         22413  0xb429  int    11 04                    0x04
+         22414  0xb42b  int    11 22                    0x22
+         22415  0xb42d  int    11 33                    0x33
+         22416  0xb42f  int    11 22                    0x22
+         22417  0xb431  prim   17 04                    ]
+ 1697 1  22418  0xb433  prim   17 03                    [
+         22419  0xb435  int    11 05                    0x05
+         22420  0xb437  int    11 27                    0x27
+         22421  0xb439  int    11 34                    0x34
+         22422  0xb43b  int    11 27                    0x27
+         22423  0xb43d  prim   17 04                    ]
+ 1698 1  22424  0xb43f  prim   17 03                    [
+         22425  0xb441  int    11 06                    0x06
+         22426  0xb443  int    11 28                    0x28
+         22427  0xb445  int    11 35                    0x35
+         22428  0xb447  int    11 28                    0x28
+         22429  0xb449  prim   17 04                    ]
+ 1699 1  22430  0xb44b  prim   17 03                    [
+         22431  0xb44d  int    11 07                    0x07
+         22432  0xb44f  int    11 2d                    0x2d
+         22433  0xb451  int    11 36                    0x36
+         22434  0xb453  int    11 2d                    0x2d
+         22435  0xb455  prim   17 04                    ]
+ 1700 1  22436  0xb457  prim   17 03                    [
+         22437  0xb459  int    11 08                    0x08
+         22438  0xb45b  uint   12 e8                    0xe8
+         22439  0xb45d  int    11 37                    0x37
+         22440  0xb45f  uint   12 e8                    0xe8
+         22441  0xb461  prim   17 04                    ]
+ 1701 1  22442  0xb463  prim   17 03                    [
+         22443  0xb465  int    11 09                    0x09
+         22444  0xb467  int    11 5f                    0x5f
+         22445  0xb469  int    11 38                    0x38
+         22446  0xb46b  int    11 5f                    0x5f
+         22447  0xb46d  prim   17 04                    ]
+ 1702 1  22448  0xb46f  prim   17 03                    [
+         22449  0xb471  int    11 0a                    0x0a
+         22450  0xb473  uint   12 e7                    0xe7
+         22451  0xb475  int    11 39                    0x39
+         22452  0xb477  uint   12 e7                    0xe7
+         22453  0xb479  prim   17 04                    ]
+ 1703 1  22454  0xb47b  prim   17 03                    [
+         22455  0xb47d  int    11 0b                    0x0b
+         22456  0xb47f  uint   12 e0                    0xe0
+         22457  0xb481  int    11 30                    0x30
+         22458  0xb483  uint   12 e0                    0xe0
+         22459  0xb485  prim   17 04                    ]
+ 1704 1  22460  0xb487  prim   17 03                    [
+         22461  0xb489  int    11 0c                    0x0c
+         22462  0xb48b  int    11 29                    0x29
+         22463  0xb48d  uint   12 b0                    0xb0
+         22464  0xb48f  int    11 29                    0x29
+         22465  0xb491  prim   17 04                    ]
+ 1705 1  22466  0xb493  prim   17 03                    [
+         22467  0xb495  int    11 16                    0x16
+         22468  0xb497  int    01                       0x00
+         22469  0xb498  int    11 60                    0x60
+         22470  0xb49a  int    01                       0x00
+         22471  0xb49b  prim   17 04                    ]
+ 1706 1  22472  0xb49d  prim   17 03                    [
+         22473  0xb49f  int    11 17                    0x17
+         22474  0xb4a1  int    01                       0x00
+         22475  0xb4a2  uint   12 f7                    0xf7
+         22476  0xb4a4  int    01                       0x00
+         22477  0xb4a5  prim   17 04                    ]
+ 1707 1  22478  0xb4a7  prim   17 03                    [
+         22479  0xb4a9  int    11 18                    0x18
+         22480  0xb4ab  int    01                       0x00
+         22481  0xb4ac  uint   12 d7                    0xd7
+         22482  0xb4ae  int    01                       0x00
+         22483  0xb4af  prim   17 04                    ]
+ 1708 1  22484  0xb4b1  prim   17 03                    [
+         22485  0xb4b3  int    11 1a                    0x1a
+         22486  0xb4b5  int    01                       0x00
+         22487  0xb4b6  int    11 3c                    0x3c
+         22488  0xb4b8  int    01                       0x00
+         22489  0xb4b9  prim   17 04                    ]
+ 1709 1  22490  0xb4bb  prim   17 03                    [
+         22491  0xb4bd  int    11 1b                    0x1b
+         22492  0xb4bf  int    01                       0x00
+         22493  0xb4c0  int    11 3e                    0x3e
+         22494  0xb4c2  int    01                       0x00
+         22495  0xb4c3  prim   17 04                    ]
+ 1710 1  22496  0xb4c5  prim   17 03                    [
+         22497  0xb4c7  int    11 20                    0x20
+         22498  0xb4c9  int    01                       0x00
+         22499  0xb4ca  int    11 5d                    0x5d
+         22500  0xb4cc  int    01                       0x00
+         22501  0xb4cd  prim   17 04                    ]
+ 1711 1  22502  0xb4cf  prim   17 03                    [
+         22503  0xb4d1  int    11 21                    0x21
+         22504  0xb4d3  int    01                       0x00
+         22505  0xb4d4  int    11 5b                    0x5b
+         22506  0xb4d6  int    01                       0x00
+         22507  0xb4d7  prim   17 04                    ]
+ 1712 1  22508  0xb4d9  prim   17 03                    [
+         22509  0xb4db  int    11 26                    0x26
+         22510  0xb4dd  int    01                       0x00
+         22511  0xb4de  int    11 2f                    0x2f
+         22512  0xb4e0  int    01                       0x00
+         22513  0xb4e1  prim   17 04                    ]
+ 1713 1  22514  0xb4e3  prim   17 03                    [
+         22515  0xb4e5  int    11 27                    0x27
+         22516  0xb4e7  int    01                       0x00
+         22517  0xb4e8  int    11 3a                    0x3a
+         22518  0xb4ea  int    01                       0x00
+         22519  0xb4eb  prim   17 04                    ]
+ 1714 1  22520  0xb4ed  prim   17 03                    [
+         22521  0xb4ef  int    11 28                    0x28
+         22522  0xb4f1  int    01                       0x00
+         22523  0xb4f2  int    11 22                    0x22
+         22524  0xb4f4  int    01                       0x00
+         22525  0xb4f5  prim   17 04                    ]
+ 1715 1  22526  0xb4f7  prim   17 03                    [
+         22527  0xb4f9  int    11 2c                    0x2c
+         22528  0xb4fb  int    01                       0x00
+         22529  0xb4fc  int    11 7e                    0x7e
+         22530  0xb4fe  uint   12 bb                    0xbb
+         22531  0xb500  prim   17 04                    ]
+ 1716 1  22532  0xb502  prim   17 03                    [
+         22533  0xb504  int    11 2d                    0x2d
+         22534  0xb506  int    01                       0x00
+         22535  0xb507  int    01                       0x00
+         22536  0xb508  uint   12 ab                    0xab
+         22537  0xb50a  prim   17 04                    ]
+ 1717 1  22538  0xb50c  prim   17 03                    [
+         22539  0xb50e  int    11 2e                    0x2e
+         22540  0xb510  int    01                       0x00
+         22541  0xb511  int    11 7d                    0x7d
+         22542  0xb513  int    01                       0x00
+         22543  0xb514  prim   17 04                    ]
+ 1718 1  22544  0xb516  prim   17 03                    [
+         22545  0xb518  int    11 2f                    0x2f
+         22546  0xb51a  int    01                       0x00
+         22547  0xb51b  int    11 7b                    0x7b
+         22548  0xb51d  int    01                       0x00
+         22549  0xb51e  prim   17 04                    ]
+ 1719 1  22550  0xb520  prim   17 03                    [
+         22551  0xb522  int    11 32                    0x32
+         22552  0xb524  int    01                       0x00
+         22553  0xb525  int    11 27                    0x27
+         22554  0xb527  int    01                       0x00
+         22555  0xb528  prim   17 04                    ]
+ 1720 1  22556  0xb52a  prim   17 03                    [
+         22557  0xb52c  int    11 33                    0x33
+         22558  0xb52e  int    01                       0x00
+         22559  0xb52f  int    11 2c                    0x2c
+         22560  0xb531  int    01                       0x00
+         22561  0xb532  prim   17 04                    ]
+ 1721 1  22562  0xb534  prim   17 03                    [
+         22563  0xb536  int    11 34                    0x34
+         22564  0xb538  int    01                       0x00
+         22565  0xb539  int    11 2e                    0x2e
+         22566  0xb53b  int    01                       0x00
+         22567  0xb53c  prim   17 04                    ]
+ 1722 1  22568  0xb53e  prim   17 03                    [
+         22569  0xb540  int    11 56                    0x56
+         22570  0xb542  int    11 7c                    0x7c
+         22571  0xb544  uint   12 a6                    0xa6
+         22572  0xb546  int    11 7c                    0x7c
+         22573  0xb548  prim   17 04                    ]
+ 1723 1  22574  0xb54a  prim   17 04                    ]
+         22575  0xb54c  prim   17 05                    def
+ 1725 1  22576  0xb54e  dict   29 7b 03                 /keymap.mao
+         22577  0xb551  prim   17 03                    [
+ 1726 1  22578  0xb553  prim   17 03                    [
+         22579  0xb555  int    11 02                    0x02
+         22580  0xb557  int    11 31                    0x31
+         22581  0xb559  int    11 21                    0x21
+         22582  0xb55b  uint   12 b9                    0xb9
+         22583  0xb55d  prim   17 04                    ]
+ 1727 1  22584  0xb55f  prim   17 03                    [
+         22585  0xb561  int    11 03                    0x03
+         22586  0xb563  int    11 32                    0x32
+         22587  0xb565  int    11 40                    0x40
+         22588  0xb567  uint   12 b2                    0xb2
+         22589  0xb569  prim   17 04                    ]
+ 1728 1  22590  0xb56b  prim   17 03                    [
+         22591  0xb56d  int    11 04                    0x04
+         22592  0xb56f  int    11 33                    0x33
+         22593  0xb571  int    11 23                    0x23
+         22594  0xb573  uint   12 b3                    0xb3
+         22595  0xb575  prim   17 04                    ]
+ 1729 1  22596  0xb577  prim   17 03                    [
+         22597  0xb579  int    11 05                    0x05
+         22598  0xb57b  int    11 34                    0x34
+         22599  0xb57d  int    11 24                    0x24
+         22600  0xb57f  uint   12 bc                    0xbc
+         22601  0xb581  prim   17 04                    ]
+ 1730 1  22602  0xb583  prim   17 03                    [
+         22603  0xb585  int    11 06                    0x06
+         22604  0xb587  int    11 35                    0x35
+         22605  0xb589  int    11 25                    0x25
+         22606  0xb58b  uint   12 bd                    0xbd
+         22607  0xb58d  prim   17 04                    ]
+ 1731 1  22608  0xb58f  prim   17 03                    [
+         22609  0xb591  int    11 07                    0x07
+         22610  0xb593  int    11 36                    0x36
+         22611  0xb595  int    11 5e                    0x5e
+         22612  0xb597  uint   12 be                    0xbe
+         22613  0xb599  prim   17 04                    ]
+ 1732 1  22614  0xb59b  prim   17 03                    [
+         22615  0xb59d  int    11 08                    0x08
+         22616  0xb59f  int    11 37                    0x37
+         22617  0xb5a1  int    11 26                    0x26
+         22618  0xb5a3  int    11 7b                    0x7b
+         22619  0xb5a5  prim   17 04                    ]
+ 1733 1  22620  0xb5a7  prim   17 03                    [
+         22621  0xb5a9  int    11 09                    0x09
+         22622  0xb5ab  int    11 38                    0x38
+         22623  0xb5ad  int    11 2a                    0x2a
+         22624  0xb5af  int    11 5b                    0x5b
+         22625  0xb5b1  prim   17 04                    ]
+ 1734 1  22626  0xb5b3  prim   17 03                    [
+         22627  0xb5b5  int    11 0a                    0x0a
+         22628  0xb5b7  int    11 39                    0x39
+         22629  0xb5b9  int    11 28                    0x28
+         22630  0xb5bb  int    11 5d                    0x5d
+         22631  0xb5bd  prim   17 04                    ]
+ 1735 1  22632  0xb5bf  prim   17 03                    [
+         22633  0xb5c1  int    11 0b                    0x0b
+         22634  0xb5c3  int    11 30                    0x30
+         22635  0xb5c5  int    11 29                    0x29
+         22636  0xb5c7  int    11 7d                    0x7d
+         22637  0xb5c9  prim   17 04                    ]
+ 1736 1  22638  0xb5cb  prim   17 03                    [
+         22639  0xb5cd  int    11 0c                    0x0c
+         22640  0xb5cf  int    11 2d                    0x2d
+         22641  0xb5d1  int    11 5f                    0x5f
+         22642  0xb5d3  int    11 5c                    0x5c
+         22643  0xb5d5  prim   17 04                    ]
+ 1737 1  22644  0xb5d7  prim   17 03                    [
+         22645  0xb5d9  int    11 0d                    0x0d
+         22646  0xb5db  int    11 3d                    0x3d
+         22647  0xb5dd  int    11 2b                    0x2b
+         22648  0xb5df  int    01                       0x00
+         22649  0xb5e0  prim   17 04                    ]
+ 1738 1  22650  0xb5e2  prim   17 03                    [
+         22651  0xb5e4  int    11 10                    0x10
+         22652  0xb5e6  int    11 71                    0x71
+         22653  0xb5e8  int    11 51                    0x51
+         22654  0xb5ea  int    11 40                    0x40
+         22655  0xb5ec  prim   17 04                    ]
+ 1739 1  22656  0xb5ee  prim   17 03                    [
+         22657  0xb5f0  int    11 11                    0x11
+         22658  0xb5f2  int    11 77                    0x77
+         22659  0xb5f4  int    11 57                    0x57
+         22660  0xb5f6  int    01                       0x00
+         22661  0xb5f7  prim   17 04                    ]
+ 1740 1  22662  0xb5f9  prim   17 03                    [
+         22663  0xb5fb  int    11 12                    0x12
+         22664  0xb5fd  int    11 65                    0x65
+         22665  0xb5ff  int    11 45                    0x45
+         22666  0xb601  int    01                       0x00
+         22667  0xb602  prim   17 04                    ]
+ 1741 1  22668  0xb604  prim   17 03                    [
+         22669  0xb606  int    11 13                    0x13
+         22670  0xb608  int    11 72                    0x72
+         22671  0xb60a  int    11 52                    0x52
+         22672  0xb60c  uint   12 b6                    0xb6
+         22673  0xb60e  prim   17 04                    ]
+ 1742 1  22674  0xb610  prim   17 03                    [
+         22675  0xb612  int    11 14                    0x14
+         22676  0xb614  int    11 74                    0x74
+         22677  0xb616  int    11 54                    0x54
+         22678  0xb618  int    01                       0x00
+         22679  0xb619  prim   17 04                    ]
+ 1743 1  22680  0xb61b  prim   17 03                    [
+         22681  0xb61d  int    11 15                    0x15
+         22682  0xb61f  int    11 79                    0x79
+         22683  0xb621  int    11 59                    0x59
+         22684  0xb623  int    01                       0x00
+         22685  0xb624  prim   17 04                    ]
+ 1744 1  22686  0xb626  prim   17 03                    [
+         22687  0xb628  int    11 16                    0x16
+         22688  0xb62a  int    11 75                    0x75
+         22689  0xb62c  int    11 55                    0x55
+         22690  0xb62e  int    01                       0x00
+         22691  0xb62f  prim   17 04                    ]
+ 1745 1  22692  0xb631  prim   17 03                    [
+         22693  0xb633  int    11 17                    0x17
+         22694  0xb635  int    11 69                    0x69
+         22695  0xb637  int    11 49                    0x49
+         22696  0xb639  int    01                       0x00
+         22697  0xb63a  prim   17 04                    ]
+ 1746 1  22698  0xb63c  prim   17 03                    [
+         22699  0xb63e  int    11 18                    0x18
+         22700  0xb640  int    11 6f                    0x6f
+         22701  0xb642  int    11 4f                    0x4f
+         22702  0xb644  int    01                       0x00
+         22703  0xb645  prim   17 04                    ]
+ 1747 1  22704  0xb647  prim   17 03                    [
+         22705  0xb649  int    11 19                    0x19
+         22706  0xb64b  int    11 70                    0x70
+         22707  0xb64d  int    11 50                    0x50
+         22708  0xb64f  uint   12 fe                    0xfe
+         22709  0xb651  prim   17 04                    ]
+ 1748 1  22710  0xb653  prim   17 03                    [
+         22711  0xb655  int    11 1a                    0x1a
+         22712  0xb657  int    11 5b                    0x5b
+         22713  0xb659  int    11 7b                    0x7b
+         22714  0xb65b  int    01                       0x00
+         22715  0xb65c  prim   17 04                    ]
+ 1749 1  22716  0xb65e  prim   17 03                    [
+         22717  0xb660  int    11 1b                    0x1b
+         22718  0xb662  int    11 5d                    0x5d
+         22719  0xb664  int    11 7d                    0x7d
+         22720  0xb666  int    01                       0x00
+         22721  0xb667  prim   17 04                    ]
+ 1750 1  22722  0xb669  prim   17 03                    [
+         22723  0xb66b  int    11 1e                    0x1e
+         22724  0xb66d  int    11 61                    0x61
+         22725  0xb66f  int    11 41                    0x41
+         22726  0xb671  int    01                       0x00
+         22727  0xb672  prim   17 04                    ]
+ 1751 1  22728  0xb674  prim   17 03                    [
+         22729  0xb676  int    11 1f                    0x1f
+         22730  0xb678  int    11 73                    0x73
+         22731  0xb67a  int    11 53                    0x53
+         22732  0xb67c  uint   12 df                    0xdf
+         22733  0xb67e  prim   17 04                    ]
+ 1752 1  22734  0xb680  prim   17 03                    [
+         22735  0xb682  int    11 20                    0x20
+         22736  0xb684  int    11 64                    0x64
+         22737  0xb686  int    11 44                    0x44
+         22738  0xb688  uint   12 f0                    0xf0
+         22739  0xb68a  prim   17 04                    ]
+ 1753 1  22740  0xb68c  prim   17 03                    [
+         22741  0xb68e  int    11 21                    0x21
+         22742  0xb690  int    11 66                    0x66
+         22743  0xb692  int    11 46                    0x46
+         22744  0xb694  int    01                       0x00
+         22745  0xb695  prim   17 04                    ]
+ 1754 1  22746  0xb697  prim   17 03                    [
+         22747  0xb699  int    11 22                    0x22
+         22748  0xb69b  int    11 67                    0x67
+         22749  0xb69d  int    11 47                    0x47
+         22750  0xb69f  int    01                       0x00
+         22751  0xb6a0  prim   17 04                    ]
+ 1755 1  22752  0xb6a2  prim   17 03                    [
+         22753  0xb6a4  int    11 23                    0x23
+         22754  0xb6a6  int    11 68                    0x68
+         22755  0xb6a8  int    11 48                    0x48
+         22756  0xb6aa  int    01                       0x00
+         22757  0xb6ab  prim   17 04                    ]
+ 1756 1  22758  0xb6ad  prim   17 03                    [
+         22759  0xb6af  int    11 25                    0x25
+         22760  0xb6b1  int    11 6b                    0x6b
+         22761  0xb6b3  int    11 4b                    0x4b
+         22762  0xb6b5  int    01                       0x00
+         22763  0xb6b6  prim   17 04                    ]
+ 1757 1  22764  0xb6b8  prim   17 03                    [
+         22765  0xb6ba  int    11 26                    0x26
+         22766  0xb6bc  int    11 6c                    0x6c
+         22767  0xb6be  int    11 4c                    0x4c
+         22768  0xb6c0  int    01                       0x00
+         22769  0xb6c1  prim   17 04                    ]
+ 1758 1  22770  0xb6c3  prim   17 03                    [
+         22771  0xb6c5  int    11 27                    0x27
+         22772  0xb6c7  int    11 3b                    0x3b
+         22773  0xb6c9  int    11 3a                    0x3a
+         22774  0xb6cb  int    01                       0x00
+         22775  0xb6cc  prim   17 04                    ]
+ 1759 1  22776  0xb6ce  prim   17 03                    [
+         22777  0xb6d0  int    11 28                    0x28
+         22778  0xb6d2  int    11 27                    0x27
+         22779  0xb6d4  int    11 22                    0x22
+         22780  0xb6d6  int    01                       0x00
+         22781  0xb6d7  prim   17 04                    ]
+ 1760 1  22782  0xb6d9  prim   17 03                    [
+         22783  0xb6db  int    11 29                    0x29
+         22784  0xb6dd  int    11 60                    0x60
+         22785  0xb6df  int    11 7e                    0x7e
+         22786  0xb6e1  uint   12 ac                    0xac
+         22787  0xb6e3  prim   17 04                    ]
+ 1761 1  22788  0xb6e5  prim   17 03                    [
+         22789  0xb6e7  int    11 2b                    0x2b
+         22790  0xb6e9  int    11 5c                    0x5c
+         22791  0xb6eb  int    11 7c                    0x7c
+         22792  0xb6ed  int    01                       0x00
+         22793  0xb6ee  prim   17 04                    ]
+ 1762 1  22794  0xb6f0  prim   17 03                    [
+         22795  0xb6f2  int    11 2c                    0x2c
+         22796  0xb6f4  int    11 7a                    0x7a
+         22797  0xb6f6  int    11 5a                    0x5a
+         22798  0xb6f8  uint   12 ab                    0xab
+         22799  0xb6fa  prim   17 04                    ]
+ 1763 1  22800  0xb6fc  prim   17 03                    [
+         22801  0xb6fe  int    11 2d                    0x2d
+         22802  0xb700  int    11 78                    0x78
+         22803  0xb702  int    11 58                    0x58
+         22804  0xb704  uint   12 bb                    0xbb
+         22805  0xb706  prim   17 04                    ]
+ 1764 1  22806  0xb708  prim   17 03                    [
+         22807  0xb70a  int    11 2e                    0x2e
+         22808  0xb70c  int    11 63                    0x63
+         22809  0xb70e  int    11 43                    0x43
+         22810  0xb710  uint   12 a2                    0xa2
+         22811  0xb712  prim   17 04                    ]
+ 1765 1  22812  0xb714  prim   17 03                    [
+         22813  0xb716  int    11 2f                    0x2f
+         22814  0xb718  int    11 76                    0x76
+         22815  0xb71a  int    11 56                    0x56
+         22816  0xb71c  int    01                       0x00
+         22817  0xb71d  prim   17 04                    ]
+ 1766 1  22818  0xb71f  prim   17 03                    [
+         22819  0xb721  int    11 30                    0x30
+         22820  0xb723  int    11 62                    0x62
+         22821  0xb725  int    11 42                    0x42
+         22822  0xb727  int    01                       0x00
+         22823  0xb728  prim   17 04                    ]
+ 1767 1  22824  0xb72a  prim   17 03                    [
+         22825  0xb72c  int    11 32                    0x32
+         22826  0xb72e  int    11 6d                    0x6d
+         22827  0xb730  int    11 4d                    0x4d
+         22828  0xb732  uint   12 b5                    0xb5
+         22829  0xb734  prim   17 04                    ]
+ 1768 1  22830  0xb736  prim   17 03                    [
+         22831  0xb738  int    11 33                    0x33
+         22832  0xb73a  int    11 2c                    0x2c
+         22833  0xb73c  int    11 3c                    0x3c
+         22834  0xb73e  int    01                       0x00
+         22835  0xb73f  prim   17 04                    ]
+ 1769 1  22836  0xb741  prim   17 03                    [
+         22837  0xb743  int    11 34                    0x34
+         22838  0xb745  int    11 2e                    0x2e
+         22839  0xb747  int    11 3e                    0x3e
+         22840  0xb749  uint   12 b7                    0xb7
+         22841  0xb74b  prim   17 04                    ]
+ 1770 1  22842  0xb74d  prim   17 03                    [
+         22843  0xb74f  int    11 35                    0x35
+         22844  0xb751  int    11 2f                    0x2f
+         22845  0xb753  int    11 3f                    0x3f
+         22846  0xb755  int    01                       0x00
+         22847  0xb756  prim   17 04                    ]
+ 1771 1  22848  0xb758  prim   17 03                    [
+         22849  0xb75a  int    11 56                    0x56
+         22850  0xb75c  int    11 3c                    0x3c
+         22851  0xb75e  int    11 3e                    0x3e
+         22852  0xb760  int    11 7c                    0x7c
+         22853  0xb762  prim   17 04                    ]
+ 1772 1  22854  0xb764  prim   17 04                    ]
+         22855  0xb766  prim   17 05                    def
+ 1774 1  22856  0xb768  dict   29 7c 03                 /keymap.me
+         22857  0xb76b  prim   17 03                    [
+ 1775 1  22858  0xb76d  prim   17 03                    [
+         22859  0xb76f  int    11 02                    0x02
+         22860  0xb771  int    11 31                    0x31
+         22861  0xb773  int    11 21                    0x21
+         22862  0xb775  int    01                       0x00
+         22863  0xb776  prim   17 04                    ]
+ 1776 1  22864  0xb778  prim   17 03                    [
+         22865  0xb77a  int    11 03                    0x03
+         22866  0xb77c  int    11 32                    0x32
+         22867  0xb77e  int    11 22                    0x22
+         22868  0xb780  int    01                       0x00
+         22869  0xb781  prim   17 04                    ]
+ 1777 1  22870  0xb783  prim   17 03                    [
+         22871  0xb785  int    11 04                    0x04
+         22872  0xb787  int    11 33                    0x33
+         22873  0xb789  int    11 23                    0x23
+         22874  0xb78b  int    01                       0x00
+         22875  0xb78c  prim   17 04                    ]
+ 1778 1  22876  0xb78e  prim   17 03                    [
+         22877  0xb790  int    11 05                    0x05
+         22878  0xb792  int    11 34                    0x34
+         22879  0xb794  int    11 24                    0x24
+         22880  0xb796  int    01                       0x00
+         22881  0xb797  prim   17 04                    ]
+ 1779 1  22882  0xb799  prim   17 03                    [
+         22883  0xb79b  int    11 06                    0x06
+         22884  0xb79d  int    11 35                    0x35
+         22885  0xb79f  int    11 25                    0x25
+         22886  0xb7a1  int    11 2a                    0x2a
+         22887  0xb7a3  prim   17 04                    ]
+ 1780 1  22888  0xb7a5  prim   17 03                    [
+         22889  0xb7a7  int    11 07                    0x07
+         22890  0xb7a9  int    11 36                    0x36
+         22891  0xb7ab  int    11 26                    0x26
+         22892  0xb7ad  int    01                       0x00
+         22893  0xb7ae  prim   17 04                    ]
+ 1781 1  22894  0xb7b0  prim   17 03                    [
+         22895  0xb7b2  int    11 08                    0x08
+         22896  0xb7b4  int    11 37                    0x37
+         22897  0xb7b6  int    11 2f                    0x2f
+         22898  0xb7b8  int    01                       0x00
+         22899  0xb7b9  prim   17 04                    ]
+ 1782 1  22900  0xb7bb  prim   17 03                    [
+         22901  0xb7bd  int    11 09                    0x09
+         22902  0xb7bf  int    11 38                    0x38
+         22903  0xb7c1  int    11 28                    0x28
+         22904  0xb7c3  int    11 2e                    0x2e
+         22905  0xb7c5  prim   17 04                    ]
+ 1783 1  22906  0xb7c7  prim   17 03                    [
+         22907  0xb7c9  int    11 0a                    0x0a
+         22908  0xb7cb  int    11 39                    0x39
+         22909  0xb7cd  int    11 29                    0x29
+         22910  0xb7cf  int    01                       0x00
+         22911  0xb7d0  prim   17 04                    ]
+ 1784 1  22912  0xb7d2  prim   17 03                    [
+         22913  0xb7d4  int    11 0b                    0x0b
+         22914  0xb7d6  int    11 30                    0x30
+         22915  0xb7d8  int    11 3d                    0x3d
+         22916  0xb7da  int    01                       0x00
+         22917  0xb7db  prim   17 04                    ]
+ 1785 1  22918  0xb7dd  prim   17 03                    [
+         22919  0xb7df  int    11 0c                    0x0c
+         22920  0xb7e1  int    11 27                    0x27
+         22921  0xb7e3  int    11 3f                    0x3f
+         22922  0xb7e5  int    01                       0x00
+         22923  0xb7e6  prim   17 04                    ]
+ 1786 1  22924  0xb7e8  prim   17 03                    [
+         22925  0xb7ea  int    11 0d                    0x0d
+         22926  0xb7ec  int    11 2b                    0x2b
+         22927  0xb7ee  int    11 2a                    0x2a
+         22928  0xb7f0  int    01                       0x00
+         22929  0xb7f1  prim   17 04                    ]
+ 1787 1  22930  0xb7f3  prim   17 03                    [
+         22931  0xb7f5  int    11 10                    0x10
+         22932  0xb7f7  int    11 71                    0x71
+         22933  0xb7f9  int    11 51                    0x51
+         22934  0xb7fb  int    11 5c                    0x5c
+         22935  0xb7fd  prim   17 04                    ]
+ 1788 1  22936  0xb7ff  prim   17 03                    [
+         22937  0xb801  int    11 11                    0x11
+         22938  0xb803  int    11 77                    0x77
+         22939  0xb805  int    11 57                    0x57
+         22940  0xb807  int    11 7c                    0x7c
+         22941  0xb809  prim   17 04                    ]
+ 1789 1  22942  0xb80b  prim   17 03                    [
+         22943  0xb80d  int    11 12                    0x12
+         22944  0xb80f  int    11 65                    0x65
+         22945  0xb811  int    11 45                    0x45
+         22946  0xb813  int    01                       0x00
+         22947  0xb814  prim   17 04                    ]
+ 1790 1  22948  0xb816  prim   17 03                    [
+         22949  0xb818  int    11 13                    0x13
+         22950  0xb81a  int    11 72                    0x72
+         22951  0xb81c  int    11 52                    0x52
+         22952  0xb81e  uint   12 b6                    0xb6
+         22953  0xb820  prim   17 04                    ]
+ 1791 1  22954  0xb822  prim   17 03                    [
+         22955  0xb824  int    11 14                    0x14
+         22956  0xb826  int    11 74                    0x74
+         22957  0xb828  int    11 54                    0x54
+         22958  0xb82a  int    01                       0x00
+         22959  0xb82b  prim   17 04                    ]
+ 1792 1  22960  0xb82d  prim   17 03                    [
+         22961  0xb82f  int    11 15                    0x15
+         22962  0xb831  int    11 7a                    0x7a
+         22963  0xb833  int    11 5a                    0x5a
+         22964  0xb835  int    01                       0x00
+         22965  0xb836  prim   17 04                    ]
+ 1793 1  22966  0xb838  prim   17 03                    [
+         22967  0xb83a  int    11 16                    0x16
+         22968  0xb83c  int    11 75                    0x75
+         22969  0xb83e  int    11 55                    0x55
+         22970  0xb840  int    01                       0x00
+         22971  0xb841  prim   17 04                    ]
+ 1794 1  22972  0xb843  prim   17 03                    [
+         22973  0xb845  int    11 17                    0x17
+         22974  0xb847  int    11 69                    0x69
+         22975  0xb849  int    11 49                    0x49
+         22976  0xb84b  int    01                       0x00
+         22977  0xb84c  prim   17 04                    ]
+ 1795 1  22978  0xb84e  prim   17 03                    [
+         22979  0xb850  int    11 18                    0x18
+         22980  0xb852  int    11 6f                    0x6f
+         22981  0xb854  int    11 4f                    0x4f
+         22982  0xb856  uint   12 f8                    0xf8
+         22983  0xb858  prim   17 04                    ]
+ 1796 1  22984  0xb85a  prim   17 03                    [
+         22985  0xb85c  int    11 19                    0x19
+         22986  0xb85e  int    11 70                    0x70
+         22987  0xb860  int    11 50                    0x50
+         22988  0xb862  uint   12 fe                    0xfe
+         22989  0xb864  prim   17 04                    ]
+ 1797 1  22990  0xb866  prim   17 03                    [
+         22991  0xb868  int    11 1a                    0x1a
+         22992  0xb86a  int    01                       0x00
+         22993  0xb86b  int    01                       0x00
+         22994  0xb86c  uint   12 f7                    0xf7
+         22995  0xb86e  prim   17 04                    ]
+ 1798 1  22996  0xb870  prim   17 03                    [
+         22997  0xb872  int    11 1b                    0x1b
+         22998  0xb874  int    01                       0x00
+         22999  0xb875  int    01                       0x00
+         23000  0xb876  uint   12 d7                    0xd7
+         23001  0xb878  prim   17 04                    ]
+ 1799 1  23002  0xb87a  prim   17 03                    [
+         23003  0xb87c  int    11 1e                    0x1e
+         23004  0xb87e  int    11 61                    0x61
+         23005  0xb880  int    11 41                    0x41
+         23006  0xb882  uint   12 e6                    0xe6
+         23007  0xb884  prim   17 04                    ]
+ 1800 1  23008  0xb886  prim   17 03                    [
+         23009  0xb888  int    11 1f                    0x1f
+         23010  0xb88a  int    11 73                    0x73
+         23011  0xb88c  int    11 53                    0x53
+         23012  0xb88e  int    01                       0x00
+         23013  0xb88f  prim   17 04                    ]
+ 1801 1  23014  0xb891  prim   17 03                    [
+         23015  0xb893  int    11 20                    0x20
+         23016  0xb895  int    11 64                    0x64
+         23017  0xb897  int    11 44                    0x44
+         23018  0xb899  int    01                       0x00
+         23019  0xb89a  prim   17 04                    ]
+ 1802 1  23020  0xb89c  prim   17 03                    [
+         23021  0xb89e  int    11 21                    0x21
+         23022  0xb8a0  int    11 66                    0x66
+         23023  0xb8a2  int    11 46                    0x46
+         23024  0xb8a4  int    11 5b                    0x5b
+         23025  0xb8a6  prim   17 04                    ]
+ 1803 1  23026  0xb8a8  prim   17 03                    [
+         23027  0xb8aa  int    11 22                    0x22
+         23028  0xb8ac  int    11 67                    0x67
+         23029  0xb8ae  int    11 47                    0x47
+         23030  0xb8b0  int    11 5d                    0x5d
+         23031  0xb8b2  prim   17 04                    ]
+ 1804 1  23032  0xb8b4  prim   17 03                    [
+         23033  0xb8b6  int    11 23                    0x23
+         23034  0xb8b8  int    11 68                    0x68
+         23035  0xb8ba  int    11 48                    0x48
+         23036  0xb8bc  int    01                       0x00
+         23037  0xb8bd  prim   17 04                    ]
+ 1805 1  23038  0xb8bf  prim   17 03                    [
+         23039  0xb8c1  int    11 25                    0x25
+         23040  0xb8c3  int    11 6b                    0x6b
+         23041  0xb8c5  int    11 4b                    0x4b
+         23042  0xb8c7  int    01                       0x00
+         23043  0xb8c8  prim   17 04                    ]
+ 1806 1  23044  0xb8ca  prim   17 03                    [
+         23045  0xb8cc  int    11 26                    0x26
+         23046  0xb8ce  int    11 6c                    0x6c
+         23047  0xb8d0  int    11 4c                    0x4c
+         23048  0xb8d2  int    01                       0x00
+         23049  0xb8d3  prim   17 04                    ]
+ 1807 1  23050  0xb8d5  prim   17 03                    [
+         23051  0xb8d7  int    11 28                    0x28
+         23052  0xb8d9  int    01                       0x00
+         23053  0xb8da  int    01                       0x00
+         23054  0xb8db  uint   12 df                    0xdf
+         23055  0xb8dd  prim   17 04                    ]
+ 1808 1  23056  0xb8df  prim   17 03                    [
+         23057  0xb8e1  int    11 29                    0x29
+         23058  0xb8e3  int    11 60                    0x60
+         23059  0xb8e5  int    11 7e                    0x7e
+         23060  0xb8e7  uint   12 ac                    0xac
+         23061  0xb8e9  prim   17 04                    ]
+ 1809 1  23062  0xb8eb  prim   17 03                    [
+         23063  0xb8ed  int    11 2b                    0x2b
+         23064  0xb8ef  int    01                       0x00
+         23065  0xb8f0  int    01                       0x00
+         23066  0xb8f1  uint   12 a4                    0xa4
+         23067  0xb8f3  prim   17 04                    ]
+ 1810 1  23068  0xb8f5  prim   17 03                    [
+         23069  0xb8f7  int    11 2c                    0x2c
+         23070  0xb8f9  int    11 79                    0x79
+         23071  0xb8fb  int    11 59                    0x59
+         23072  0xb8fd  int    01                       0x00
+         23073  0xb8fe  prim   17 04                    ]
+ 1811 1  23074  0xb900  prim   17 03                    [
+         23075  0xb902  int    11 2d                    0x2d
+         23076  0xb904  int    11 78                    0x78
+         23077  0xb906  int    11 58                    0x58
+         23078  0xb908  int    01                       0x00
+         23079  0xb909  prim   17 04                    ]
+ 1812 1  23080  0xb90b  prim   17 03                    [
+         23081  0xb90d  int    11 2e                    0x2e
+         23082  0xb90f  int    11 63                    0x63
+         23083  0xb911  int    11 43                    0x43
+         23084  0xb913  uint   12 a2                    0xa2
+         23085  0xb915  prim   17 04                    ]
+ 1813 1  23086  0xb917  prim   17 03                    [
+         23087  0xb919  int    11 2f                    0x2f
+         23088  0xb91b  int    11 76                    0x76
+         23089  0xb91d  int    11 56                    0x56
+         23090  0xb91f  int    11 40                    0x40
+         23091  0xb921  prim   17 04                    ]
+ 1814 1  23092  0xb923  prim   17 03                    [
+         23093  0xb925  int    11 30                    0x30
+         23094  0xb927  int    11 62                    0x62
+         23095  0xb929  int    11 42                    0x42
+         23096  0xb92b  int    11 7b                    0x7b
+         23097  0xb92d  prim   17 04                    ]
+ 1815 1  23098  0xb92f  prim   17 03                    [
+         23099  0xb931  int    11 31                    0x31
+         23100  0xb933  int    11 6e                    0x6e
+         23101  0xb935  int    11 4e                    0x4e
+         23102  0xb937  int    11 7d                    0x7d
+         23103  0xb939  prim   17 04                    ]
+ 1816 1  23104  0xb93b  prim   17 03                    [
+         23105  0xb93d  int    11 32                    0x32
+         23106  0xb93f  int    11 6d                    0x6d
+         23107  0xb941  int    11 4d                    0x4d
+         23108  0xb943  int    11 5e                    0x5e
+         23109  0xb945  prim   17 04                    ]
+ 1817 1  23110  0xb947  prim   17 03                    [
+         23111  0xb949  int    11 33                    0x33
+         23112  0xb94b  int    11 2c                    0x2c
+         23113  0xb94d  int    11 3b                    0x3b
+         23114  0xb94f  int    11 3c                    0x3c
+         23115  0xb951  prim   17 04                    ]
+ 1818 1  23116  0xb953  prim   17 03                    [
+         23117  0xb955  int    11 34                    0x34
+         23118  0xb957  int    11 2e                    0x2e
+         23119  0xb959  int    11 3a                    0x3a
+         23120  0xb95b  int    11 3e                    0x3e
+         23121  0xb95d  prim   17 04                    ]
+ 1819 1  23122  0xb95f  prim   17 03                    [
+         23123  0xb961  int    11 35                    0x35
+         23124  0xb963  int    11 2d                    0x2d
+         23125  0xb965  int    11 5f                    0x5f
+         23126  0xb967  int    01                       0x00
+         23127  0xb968  prim   17 04                    ]
+ 1820 1  23128  0xb96a  prim   17 03                    [
+         23129  0xb96c  int    11 56                    0x56
+         23130  0xb96e  int    11 3c                    0x3c
+         23131  0xb970  int    11 3e                    0x3e
+         23132  0xb972  int    11 7c                    0x7c
+         23133  0xb974  prim   17 04                    ]
+ 1821 1  23134  0xb976  prim   17 04                    ]
+         23135  0xb978  prim   17 05                    def
+ 1823 1  23136  0xb97a  dict   29 7d 03                 /keymap.mk
+         23137  0xb97d  prim   17 03                    [
+ 1824 1  23138  0xb97f  prim   17 03                    [
+         23139  0xb981  int    11 56                    0x56
+         23140  0xb983  int    11 3c                    0x3c
+         23141  0xb985  int    11 3e                    0x3e
+         23142  0xb987  int    11 7c                    0x7c
+         23143  0xb989  prim   17 04                    ]
+ 1825 1  23144  0xb98b  prim   17 04                    ]
+         23145  0xb98d  prim   17 05                    def
+ 1827 1  23146  0xb98f  dict   29 7e 03                 /keymap.ml
+         23147  0xb992  prim   17 03                    [
+ 1828 1  23148  0xb994  prim   17 03                    [
+         23149  0xb996  int    11 02                    0x02
+         23150  0xb998  int    01                       0x00
+         23151  0xb999  int    11 21                    0x21
+         23152  0xb99b  int    01                       0x00
+         23153  0xb99c  prim   17 04                    ]
+ 1829 1  23154  0xb99e  prim   17 03                    [
+         23155  0xb9a0  int    11 03                    0x03
+         23156  0xb9a2  int    01                       0x00
+         23157  0xb9a3  int    11 40                    0x40
+         23158  0xb9a5  int    01                       0x00
+         23159  0xb9a6  prim   17 04                    ]
+ 1830 1  23160  0xb9a8  prim   17 03                    [
+         23161  0xb9aa  int    11 04                    0x04
+         23162  0xb9ac  int    01                       0x00
+         23163  0xb9ad  int    11 23                    0x23
+         23164  0xb9af  int    01                       0x00
+         23165  0xb9b0  prim   17 04                    ]
+ 1831 1  23166  0xb9b2  prim   17 03                    [
+         23167  0xb9b4  int    11 05                    0x05
+         23168  0xb9b6  int    01                       0x00
+         23169  0xb9b7  int    11 24                    0x24
+         23170  0xb9b9  int    01                       0x00
+         23171  0xb9ba  prim   17 04                    ]
+ 1832 1  23172  0xb9bc  prim   17 03                    [
+         23173  0xb9be  int    11 06                    0x06
+         23174  0xb9c0  int    01                       0x00
+         23175  0xb9c1  int    11 25                    0x25
+         23176  0xb9c3  int    01                       0x00
+         23177  0xb9c4  prim   17 04                    ]
+ 1833 1  23178  0xb9c6  prim   17 03                    [
+         23179  0xb9c8  int    11 07                    0x07
+         23180  0xb9ca  int    01                       0x00
+         23181  0xb9cb  int    11 5e                    0x5e
+         23182  0xb9cd  int    01                       0x00
+         23183  0xb9ce  prim   17 04                    ]
+ 1834 1  23184  0xb9d0  prim   17 03                    [
+         23185  0xb9d2  int    11 08                    0x08
+         23186  0xb9d4  int    01                       0x00
+         23187  0xb9d5  int    11 26                    0x26
+         23188  0xb9d7  int    01                       0x00
+         23189  0xb9d8  prim   17 04                    ]
+ 1835 1  23190  0xb9da  prim   17 03                    [
+         23191  0xb9dc  int    11 09                    0x09
+         23192  0xb9de  int    01                       0x00
+         23193  0xb9df  int    11 2a                    0x2a
+         23194  0xb9e1  int    01                       0x00
+         23195  0xb9e2  prim   17 04                    ]
+ 1836 1  23196  0xb9e4  prim   17 03                    [
+         23197  0xb9e6  int    11 0a                    0x0a
+         23198  0xb9e8  int    01                       0x00
+         23199  0xb9e9  int    11 28                    0x28
+         23200  0xb9eb  int    01                       0x00
+         23201  0xb9ec  prim   17 04                    ]
+ 1837 1  23202  0xb9ee  prim   17 03                    [
+         23203  0xb9f0  int    11 0b                    0x0b
+         23204  0xb9f2  int    01                       0x00
+         23205  0xb9f3  int    11 29                    0x29
+         23206  0xb9f5  int    01                       0x00
+         23207  0xb9f6  prim   17 04                    ]
+ 1838 1  23208  0xb9f8  prim   17 03                    [
+         23209  0xb9fa  int    11 0c                    0x0c
+         23210  0xb9fc  int    11 2d                    0x2d
+         23211  0xb9fe  int    01                       0x00
+         23212  0xb9ff  int    11 2d                    0x2d
+         23213  0xba01  prim   17 04                    ]
+ 1839 1  23214  0xba03  prim   17 03                    [
+         23215  0xba05  int    11 2b                    0x2b
+         23216  0xba07  int    01                       0x00
+         23217  0xba08  int    11 5c                    0x5c
+         23218  0xba0a  int    01                       0x00
+         23219  0xba0b  prim   17 04                    ]
+ 1840 1  23220  0xba0d  prim   17 03                    [
+         23221  0xba0f  int    11 33                    0x33
+         23222  0xba11  int    11 2c                    0x2c
+         23223  0xba13  int    01                       0x00
+         23224  0xba14  int    11 2c                    0x2c
+         23225  0xba16  prim   17 04                    ]
+ 1841 1  23226  0xba18  prim   17 03                    [
+         23227  0xba1a  int    11 34                    0x34
+         23228  0xba1c  int    11 2e                    0x2e
+         23229  0xba1e  int    01                       0x00
+         23230  0xba1f  int    11 2e                    0x2e
+         23231  0xba21  prim   17 04                    ]
+ 1842 1  23232  0xba23  prim   17 03                    [
+         23233  0xba25  int    11 35                    0x35
+         23234  0xba27  int    01                       0x00
+         23235  0xba28  int    11 3f                    0x3f
+         23236  0xba2a  int    01                       0x00
+         23237  0xba2b  prim   17 04                    ]
+ 1843 1  23238  0xba2d  prim   17 03                    [
+         23239  0xba2f  int    11 56                    0x56
+         23240  0xba31  int    11 3c                    0x3c
+         23241  0xba33  int    11 3e                    0x3e
+         23242  0xba35  int    11 7c                    0x7c
+         23243  0xba37  prim   17 04                    ]
+ 1844 1  23244  0xba39  prim   17 04                    ]
+         23245  0xba3b  prim   17 05                    def
+ 1846 1  23246  0xba3d  dict   29 7f 03                 /keymap.mm
+         23247  0xba40  prim   17 03                    [
+ 1847 1  23248  0xba42  prim   17 03                    [
+         23249  0xba44  int    11 56                    0x56
+         23250  0xba46  int    11 3c                    0x3c
+         23251  0xba48  int    11 3e                    0x3e
+         23252  0xba4a  int    11 7c                    0x7c
+         23253  0xba4c  prim   17 04                    ]
+ 1848 1  23254  0xba4e  prim   17 04                    ]
+         23255  0xba50  prim   17 05                    def
+ 1850 1  23256  0xba52  dict   29 80 03                 /keymap.mn
+         23257  0xba55  prim   17 03                    [
+ 1851 1  23258  0xba57  prim   17 03                    [
+         23259  0xba59  int    11 56                    0x56
+         23260  0xba5b  int    11 3c                    0x3c
+         23261  0xba5d  int    11 3e                    0x3e
+         23262  0xba5f  int    11 7c                    0x7c
+         23263  0xba61  prim   17 04                    ]
+ 1852 1  23264  0xba63  prim   17 04                    ]
+         23265  0xba65  prim   17 05                    def
+ 1854 1  23266  0xba67  dict   29 81 03                 /keymap.mt
+         23267  0xba6a  prim   17 03                    [
+ 1855 1  23268  0xba6c  prim   17 03                    [
+         23269  0xba6e  int    11 02                    0x02
+         23270  0xba70  int    11 31                    0x31
+         23271  0xba72  int    11 21                    0x21
+         23272  0xba74  uint   12 b9                    0xb9
+         23273  0xba76  prim   17 04                    ]
+ 1856 1  23274  0xba78  prim   17 03                    [
+         23275  0xba7a  int    11 03                    0x03
+         23276  0xba7c  int    11 32                    0x32
+         23277  0xba7e  int    11 22                    0x22
+         23278  0xba80  uint   12 b2                    0xb2
+         23279  0xba82  prim   17 04                    ]
+ 1857 1  23280  0xba84  prim   17 03                    [
+         23281  0xba86  int    11 04                    0x04
+         23282  0xba88  int    11 33                    0x33
+         23283  0xba8a  int    01                       0x00
+         23284  0xba8b  uint   12 a3                    0xa3
+         23285  0xba8d  prim   17 04                    ]
+ 1858 1  23286  0xba8f  prim   17 03                    [
+         23287  0xba91  int    11 05                    0x05
+         23288  0xba93  int    11 34                    0x34
+         23289  0xba95  int    11 24                    0x24
+         23290  0xba97  int    01                       0x00
+         23291  0xba98  prim   17 04                    ]
+ 1859 1  23292  0xba9a  prim   17 03                    [
+         23293  0xba9c  int    11 06                    0x06
+         23294  0xba9e  int    11 35                    0x35
+         23295  0xbaa0  int    11 25                    0x25
+         23296  0xbaa2  uint   12 bd                    0xbd
+         23297  0xbaa4  prim   17 04                    ]
+ 1860 1  23298  0xbaa6  prim   17 03                    [
+         23299  0xbaa8  int    11 07                    0x07
+         23300  0xbaaa  int    11 36                    0x36
+         23301  0xbaac  int    11 5e                    0x5e
+         23302  0xbaae  int    01                       0x00
+         23303  0xbaaf  prim   17 04                    ]
+ 1861 1  23304  0xbab1  prim   17 03                    [
+         23305  0xbab3  int    11 08                    0x08
+         23306  0xbab5  int    11 37                    0x37
+         23307  0xbab7  int    11 26                    0x26
+         23308  0xbab9  int    11 7b                    0x7b
+         23309  0xbabb  prim   17 04                    ]
+ 1862 1  23310  0xbabd  prim   17 03                    [
+         23311  0xbabf  int    11 09                    0x09
+         23312  0xbac1  int    11 38                    0x38
+         23313  0xbac3  int    11 2a                    0x2a
+         23314  0xbac5  int    11 5b                    0x5b
+         23315  0xbac7  prim   17 04                    ]
+ 1863 1  23316  0xbac9  prim   17 03                    [
+         23317  0xbacb  int    11 0a                    0x0a
+         23318  0xbacd  int    11 39                    0x39
+         23319  0xbacf  int    11 28                    0x28
+         23320  0xbad1  int    11 5d                    0x5d
+         23321  0xbad3  prim   17 04                    ]
+ 1864 1  23322  0xbad5  prim   17 03                    [
+         23323  0xbad7  int    11 0b                    0x0b
+         23324  0xbad9  int    11 30                    0x30
+         23325  0xbadb  int    11 29                    0x29
+         23326  0xbadd  int    11 7d                    0x7d
+         23327  0xbadf  prim   17 04                    ]
+ 1865 1  23328  0xbae1  prim   17 03                    [
+         23329  0xbae3  int    11 0c                    0x0c
+         23330  0xbae5  int    11 2d                    0x2d
+         23331  0xbae7  int    11 5f                    0x5f
+         23332  0xbae9  int    11 5c                    0x5c
+         23333  0xbaeb  prim   17 04                    ]
+ 1866 1  23334  0xbaed  prim   17 03                    [
+         23335  0xbaef  int    11 0d                    0x0d
+         23336  0xbaf1  int    11 3d                    0x3d
+         23337  0xbaf3  int    11 2b                    0x2b
+         23338  0xbaf5  int    01                       0x00
+         23339  0xbaf6  prim   17 04                    ]
+ 1867 1  23340  0xbaf8  prim   17 03                    [
+         23341  0xbafa  int    11 10                    0x10
+         23342  0xbafc  int    11 71                    0x71
+         23343  0xbafe  int    11 51                    0x51
+         23344  0xbb00  int    11 40                    0x40
+         23345  0xbb02  prim   17 04                    ]
+ 1868 1  23346  0xbb04  prim   17 03                    [
+         23347  0xbb06  int    11 11                    0x11
+         23348  0xbb08  int    11 77                    0x77
+         23349  0xbb0a  int    11 57                    0x57
+         23350  0xbb0c  int    01                       0x00
+         23351  0xbb0d  prim   17 04                    ]
+ 1869 1  23352  0xbb0f  prim   17 03                    [
+         23353  0xbb11  int    11 12                    0x12
+         23354  0xbb13  int    11 65                    0x65
+         23355  0xbb15  int    11 45                    0x45
+         23356  0xbb17  uint   12 e8                    0xe8
+         23357  0xbb19  prim   17 04                    ]
+ 1870 1  23358  0xbb1b  prim   17 03                    [
+         23359  0xbb1d  int    11 13                    0x13
+         23360  0xbb1f  int    11 72                    0x72
+         23361  0xbb21  int    11 52                    0x52
+         23362  0xbb23  uint   12 b6                    0xb6
+         23363  0xbb25  prim   17 04                    ]
+ 1871 1  23364  0xbb27  prim   17 03                    [
+         23365  0xbb29  int    11 14                    0x14
+         23366  0xbb2b  int    11 74                    0x74
+         23367  0xbb2d  int    11 54                    0x54
+         23368  0xbb2f  int    01                       0x00
+         23369  0xbb30  prim   17 04                    ]
+ 1872 1  23370  0xbb32  prim   17 03                    [
+         23371  0xbb34  int    11 15                    0x15
+         23372  0xbb36  int    11 79                    0x79
+         23373  0xbb38  int    11 59                    0x59
+         23374  0xbb3a  int    01                       0x00
+         23375  0xbb3b  prim   17 04                    ]
+ 1873 1  23376  0xbb3d  prim   17 03                    [
+         23377  0xbb3f  int    11 16                    0x16
+         23378  0xbb41  int    11 75                    0x75
+         23379  0xbb43  int    11 55                    0x55
+         23380  0xbb45  uint   12 f9                    0xf9
+         23381  0xbb47  prim   17 04                    ]
+ 1874 1  23382  0xbb49  prim   17 03                    [
+         23383  0xbb4b  int    11 17                    0x17
+         23384  0xbb4d  int    11 69                    0x69
+         23385  0xbb4f  int    11 49                    0x49
+         23386  0xbb51  uint   12 ec                    0xec
+         23387  0xbb53  prim   17 04                    ]
+ 1875 1  23388  0xbb55  prim   17 03                    [
+         23389  0xbb57  int    11 18                    0x18
+         23390  0xbb59  int    11 6f                    0x6f
+         23391  0xbb5b  int    11 4f                    0x4f
+         23392  0xbb5d  uint   12 f2                    0xf2
+         23393  0xbb5f  prim   17 04                    ]
+ 1876 1  23394  0xbb61  prim   17 03                    [
+         23395  0xbb63  int    11 19                    0x19
+         23396  0xbb65  int    11 70                    0x70
+         23397  0xbb67  int    11 50                    0x50
+         23398  0xbb69  uint   12 fe                    0xfe
+         23399  0xbb6b  prim   17 04                    ]
+ 1877 1  23400  0xbb6d  prim   17 03                    [
+         23401  0xbb6f  int    11 1a                    0x1a
+         23402  0xbb71  int    01                       0x00
+         23403  0xbb72  int    01                       0x00
+         23404  0xbb73  int    11 5b                    0x5b
+         23405  0xbb75  prim   17 04                    ]
+ 1878 1  23406  0xbb77  prim   17 03                    [
+         23407  0xbb79  int    11 1b                    0x1b
+         23408  0xbb7b  int    01                       0x00
+         23409  0xbb7c  int    01                       0x00
+         23410  0xbb7d  int    11 5d                    0x5d
+         23411  0xbb7f  prim   17 04                    ]
+ 1879 1  23412  0xbb81  prim   17 03                    [
+         23413  0xbb83  int    11 1e                    0x1e
+         23414  0xbb85  int    11 61                    0x61
+         23415  0xbb87  int    11 41                    0x41
+         23416  0xbb89  uint   12 e0                    0xe0
+         23417  0xbb8b  prim   17 04                    ]
+ 1880 1  23418  0xbb8d  prim   17 03                    [
+         23419  0xbb8f  int    11 1f                    0x1f
+         23420  0xbb91  int    11 73                    0x73
+         23421  0xbb93  int    11 53                    0x53
+         23422  0xbb95  uint   12 df                    0xdf
+         23423  0xbb97  prim   17 04                    ]
+ 1881 1  23424  0xbb99  prim   17 03                    [
+         23425  0xbb9b  int    11 20                    0x20
+         23426  0xbb9d  int    11 64                    0x64
+         23427  0xbb9f  int    11 44                    0x44
+         23428  0xbba1  uint   12 f0                    0xf0
+         23429  0xbba3  prim   17 04                    ]
+ 1882 1  23430  0xbba5  prim   17 03                    [
+         23431  0xbba7  int    11 21                    0x21
+         23432  0xbba9  int    11 66                    0x66
+         23433  0xbbab  int    11 46                    0x46
+         23434  0xbbad  int    01                       0x00
+         23435  0xbbae  prim   17 04                    ]
+ 1883 1  23436  0xbbb0  prim   17 03                    [
+         23437  0xbbb2  int    11 22                    0x22
+         23438  0xbbb4  int    11 67                    0x67
+         23439  0xbbb6  int    11 47                    0x47
+         23440  0xbbb8  int    01                       0x00
+         23441  0xbbb9  prim   17 04                    ]
+ 1884 1  23442  0xbbbb  prim   17 03                    [
+         23443  0xbbbd  int    11 23                    0x23
+         23444  0xbbbf  int    11 68                    0x68
+         23445  0xbbc1  int    11 48                    0x48
+         23446  0xbbc3  int    01                       0x00
+         23447  0xbbc4  prim   17 04                    ]
+ 1885 1  23448  0xbbc6  prim   17 03                    [
+         23449  0xbbc8  int    11 25                    0x25
+         23450  0xbbca  int    11 6b                    0x6b
+         23451  0xbbcc  int    11 4b                    0x4b
+         23452  0xbbce  int    01                       0x00
+         23453  0xbbcf  prim   17 04                    ]
+ 1886 1  23454  0xbbd1  prim   17 03                    [
+         23455  0xbbd3  int    11 26                    0x26
+         23456  0xbbd5  int    11 6c                    0x6c
+         23457  0xbbd7  int    11 4c                    0x4c
+         23458  0xbbd9  int    01                       0x00
+         23459  0xbbda  prim   17 04                    ]
+ 1887 1  23460  0xbbdc  prim   17 03                    [
+         23461  0xbbde  int    11 27                    0x27
+         23462  0xbbe0  int    11 3b                    0x3b
+         23463  0xbbe2  int    11 3a                    0x3a
+         23464  0xbbe4  int    01                       0x00
+         23465  0xbbe5  prim   17 04                    ]
+ 1888 1  23466  0xbbe7  prim   17 03                    [
+         23467  0xbbe9  int    11 28                    0x28
+         23468  0xbbeb  int    11 27                    0x27
+         23469  0xbbed  int    11 40                    0x40
+         23470  0xbbef  int    01                       0x00
+         23471  0xbbf0  prim   17 04                    ]
+ 1889 1  23472  0xbbf2  prim   17 03                    [
+         23473  0xbbf4  int    11 29                    0x29
+         23474  0xbbf6  int    01                       0x00
+         23475  0xbbf7  int    01                       0x00
+         23476  0xbbf8  int    11 60                    0x60
+         23477  0xbbfa  prim   17 04                    ]
+ 1890 1  23478  0xbbfc  prim   17 03                    [
+         23479  0xbbfe  int    11 2b                    0x2b
+         23480  0xbc00  int    11 23                    0x23
+         23481  0xbc02  int    11 7e                    0x7e
+         23482  0xbc04  int    01                       0x00
+         23483  0xbc05  prim   17 04                    ]
+ 1891 1  23484  0xbc07  prim   17 03                    [
+         23485  0xbc09  int    11 2c                    0x2c
+         23486  0xbc0b  int    11 7a                    0x7a
+         23487  0xbc0d  int    11 5a                    0x5a
+         23488  0xbc0f  uint   12 ab                    0xab
+         23489  0xbc11  prim   17 04                    ]
+ 1892 1  23490  0xbc13  prim   17 03                    [
+         23491  0xbc15  int    11 2d                    0x2d
+         23492  0xbc17  int    11 78                    0x78
+         23493  0xbc19  int    11 58                    0x58
+         23494  0xbc1b  uint   12 bb                    0xbb
+         23495  0xbc1d  prim   17 04                    ]
+ 1893 1  23496  0xbc1f  prim   17 03                    [
+         23497  0xbc21  int    11 2e                    0x2e
+         23498  0xbc23  int    11 63                    0x63
+         23499  0xbc25  int    11 43                    0x43
+         23500  0xbc27  uint   12 a2                    0xa2
+         23501  0xbc29  prim   17 04                    ]
+ 1894 1  23502  0xbc2b  prim   17 03                    [
+         23503  0xbc2d  int    11 2f                    0x2f
+         23504  0xbc2f  int    11 76                    0x76
+         23505  0xbc31  int    11 56                    0x56
+         23506  0xbc33  int    01                       0x00
+         23507  0xbc34  prim   17 04                    ]
+ 1895 1  23508  0xbc36  prim   17 03                    [
+         23509  0xbc38  int    11 30                    0x30
+         23510  0xbc3a  int    11 62                    0x62
+         23511  0xbc3c  int    11 42                    0x42
+         23512  0xbc3e  int    01                       0x00
+         23513  0xbc3f  prim   17 04                    ]
+ 1896 1  23514  0xbc41  prim   17 03                    [
+         23515  0xbc43  int    11 32                    0x32
+         23516  0xbc45  int    11 6d                    0x6d
+         23517  0xbc47  int    11 4d                    0x4d
+         23518  0xbc49  uint   12 b5                    0xb5
+         23519  0xbc4b  prim   17 04                    ]
+ 1897 1  23520  0xbc4d  prim   17 03                    [
+         23521  0xbc4f  int    11 33                    0x33
+         23522  0xbc51  int    11 2c                    0x2c
+         23523  0xbc53  int    11 3c                    0x3c
+         23524  0xbc55  int    01                       0x00
+         23525  0xbc56  prim   17 04                    ]
+ 1898 1  23526  0xbc58  prim   17 03                    [
+         23527  0xbc5a  int    11 34                    0x34
+         23528  0xbc5c  int    11 2e                    0x2e
+         23529  0xbc5e  int    11 3e                    0x3e
+         23530  0xbc60  uint   12 b7                    0xb7
+         23531  0xbc62  prim   17 04                    ]
+ 1899 1  23532  0xbc64  prim   17 03                    [
+         23533  0xbc66  int    11 35                    0x35
+         23534  0xbc68  int    11 2f                    0x2f
+         23535  0xbc6a  int    11 3f                    0x3f
+         23536  0xbc6c  int    01                       0x00
+         23537  0xbc6d  prim   17 04                    ]
+ 1900 1  23538  0xbc6f  prim   17 03                    [
+         23539  0xbc71  int    11 56                    0x56
+         23540  0xbc73  int    01                       0x00
+         23541  0xbc74  int    01                       0x00
+         23542  0xbc75  int    11 5c                    0x5c
+         23543  0xbc77  prim   17 04                    ]
+ 1901 1  23544  0xbc79  prim   17 04                    ]
+         23545  0xbc7b  prim   17 05                    def
+ 1903 1  23546  0xbc7d  dict   29 82 03                 /keymap.mv
+         23547  0xbc80  prim   17 03                    [
+ 1904 1  23548  0xbc82  prim   17 03                    [
+         23549  0xbc84  int    11 56                    0x56
+         23550  0xbc86  int    11 3c                    0x3c
+         23551  0xbc88  int    11 3e                    0x3e
+         23552  0xbc8a  int    11 7c                    0x7c
+         23553  0xbc8c  prim   17 04                    ]
+ 1905 1  23554  0xbc8e  prim   17 04                    ]
+         23555  0xbc90  prim   17 05                    def
+ 1907 1  23556  0xbc92  dict   29 83 03                 /keymap.ng
+         23557  0xbc95  prim   17 03                    [
+ 1908 1  23558  0xbc97  prim   17 03                    [
+         23559  0xbc99  int    11 05                    0x05
+         23560  0xbc9b  int    11 34                    0x34
+         23561  0xbc9d  int    01                       0x00
+         23562  0xbc9e  int    11 24                    0x24
+         23563  0xbca0  prim   17 04                    ]
+ 1909 1  23564  0xbca2  prim   17 03                    [
+         23565  0xbca4  int    11 56                    0x56
+         23566  0xbca6  int    11 3c                    0x3c
+         23567  0xbca8  int    11 3e                    0x3e
+         23568  0xbcaa  int    11 7c                    0x7c
+         23569  0xbcac  prim   17 04                    ]
+ 1910 1  23570  0xbcae  prim   17 04                    ]
+         23571  0xbcb0  prim   17 05                    def
+ 1912 1  23572  0xbcb2  dict   29 84 03                 /keymap.nl
+         23573  0xbcb5  prim   17 03                    [
+ 1913 1  23574  0xbcb7  prim   17 03                    [
+         23575  0xbcb9  int    11 02                    0x02
+         23576  0xbcbb  int    11 31                    0x31
+         23577  0xbcbd  int    11 21                    0x21
+         23578  0xbcbf  uint   12 b9                    0xb9
+         23579  0xbcc1  prim   17 04                    ]
+ 1914 1  23580  0xbcc3  prim   17 03                    [
+         23581  0xbcc5  int    11 03                    0x03
+         23582  0xbcc7  int    11 32                    0x32
+         23583  0xbcc9  int    11 22                    0x22
+         23584  0xbccb  uint   12 b2                    0xb2
+         23585  0xbccd  prim   17 04                    ]
+ 1915 1  23586  0xbccf  prim   17 03                    [
+         23587  0xbcd1  int    11 04                    0x04
+         23588  0xbcd3  int    11 33                    0x33
+         23589  0xbcd5  int    11 23                    0x23
+         23590  0xbcd7  uint   12 b3                    0xb3
+         23591  0xbcd9  prim   17 04                    ]
+ 1916 1  23592  0xbcdb  prim   17 03                    [
+         23593  0xbcdd  int    11 05                    0x05
+         23594  0xbcdf  int    11 34                    0x34
+         23595  0xbce1  int    11 24                    0x24
+         23596  0xbce3  uint   12 bc                    0xbc
+         23597  0xbce5  prim   17 04                    ]
+ 1917 1  23598  0xbce7  prim   17 03                    [
+         23599  0xbce9  int    11 06                    0x06
+         23600  0xbceb  int    11 35                    0x35
+         23601  0xbced  int    11 25                    0x25
+         23602  0xbcef  uint   12 bd                    0xbd
+         23603  0xbcf1  prim   17 04                    ]
+ 1918 1  23604  0xbcf3  prim   17 03                    [
+         23605  0xbcf5  int    11 07                    0x07
+         23606  0xbcf7  int    11 36                    0x36
+         23607  0xbcf9  int    11 26                    0x26
+         23608  0xbcfb  uint   12 be                    0xbe
+         23609  0xbcfd  prim   17 04                    ]
+ 1919 1  23610  0xbcff  prim   17 03                    [
+         23611  0xbd01  int    11 08                    0x08
+         23612  0xbd03  int    11 37                    0x37
+         23613  0xbd05  int    11 5f                    0x5f
+         23614  0xbd07  uint   12 a3                    0xa3
+         23615  0xbd09  prim   17 04                    ]
+ 1920 1  23616  0xbd0b  prim   17 03                    [
+         23617  0xbd0d  int    11 09                    0x09
+         23618  0xbd0f  int    11 38                    0x38
+         23619  0xbd11  int    11 28                    0x28
+         23620  0xbd13  int    11 7b                    0x7b
+         23621  0xbd15  prim   17 04                    ]
+ 1921 1  23622  0xbd17  prim   17 03                    [
+         23623  0xbd19  int    11 0a                    0x0a
+         23624  0xbd1b  int    11 39                    0x39
+         23625  0xbd1d  int    11 29                    0x29
+         23626  0xbd1f  int    11 7d                    0x7d
+         23627  0xbd21  prim   17 04                    ]
+ 1922 1  23628  0xbd23  prim   17 03                    [
+         23629  0xbd25  int    11 0b                    0x0b
+         23630  0xbd27  int    11 30                    0x30
+         23631  0xbd29  int    11 27                    0x27
+         23632  0xbd2b  uint   12 b0                    0xb0
+         23633  0xbd2d  prim   17 04                    ]
+ 1923 1  23634  0xbd2f  prim   17 03                    [
+         23635  0xbd31  int    11 0c                    0x0c
+         23636  0xbd33  int    11 2f                    0x2f
+         23637  0xbd35  int    11 3f                    0x3f
+         23638  0xbd37  int    11 5c                    0x5c
+         23639  0xbd39  prim   17 04                    ]
+ 1924 1  23640  0xbd3b  prim   17 03                    [
+         23641  0xbd3d  int    11 0d                    0x0d
+         23642  0xbd3f  uint   12 b0                    0xb0
+         23643  0xbd41  int    01                       0x00
+         23644  0xbd42  int    01                       0x00
+         23645  0xbd43  prim   17 04                    ]
+ 1925 1  23646  0xbd45  prim   17 03                    [
+         23647  0xbd47  int    11 10                    0x10
+         23648  0xbd49  int    11 71                    0x71
+         23649  0xbd4b  int    11 51                    0x51
+         23650  0xbd4d  int    11 40                    0x40
+         23651  0xbd4f  prim   17 04                    ]
+ 1926 1  23652  0xbd51  prim   17 03                    [
+         23653  0xbd53  int    11 11                    0x11
+         23654  0xbd55  int    11 77                    0x77
+         23655  0xbd57  int    11 57                    0x57
+         23656  0xbd59  int    01                       0x00
+         23657  0xbd5a  prim   17 04                    ]
+ 1927 1  23658  0xbd5c  prim   17 03                    [
+         23659  0xbd5e  int    11 12                    0x12
+         23660  0xbd60  int    11 65                    0x65
+         23661  0xbd62  int    11 45                    0x45
+         23662  0xbd64  int    01                       0x00
+         23663  0xbd65  prim   17 04                    ]
+ 1928 1  23664  0xbd67  prim   17 03                    [
+         23665  0xbd69  int    11 13                    0x13
+         23666  0xbd6b  int    11 72                    0x72
+         23667  0xbd6d  int    11 52                    0x52
+         23668  0xbd6f  uint   12 b6                    0xb6
+         23669  0xbd71  prim   17 04                    ]
+ 1929 1  23670  0xbd73  prim   17 03                    [
+         23671  0xbd75  int    11 14                    0x14
+         23672  0xbd77  int    11 74                    0x74
+         23673  0xbd79  int    11 54                    0x54
+         23674  0xbd7b  uint   12 fe                    0xfe
+         23675  0xbd7d  prim   17 04                    ]
+ 1930 1  23676  0xbd7f  prim   17 03                    [
+         23677  0xbd81  int    11 15                    0x15
+         23678  0xbd83  int    11 79                    0x79
+         23679  0xbd85  int    11 59                    0x59
+         23680  0xbd87  uint   12 ff                    0xff
+         23681  0xbd89  prim   17 04                    ]
+ 1931 1  23682  0xbd8b  prim   17 03                    [
+         23683  0xbd8d  int    11 16                    0x16
+         23684  0xbd8f  int    11 75                    0x75
+         23685  0xbd91  int    11 55                    0x55
+         23686  0xbd93  uint   12 fc                    0xfc
+         23687  0xbd95  prim   17 04                    ]
+ 1932 1  23688  0xbd97  prim   17 03                    [
+         23689  0xbd99  int    11 17                    0x17
+         23690  0xbd9b  int    11 69                    0x69
+         23691  0xbd9d  int    11 49                    0x49
+         23692  0xbd9f  uint   12 ef                    0xef
+         23693  0xbda1  prim   17 04                    ]
+ 1933 1  23694  0xbda3  prim   17 03                    [
+         23695  0xbda5  int    11 18                    0x18
+         23696  0xbda7  int    11 6f                    0x6f
+         23697  0xbda9  int    11 4f                    0x4f
+         23698  0xbdab  uint   12 f2                    0xf2
+         23699  0xbdad  prim   17 04                    ]
+ 1934 1  23700  0xbdaf  prim   17 03                    [
+         23701  0xbdb1  int    11 19                    0x19
+         23702  0xbdb3  int    11 70                    0x70
+         23703  0xbdb5  int    11 50                    0x50
+         23704  0xbdb7  uint   12 b6                    0xb6
+         23705  0xbdb9  prim   17 04                    ]
+ 1935 1  23706  0xbdbb  prim   17 03                    [
+         23707  0xbdbd  int    11 1a                    0x1a
+         23708  0xbdbf  int    01                       0x00
+         23709  0xbdc0  int    01                       0x00
+         23710  0xbdc1  int    11 7e                    0x7e
+         23711  0xbdc3  prim   17 04                    ]
+ 1936 1  23712  0xbdc5  prim   17 03                    [
+         23713  0xbdc7  int    11 1b                    0x1b
+         23714  0xbdc9  int    11 2a                    0x2a
+         23715  0xbdcb  int    11 7c                    0x7c
+         23716  0xbdcd  int    01                       0x00
+         23717  0xbdce  prim   17 04                    ]
+ 1937 1  23718  0xbdd0  prim   17 03                    [
+         23719  0xbdd2  int    11 1e                    0x1e
+         23720  0xbdd4  int    11 61                    0x61
+         23721  0xbdd6  int    11 41                    0x41
+         23722  0xbdd8  uint   12 e1                    0xe1
+         23723  0xbdda  prim   17 04                    ]
+ 1938 1  23724  0xbddc  prim   17 03                    [
+         23725  0xbdde  int    11 1f                    0x1f
+         23726  0xbde0  int    11 73                    0x73
+         23727  0xbde2  int    11 53                    0x53
+         23728  0xbde4  uint   12 df                    0xdf
+         23729  0xbde6  prim   17 04                    ]
+ 1939 1  23730  0xbde8  prim   17 03                    [
+         23731  0xbdea  int    11 20                    0x20
+         23732  0xbdec  int    11 64                    0x64
+         23733  0xbdee  int    11 44                    0x44
+         23734  0xbdf0  uint   12 f0                    0xf0
+         23735  0xbdf2  prim   17 04                    ]
+ 1940 1  23736  0xbdf4  prim   17 03                    [
+         23737  0xbdf6  int    11 21                    0x21
+         23738  0xbdf8  int    11 66                    0x66
+         23739  0xbdfa  int    11 46                    0x46
+         23740  0xbdfc  uint   12 aa                    0xaa
+         23741  0xbdfe  prim   17 04                    ]
+ 1941 1  23742  0xbe00  prim   17 03                    [
+         23743  0xbe02  int    11 22                    0x22
+         23744  0xbe04  int    11 67                    0x67
+         23745  0xbe06  int    11 47                    0x47
+         23746  0xbe08  int    01                       0x00
+         23747  0xbe09  prim   17 04                    ]
+ 1942 1  23748  0xbe0b  prim   17 03                    [
+         23749  0xbe0d  int    11 23                    0x23
+         23750  0xbe0f  int    11 68                    0x68
+         23751  0xbe11  int    11 48                    0x48
+         23752  0xbe13  int    01                       0x00
+         23753  0xbe14  prim   17 04                    ]
+ 1943 1  23754  0xbe16  prim   17 03                    [
+         23755  0xbe18  int    11 25                    0x25
+         23756  0xbe1a  int    11 6b                    0x6b
+         23757  0xbe1c  int    11 4b                    0x4b
+         23758  0xbe1e  int    01                       0x00
+         23759  0xbe1f  prim   17 04                    ]
+ 1944 1  23760  0xbe21  prim   17 03                    [
+         23761  0xbe23  int    11 26                    0x26
+         23762  0xbe25  int    11 6c                    0x6c
+         23763  0xbe27  int    11 4c                    0x4c
+         23764  0xbe29  int    01                       0x00
+         23765  0xbe2a  prim   17 04                    ]
+ 1945 1  23766  0xbe2c  prim   17 03                    [
+         23767  0xbe2e  int    11 27                    0x27
+         23768  0xbe30  int    11 2b                    0x2b
+         23769  0xbe32  uint   12 b1                    0xb1
+         23770  0xbe34  int    01                       0x00
+         23771  0xbe35  prim   17 04                    ]
+ 1946 1  23772  0xbe37  prim   17 03                    [
+         23773  0xbe39  int    11 28                    0x28
+         23774  0xbe3b  int    01                       0x00
+         23775  0xbe3c  int    01                       0x00
+         23776  0xbe3d  int    11 27                    0x27
+         23777  0xbe3f  prim   17 04                    ]
+ 1947 1  23778  0xbe41  prim   17 03                    [
+         23779  0xbe43  int    11 29                    0x29
+         23780  0xbe45  int    11 40                    0x40
+         23781  0xbe47  uint   12 a7                    0xa7
+         23782  0xbe49  uint   12 ac                    0xac
+         23783  0xbe4b  prim   17 04                    ]
+ 1948 1  23784  0xbe4d  prim   17 03                    [
+         23785  0xbe4f  int    11 2b                    0x2b
+         23786  0xbe51  int    11 3c                    0x3c
+         23787  0xbe53  int    11 3e                    0x3e
+         23788  0xbe55  int    01                       0x00
+         23789  0xbe56  prim   17 04                    ]
+ 1949 1  23790  0xbe58  prim   17 03                    [
+         23791  0xbe5a  int    11 2c                    0x2c
+         23792  0xbe5c  int    11 7a                    0x7a
+         23793  0xbe5e  int    11 5a                    0x5a
+         23794  0xbe60  uint   12 ab                    0xab
+         23795  0xbe62  prim   17 04                    ]
+ 1950 1  23796  0xbe64  prim   17 03                    [
+         23797  0xbe66  int    11 2d                    0x2d
+         23798  0xbe68  int    11 78                    0x78
+         23799  0xbe6a  int    11 58                    0x58
+         23800  0xbe6c  uint   12 bb                    0xbb
+         23801  0xbe6e  prim   17 04                    ]
+ 1951 1  23802  0xbe70  prim   17 03                    [
+         23803  0xbe72  int    11 2e                    0x2e
+         23804  0xbe74  int    11 63                    0x63
+         23805  0xbe76  int    11 43                    0x43
+         23806  0xbe78  uint   12 a2                    0xa2
+         23807  0xbe7a  prim   17 04                    ]
+ 1952 1  23808  0xbe7c  prim   17 03                    [
+         23809  0xbe7e  int    11 2f                    0x2f
+         23810  0xbe80  int    11 76                    0x76
+         23811  0xbe82  int    11 56                    0x56
+         23812  0xbe84  int    01                       0x00
+         23813  0xbe85  prim   17 04                    ]
+ 1953 1  23814  0xbe87  prim   17 03                    [
+         23815  0xbe89  int    11 30                    0x30
+         23816  0xbe8b  int    11 62                    0x62
+         23817  0xbe8d  int    11 42                    0x42
+         23818  0xbe8f  int    01                       0x00
+         23819  0xbe90  prim   17 04                    ]
+ 1954 1  23820  0xbe92  prim   17 03                    [
+         23821  0xbe94  int    11 31                    0x31
+         23822  0xbe96  int    11 6e                    0x6e
+         23823  0xbe98  int    11 4e                    0x4e
+         23824  0xbe9a  uint   12 f1                    0xf1
+         23825  0xbe9c  prim   17 04                    ]
+ 1955 1  23826  0xbe9e  prim   17 03                    [
+         23827  0xbea0  int    11 32                    0x32
+         23828  0xbea2  int    11 6d                    0x6d
+         23829  0xbea4  int    11 4d                    0x4d
+         23830  0xbea6  int    01                       0x00
+         23831  0xbea7  prim   17 04                    ]
+ 1956 1  23832  0xbea9  prim   17 03                    [
+         23833  0xbeab  int    11 33                    0x33
+         23834  0xbead  int    11 2c                    0x2c
+         23835  0xbeaf  int    11 3b                    0x3b
+         23836  0xbeb1  uint   12 b8                    0xb8
+         23837  0xbeb3  prim   17 04                    ]
+ 1957 1  23838  0xbeb5  prim   17 03                    [
+         23839  0xbeb7  int    11 34                    0x34
+         23840  0xbeb9  int    11 2e                    0x2e
+         23841  0xbebb  int    11 3a                    0x3a
+         23842  0xbebd  uint   12 b7                    0xb7
+         23843  0xbebf  prim   17 04                    ]
+ 1958 1  23844  0xbec1  prim   17 03                    [
+         23845  0xbec3  int    11 35                    0x35
+         23846  0xbec5  int    11 2d                    0x2d
+         23847  0xbec7  int    11 3d                    0x3d
+         23848  0xbec9  uint   12 ad                    0xad
+         23849  0xbecb  prim   17 04                    ]
+ 1959 1  23850  0xbecd  prim   17 03                    [
+         23851  0xbecf  int    11 56                    0x56
+         23852  0xbed1  int    11 5d                    0x5d
+         23853  0xbed3  int    11 5b                    0x5b
+         23854  0xbed5  int    11 7c                    0x7c
+         23855  0xbed7  prim   17 04                    ]
+ 1960 1  23856  0xbed9  prim   17 04                    ]
+         23857  0xbedb  prim   17 05                    def
+ 1962 1  23858  0xbedd  dict   29 85 03                 /keymap.no
+         23859  0xbee0  prim   17 03                    [
+ 1963 1  23860  0xbee2  prim   17 03                    [
+         23861  0xbee4  int    11 02                    0x02
+         23862  0xbee6  int    11 31                    0x31
+         23863  0xbee8  int    11 21                    0x21
+         23864  0xbeea  uint   12 a1                    0xa1
+         23865  0xbeec  prim   17 04                    ]
+ 1964 1  23866  0xbeee  prim   17 03                    [
+         23867  0xbef0  int    11 03                    0x03
+         23868  0xbef2  int    11 32                    0x32
+         23869  0xbef4  int    11 22                    0x22
+         23870  0xbef6  int    11 40                    0x40
+         23871  0xbef8  prim   17 04                    ]
+ 1965 1  23872  0xbefa  prim   17 03                    [
+         23873  0xbefc  int    11 04                    0x04
+         23874  0xbefe  int    11 33                    0x33
+         23875  0xbf00  int    11 23                    0x23
+         23876  0xbf02  uint   12 a3                    0xa3
+         23877  0xbf04  prim   17 04                    ]
+ 1966 1  23878  0xbf06  prim   17 03                    [
+         23879  0xbf08  int    11 05                    0x05
+         23880  0xbf0a  int    11 34                    0x34
+         23881  0xbf0c  uint   12 a4                    0xa4
+         23882  0xbf0e  int    11 24                    0x24
+         23883  0xbf10  prim   17 04                    ]
+ 1967 1  23884  0xbf12  prim   17 03                    [
+         23885  0xbf14  int    11 06                    0x06
+         23886  0xbf16  int    11 35                    0x35
+         23887  0xbf18  int    11 25                    0x25
+         23888  0xbf1a  uint   12 bd                    0xbd
+         23889  0xbf1c  prim   17 04                    ]
+ 1968 1  23890  0xbf1e  prim   17 03                    [
+         23891  0xbf20  int    11 07                    0x07
+         23892  0xbf22  int    11 36                    0x36
+         23893  0xbf24  int    11 26                    0x26
+         23894  0xbf26  uint   12 a5                    0xa5
+         23895  0xbf28  prim   17 04                    ]
+ 1969 1  23896  0xbf2a  prim   17 03                    [
+         23897  0xbf2c  int    11 08                    0x08
+         23898  0xbf2e  int    11 37                    0x37
+         23899  0xbf30  int    11 2f                    0x2f
+         23900  0xbf32  int    11 7b                    0x7b
+         23901  0xbf34  prim   17 04                    ]
+ 1970 1  23902  0xbf36  prim   17 03                    [
+         23903  0xbf38  int    11 09                    0x09
+         23904  0xbf3a  int    11 38                    0x38
+         23905  0xbf3c  int    11 28                    0x28
+         23906  0xbf3e  int    11 5b                    0x5b
+         23907  0xbf40  prim   17 04                    ]
+ 1971 1  23908  0xbf42  prim   17 03                    [
+         23909  0xbf44  int    11 0a                    0x0a
+         23910  0xbf46  int    11 39                    0x39
+         23911  0xbf48  int    11 29                    0x29
+         23912  0xbf4a  int    11 5d                    0x5d
+         23913  0xbf4c  prim   17 04                    ]
+ 1972 1  23914  0xbf4e  prim   17 03                    [
+         23915  0xbf50  int    11 0b                    0x0b
+         23916  0xbf52  int    11 30                    0x30
+         23917  0xbf54  int    11 3d                    0x3d
+         23918  0xbf56  int    11 7d                    0x7d
+         23919  0xbf58  prim   17 04                    ]
+ 1973 1  23920  0xbf5a  prim   17 03                    [
+         23921  0xbf5c  int    11 0c                    0x0c
+         23922  0xbf5e  int    11 2b                    0x2b
+         23923  0xbf60  int    11 3f                    0x3f
+         23924  0xbf62  uint   12 b1                    0xb1
+         23925  0xbf64  prim   17 04                    ]
+ 1974 1  23926  0xbf66  prim   17 03                    [
+         23927  0xbf68  int    11 0d                    0x0d
+         23928  0xbf6a  int    11 5c                    0x5c
+         23929  0xbf6c  int    01                       0x00
+         23930  0xbf6d  int    01                       0x00
+         23931  0xbf6e  prim   17 04                    ]
+ 1975 1  23932  0xbf70  prim   17 03                    [
+         23933  0xbf72  int    11 10                    0x10
+         23934  0xbf74  int    11 71                    0x71
+         23935  0xbf76  int    11 51                    0x51
+         23936  0xbf78  int    11 40                    0x40
+         23937  0xbf7a  prim   17 04                    ]
+ 1976 1  23938  0xbf7c  prim   17 03                    [
+         23939  0xbf7e  int    11 11                    0x11
+         23940  0xbf80  int    11 77                    0x77
+         23941  0xbf82  int    11 57                    0x57
+         23942  0xbf84  int    01                       0x00
+         23943  0xbf85  prim   17 04                    ]
+ 1977 1  23944  0xbf87  prim   17 03                    [
+         23945  0xbf89  int    11 12                    0x12
+         23946  0xbf8b  int    11 65                    0x65
+         23947  0xbf8d  int    11 45                    0x45
+         23948  0xbf8f  int    01                       0x00
+         23949  0xbf90  prim   17 04                    ]
+ 1978 1  23950  0xbf92  prim   17 03                    [
+         23951  0xbf94  int    11 13                    0x13
+         23952  0xbf96  int    11 72                    0x72
+         23953  0xbf98  int    11 52                    0x52
+         23954  0xbf9a  uint   12 ae                    0xae
+         23955  0xbf9c  prim   17 04                    ]
+ 1979 1  23956  0xbf9e  prim   17 03                    [
+         23957  0xbfa0  int    11 14                    0x14
+         23958  0xbfa2  int    11 74                    0x74
+         23959  0xbfa4  int    11 54                    0x54
+         23960  0xbfa6  uint   12 fe                    0xfe
+         23961  0xbfa8  prim   17 04                    ]
+ 1980 1  23962  0xbfaa  prim   17 03                    [
+         23963  0xbfac  int    11 15                    0x15
+         23964  0xbfae  int    11 79                    0x79
+         23965  0xbfb0  int    11 59                    0x59
+         23966  0xbfb2  int    01                       0x00
+         23967  0xbfb3  prim   17 04                    ]
+ 1981 1  23968  0xbfb5  prim   17 03                    [
+         23969  0xbfb7  int    11 16                    0x16
+         23970  0xbfb9  int    11 75                    0x75
+         23971  0xbfbb  int    11 55                    0x55
+         23972  0xbfbd  int    01                       0x00
+         23973  0xbfbe  prim   17 04                    ]
+ 1982 1  23974  0xbfc0  prim   17 03                    [
+         23975  0xbfc2  int    11 17                    0x17
+         23976  0xbfc4  int    11 69                    0x69
+         23977  0xbfc6  int    11 49                    0x49
+         23978  0xbfc8  int    01                       0x00
+         23979  0xbfc9  prim   17 04                    ]
+ 1983 1  23980  0xbfcb  prim   17 03                    [
+         23981  0xbfcd  int    11 18                    0x18
+         23982  0xbfcf  int    11 6f                    0x6f
+         23983  0xbfd1  int    11 4f                    0x4f
+         23984  0xbfd3  int    01                       0x00
+         23985  0xbfd4  prim   17 04                    ]
+ 1984 1  23986  0xbfd6  prim   17 03                    [
+         23987  0xbfd8  int    11 19                    0x19
+         23988  0xbfda  int    11 70                    0x70
+         23989  0xbfdc  int    11 50                    0x50
+         23990  0xbfde  int    01                       0x00
+         23991  0xbfdf  prim   17 04                    ]
+ 1985 1  23992  0xbfe1  prim   17 03                    [
+         23993  0xbfe3  int    11 1a                    0x1a
+         23994  0xbfe5  uint   12 e5                    0xe5
+         23995  0xbfe7  uint   12 c5                    0xc5
+         23996  0xbfe9  int    01                       0x00
+         23997  0xbfea  prim   17 04                    ]
+ 1986 1  23998  0xbfec  prim   17 03                    [
+         23999  0xbfee  int    11 1e                    0x1e
+         24000  0xbff0  int    11 61                    0x61
+         24001  0xbff2  int    11 41                    0x41
+         24002  0xbff4  uint   12 aa                    0xaa
+         24003  0xbff6  prim   17 04                    ]
+ 1987 1  24004  0xbff8  prim   17 03                    [
+         24005  0xbffa  int    11 1f                    0x1f
+         24006  0xbffc  int    11 73                    0x73
+         24007  0xbffe  int    11 53                    0x53
+         24008  0xc000  uint   12 df                    0xdf
+         24009  0xc002  prim   17 04                    ]
+ 1988 1  24010  0xc004  prim   17 03                    [
+         24011  0xc006  int    11 20                    0x20
+         24012  0xc008  int    11 64                    0x64
+         24013  0xc00a  int    11 44                    0x44
+         24014  0xc00c  uint   12 f0                    0xf0
+         24015  0xc00e  prim   17 04                    ]
+ 1989 1  24016  0xc010  prim   17 03                    [
+         24017  0xc012  int    11 21                    0x21
+         24018  0xc014  int    11 66                    0x66
+         24019  0xc016  int    11 46                    0x46
+         24020  0xc018  int    01                       0x00
+         24021  0xc019  prim   17 04                    ]
+ 1990 1  24022  0xc01b  prim   17 03                    [
+         24023  0xc01d  int    11 22                    0x22
+         24024  0xc01f  int    11 67                    0x67
+         24025  0xc021  int    11 47                    0x47
+         24026  0xc023  int    01                       0x00
+         24027  0xc024  prim   17 04                    ]
+ 1991 1  24028  0xc026  prim   17 03                    [
+         24029  0xc028  int    11 23                    0x23
+         24030  0xc02a  int    11 68                    0x68
+         24031  0xc02c  int    11 48                    0x48
+         24032  0xc02e  int    01                       0x00
+         24033  0xc02f  prim   17 04                    ]
+ 1992 1  24034  0xc031  prim   17 03                    [
+         24035  0xc033  int    11 25                    0x25
+         24036  0xc035  int    11 6b                    0x6b
+         24037  0xc037  int    11 4b                    0x4b
+         24038  0xc039  int    01                       0x00
+         24039  0xc03a  prim   17 04                    ]
+ 1993 1  24040  0xc03c  prim   17 03                    [
+         24041  0xc03e  int    11 26                    0x26
+         24042  0xc040  int    11 6c                    0x6c
+         24043  0xc042  int    11 4c                    0x4c
+         24044  0xc044  int    01                       0x00
+         24045  0xc045  prim   17 04                    ]
+ 1994 1  24046  0xc047  prim   17 03                    [
+         24047  0xc049  int    11 27                    0x27
+         24048  0xc04b  uint   12 f8                    0xf8
+         24049  0xc04d  uint   12 d8                    0xd8
+         24050  0xc04f  int    01                       0x00
+         24051  0xc050  prim   17 04                    ]
+ 1995 1  24052  0xc052  prim   17 03                    [
+         24053  0xc054  int    11 28                    0x28
+         24054  0xc056  uint   12 e6                    0xe6
+         24055  0xc058  uint   12 c6                    0xc6
+         24056  0xc05a  int    01                       0x00
+         24057  0xc05b  prim   17 04                    ]
+ 1996 1  24058  0xc05d  prim   17 03                    [
+         24059  0xc05f  int    11 29                    0x29
+         24060  0xc061  int    11 7c                    0x7c
+         24061  0xc063  uint   12 a7                    0xa7
+         24062  0xc065  uint   12 a6                    0xa6
+         24063  0xc067  prim   17 04                    ]
+ 1997 1  24064  0xc069  prim   17 03                    [
+         24065  0xc06b  int    11 2b                    0x2b
+         24066  0xc06d  int    11 27                    0x27
+         24067  0xc06f  int    11 2a                    0x2a
+         24068  0xc071  int    01                       0x00
+         24069  0xc072  prim   17 04                    ]
+ 1998 1  24070  0xc074  prim   17 03                    [
+         24071  0xc076  int    11 2c                    0x2c
+         24072  0xc078  int    11 7a                    0x7a
+         24073  0xc07a  int    11 5a                    0x5a
+         24074  0xc07c  uint   12 ab                    0xab
+         24075  0xc07e  prim   17 04                    ]
+ 1999 1  24076  0xc080  prim   17 03                    [
+         24077  0xc082  int    11 2d                    0x2d
+         24078  0xc084  int    11 78                    0x78
+         24079  0xc086  int    11 58                    0x58
+         24080  0xc088  uint   12 bb                    0xbb
+         24081  0xc08a  prim   17 04                    ]
+ 2000 1  24082  0xc08c  prim   17 03                    [
+         24083  0xc08e  int    11 2e                    0x2e
+         24084  0xc090  int    11 63                    0x63
+         24085  0xc092  int    11 43                    0x43
+         24086  0xc094  uint   12 a9                    0xa9
+         24087  0xc096  prim   17 04                    ]
+ 2001 1  24088  0xc098  prim   17 03                    [
+         24089  0xc09a  int    11 2f                    0x2f
+         24090  0xc09c  int    11 76                    0x76
+         24091  0xc09e  int    11 56                    0x56
+         24092  0xc0a0  int    01                       0x00
+         24093  0xc0a1  prim   17 04                    ]
+ 2002 1  24094  0xc0a3  prim   17 03                    [
+         24095  0xc0a5  int    11 30                    0x30
+         24096  0xc0a7  int    11 62                    0x62
+         24097  0xc0a9  int    11 42                    0x42
+         24098  0xc0ab  int    01                       0x00
+         24099  0xc0ac  prim   17 04                    ]
+ 2003 1  24100  0xc0ae  prim   17 03                    [
+         24101  0xc0b0  int    11 32                    0x32
+         24102  0xc0b2  int    11 6d                    0x6d
+         24103  0xc0b4  int    11 4d                    0x4d
+         24104  0xc0b6  uint   12 b5                    0xb5
+         24105  0xc0b8  prim   17 04                    ]
+ 2004 1  24106  0xc0ba  prim   17 03                    [
+         24107  0xc0bc  int    11 33                    0x33
+         24108  0xc0be  int    11 2c                    0x2c
+         24109  0xc0c0  int    11 3b                    0x3b
+         24110  0xc0c2  int    01                       0x00
+         24111  0xc0c3  prim   17 04                    ]
+ 2005 1  24112  0xc0c5  prim   17 03                    [
+         24113  0xc0c7  int    11 34                    0x34
+         24114  0xc0c9  int    11 2e                    0x2e
+         24115  0xc0cb  int    11 3a                    0x3a
+         24116  0xc0cd  int    01                       0x00
+         24117  0xc0ce  prim   17 04                    ]
+ 2006 1  24118  0xc0d0  prim   17 03                    [
+         24119  0xc0d2  int    11 35                    0x35
+         24120  0xc0d4  int    11 2d                    0x2d
+         24121  0xc0d6  int    11 5f                    0x5f
+         24122  0xc0d8  int    01                       0x00
+         24123  0xc0d9  prim   17 04                    ]
+ 2007 1  24124  0xc0db  prim   17 03                    [
+         24125  0xc0dd  int    11 39                    0x39
+         24126  0xc0df  int    11 20                    0x20
+         24127  0xc0e1  int    11 20                    0x20
+         24128  0xc0e3  uint   12 a0                    0xa0
+         24129  0xc0e5  prim   17 04                    ]
+ 2008 1  24130  0xc0e7  prim   17 03                    [
+         24131  0xc0e9  int    11 56                    0x56
+         24132  0xc0eb  int    11 3c                    0x3c
+         24133  0xc0ed  int    11 3e                    0x3e
+         24134  0xc0ef  uint   12 bd                    0xbd
+         24135  0xc0f1  prim   17 04                    ]
+ 2009 1  24136  0xc0f3  prim   17 04                    ]
+         24137  0xc0f5  prim   17 05                    def
+ 2011 1  24138  0xc0f7  dict   29 86 03                 /keymap.no_smi
+         24139  0xc0fa  prim   17 03                    [
+ 2012 1  24140  0xc0fc  prim   17 03                    [
+         24141  0xc0fe  int    11 02                    0x02
+         24142  0xc100  int    11 31                    0x31
+         24143  0xc102  int    11 21                    0x21
+         24144  0xc104  uint   12 a9                    0xa9
+         24145  0xc106  prim   17 04                    ]
+ 2013 1  24146  0xc108  prim   17 03                    [
+         24147  0xc10a  int    11 03                    0x03
+         24148  0xc10c  int    11 32                    0x32
+         24149  0xc10e  int    11 22                    0x22
+         24150  0xc110  int    11 40                    0x40
+         24151  0xc112  prim   17 04                    ]
+ 2014 1  24152  0xc114  prim   17 03                    [
+         24153  0xc116  int    11 04                    0x04
+         24154  0xc118  int    11 33                    0x33
+         24155  0xc11a  int    11 23                    0x23
+         24156  0xc11c  uint   12 a3                    0xa3
+         24157  0xc11e  prim   17 04                    ]
+ 2015 1  24158  0xc120  prim   17 03                    [
+         24159  0xc122  int    11 05                    0x05
+         24160  0xc124  int    11 34                    0x34
+         24161  0xc126  int    11 24                    0x24
+         24162  0xc128  int    11 24                    0x24
+         24163  0xc12a  prim   17 04                    ]
+ 2016 1  24164  0xc12c  prim   17 03                    [
+         24165  0xc12e  int    11 06                    0x06
+         24166  0xc130  int    11 35                    0x35
+         24167  0xc132  int    11 25                    0x25
+         24168  0xc134  int    01                       0x00
+         24169  0xc135  prim   17 04                    ]
+ 2017 1  24170  0xc137  prim   17 03                    [
+         24171  0xc139  int    11 07                    0x07
+         24172  0xc13b  int    11 36                    0x36
+         24173  0xc13d  int    11 26                    0x26
+         24174  0xc13f  uint   12 a7                    0xa7
+         24175  0xc141  prim   17 04                    ]
+ 2018 1  24176  0xc143  prim   17 03                    [
+         24177  0xc145  int    11 08                    0x08
+         24178  0xc147  int    11 37                    0x37
+         24179  0xc149  int    11 2f                    0x2f
+         24180  0xc14b  int    11 7b                    0x7b
+         24181  0xc14d  prim   17 04                    ]
+ 2019 1  24182  0xc14f  prim   17 03                    [
+         24183  0xc151  int    11 09                    0x09
+         24184  0xc153  int    11 38                    0x38
+         24185  0xc155  int    11 28                    0x28
+         24186  0xc157  int    11 5b                    0x5b
+         24187  0xc159  prim   17 04                    ]
+ 2020 1  24188  0xc15b  prim   17 03                    [
+         24189  0xc15d  int    11 0a                    0x0a
+         24190  0xc15f  int    11 39                    0x39
+         24191  0xc161  int    11 29                    0x29
+         24192  0xc163  int    11 5d                    0x5d
+         24193  0xc165  prim   17 04                    ]
+ 2021 1  24194  0xc167  prim   17 03                    [
+         24195  0xc169  int    11 0b                    0x0b
+         24196  0xc16b  int    11 30                    0x30
+         24197  0xc16d  int    11 3d                    0x3d
+         24198  0xc16f  int    11 7d                    0x7d
+         24199  0xc171  prim   17 04                    ]
+ 2022 1  24200  0xc173  prim   17 03                    [
+         24201  0xc175  int    11 0c                    0x0c
+         24202  0xc177  int    11 2b                    0x2b
+         24203  0xc179  int    11 3f                    0x3f
+         24204  0xc17b  uint   12 f7                    0xf7
+         24205  0xc17d  prim   17 04                    ]
+ 2023 1  24206  0xc17f  prim   17 03                    [
+         24207  0xc181  int    11 0d                    0x0d
+         24208  0xc183  int    11 5c                    0x5c
+         24209  0xc185  int    11 60                    0x60
+         24210  0xc187  int    11 27                    0x27
+         24211  0xc189  prim   17 04                    ]
+ 2024 1  24212  0xc18b  prim   17 03                    [
+         24213  0xc18d  int    11 10                    0x10
+         24214  0xc18f  uint   12 e1                    0xe1
+         24215  0xc191  uint   12 c1                    0xc1
+         24216  0xc193  int    11 71                    0x71
+         24217  0xc195  prim   17 04                    ]
+ 2025 1  24218  0xc197  prim   17 03                    [
+         24219  0xc199  int    11 11                    0x11
+         24220  0xc19b  int    01                       0x00
+         24221  0xc19c  int    01                       0x00
+         24222  0xc19d  int    11 77                    0x77
+         24223  0xc19f  prim   17 04                    ]
+ 2026 1  24224  0xc1a1  prim   17 03                    [
+         24225  0xc1a3  int    11 12                    0x12
+         24226  0xc1a5  int    11 65                    0x65
+         24227  0xc1a7  int    11 45                    0x45
+         24228  0xc1a9  uint   12 e9                    0xe9
+         24229  0xc1ab  prim   17 04                    ]
+ 2027 1  24230  0xc1ad  prim   17 03                    [
+         24231  0xc1af  int    11 13                    0x13
+         24232  0xc1b1  int    11 72                    0x72
+         24233  0xc1b3  int    11 52                    0x52
+         24234  0xc1b5  uint   12 ae                    0xae
+         24235  0xc1b7  prim   17 04                    ]
+ 2028 1  24236  0xc1b9  prim   17 03                    [
+         24237  0xc1bb  int    11 14                    0x14
+         24238  0xc1bd  int    11 74                    0x74
+         24239  0xc1bf  int    11 54                    0x54
+         24240  0xc1c1  int    01                       0x00
+         24241  0xc1c2  prim   17 04                    ]
+ 2029 1  24242  0xc1c4  prim   17 03                    [
+         24243  0xc1c6  int    11 15                    0x15
+         24244  0xc1c8  int    11 79                    0x79
+         24245  0xc1ca  int    11 59                    0x59
+         24246  0xc1cc  uint   12 fd                    0xfd
+         24247  0xc1ce  prim   17 04                    ]
+ 2030 1  24248  0xc1d0  prim   17 03                    [
+         24249  0xc1d2  int    11 16                    0x16
+         24250  0xc1d4  int    11 75                    0x75
+         24251  0xc1d6  int    11 55                    0x55
+         24252  0xc1d8  uint   12 fc                    0xfc
+         24253  0xc1da  prim   17 04                    ]
+ 2031 1  24254  0xc1dc  prim   17 03                    [
+         24255  0xc1de  int    11 17                    0x17
+         24256  0xc1e0  int    11 69                    0x69
+         24257  0xc1e2  int    11 49                    0x49
+         24258  0xc1e4  uint   12 ef                    0xef
+         24259  0xc1e6  prim   17 04                    ]
+ 2032 1  24260  0xc1e8  prim   17 03                    [
+         24261  0xc1ea  int    11 18                    0x18
+         24262  0xc1ec  int    11 6f                    0x6f
+         24263  0xc1ee  int    11 4f                    0x4f
+         24264  0xc1f0  int    01                       0x00
+         24265  0xc1f1  prim   17 04                    ]
+ 2033 1  24266  0xc1f3  prim   17 03                    [
+         24267  0xc1f5  int    11 19                    0x19
+         24268  0xc1f7  int    11 70                    0x70
+         24269  0xc1f9  int    11 50                    0x50
+         24270  0xc1fb  uint   12 fe                    0xfe
+         24271  0xc1fd  prim   17 04                    ]
+ 2034 1  24272  0xc1ff  prim   17 03                    [
+         24273  0xc201  int    11 1a                    0x1a
+         24274  0xc203  uint   12 e5                    0xe5
+         24275  0xc205  uint   12 c5                    0xc5
+         24276  0xc207  uint   12 e2                    0xe2
+         24277  0xc209  prim   17 04                    ]
+ 2035 1  24278  0xc20b  prim   17 03                    [
+         24279  0xc20d  int    11 1b                    0x1b
+         24280  0xc20f  int    01                       0x00
+         24281  0xc210  int    01                       0x00
+         24282  0xc211  int    11 22                    0x22
+         24283  0xc213  prim   17 04                    ]
+ 2036 1  24284  0xc215  prim   17 03                    [
+         24285  0xc217  int    11 1e                    0x1e
+         24286  0xc219  int    11 61                    0x61
+         24287  0xc21b  int    11 41                    0x41
+         24288  0xc21d  uint   12 e0                    0xe0
+         24289  0xc21f  prim   17 04                    ]
+ 2037 1  24290  0xc221  prim   17 03                    [
+         24291  0xc223  int    11 1f                    0x1f
+         24292  0xc225  int    11 73                    0x73
+         24293  0xc227  int    11 53                    0x53
+         24294  0xc229  uint   12 df                    0xdf
+         24295  0xc22b  prim   17 04                    ]
+ 2038 1  24296  0xc22d  prim   17 03                    [
+         24297  0xc22f  int    11 20                    0x20
+         24298  0xc231  int    11 64                    0x64
+         24299  0xc233  int    11 44                    0x44
+         24300  0xc235  uint   12 f0                    0xf0
+         24301  0xc237  prim   17 04                    ]
+ 2039 1  24302  0xc239  prim   17 03                    [
+         24303  0xc23b  int    11 21                    0x21
+         24304  0xc23d  int    11 66                    0x66
+         24305  0xc23f  int    11 46                    0x46
+         24306  0xc241  uint   12 aa                    0xaa
+         24307  0xc243  prim   17 04                    ]
+ 2040 1  24308  0xc245  prim   17 03                    [
+         24309  0xc247  int    11 22                    0x22
+         24310  0xc249  int    11 67                    0x67
+         24311  0xc24b  int    11 47                    0x47
+         24312  0xc24d  int    01                       0x00
+         24313  0xc24e  prim   17 04                    ]
+ 2041 1  24314  0xc250  prim   17 03                    [
+         24315  0xc252  int    11 23                    0x23
+         24316  0xc254  int    11 68                    0x68
+         24317  0xc256  int    11 48                    0x48
+         24318  0xc258  int    01                       0x00
+         24319  0xc259  prim   17 04                    ]
+ 2042 1  24320  0xc25b  prim   17 03                    [
+         24321  0xc25d  int    11 24                    0x24
+         24322  0xc25f  int    11 6a                    0x6a
+         24323  0xc261  int    11 4a                    0x4a
+         24324  0xc263  uint   12 ac                    0xac
+         24325  0xc265  prim   17 04                    ]
+ 2043 1  24326  0xc267  prim   17 03                    [
+         24327  0xc269  int    11 25                    0x25
+         24328  0xc26b  int    11 6b                    0x6b
+         24329  0xc26d  int    11 4b                    0x4b
+         24330  0xc26f  int    01                       0x00
+         24331  0xc270  prim   17 04                    ]
+ 2044 1  24332  0xc272  prim   17 03                    [
+         24333  0xc274  int    11 26                    0x26
+         24334  0xc276  int    11 6c                    0x6c
+         24335  0xc278  int    11 4c                    0x4c
+         24336  0xc27a  uint   12 b0                    0xb0
+         24337  0xc27c  prim   17 04                    ]
+ 2045 1  24338  0xc27e  prim   17 03                    [
+         24339  0xc280  int    11 27                    0x27
+         24340  0xc282  uint   12 f8                    0xf8
+         24341  0xc284  uint   12 d8                    0xd8
+         24342  0xc286  uint   12 f6                    0xf6
+         24343  0xc288  prim   17 04                    ]
+ 2046 1  24344  0xc28a  prim   17 03                    [
+         24345  0xc28c  int    11 28                    0x28
+         24346  0xc28e  uint   12 e6                    0xe6
+         24347  0xc290  uint   12 c6                    0xc6
+         24348  0xc292  uint   12 e4                    0xe4
+         24349  0xc294  prim   17 04                    ]
+ 2047 1  24350  0xc296  prim   17 03                    [
+         24351  0xc298  int    11 29                    0x29
+         24352  0xc29a  int    11 7c                    0x7c
+         24353  0xc29c  uint   12 a7                    0xa7
+         24354  0xc29e  uint   12 a6                    0xa6
+         24355  0xc2a0  prim   17 04                    ]
+ 2048 1  24356  0xc2a2  prim   17 03                    [
+         24357  0xc2a4  int    11 2b                    0x2b
+         24358  0xc2a6  int    01                       0x00
+         24359  0xc2a7  int    01                       0x00
+         24360  0xc2a8  int    11 27                    0x27
+         24361  0xc2aa  prim   17 04                    ]
+ 2049 1  24362  0xc2ac  prim   17 03                    [
+         24363  0xc2ae  int    11 2c                    0x2c
+         24364  0xc2b0  int    11 7a                    0x7a
+         24365  0xc2b2  int    11 5a                    0x5a
+         24366  0xc2b4  int    01                       0x00
+         24367  0xc2b5  prim   17 04                    ]
+ 2050 1  24368  0xc2b7  prim   17 03                    [
+         24369  0xc2b9  int    11 2d                    0x2d
+         24370  0xc2bb  int    01                       0x00
+         24371  0xc2bc  int    01                       0x00
+         24372  0xc2bd  int    11 78                    0x78
+         24373  0xc2bf  prim   17 04                    ]
+ 2051 1  24374  0xc2c1  prim   17 03                    [
+         24375  0xc2c3  int    11 2e                    0x2e
+         24376  0xc2c5  int    11 63                    0x63
+         24377  0xc2c7  int    11 43                    0x43
+         24378  0xc2c9  uint   12 e7                    0xe7
+         24379  0xc2cb  prim   17 04                    ]
+ 2052 1  24380  0xc2cd  prim   17 03                    [
+         24381  0xc2cf  int    11 2f                    0x2f
+         24382  0xc2d1  int    11 76                    0x76
+         24383  0xc2d3  int    11 56                    0x56
+         24384  0xc2d5  int    01                       0x00
+         24385  0xc2d6  prim   17 04                    ]
+ 2053 1  24386  0xc2d8  prim   17 03                    [
+         24387  0xc2da  int    11 30                    0x30
+         24388  0xc2dc  int    11 62                    0x62
+         24389  0xc2de  int    11 42                    0x42
+         24390  0xc2e0  int    01                       0x00
+         24391  0xc2e1  prim   17 04                    ]
+ 2054 1  24392  0xc2e3  prim   17 03                    [
+         24393  0xc2e5  int    11 31                    0x31
+         24394  0xc2e7  int    11 6e                    0x6e
+         24395  0xc2e9  int    11 4e                    0x4e
+         24396  0xc2eb  int    01                       0x00
+         24397  0xc2ec  prim   17 04                    ]
+ 2055 1  24398  0xc2ee  prim   17 03                    [
+         24399  0xc2f0  int    11 32                    0x32
+         24400  0xc2f2  int    11 6d                    0x6d
+         24401  0xc2f4  int    11 4d                    0x4d
+         24402  0xc2f6  int    01                       0x00
+         24403  0xc2f7  prim   17 04                    ]
+ 2056 1  24404  0xc2f9  prim   17 03                    [
+         24405  0xc2fb  int    11 33                    0x33
+         24406  0xc2fd  int    11 2c                    0x2c
+         24407  0xc2ff  int    11 3b                    0x3b
+         24408  0xc301  int    01                       0x00
+         24409  0xc302  prim   17 04                    ]
+ 2057 1  24410  0xc304  prim   17 03                    [
+         24411  0xc306  int    11 34                    0x34
+         24412  0xc308  int    11 2e                    0x2e
+         24413  0xc30a  int    11 3a                    0x3a
+         24414  0xc30c  int    01                       0x00
+         24415  0xc30d  prim   17 04                    ]
+ 2058 1  24416  0xc30f  prim   17 03                    [
+         24417  0xc311  int    11 35                    0x35
+         24418  0xc313  int    11 2d                    0x2d
+         24419  0xc315  int    11 5f                    0x5f
+         24420  0xc317  int    01                       0x00
+         24421  0xc318  prim   17 04                    ]
+ 2059 1  24422  0xc31a  prim   17 04                    ]
+         24423  0xc31c  prim   17 05                    def
+ 2061 1  24424  0xc31e  dict   29 87 03                 /keymap.np
+         24425  0xc321  prim   17 03                    [
+ 2062 1  24426  0xc323  prim   17 03                    [
+         24427  0xc325  int    11 0c                    0x0c
+         24428  0xc327  int    11 2d                    0x2d
+         24429  0xc329  int    01                       0x00
+         24430  0xc32a  int    11 2d                    0x2d
+         24431  0xc32c  prim   17 04                    ]
+ 2063 1  24432  0xc32e  prim   17 03                    [
+         24433  0xc330  int    11 0d                    0x0d
+         24434  0xc332  int    11 3d                    0x3d
+         24435  0xc334  int    01                       0x00
+         24436  0xc335  int    11 3d                    0x3d
+         24437  0xc337  prim   17 04                    ]
+ 2064 1  24438  0xc339  prim   17 03                    [
+         24439  0xc33b  int    11 33                    0x33
+         24440  0xc33d  int    11 2c                    0x2c
+         24441  0xc33f  int    01                       0x00
+         24442  0xc340  int    11 2c                    0x2c
+         24443  0xc342  prim   17 04                    ]
+ 2065 1  24444  0xc344  prim   17 03                    [
+         24445  0xc346  int    11 35                    0x35
+         24446  0xc348  int    01                       0x00
+         24447  0xc349  int    11 3f                    0x3f
+         24448  0xc34b  int    01                       0x00
+         24449  0xc34c  prim   17 04                    ]
+ 2066 1  24450  0xc34e  prim   17 03                    [
+         24451  0xc350  int    11 56                    0x56
+         24452  0xc352  int    11 3c                    0x3c
+         24453  0xc354  int    11 3e                    0x3e
+         24454  0xc356  int    11 7c                    0x7c
+         24455  0xc358  prim   17 04                    ]
+ 2067 1  24456  0xc35a  prim   17 04                    ]
+         24457  0xc35c  prim   17 05                    def
+ 2069 1  24458  0xc35e  dict   29 88 03                 /keymap.ph
+         24459  0xc361  prim   17 03                    [
+ 2070 1  24460  0xc363  prim   17 03                    [
+         24461  0xc365  int    11 02                    0x02
+         24462  0xc367  int    11 31                    0x31
+         24463  0xc369  int    11 21                    0x21
+         24464  0xc36b  uint   12 b9                    0xb9
+         24465  0xc36d  prim   17 04                    ]
+ 2071 1  24466  0xc36f  prim   17 03                    [
+         24467  0xc371  int    11 03                    0x03
+         24468  0xc373  int    11 32                    0x32
+         24469  0xc375  int    11 40                    0x40
+         24470  0xc377  uint   12 b2                    0xb2
+         24471  0xc379  prim   17 04                    ]
+ 2072 1  24472  0xc37b  prim   17 03                    [
+         24473  0xc37d  int    11 04                    0x04
+         24474  0xc37f  int    11 33                    0x33
+         24475  0xc381  int    11 23                    0x23
+         24476  0xc383  uint   12 b3                    0xb3
+         24477  0xc385  prim   17 04                    ]
+ 2073 1  24478  0xc387  prim   17 03                    [
+         24479  0xc389  int    11 05                    0x05
+         24480  0xc38b  int    11 34                    0x34
+         24481  0xc38d  int    11 24                    0x24
+         24482  0xc38f  uint   12 bc                    0xbc
+         24483  0xc391  prim   17 04                    ]
+ 2074 1  24484  0xc393  prim   17 03                    [
+         24485  0xc395  int    11 06                    0x06
+         24486  0xc397  int    11 35                    0x35
+         24487  0xc399  int    11 25                    0x25
+         24488  0xc39b  uint   12 bd                    0xbd
+         24489  0xc39d  prim   17 04                    ]
+ 2075 1  24490  0xc39f  prim   17 03                    [
+         24491  0xc3a1  int    11 07                    0x07
+         24492  0xc3a3  int    11 36                    0x36
+         24493  0xc3a5  int    11 5e                    0x5e
+         24494  0xc3a7  uint   12 be                    0xbe
+         24495  0xc3a9  prim   17 04                    ]
+ 2076 1  24496  0xc3ab  prim   17 03                    [
+         24497  0xc3ad  int    11 08                    0x08
+         24498  0xc3af  int    11 37                    0x37
+         24499  0xc3b1  int    11 26                    0x26
+         24500  0xc3b3  int    01                       0x00
+         24501  0xc3b4  prim   17 04                    ]
+ 2077 1  24502  0xc3b6  prim   17 03                    [
+         24503  0xc3b8  int    11 09                    0x09
+         24504  0xc3ba  int    11 38                    0x38
+         24505  0xc3bc  int    11 2a                    0x2a
+         24506  0xc3be  int    01                       0x00
+         24507  0xc3bf  prim   17 04                    ]
+ 2078 1  24508  0xc3c1  prim   17 03                    [
+         24509  0xc3c3  int    11 0a                    0x0a
+         24510  0xc3c5  int    11 39                    0x39
+         24511  0xc3c7  int    11 28                    0x28
+         24512  0xc3c9  int    01                       0x00
+         24513  0xc3ca  prim   17 04                    ]
+ 2079 1  24514  0xc3cc  prim   17 03                    [
+         24515  0xc3ce  int    11 0b                    0x0b
+         24516  0xc3d0  int    11 30                    0x30
+         24517  0xc3d2  int    11 29                    0x29
+         24518  0xc3d4  int    01                       0x00
+         24519  0xc3d5  prim   17 04                    ]
+ 2080 1  24520  0xc3d7  prim   17 03                    [
+         24521  0xc3d9  int    11 0c                    0x0c
+         24522  0xc3db  int    11 2d                    0x2d
+         24523  0xc3dd  int    11 5f                    0x5f
+         24524  0xc3df  uint   12 ac                    0xac
+         24525  0xc3e1  prim   17 04                    ]
+ 2081 1  24526  0xc3e3  prim   17 03                    [
+         24527  0xc3e5  int    11 0d                    0x0d
+         24528  0xc3e7  int    11 3d                    0x3d
+         24529  0xc3e9  int    11 2b                    0x2b
+         24530  0xc3eb  uint   12 b1                    0xb1
+         24531  0xc3ed  prim   17 04                    ]
+ 2082 1  24532  0xc3ef  prim   17 03                    [
+         24533  0xc3f1  int    11 12                    0x12
+         24534  0xc3f3  int    11 65                    0x65
+         24535  0xc3f5  int    11 45                    0x45
+         24536  0xc3f7  int    01                       0x00
+         24537  0xc3f8  prim   17 04                    ]
+ 2083 1  24538  0xc3fa  prim   17 03                    [
+         24539  0xc3fc  int    11 13                    0x13
+         24540  0xc3fe  int    11 72                    0x72
+         24541  0xc400  int    11 52                    0x52
+         24542  0xc402  uint   12 ae                    0xae
+         24543  0xc404  prim   17 04                    ]
+ 2084 1  24544  0xc406  prim   17 03                    [
+         24545  0xc408  int    11 14                    0x14
+         24546  0xc40a  int    11 74                    0x74
+         24547  0xc40c  int    11 54                    0x54
+         24548  0xc40e  int    01                       0x00
+         24549  0xc40f  prim   17 04                    ]
+ 2085 1  24550  0xc411  prim   17 03                    [
+         24551  0xc413  int    11 15                    0x15
+         24552  0xc415  int    11 79                    0x79
+         24553  0xc417  int    11 59                    0x59
+         24554  0xc419  uint   12 a5                    0xa5
+         24555  0xc41b  prim   17 04                    ]
+ 2086 1  24556  0xc41d  prim   17 03                    [
+         24557  0xc41f  int    11 17                    0x17
+         24558  0xc421  int    11 69                    0x69
+         24559  0xc423  int    11 49                    0x49
+         24560  0xc425  int    01                       0x00
+         24561  0xc426  prim   17 04                    ]
+ 2087 1  24562  0xc428  prim   17 03                    [
+         24563  0xc42a  int    11 18                    0x18
+         24564  0xc42c  int    11 6f                    0x6f
+         24565  0xc42e  int    11 4f                    0x4f
+         24566  0xc430  uint   12 f8                    0xf8
+         24567  0xc432  prim   17 04                    ]
+ 2088 1  24568  0xc434  prim   17 03                    [
+         24569  0xc436  int    11 19                    0x19
+         24570  0xc438  int    11 70                    0x70
+         24571  0xc43a  int    11 50                    0x50
+         24572  0xc43c  int    01                       0x00
+         24573  0xc43d  prim   17 04                    ]
+ 2089 1  24574  0xc43f  prim   17 03                    [
+         24575  0xc441  int    11 1e                    0x1e
+         24576  0xc443  int    11 61                    0x61
+         24577  0xc445  int    11 41                    0x41
+         24578  0xc447  uint   12 e6                    0xe6
+         24579  0xc449  prim   17 04                    ]
+ 2090 1  24580  0xc44b  prim   17 03                    [
+         24581  0xc44d  int    11 1f                    0x1f
+         24582  0xc44f  int    11 73                    0x73
+         24583  0xc451  int    11 53                    0x53
+         24584  0xc453  uint   12 a7                    0xa7
+         24585  0xc455  prim   17 04                    ]
+ 2091 1  24586  0xc457  prim   17 03                    [
+         24587  0xc459  int    11 28                    0x28
+         24588  0xc45b  int    11 27                    0x27
+         24589  0xc45d  int    11 22                    0x22
+         24590  0xc45f  int    01                       0x00
+         24591  0xc460  prim   17 04                    ]
+ 2092 1  24592  0xc462  prim   17 03                    [
+         24593  0xc464  int    11 29                    0x29
+         24594  0xc466  int    11 60                    0x60
+         24595  0xc468  int    11 7e                    0x7e
+         24596  0xc46a  int    01                       0x00
+         24597  0xc46b  prim   17 04                    ]
+ 2093 1  24598  0xc46d  prim   17 03                    [
+         24599  0xc46f  int    11 2b                    0x2b
+         24600  0xc471  int    11 5c                    0x5c
+         24601  0xc473  int    11 7c                    0x7c
+         24602  0xc475  int    01                       0x00
+         24603  0xc476  prim   17 04                    ]
+ 2094 1  24604  0xc478  prim   17 03                    [
+         24605  0xc47a  int    11 2c                    0x2c
+         24606  0xc47c  int    11 7a                    0x7a
+         24607  0xc47e  int    11 5a                    0x5a
+         24608  0xc480  uint   12 ab                    0xab
+         24609  0xc482  prim   17 04                    ]
+ 2095 1  24610  0xc484  prim   17 03                    [
+         24611  0xc486  int    11 2d                    0x2d
+         24612  0xc488  int    11 78                    0x78
+         24613  0xc48a  int    11 58                    0x58
+         24614  0xc48c  uint   12 d7                    0xd7
+         24615  0xc48e  prim   17 04                    ]
+ 2096 1  24616  0xc490  prim   17 03                    [
+         24617  0xc492  int    11 2e                    0x2e
+         24618  0xc494  int    11 63                    0x63
+         24619  0xc496  int    11 43                    0x43
+         24620  0xc498  uint   12 a9                    0xa9
+         24621  0xc49a  prim   17 04                    ]
+ 2097 1  24622  0xc49c  prim   17 03                    [
+         24623  0xc49e  int    11 2f                    0x2f
+         24624  0xc4a0  int    11 76                    0x76
+         24625  0xc4a2  int    11 56                    0x56
+         24626  0xc4a4  int    01                       0x00
+         24627  0xc4a5  prim   17 04                    ]
+ 2098 1  24628  0xc4a7  prim   17 03                    [
+         24629  0xc4a9  int    11 30                    0x30
+         24630  0xc4ab  int    11 62                    0x62
+         24631  0xc4ad  int    11 42                    0x42
+         24632  0xc4af  int    01                       0x00
+         24633  0xc4b0  prim   17 04                    ]
+ 2099 1  24634  0xc4b2  prim   17 03                    [
+         24635  0xc4b4  int    11 31                    0x31
+         24636  0xc4b6  int    11 6e                    0x6e
+         24637  0xc4b8  int    11 4e                    0x4e
+         24638  0xc4ba  uint   12 f1                    0xf1
+         24639  0xc4bc  prim   17 04                    ]
+ 2100 1  24640  0xc4be  prim   17 03                    [
+         24641  0xc4c0  int    11 32                    0x32
+         24642  0xc4c2  int    11 6d                    0x6d
+         24643  0xc4c4  int    11 4d                    0x4d
+         24644  0xc4c6  uint   12 b5                    0xb5
+         24645  0xc4c8  prim   17 04                    ]
+ 2101 1  24646  0xc4ca  prim   17 03                    [
+         24647  0xc4cc  int    11 33                    0x33
+         24648  0xc4ce  int    11 2c                    0x2c
+         24649  0xc4d0  int    11 3c                    0x3c
+         24650  0xc4d2  int    01                       0x00
+         24651  0xc4d3  prim   17 04                    ]
+ 2102 1  24652  0xc4d5  prim   17 03                    [
+         24653  0xc4d7  int    11 34                    0x34
+         24654  0xc4d9  int    11 2e                    0x2e
+         24655  0xc4db  int    11 3e                    0x3e
+         24656  0xc4dd  int    01                       0x00
+         24657  0xc4de  prim   17 04                    ]
+ 2103 1  24658  0xc4e0  prim   17 03                    [
+         24659  0xc4e2  int    11 35                    0x35
+         24660  0xc4e4  int    11 2f                    0x2f
+         24661  0xc4e6  int    11 3f                    0x3f
+         24662  0xc4e8  uint   12 f7                    0xf7
+         24663  0xc4ea  prim   17 04                    ]
+ 2104 1  24664  0xc4ec  prim   17 03                    [
+         24665  0xc4ee  int    11 56                    0x56
+         24666  0xc4f0  int    11 3c                    0x3c
+         24667  0xc4f2  int    11 3e                    0x3e
+         24668  0xc4f4  int    11 7c                    0x7c
+         24669  0xc4f6  prim   17 04                    ]
+ 2105 1  24670  0xc4f8  prim   17 04                    ]
+         24671  0xc4fa  prim   17 05                    def
+ 2107 1  24672  0xc4fc  dict   29 89 03                 /keymap.pk
+         24673  0xc4ff  prim   17 03                    [
+ 2108 1  24674  0xc501  prim   17 03                    [
+         24675  0xc503  int    11 56                    0x56
+         24676  0xc505  int    11 3c                    0x3c
+         24677  0xc507  int    11 3e                    0x3e
+         24678  0xc509  int    11 7c                    0x7c
+         24679  0xc50b  prim   17 04                    ]
+ 2109 1  24680  0xc50d  prim   17 04                    ]
+         24681  0xc50f  prim   17 05                    def
+ 2111 1  24682  0xc511  dict   29 8a 03                 /keymap.pl
+         24683  0xc514  prim   17 03                    [
+ 2112 1  24684  0xc516  prim   17 03                    [
+         24685  0xc518  int    11 02                    0x02
+         24686  0xc51a  int    11 31                    0x31
+         24687  0xc51c  int    11 21                    0x21
+         24688  0xc51e  uint   12 b9                    0xb9
+         24689  0xc520  prim   17 04                    ]
+ 2113 1  24690  0xc522  prim   17 03                    [
+         24691  0xc524  int    11 03                    0x03
+         24692  0xc526  int    11 32                    0x32
+         24693  0xc528  int    11 40                    0x40
+         24694  0xc52a  uint   12 b2                    0xb2
+         24695  0xc52c  prim   17 04                    ]
+ 2114 1  24696  0xc52e  prim   17 03                    [
+         24697  0xc530  int    11 04                    0x04
+         24698  0xc532  int    11 33                    0x33
+         24699  0xc534  int    11 23                    0x23
+         24700  0xc536  uint   12 b3                    0xb3
+         24701  0xc538  prim   17 04                    ]
+ 2115 1  24702  0xc53a  prim   17 03                    [
+         24703  0xc53c  int    11 05                    0x05
+         24704  0xc53e  int    11 34                    0x34
+         24705  0xc540  int    11 24                    0x24
+         24706  0xc542  uint   12 bc                    0xbc
+         24707  0xc544  prim   17 04                    ]
+ 2116 1  24708  0xc546  prim   17 03                    [
+         24709  0xc548  int    11 06                    0x06
+         24710  0xc54a  int    11 35                    0x35
+         24711  0xc54c  int    11 25                    0x25
+         24712  0xc54e  uint   12 bd                    0xbd
+         24713  0xc550  prim   17 04                    ]
+ 2117 1  24714  0xc552  prim   17 03                    [
+         24715  0xc554  int    11 07                    0x07
+         24716  0xc556  int    11 36                    0x36
+         24717  0xc558  int    11 5e                    0x5e
+         24718  0xc55a  uint   12 be                    0xbe
+         24719  0xc55c  prim   17 04                    ]
+ 2118 1  24720  0xc55e  prim   17 03                    [
+         24721  0xc560  int    11 08                    0x08
+         24722  0xc562  int    11 37                    0x37
+         24723  0xc564  int    11 26                    0x26
+         24724  0xc566  int    11 7b                    0x7b
+         24725  0xc568  prim   17 04                    ]
+ 2119 1  24726  0xc56a  prim   17 03                    [
+         24727  0xc56c  int    11 09                    0x09
+         24728  0xc56e  int    11 38                    0x38
+         24729  0xc570  int    11 2a                    0x2a
+         24730  0xc572  int    11 5b                    0x5b
+         24731  0xc574  prim   17 04                    ]
+ 2120 1  24732  0xc576  prim   17 03                    [
+         24733  0xc578  int    11 0a                    0x0a
+         24734  0xc57a  int    11 39                    0x39
+         24735  0xc57c  int    11 28                    0x28
+         24736  0xc57e  int    11 5d                    0x5d
+         24737  0xc580  prim   17 04                    ]
+ 2121 1  24738  0xc582  prim   17 03                    [
+         24739  0xc584  int    11 0b                    0x0b
+         24740  0xc586  int    11 30                    0x30
+         24741  0xc588  int    11 29                    0x29
+         24742  0xc58a  int    11 7d                    0x7d
+         24743  0xc58c  prim   17 04                    ]
+ 2122 1  24744  0xc58e  prim   17 03                    [
+         24745  0xc590  int    11 0c                    0x0c
+         24746  0xc592  int    11 2d                    0x2d
+         24747  0xc594  int    11 5f                    0x5f
+         24748  0xc596  int    11 5c                    0x5c
+         24749  0xc598  prim   17 04                    ]
+ 2123 1  24750  0xc59a  prim   17 03                    [
+         24751  0xc59c  int    11 0d                    0x0d
+         24752  0xc59e  int    11 3d                    0x3d
+         24753  0xc5a0  int    11 2b                    0x2b
+         24754  0xc5a2  int    01                       0x00
+         24755  0xc5a3  prim   17 04                    ]
+ 2124 1  24756  0xc5a5  prim   17 03                    [
+         24757  0xc5a7  int    11 10                    0x10
+         24758  0xc5a9  int    11 71                    0x71
+         24759  0xc5ab  int    11 51                    0x51
+         24760  0xc5ad  int    11 40                    0x40
+         24761  0xc5af  prim   17 04                    ]
+ 2125 1  24762  0xc5b1  prim   17 03                    [
+         24763  0xc5b3  int    11 11                    0x11
+         24764  0xc5b5  int    11 77                    0x77
+         24765  0xc5b7  int    11 57                    0x57
+         24766  0xc5b9  int    01                       0x00
+         24767  0xc5ba  prim   17 04                    ]
+ 2126 1  24768  0xc5bc  prim   17 03                    [
+         24769  0xc5be  int    11 12                    0x12
+         24770  0xc5c0  int    11 65                    0x65
+         24771  0xc5c2  int    11 45                    0x45
+         24772  0xc5c4  int    01                       0x00
+         24773  0xc5c5  prim   17 04                    ]
+ 2127 1  24774  0xc5c7  prim   17 03                    [
+         24775  0xc5c9  int    11 13                    0x13
+         24776  0xc5cb  int    11 72                    0x72
+         24777  0xc5cd  int    11 52                    0x52
+         24778  0xc5cf  uint   12 b6                    0xb6
+         24779  0xc5d1  prim   17 04                    ]
+ 2128 1  24780  0xc5d3  prim   17 03                    [
+         24781  0xc5d5  int    11 14                    0x14
+         24782  0xc5d7  int    11 74                    0x74
+         24783  0xc5d9  int    11 54                    0x54
+         24784  0xc5db  int    01                       0x00
+         24785  0xc5dc  prim   17 04                    ]
+ 2129 1  24786  0xc5de  prim   17 03                    [
+         24787  0xc5e0  int    11 15                    0x15
+         24788  0xc5e2  int    11 79                    0x79
+         24789  0xc5e4  int    11 59                    0x59
+         24790  0xc5e6  int    01                       0x00
+         24791  0xc5e7  prim   17 04                    ]
+ 2130 1  24792  0xc5e9  prim   17 03                    [
+         24793  0xc5eb  int    11 16                    0x16
+         24794  0xc5ed  int    11 75                    0x75
+         24795  0xc5ef  int    11 55                    0x55
+         24796  0xc5f1  int    01                       0x00
+         24797  0xc5f2  prim   17 04                    ]
+ 2131 1  24798  0xc5f4  prim   17 03                    [
+         24799  0xc5f6  int    11 17                    0x17
+         24800  0xc5f8  int    11 69                    0x69
+         24801  0xc5fa  int    11 49                    0x49
+         24802  0xc5fc  int    01                       0x00
+         24803  0xc5fd  prim   17 04                    ]
+ 2132 1  24804  0xc5ff  prim   17 03                    [
+         24805  0xc601  int    11 18                    0x18
+         24806  0xc603  int    11 6f                    0x6f
+         24807  0xc605  int    11 4f                    0x4f
+         24808  0xc607  uint   12 f3                    0xf3
+         24809  0xc609  prim   17 04                    ]
+ 2133 1  24810  0xc60b  prim   17 03                    [
+         24811  0xc60d  int    11 19                    0x19
+         24812  0xc60f  int    11 70                    0x70
+         24813  0xc611  int    11 50                    0x50
+         24814  0xc613  uint   12 fe                    0xfe
+         24815  0xc615  prim   17 04                    ]
+ 2134 1  24816  0xc617  prim   17 03                    [
+         24817  0xc619  int    11 1a                    0x1a
+         24818  0xc61b  int    11 5b                    0x5b
+         24819  0xc61d  int    11 7b                    0x7b
+         24820  0xc61f  int    01                       0x00
+         24821  0xc620  prim   17 04                    ]
+ 2135 1  24822  0xc622  prim   17 03                    [
+         24823  0xc624  int    11 1b                    0x1b
+         24824  0xc626  int    11 5d                    0x5d
+         24825  0xc628  int    11 7d                    0x7d
+         24826  0xc62a  int    01                       0x00
+         24827  0xc62b  prim   17 04                    ]
+ 2136 1  24828  0xc62d  prim   17 03                    [
+         24829  0xc62f  int    11 1e                    0x1e
+         24830  0xc631  int    11 61                    0x61
+         24831  0xc633  int    11 41                    0x41
+         24832  0xc635  int    01                       0x00
+         24833  0xc636  prim   17 04                    ]
+ 2137 1  24834  0xc638  prim   17 03                    [
+         24835  0xc63a  int    11 1f                    0x1f
+         24836  0xc63c  int    11 73                    0x73
+         24837  0xc63e  int    11 53                    0x53
+         24838  0xc640  int    01                       0x00
+         24839  0xc641  prim   17 04                    ]
+ 2138 1  24840  0xc643  prim   17 03                    [
+         24841  0xc645  int    11 20                    0x20
+         24842  0xc647  int    11 64                    0x64
+         24843  0xc649  int    11 44                    0x44
+         24844  0xc64b  uint   12 f0                    0xf0
+         24845  0xc64d  prim   17 04                    ]
+ 2139 1  24846  0xc64f  prim   17 03                    [
+         24847  0xc651  int    11 21                    0x21
+         24848  0xc653  int    11 66                    0x66
+         24849  0xc655  int    11 46                    0x46
+         24850  0xc657  int    01                       0x00
+         24851  0xc658  prim   17 04                    ]
+ 2140 1  24852  0xc65a  prim   17 03                    [
+         24853  0xc65c  int    11 22                    0x22
+         24854  0xc65e  int    11 67                    0x67
+         24855  0xc660  int    11 47                    0x47
+         24856  0xc662  int    01                       0x00
+         24857  0xc663  prim   17 04                    ]
+ 2141 1  24858  0xc665  prim   17 03                    [
+         24859  0xc667  int    11 23                    0x23
+         24860  0xc669  int    11 68                    0x68
+         24861  0xc66b  int    11 48                    0x48
+         24862  0xc66d  int    01                       0x00
+         24863  0xc66e  prim   17 04                    ]
+ 2142 1  24864  0xc670  prim   17 03                    [
+         24865  0xc672  int    11 25                    0x25
+         24866  0xc674  int    11 6b                    0x6b
+         24867  0xc676  int    11 4b                    0x4b
+         24868  0xc678  int    01                       0x00
+         24869  0xc679  prim   17 04                    ]
+ 2143 1  24870  0xc67b  prim   17 03                    [
+         24871  0xc67d  int    11 26                    0x26
+         24872  0xc67f  int    11 6c                    0x6c
+         24873  0xc681  int    11 4c                    0x4c
+         24874  0xc683  int    01                       0x00
+         24875  0xc684  prim   17 04                    ]
+ 2144 1  24876  0xc686  prim   17 03                    [
+         24877  0xc688  int    11 27                    0x27
+         24878  0xc68a  int    11 3b                    0x3b
+         24879  0xc68c  int    11 3a                    0x3a
+         24880  0xc68e  int    01                       0x00
+         24881  0xc68f  prim   17 04                    ]
+ 2145 1  24882  0xc691  prim   17 03                    [
+         24883  0xc693  int    11 28                    0x28
+         24884  0xc695  int    11 27                    0x27
+         24885  0xc697  int    11 22                    0x22
+         24886  0xc699  int    01                       0x00
+         24887  0xc69a  prim   17 04                    ]
+ 2146 1  24888  0xc69c  prim   17 03                    [
+         24889  0xc69e  int    11 29                    0x29
+         24890  0xc6a0  int    11 60                    0x60
+         24891  0xc6a2  int    11 7e                    0x7e
+         24892  0xc6a4  uint   12 ac                    0xac
+         24893  0xc6a6  prim   17 04                    ]
+ 2147 1  24894  0xc6a8  prim   17 03                    [
+         24895  0xc6aa  int    11 2b                    0x2b
+         24896  0xc6ac  int    11 5c                    0x5c
+         24897  0xc6ae  int    11 7c                    0x7c
+         24898  0xc6b0  int    01                       0x00
+         24899  0xc6b1  prim   17 04                    ]
+ 2148 1  24900  0xc6b3  prim   17 03                    [
+         24901  0xc6b5  int    11 2c                    0x2c
+         24902  0xc6b7  int    11 7a                    0x7a
+         24903  0xc6b9  int    11 5a                    0x5a
+         24904  0xc6bb  int    01                       0x00
+         24905  0xc6bc  prim   17 04                    ]
+ 2149 1  24906  0xc6be  prim   17 03                    [
+         24907  0xc6c0  int    11 2d                    0x2d
+         24908  0xc6c2  int    11 78                    0x78
+         24909  0xc6c4  int    11 58                    0x58
+         24910  0xc6c6  int    01                       0x00
+         24911  0xc6c7  prim   17 04                    ]
+ 2150 1  24912  0xc6c9  prim   17 03                    [
+         24913  0xc6cb  int    11 2e                    0x2e
+         24914  0xc6cd  int    11 63                    0x63
+         24915  0xc6cf  int    11 43                    0x43
+         24916  0xc6d1  int    01                       0x00
+         24917  0xc6d2  prim   17 04                    ]
+ 2151 1  24918  0xc6d4  prim   17 03                    [
+         24919  0xc6d6  int    11 2f                    0x2f
+         24920  0xc6d8  int    11 76                    0x76
+         24921  0xc6da  int    11 56                    0x56
+         24922  0xc6dc  int    01                       0x00
+         24923  0xc6dd  prim   17 04                    ]
+ 2152 1  24924  0xc6df  prim   17 03                    [
+         24925  0xc6e1  int    11 30                    0x30
+         24926  0xc6e3  int    11 62                    0x62
+         24927  0xc6e5  int    11 42                    0x42
+         24928  0xc6e7  int    01                       0x00
+         24929  0xc6e8  prim   17 04                    ]
+ 2153 1  24930  0xc6ea  prim   17 03                    [
+         24931  0xc6ec  int    11 31                    0x31
+         24932  0xc6ee  int    11 6e                    0x6e
+         24933  0xc6f0  int    11 4e                    0x4e
+         24934  0xc6f2  int    01                       0x00
+         24935  0xc6f3  prim   17 04                    ]
+ 2154 1  24936  0xc6f5  prim   17 03                    [
+         24937  0xc6f7  int    11 32                    0x32
+         24938  0xc6f9  int    11 6d                    0x6d
+         24939  0xc6fb  int    11 4d                    0x4d
+         24940  0xc6fd  uint   12 b5                    0xb5
+         24941  0xc6ff  prim   17 04                    ]
+ 2155 1  24942  0xc701  prim   17 03                    [
+         24943  0xc703  int    11 33                    0x33
+         24944  0xc705  int    11 2c                    0x2c
+         24945  0xc707  int    11 3c                    0x3c
+         24946  0xc709  int    01                       0x00
+         24947  0xc70a  prim   17 04                    ]
+ 2156 1  24948  0xc70c  prim   17 03                    [
+         24949  0xc70e  int    11 34                    0x34
+         24950  0xc710  int    11 2e                    0x2e
+         24951  0xc712  int    11 3e                    0x3e
+         24952  0xc714  uint   12 b7                    0xb7
+         24953  0xc716  prim   17 04                    ]
+ 2157 1  24954  0xc718  prim   17 03                    [
+         24955  0xc71a  int    11 35                    0x35
+         24956  0xc71c  int    11 2f                    0x2f
+         24957  0xc71e  int    11 3f                    0x3f
+         24958  0xc720  int    01                       0x00
+         24959  0xc721  prim   17 04                    ]
+ 2158 1  24960  0xc723  prim   17 03                    [
+         24961  0xc725  int    11 56                    0x56
+         24962  0xc727  int    11 3c                    0x3c
+         24963  0xc729  int    11 3e                    0x3e
+         24964  0xc72b  int    11 7c                    0x7c
+         24965  0xc72d  prim   17 04                    ]
+ 2159 1  24966  0xc72f  prim   17 04                    ]
+         24967  0xc731  prim   17 05                    def
+ 2161 1  24968  0xc733  dict   29 8b 03                 /keymap.pt
+         24969  0xc736  prim   17 03                    [
+ 2162 1  24970  0xc738  prim   17 03                    [
+         24971  0xc73a  int    11 02                    0x02
+         24972  0xc73c  int    11 31                    0x31
+         24973  0xc73e  int    11 21                    0x21
+         24974  0xc740  uint   12 b9                    0xb9
+         24975  0xc742  prim   17 04                    ]
+ 2163 1  24976  0xc744  prim   17 03                    [
+         24977  0xc746  int    11 03                    0x03
+         24978  0xc748  int    11 32                    0x32
+         24979  0xc74a  int    11 22                    0x22
+         24980  0xc74c  int    11 40                    0x40
+         24981  0xc74e  prim   17 04                    ]
+ 2164 1  24982  0xc750  prim   17 03                    [
+         24983  0xc752  int    11 04                    0x04
+         24984  0xc754  int    11 33                    0x33
+         24985  0xc756  int    11 23                    0x23
+         24986  0xc758  uint   12 a3                    0xa3
+         24987  0xc75a  prim   17 04                    ]
+ 2165 1  24988  0xc75c  prim   17 03                    [
+         24989  0xc75e  int    11 05                    0x05
+         24990  0xc760  int    11 34                    0x34
+         24991  0xc762  int    11 24                    0x24
+         24992  0xc764  uint   12 a7                    0xa7
+         24993  0xc766  prim   17 04                    ]
+ 2166 1  24994  0xc768  prim   17 03                    [
+         24995  0xc76a  int    11 06                    0x06
+         24996  0xc76c  int    11 35                    0x35
+         24997  0xc76e  int    11 25                    0x25
+         24998  0xc770  uint   12 bd                    0xbd
+         24999  0xc772  prim   17 04                    ]
+ 2167 1  25000  0xc774  prim   17 03                    [
+         25001  0xc776  int    11 07                    0x07
+         25002  0xc778  int    11 36                    0x36
+         25003  0xc77a  int    11 26                    0x26
+         25004  0xc77c  uint   12 ac                    0xac
+         25005  0xc77e  prim   17 04                    ]
+ 2168 1  25006  0xc780  prim   17 03                    [
+         25007  0xc782  int    11 08                    0x08
+         25008  0xc784  int    11 37                    0x37
+         25009  0xc786  int    11 2f                    0x2f
+         25010  0xc788  int    11 7b                    0x7b
+         25011  0xc78a  prim   17 04                    ]
+ 2169 1  25012  0xc78c  prim   17 03                    [
+         25013  0xc78e  int    11 09                    0x09
+         25014  0xc790  int    11 38                    0x38
+         25015  0xc792  int    11 28                    0x28
+         25016  0xc794  int    11 5b                    0x5b
+         25017  0xc796  prim   17 04                    ]
+ 2170 1  25018  0xc798  prim   17 03                    [
+         25019  0xc79a  int    11 0a                    0x0a
+         25020  0xc79c  int    11 39                    0x39
+         25021  0xc79e  int    11 29                    0x29
+         25022  0xc7a0  int    11 5d                    0x5d
+         25023  0xc7a2  prim   17 04                    ]
+ 2171 1  25024  0xc7a4  prim   17 03                    [
+         25025  0xc7a6  int    11 0b                    0x0b
+         25026  0xc7a8  int    11 30                    0x30
+         25027  0xc7aa  int    11 3d                    0x3d
+         25028  0xc7ac  int    11 7d                    0x7d
+         25029  0xc7ae  prim   17 04                    ]
+ 2172 1  25030  0xc7b0  prim   17 03                    [
+         25031  0xc7b2  int    11 0c                    0x0c
+         25032  0xc7b4  int    11 27                    0x27
+         25033  0xc7b6  int    11 3f                    0x3f
+         25034  0xc7b8  int    11 5c                    0x5c
+         25035  0xc7ba  prim   17 04                    ]
+ 2173 1  25036  0xc7bc  prim   17 03                    [
+         25037  0xc7be  int    11 0d                    0x0d
+         25038  0xc7c0  uint   12 ab                    0xab
+         25039  0xc7c2  uint   12 bb                    0xbb
+         25040  0xc7c4  int    01                       0x00
+         25041  0xc7c5  prim   17 04                    ]
+ 2174 1  25042  0xc7c7  prim   17 03                    [
+         25043  0xc7c9  int    11 10                    0x10
+         25044  0xc7cb  int    11 71                    0x71
+         25045  0xc7cd  int    11 51                    0x51
+         25046  0xc7cf  int    11 40                    0x40
+         25047  0xc7d1  prim   17 04                    ]
+ 2175 1  25048  0xc7d3  prim   17 03                    [
+         25049  0xc7d5  int    11 11                    0x11
+         25050  0xc7d7  int    11 77                    0x77
+         25051  0xc7d9  int    11 57                    0x57
+         25052  0xc7db  int    01                       0x00
+         25053  0xc7dc  prim   17 04                    ]
+ 2176 1  25054  0xc7de  prim   17 03                    [
+         25055  0xc7e0  int    11 12                    0x12
+         25056  0xc7e2  int    11 65                    0x65
+         25057  0xc7e4  int    11 45                    0x45
+         25058  0xc7e6  int    01                       0x00
+         25059  0xc7e7  prim   17 04                    ]
+ 2177 1  25060  0xc7e9  prim   17 03                    [
+         25061  0xc7eb  int    11 13                    0x13
+         25062  0xc7ed  int    11 72                    0x72
+         25063  0xc7ef  int    11 52                    0x52
+         25064  0xc7f1  uint   12 b6                    0xb6
+         25065  0xc7f3  prim   17 04                    ]
+ 2178 1  25066  0xc7f5  prim   17 03                    [
+         25067  0xc7f7  int    11 14                    0x14
+         25068  0xc7f9  int    11 74                    0x74
+         25069  0xc7fb  int    11 54                    0x54
+         25070  0xc7fd  int    01                       0x00
+         25071  0xc7fe  prim   17 04                    ]
+ 2179 1  25072  0xc800  prim   17 03                    [
+         25073  0xc802  int    11 15                    0x15
+         25074  0xc804  int    11 79                    0x79
+         25075  0xc806  int    11 59                    0x59
+         25076  0xc808  int    01                       0x00
+         25077  0xc809  prim   17 04                    ]
+ 2180 1  25078  0xc80b  prim   17 03                    [
+         25079  0xc80d  int    11 16                    0x16
+         25080  0xc80f  int    11 75                    0x75
+         25081  0xc811  int    11 55                    0x55
+         25082  0xc813  int    01                       0x00
+         25083  0xc814  prim   17 04                    ]
+ 2181 1  25084  0xc816  prim   17 03                    [
+         25085  0xc818  int    11 17                    0x17
+         25086  0xc81a  int    11 69                    0x69
+         25087  0xc81c  int    11 49                    0x49
+         25088  0xc81e  int    01                       0x00
+         25089  0xc81f  prim   17 04                    ]
+ 2182 1  25090  0xc821  prim   17 03                    [
+         25091  0xc823  int    11 18                    0x18
+         25092  0xc825  int    11 6f                    0x6f
+         25093  0xc827  int    11 4f                    0x4f
+         25094  0xc829  uint   12 f8                    0xf8
+         25095  0xc82b  prim   17 04                    ]
+ 2183 1  25096  0xc82d  prim   17 03                    [
+         25097  0xc82f  int    11 19                    0x19
+         25098  0xc831  int    11 70                    0x70
+         25099  0xc833  int    11 50                    0x50
+         25100  0xc835  uint   12 fe                    0xfe
+         25101  0xc837  prim   17 04                    ]
+ 2184 1  25102  0xc839  prim   17 03                    [
+         25103  0xc83b  int    11 1a                    0x1a
+         25104  0xc83d  int    11 2b                    0x2b
+         25105  0xc83f  int    11 2a                    0x2a
+         25106  0xc841  int    01                       0x00
+         25107  0xc842  prim   17 04                    ]
+ 2185 1  25108  0xc844  prim   17 03                    [
+         25109  0xc846  int    11 1e                    0x1e
+         25110  0xc848  int    11 61                    0x61
+         25111  0xc84a  int    11 41                    0x41
+         25112  0xc84c  uint   12 e6                    0xe6
+         25113  0xc84e  prim   17 04                    ]
+ 2186 1  25114  0xc850  prim   17 03                    [
+         25115  0xc852  int    11 1f                    0x1f
+         25116  0xc854  int    11 73                    0x73
+         25117  0xc856  int    11 53                    0x53
+         25118  0xc858  uint   12 df                    0xdf
+         25119  0xc85a  prim   17 04                    ]
+ 2187 1  25120  0xc85c  prim   17 03                    [
+         25121  0xc85e  int    11 20                    0x20
+         25122  0xc860  int    11 64                    0x64
+         25123  0xc862  int    11 44                    0x44
+         25124  0xc864  uint   12 f0                    0xf0
+         25125  0xc866  prim   17 04                    ]
+ 2188 1  25126  0xc868  prim   17 03                    [
+         25127  0xc86a  int    11 21                    0x21
+         25128  0xc86c  int    11 66                    0x66
+         25129  0xc86e  int    11 46                    0x46
+         25130  0xc870  int    01                       0x00
+         25131  0xc871  prim   17 04                    ]
+ 2189 1  25132  0xc873  prim   17 03                    [
+         25133  0xc875  int    11 22                    0x22
+         25134  0xc877  int    11 67                    0x67
+         25135  0xc879  int    11 47                    0x47
+         25136  0xc87b  int    01                       0x00
+         25137  0xc87c  prim   17 04                    ]
+ 2190 1  25138  0xc87e  prim   17 03                    [
+         25139  0xc880  int    11 23                    0x23
+         25140  0xc882  int    11 68                    0x68
+         25141  0xc884  int    11 48                    0x48
+         25142  0xc886  int    01                       0x00
+         25143  0xc887  prim   17 04                    ]
+ 2191 1  25144  0xc889  prim   17 03                    [
+         25145  0xc88b  int    11 25                    0x25
+         25146  0xc88d  int    11 6b                    0x6b
+         25147  0xc88f  int    11 4b                    0x4b
+         25148  0xc891  int    01                       0x00
+         25149  0xc892  prim   17 04                    ]
+ 2192 1  25150  0xc894  prim   17 03                    [
+         25151  0xc896  int    11 26                    0x26
+         25152  0xc898  int    11 6c                    0x6c
+         25153  0xc89a  int    11 4c                    0x4c
+         25154  0xc89c  int    01                       0x00
+         25155  0xc89d  prim   17 04                    ]
+ 2193 1  25156  0xc89f  prim   17 03                    [
+         25157  0xc8a1  int    11 27                    0x27
+         25158  0xc8a3  uint   12 e7                    0xe7
+         25159  0xc8a5  uint   12 c7                    0xc7
+         25160  0xc8a7  int    01                       0x00
+         25161  0xc8a8  prim   17 04                    ]
+ 2194 1  25162  0xc8aa  prim   17 03                    [
+         25163  0xc8ac  int    11 28                    0x28
+         25164  0xc8ae  uint   12 ba                    0xba
+         25165  0xc8b0  uint   12 aa                    0xaa
+         25166  0xc8b2  int    01                       0x00
+         25167  0xc8b3  prim   17 04                    ]
+ 2195 1  25168  0xc8b5  prim   17 03                    [
+         25169  0xc8b7  int    11 29                    0x29
+         25170  0xc8b9  int    11 5c                    0x5c
+         25171  0xc8bb  int    11 7c                    0x7c
+         25172  0xc8bd  uint   12 ac                    0xac
+         25173  0xc8bf  prim   17 04                    ]
+ 2196 1  25174  0xc8c1  prim   17 03                    [
+         25175  0xc8c3  int    11 2c                    0x2c
+         25176  0xc8c5  int    11 7a                    0x7a
+         25177  0xc8c7  int    11 5a                    0x5a
+         25178  0xc8c9  uint   12 ab                    0xab
+         25179  0xc8cb  prim   17 04                    ]
+ 2197 1  25180  0xc8cd  prim   17 03                    [
+         25181  0xc8cf  int    11 2d                    0x2d
+         25182  0xc8d1  int    11 78                    0x78
+         25183  0xc8d3  int    11 58                    0x58
+         25184  0xc8d5  uint   12 bb                    0xbb
+         25185  0xc8d7  prim   17 04                    ]
+ 2198 1  25186  0xc8d9  prim   17 03                    [
+         25187  0xc8db  int    11 2e                    0x2e
+         25188  0xc8dd  int    11 63                    0x63
+         25189  0xc8df  int    11 43                    0x43
+         25190  0xc8e1  uint   12 a2                    0xa2
+         25191  0xc8e3  prim   17 04                    ]
+ 2199 1  25192  0xc8e5  prim   17 03                    [
+         25193  0xc8e7  int    11 2f                    0x2f
+         25194  0xc8e9  int    11 76                    0x76
+         25195  0xc8eb  int    11 56                    0x56
+         25196  0xc8ed  int    01                       0x00
+         25197  0xc8ee  prim   17 04                    ]
+ 2200 1  25198  0xc8f0  prim   17 03                    [
+         25199  0xc8f2  int    11 30                    0x30
+         25200  0xc8f4  int    11 62                    0x62
+         25201  0xc8f6  int    11 42                    0x42
+         25202  0xc8f8  int    01                       0x00
+         25203  0xc8f9  prim   17 04                    ]
+ 2201 1  25204  0xc8fb  prim   17 03                    [
+         25205  0xc8fd  int    11 32                    0x32
+         25206  0xc8ff  int    11 6d                    0x6d
+         25207  0xc901  int    11 4d                    0x4d
+         25208  0xc903  uint   12 b5                    0xb5
+         25209  0xc905  prim   17 04                    ]
+ 2202 1  25210  0xc907  prim   17 03                    [
+         25211  0xc909  int    11 33                    0x33
+         25212  0xc90b  int    11 2c                    0x2c
+         25213  0xc90d  int    11 3b                    0x3b
+         25214  0xc90f  int    01                       0x00
+         25215  0xc910  prim   17 04                    ]
+ 2203 1  25216  0xc912  prim   17 03                    [
+         25217  0xc914  int    11 34                    0x34
+         25218  0xc916  int    11 2e                    0x2e
+         25219  0xc918  int    11 3a                    0x3a
+         25220  0xc91a  uint   12 b7                    0xb7
+         25221  0xc91c  prim   17 04                    ]
+ 2204 1  25222  0xc91e  prim   17 03                    [
+         25223  0xc920  int    11 35                    0x35
+         25224  0xc922  int    11 2d                    0x2d
+         25225  0xc924  int    11 5f                    0x5f
+         25226  0xc926  int    01                       0x00
+         25227  0xc927  prim   17 04                    ]
+ 2205 1  25228  0xc929  prim   17 03                    [
+         25229  0xc92b  int    11 56                    0x56
+         25230  0xc92d  int    11 3c                    0x3c
+         25231  0xc92f  int    11 3e                    0x3e
+         25232  0xc931  int    11 7c                    0x7c
+         25233  0xc933  prim   17 04                    ]
+ 2206 1  25234  0xc935  prim   17 04                    ]
+         25235  0xc937  prim   17 05                    def
+ 2208 1  25236  0xc939  dict   29 8c 03                 /keymap.ro
+         25237  0xc93c  prim   17 03                    [
+ 2209 1  25238  0xc93e  prim   17 03                    [
+         25239  0xc940  int    11 02                    0x02
+         25240  0xc942  int    11 31                    0x31
+         25241  0xc944  int    11 21                    0x21
+         25242  0xc946  int    01                       0x00
+         25243  0xc947  prim   17 04                    ]
+ 2210 1  25244  0xc949  prim   17 03                    [
+         25245  0xc94b  int    11 03                    0x03
+         25246  0xc94d  int    11 32                    0x32
+         25247  0xc94f  int    11 40                    0x40
+         25248  0xc951  int    01                       0x00
+         25249  0xc952  prim   17 04                    ]
+ 2211 1  25250  0xc954  prim   17 03                    [
+         25251  0xc956  int    11 04                    0x04
+         25252  0xc958  int    11 33                    0x33
+         25253  0xc95a  int    11 23                    0x23
+         25254  0xc95c  int    01                       0x00
+         25255  0xc95d  prim   17 04                    ]
+ 2212 1  25256  0xc95f  prim   17 03                    [
+         25257  0xc961  int    11 05                    0x05
+         25258  0xc963  int    11 34                    0x34
+         25259  0xc965  int    11 24                    0x24
+         25260  0xc967  int    01                       0x00
+         25261  0xc968  prim   17 04                    ]
+ 2213 1  25262  0xc96a  prim   17 03                    [
+         25263  0xc96c  int    11 06                    0x06
+         25264  0xc96e  int    11 35                    0x35
+         25265  0xc970  int    11 25                    0x25
+         25266  0xc972  int    11 2a                    0x2a
+         25267  0xc974  prim   17 04                    ]
+ 2214 1  25268  0xc976  prim   17 03                    [
+         25269  0xc978  int    11 07                    0x07
+         25270  0xc97a  int    11 36                    0x36
+         25271  0xc97c  int    11 5e                    0x5e
+         25272  0xc97e  int    01                       0x00
+         25273  0xc97f  prim   17 04                    ]
+ 2215 1  25274  0xc981  prim   17 03                    [
+         25275  0xc983  int    11 08                    0x08
+         25276  0xc985  int    11 37                    0x37
+         25277  0xc987  int    11 26                    0x26
+         25278  0xc989  int    01                       0x00
+         25279  0xc98a  prim   17 04                    ]
+ 2216 1  25280  0xc98c  prim   17 03                    [
+         25281  0xc98e  int    11 09                    0x09
+         25282  0xc990  int    11 38                    0x38
+         25283  0xc992  int    11 2a                    0x2a
+         25284  0xc994  int    11 2e                    0x2e
+         25285  0xc996  prim   17 04                    ]
+ 2217 1  25286  0xc998  prim   17 03                    [
+         25287  0xc99a  int    11 0a                    0x0a
+         25288  0xc99c  int    11 39                    0x39
+         25289  0xc99e  int    11 28                    0x28
+         25290  0xc9a0  int    01                       0x00
+         25291  0xc9a1  prim   17 04                    ]
+ 2218 1  25292  0xc9a3  prim   17 03                    [
+         25293  0xc9a5  int    11 0b                    0x0b
+         25294  0xc9a7  int    11 30                    0x30
+         25295  0xc9a9  int    11 29                    0x29
+         25296  0xc9ab  int    01                       0x00
+         25297  0xc9ac  prim   17 04                    ]
+ 2219 1  25298  0xc9ae  prim   17 03                    [
+         25299  0xc9b0  int    11 0c                    0x0c
+         25300  0xc9b2  int    11 2d                    0x2d
+         25301  0xc9b4  int    11 5f                    0x5f
+         25302  0xc9b6  int    01                       0x00
+         25303  0xc9b7  prim   17 04                    ]
+ 2220 1  25304  0xc9b9  prim   17 03                    [
+         25305  0xc9bb  int    11 0d                    0x0d
+         25306  0xc9bd  int    11 3d                    0x3d
+         25307  0xc9bf  int    11 2b                    0x2b
+         25308  0xc9c1  int    01                       0x00
+         25309  0xc9c2  prim   17 04                    ]
+ 2221 1  25310  0xc9c4  prim   17 03                    [
+         25311  0xc9c6  int    11 10                    0x10
+         25312  0xc9c8  int    11 71                    0x71
+         25313  0xc9ca  int    11 51                    0x51
+         25314  0xc9cc  uint   12 e2                    0xe2
+         25315  0xc9ce  prim   17 04                    ]
+ 2222 1  25316  0xc9d0  prim   17 03                    [
+         25317  0xc9d2  int    11 11                    0x11
+         25318  0xc9d4  int    11 77                    0x77
+         25319  0xc9d6  int    11 57                    0x57
+         25320  0xc9d8  uint   12 df                    0xdf
+         25321  0xc9da  prim   17 04                    ]
+ 2223 1  25322  0xc9dc  prim   17 03                    [
+         25323  0xc9de  int    11 12                    0x12
+         25324  0xc9e0  int    11 65                    0x65
+         25325  0xc9e2  int    11 45                    0x45
+         25326  0xc9e4  int    01                       0x00
+         25327  0xc9e5  prim   17 04                    ]
+ 2224 1  25328  0xc9e7  prim   17 03                    [
+         25329  0xc9e9  int    11 14                    0x14
+         25330  0xc9eb  int    11 74                    0x74
+         25331  0xc9ed  int    11 54                    0x54
+         25332  0xc9ef  int    01                       0x00
+         25333  0xc9f0  prim   17 04                    ]
+ 2225 1  25334  0xc9f2  prim   17 03                    [
+         25335  0xc9f4  int    11 17                    0x17
+         25336  0xc9f6  int    11 69                    0x69
+         25337  0xc9f8  int    11 49                    0x49
+         25338  0xc9fa  uint   12 ee                    0xee
+         25339  0xc9fc  prim   17 04                    ]
+ 2226 1  25340  0xc9fe  prim   17 03                    [
+         25341  0xca00  int    11 19                    0x19
+         25342  0xca02  int    11 70                    0x70
+         25343  0xca04  int    11 50                    0x50
+         25344  0xca06  uint   12 a7                    0xa7
+         25345  0xca08  prim   17 04                    ]
+ 2227 1  25346  0xca0a  prim   17 03                    [
+         25347  0xca0c  int    11 1a                    0x1a
+         25348  0xca0e  int    11 5b                    0x5b
+         25349  0xca10  int    11 7b                    0x7b
+         25350  0xca12  int    01                       0x00
+         25351  0xca13  prim   17 04                    ]
+ 2228 1  25352  0xca15  prim   17 03                    [
+         25353  0xca17  int    11 1b                    0x1b
+         25354  0xca19  int    11 5d                    0x5d
+         25355  0xca1b  int    11 7d                    0x7d
+         25356  0xca1d  int    01                       0x00
+         25357  0xca1e  prim   17 04                    ]
+ 2229 1  25358  0xca20  prim   17 03                    [
+         25359  0xca22  int    11 1e                    0x1e
+         25360  0xca24  int    11 61                    0x61
+         25361  0xca26  int    11 41                    0x41
+         25362  0xca28  int    01                       0x00
+         25363  0xca29  prim   17 04                    ]
+ 2230 1  25364  0xca2b  prim   17 03                    [
+         25365  0xca2d  int    11 1f                    0x1f
+         25366  0xca2f  int    11 73                    0x73
+         25367  0xca31  int    11 53                    0x53
+         25368  0xca33  int    01                       0x00
+         25369  0xca34  prim   17 04                    ]
+ 2231 1  25370  0xca36  prim   17 03                    [
+         25371  0xca38  int    11 20                    0x20
+         25372  0xca3a  int    11 64                    0x64
+         25373  0xca3c  int    11 44                    0x44
+         25374  0xca3e  int    01                       0x00
+         25375  0xca3f  prim   17 04                    ]
+ 2232 1  25376  0xca41  prim   17 03                    [
+         25377  0xca43  int    11 26                    0x26
+         25378  0xca45  int    11 6c                    0x6c
+         25379  0xca47  int    11 4c                    0x4c
+         25380  0xca49  int    01                       0x00
+         25381  0xca4a  prim   17 04                    ]
+ 2233 1  25382  0xca4c  prim   17 03                    [
+         25383  0xca4e  int    11 2e                    0x2e
+         25384  0xca50  int    11 63                    0x63
+         25385  0xca52  int    11 43                    0x43
+         25386  0xca54  uint   12 a9                    0xa9
+         25387  0xca56  prim   17 04                    ]
+ 2234 1  25388  0xca58  prim   17 03                    [
+         25389  0xca5a  int    11 33                    0x33
+         25390  0xca5c  int    11 2c                    0x2c
+         25391  0xca5e  int    11 3c                    0x3c
+         25392  0xca60  uint   12 ab                    0xab
+         25393  0xca62  prim   17 04                    ]
+ 2235 1  25394  0xca64  prim   17 03                    [
+         25395  0xca66  int    11 34                    0x34
+         25396  0xca68  int    11 2e                    0x2e
+         25397  0xca6a  int    11 3e                    0x3e
+         25398  0xca6c  uint   12 bb                    0xbb
+         25399  0xca6e  prim   17 04                    ]
+ 2236 1  25400  0xca70  prim   17 03                    [
+         25401  0xca72  int    11 56                    0x56
+         25402  0xca74  int    11 5c                    0x5c
+         25403  0xca76  int    11 7c                    0x7c
+         25404  0xca78  int    11 7c                    0x7c
+         25405  0xca7a  prim   17 04                    ]
+ 2237 1  25406  0xca7c  prim   17 04                    ]
+         25407  0xca7e  prim   17 05                    def
+ 2239 1  25408  0xca80  dict   29 8d 03                 /keymap.rs
+         25409  0xca83  prim   17 03                    [
+ 2240 1  25410  0xca85  prim   17 03                    [
+         25411  0xca87  int    11 02                    0x02
+         25412  0xca89  int    11 31                    0x31
+         25413  0xca8b  int    11 21                    0x21
+         25414  0xca8d  int    01                       0x00
+         25415  0xca8e  prim   17 04                    ]
+ 2241 1  25416  0xca90  prim   17 03                    [
+         25417  0xca92  int    11 03                    0x03
+         25418  0xca94  int    11 32                    0x32
+         25419  0xca96  int    11 22                    0x22
+         25420  0xca98  int    01                       0x00
+         25421  0xca99  prim   17 04                    ]
+ 2242 1  25422  0xca9b  prim   17 03                    [
+         25423  0xca9d  int    11 04                    0x04
+         25424  0xca9f  int    11 33                    0x33
+         25425  0xcaa1  int    11 23                    0x23
+         25426  0xcaa3  int    01                       0x00
+         25427  0xcaa4  prim   17 04                    ]
+ 2243 1  25428  0xcaa6  prim   17 03                    [
+         25429  0xcaa8  int    11 05                    0x05
+         25430  0xcaaa  int    11 34                    0x34
+         25431  0xcaac  int    11 24                    0x24
+         25432  0xcaae  int    01                       0x00
+         25433  0xcaaf  prim   17 04                    ]
+ 2244 1  25434  0xcab1  prim   17 03                    [
+         25435  0xcab3  int    11 06                    0x06
+         25436  0xcab5  int    11 35                    0x35
+         25437  0xcab7  int    11 25                    0x25
+         25438  0xcab9  int    01                       0x00
+         25439  0xcaba  prim   17 04                    ]
+ 2245 1  25440  0xcabc  prim   17 03                    [
+         25441  0xcabe  int    11 07                    0x07
+         25442  0xcac0  int    11 36                    0x36
+         25443  0xcac2  int    11 26                    0x26
+         25444  0xcac4  int    01                       0x00
+         25445  0xcac5  prim   17 04                    ]
+ 2246 1  25446  0xcac7  prim   17 03                    [
+         25447  0xcac9  int    11 08                    0x08
+         25448  0xcacb  int    11 37                    0x37
+         25449  0xcacd  int    11 2f                    0x2f
+         25450  0xcacf  int    01                       0x00
+         25451  0xcad0  prim   17 04                    ]
+ 2247 1  25452  0xcad2  prim   17 03                    [
+         25453  0xcad4  int    11 09                    0x09
+         25454  0xcad6  int    11 38                    0x38
+         25455  0xcad8  int    11 28                    0x28
+         25456  0xcada  int    11 38                    0x38
+         25457  0xcadc  prim   17 04                    ]
+ 2248 1  25458  0xcade  prim   17 03                    [
+         25459  0xcae0  int    11 0a                    0x0a
+         25460  0xcae2  int    11 39                    0x39
+         25461  0xcae4  int    11 29                    0x29
+         25462  0xcae6  int    01                       0x00
+         25463  0xcae7  prim   17 04                    ]
+ 2249 1  25464  0xcae9  prim   17 03                    [
+         25465  0xcaeb  int    11 0b                    0x0b
+         25466  0xcaed  int    11 30                    0x30
+         25467  0xcaef  int    11 3d                    0x3d
+         25468  0xcaf1  int    11 30                    0x30
+         25469  0xcaf3  prim   17 04                    ]
+ 2250 1  25470  0xcaf5  prim   17 03                    [
+         25471  0xcaf7  int    11 0c                    0x0c
+         25472  0xcaf9  int    11 27                    0x27
+         25473  0xcafb  int    11 3f                    0x3f
+         25474  0xcafd  int    11 5f                    0x5f
+         25475  0xcaff  prim   17 04                    ]
+ 2251 1  25476  0xcb01  prim   17 03                    [
+         25477  0xcb03  int    11 0d                    0x0d
+         25478  0xcb05  int    11 2b                    0x2b
+         25479  0xcb07  int    11 2a                    0x2a
+         25480  0xcb09  int    01                       0x00
+         25481  0xcb0a  prim   17 04                    ]
+ 2252 1  25482  0xcb0c  prim   17 03                    [
+         25483  0xcb0e  int    11 10                    0x10
+         25484  0xcb10  int    01                       0x00
+         25485  0xcb11  int    01                       0x00
+         25486  0xcb12  int    11 5c                    0x5c
+         25487  0xcb14  prim   17 04                    ]
+ 2253 1  25488  0xcb16  prim   17 03                    [
+         25489  0xcb18  int    11 11                    0x11
+         25490  0xcb1a  int    01                       0x00
+         25491  0xcb1b  int    01                       0x00
+         25492  0xcb1c  int    11 7c                    0x7c
+         25493  0xcb1e  prim   17 04                    ]
+ 2254 1  25494  0xcb20  prim   17 03                    [
+         25495  0xcb22  int    11 13                    0x13
+         25496  0xcb24  int    01                       0x00
+         25497  0xcb25  int    01                       0x00
+         25498  0xcb26  uint   12 b6                    0xb6
+         25499  0xcb28  prim   17 04                    ]
+ 2255 1  25500  0xcb2a  prim   17 03                    [
+         25501  0xcb2c  int    11 18                    0x18
+         25502  0xcb2e  int    01                       0x00
+         25503  0xcb2f  int    01                       0x00
+         25504  0xcb30  uint   12 a7                    0xa7
+         25505  0xcb32  prim   17 04                    ]
+ 2256 1  25506  0xcb34  prim   17 03                    [
+         25507  0xcb36  int    11 1a                    0x1a
+         25508  0xcb38  int    01                       0x00
+         25509  0xcb39  int    01                       0x00
+         25510  0xcb3a  uint   12 f7                    0xf7
+         25511  0xcb3c  prim   17 04                    ]
+ 2257 1  25512  0xcb3e  prim   17 03                    [
+         25513  0xcb40  int    11 1b                    0x1b
+         25514  0xcb42  int    01                       0x00
+         25515  0xcb43  int    01                       0x00
+         25516  0xcb44  uint   12 d7                    0xd7
+         25517  0xcb46  prim   17 04                    ]
+ 2258 1  25518  0xcb48  prim   17 03                    [
+         25519  0xcb4a  int    11 21                    0x21
+         25520  0xcb4c  int    01                       0x00
+         25521  0xcb4d  int    01                       0x00
+         25522  0xcb4e  int    11 5b                    0x5b
+         25523  0xcb50  prim   17 04                    ]
+ 2259 1  25524  0xcb52  prim   17 03                    [
+         25525  0xcb54  int    11 22                    0x22
+         25526  0xcb56  int    01                       0x00
+         25527  0xcb57  int    01                       0x00
+         25528  0xcb58  int    11 5d                    0x5d
+         25529  0xcb5a  prim   17 04                    ]
+ 2260 1  25530  0xcb5c  prim   17 03                    [
+         25531  0xcb5e  int    11 29                    0x29
+         25532  0xcb60  int    11 60                    0x60
+         25533  0xcb62  int    11 7e                    0x7e
+         25534  0xcb64  uint   12 b0                    0xb0
+         25535  0xcb66  prim   17 04                    ]
+ 2261 1  25536  0xcb68  prim   17 03                    [
+         25537  0xcb6a  int    11 2b                    0x2b
+         25538  0xcb6c  int    01                       0x00
+         25539  0xcb6d  int    01                       0x00
+         25540  0xcb6e  uint   12 a4                    0xa4
+         25541  0xcb70  prim   17 04                    ]
+ 2262 1  25542  0xcb72  prim   17 03                    [
+         25543  0xcb74  int    11 2e                    0x2e
+         25544  0xcb76  int    01                       0x00
+         25545  0xcb77  int    01                       0x00
+         25546  0xcb78  uint   12 a2                    0xa2
+         25547  0xcb7a  prim   17 04                    ]
+ 2263 1  25548  0xcb7c  prim   17 03                    [
+         25549  0xcb7e  int    11 2f                    0x2f
+         25550  0xcb80  int    01                       0x00
+         25551  0xcb81  int    01                       0x00
+         25552  0xcb82  int    11 40                    0x40
+         25553  0xcb84  prim   17 04                    ]
+ 2264 1  25554  0xcb86  prim   17 03                    [
+         25555  0xcb88  int    11 30                    0x30
+         25556  0xcb8a  int    01                       0x00
+         25557  0xcb8b  int    01                       0x00
+         25558  0xcb8c  int    11 7b                    0x7b
+         25559  0xcb8e  prim   17 04                    ]
+ 2265 1  25560  0xcb90  prim   17 03                    [
+         25561  0xcb92  int    11 31                    0x31
+         25562  0xcb94  int    01                       0x00
+         25563  0xcb95  int    01                       0x00
+         25564  0xcb96  int    11 7d                    0x7d
+         25565  0xcb98  prim   17 04                    ]
+ 2266 1  25566  0xcb9a  prim   17 03                    [
+         25567  0xcb9c  int    11 32                    0x32
+         25568  0xcb9e  int    01                       0x00
+         25569  0xcb9f  int    01                       0x00
+         25570  0xcba0  int    11 5e                    0x5e
+         25571  0xcba2  prim   17 04                    ]
+ 2267 1  25572  0xcba4  prim   17 03                    [
+         25573  0xcba6  int    11 33                    0x33
+         25574  0xcba8  int    11 2c                    0x2c
+         25575  0xcbaa  int    11 3b                    0x3b
+         25576  0xcbac  int    11 3c                    0x3c
+         25577  0xcbae  prim   17 04                    ]
+ 2268 1  25578  0xcbb0  prim   17 03                    [
+         25579  0xcbb2  int    11 34                    0x34
+         25580  0xcbb4  int    11 2e                    0x2e
+         25581  0xcbb6  int    11 3a                    0x3a
+         25582  0xcbb8  int    11 3e                    0x3e
+         25583  0xcbba  prim   17 04                    ]
+ 2269 1  25584  0xcbbc  prim   17 03                    [
+         25585  0xcbbe  int    11 35                    0x35
+         25586  0xcbc0  int    11 2d                    0x2d
+         25587  0xcbc2  int    11 5f                    0x5f
+         25588  0xcbc4  int    01                       0x00
+         25589  0xcbc5  prim   17 04                    ]
+ 2270 1  25590  0xcbc7  prim   17 03                    [
+         25591  0xcbc9  int    11 56                    0x56
+         25592  0xcbcb  int    11 3c                    0x3c
+         25593  0xcbcd  int    11 3e                    0x3e
+         25594  0xcbcf  int    11 7c                    0x7c
+         25595  0xcbd1  prim   17 04                    ]
+ 2271 1  25596  0xcbd3  prim   17 04                    ]
+         25597  0xcbd5  prim   17 05                    def
+ 2273 1  25598  0xcbd7  dict   29 8e 03                 /keymap.ru
+         25599  0xcbda  prim   17 03                    [
+ 2274 1  25600  0xcbdc  prim   17 03                    [
+         25601  0xcbde  int    11 56                    0x56
+         25602  0xcbe0  int    11 3c                    0x3c
+         25603  0xcbe2  int    11 3e                    0x3e
+         25604  0xcbe4  int    11 7c                    0x7c
+         25605  0xcbe6  prim   17 04                    ]
+ 2275 1  25606  0xcbe8  prim   17 04                    ]
+         25607  0xcbea  prim   17 05                    def
+ 2277 1  25608  0xcbec  dict   29 8f 03                 /keymap.se
+         25609  0xcbef  prim   17 03                    [
+ 2278 1  25610  0xcbf1  prim   17 03                    [
+         25611  0xcbf3  int    11 02                    0x02
+         25612  0xcbf5  int    11 31                    0x31
+         25613  0xcbf7  int    11 21                    0x21
+         25614  0xcbf9  uint   12 a1                    0xa1
+         25615  0xcbfb  prim   17 04                    ]
+ 2279 1  25616  0xcbfd  prim   17 03                    [
+         25617  0xcbff  int    11 03                    0x03
+         25618  0xcc01  int    11 32                    0x32
+         25619  0xcc03  int    11 22                    0x22
+         25620  0xcc05  int    11 40                    0x40
+         25621  0xcc07  prim   17 04                    ]
+ 2280 1  25622  0xcc09  prim   17 03                    [
+         25623  0xcc0b  int    11 04                    0x04
+         25624  0xcc0d  int    11 33                    0x33
+         25625  0xcc0f  int    11 23                    0x23
+         25626  0xcc11  uint   12 a3                    0xa3
+         25627  0xcc13  prim   17 04                    ]
+ 2281 1  25628  0xcc15  prim   17 03                    [
+         25629  0xcc17  int    11 05                    0x05
+         25630  0xcc19  int    11 34                    0x34
+         25631  0xcc1b  uint   12 a4                    0xa4
+         25632  0xcc1d  int    11 24                    0x24
+         25633  0xcc1f  prim   17 04                    ]
+ 2282 1  25634  0xcc21  prim   17 03                    [
+         25635  0xcc23  int    11 06                    0x06
+         25636  0xcc25  int    11 35                    0x35
+         25637  0xcc27  int    11 25                    0x25
+         25638  0xcc29  int    01                       0x00
+         25639  0xcc2a  prim   17 04                    ]
+ 2283 1  25640  0xcc2c  prim   17 03                    [
+         25641  0xcc2e  int    11 07                    0x07
+         25642  0xcc30  int    11 36                    0x36
+         25643  0xcc32  int    11 26                    0x26
+         25644  0xcc34  uint   12 a5                    0xa5
+         25645  0xcc36  prim   17 04                    ]
+ 2284 1  25646  0xcc38  prim   17 03                    [
+         25647  0xcc3a  int    11 08                    0x08
+         25648  0xcc3c  int    11 37                    0x37
+         25649  0xcc3e  int    11 2f                    0x2f
+         25650  0xcc40  int    11 7b                    0x7b
+         25651  0xcc42  prim   17 04                    ]
+ 2285 1  25652  0xcc44  prim   17 03                    [
+         25653  0xcc46  int    11 09                    0x09
+         25654  0xcc48  int    11 38                    0x38
+         25655  0xcc4a  int    11 28                    0x28
+         25656  0xcc4c  int    11 5b                    0x5b
+         25657  0xcc4e  prim   17 04                    ]
+ 2286 1  25658  0xcc50  prim   17 03                    [
+         25659  0xcc52  int    11 0a                    0x0a
+         25660  0xcc54  int    11 39                    0x39
+         25661  0xcc56  int    11 29                    0x29
+         25662  0xcc58  int    11 5d                    0x5d
+         25663  0xcc5a  prim   17 04                    ]
+ 2287 1  25664  0xcc5c  prim   17 03                    [
+         25665  0xcc5e  int    11 0b                    0x0b
+         25666  0xcc60  int    11 30                    0x30
+         25667  0xcc62  int    11 3d                    0x3d
+         25668  0xcc64  int    11 7d                    0x7d
+         25669  0xcc66  prim   17 04                    ]
+ 2288 1  25670  0xcc68  prim   17 03                    [
+         25671  0xcc6a  int    11 0c                    0x0c
+         25672  0xcc6c  int    11 2b                    0x2b
+         25673  0xcc6e  int    11 3f                    0x3f
+         25674  0xcc70  int    11 5c                    0x5c
+         25675  0xcc72  prim   17 04                    ]
+ 2289 1  25676  0xcc74  prim   17 03                    [
+         25677  0xcc76  int    11 0d                    0x0d
+         25678  0xcc78  int    01                       0x00
+         25679  0xcc79  int    01                       0x00
+         25680  0xcc7a  uint   12 b1                    0xb1
+         25681  0xcc7c  prim   17 04                    ]
+ 2290 1  25682  0xcc7e  prim   17 03                    [
+         25683  0xcc80  int    11 10                    0x10
+         25684  0xcc82  int    11 71                    0x71
+         25685  0xcc84  int    11 51                    0x51
+         25686  0xcc86  int    11 40                    0x40
+         25687  0xcc88  prim   17 04                    ]
+ 2291 1  25688  0xcc8a  prim   17 03                    [
+         25689  0xcc8c  int    11 11                    0x11
+         25690  0xcc8e  int    11 77                    0x77
+         25691  0xcc90  int    11 57                    0x57
+         25692  0xcc92  int    01                       0x00
+         25693  0xcc93  prim   17 04                    ]
+ 2292 1  25694  0xcc95  prim   17 03                    [
+         25695  0xcc97  int    11 12                    0x12
+         25696  0xcc99  int    11 65                    0x65
+         25697  0xcc9b  int    11 45                    0x45
+         25698  0xcc9d  int    01                       0x00
+         25699  0xcc9e  prim   17 04                    ]
+ 2293 1  25700  0xcca0  prim   17 03                    [
+         25701  0xcca2  int    11 13                    0x13
+         25702  0xcca4  int    11 72                    0x72
+         25703  0xcca6  int    11 52                    0x52
+         25704  0xcca8  uint   12 ae                    0xae
+         25705  0xccaa  prim   17 04                    ]
+ 2294 1  25706  0xccac  prim   17 03                    [
+         25707  0xccae  int    11 14                    0x14
+         25708  0xccb0  int    11 74                    0x74
+         25709  0xccb2  int    11 54                    0x54
+         25710  0xccb4  uint   12 fe                    0xfe
+         25711  0xccb6  prim   17 04                    ]
+ 2295 1  25712  0xccb8  prim   17 03                    [
+         25713  0xccba  int    11 15                    0x15
+         25714  0xccbc  int    11 79                    0x79
+         25715  0xccbe  int    11 59                    0x59
+         25716  0xccc0  int    01                       0x00
+         25717  0xccc1  prim   17 04                    ]
+ 2296 1  25718  0xccc3  prim   17 03                    [
+         25719  0xccc5  int    11 16                    0x16
+         25720  0xccc7  int    11 75                    0x75
+         25721  0xccc9  int    11 55                    0x55
+         25722  0xcccb  int    01                       0x00
+         25723  0xcccc  prim   17 04                    ]
+ 2297 1  25724  0xccce  prim   17 03                    [
+         25725  0xccd0  int    11 17                    0x17
+         25726  0xccd2  int    11 69                    0x69
+         25727  0xccd4  int    11 49                    0x49
+         25728  0xccd6  int    01                       0x00
+         25729  0xccd7  prim   17 04                    ]
+ 2298 1  25730  0xccd9  prim   17 03                    [
+         25731  0xccdb  int    11 18                    0x18
+         25732  0xccdd  int    11 6f                    0x6f
+         25733  0xccdf  int    11 4f                    0x4f
+         25734  0xcce1  int    01                       0x00
+         25735  0xcce2  prim   17 04                    ]
+ 2299 1  25736  0xcce4  prim   17 03                    [
+         25737  0xcce6  int    11 19                    0x19
+         25738  0xcce8  int    11 70                    0x70
+         25739  0xccea  int    11 50                    0x50
+         25740  0xccec  uint   12 fe                    0xfe
+         25741  0xccee  prim   17 04                    ]
+ 2300 1  25742  0xccf0  prim   17 03                    [
+         25743  0xccf2  int    11 1a                    0x1a
+         25744  0xccf4  uint   12 e5                    0xe5
+         25745  0xccf6  uint   12 c5                    0xc5
+         25746  0xccf8  int    01                       0x00
+         25747  0xccf9  prim   17 04                    ]
+ 2301 1  25748  0xccfb  prim   17 03                    [
+         25749  0xccfd  int    11 1e                    0x1e
+         25750  0xccff  int    11 61                    0x61
+         25751  0xcd01  int    11 41                    0x41
+         25752  0xcd03  uint   12 aa                    0xaa
+         25753  0xcd05  prim   17 04                    ]
+ 2302 1  25754  0xcd07  prim   17 03                    [
+         25755  0xcd09  int    11 1f                    0x1f
+         25756  0xcd0b  int    11 73                    0x73
+         25757  0xcd0d  int    11 53                    0x53
+         25758  0xcd0f  uint   12 df                    0xdf
+         25759  0xcd11  prim   17 04                    ]
+ 2303 1  25760  0xcd13  prim   17 03                    [
+         25761  0xcd15  int    11 20                    0x20
+         25762  0xcd17  int    11 64                    0x64
+         25763  0xcd19  int    11 44                    0x44
+         25764  0xcd1b  uint   12 f0                    0xf0
+         25765  0xcd1d  prim   17 04                    ]
+ 2304 1  25766  0xcd1f  prim   17 03                    [
+         25767  0xcd21  int    11 21                    0x21
+         25768  0xcd23  int    11 66                    0x66
+         25769  0xcd25  int    11 46                    0x46
+         25770  0xcd27  int    01                       0x00
+         25771  0xcd28  prim   17 04                    ]
+ 2305 1  25772  0xcd2a  prim   17 03                    [
+         25773  0xcd2c  int    11 22                    0x22
+         25774  0xcd2e  int    11 67                    0x67
+         25775  0xcd30  int    11 47                    0x47
+         25776  0xcd32  int    01                       0x00
+         25777  0xcd33  prim   17 04                    ]
+ 2306 1  25778  0xcd35  prim   17 03                    [
+         25779  0xcd37  int    11 23                    0x23
+         25780  0xcd39  int    11 68                    0x68
+         25781  0xcd3b  int    11 48                    0x48
+         25782  0xcd3d  int    01                       0x00
+         25783  0xcd3e  prim   17 04                    ]
+ 2307 1  25784  0xcd40  prim   17 03                    [
+         25785  0xcd42  int    11 25                    0x25
+         25786  0xcd44  int    11 6b                    0x6b
+         25787  0xcd46  int    11 4b                    0x4b
+         25788  0xcd48  int    01                       0x00
+         25789  0xcd49  prim   17 04                    ]
+ 2308 1  25790  0xcd4b  prim   17 03                    [
+         25791  0xcd4d  int    11 26                    0x26
+         25792  0xcd4f  int    11 6c                    0x6c
+         25793  0xcd51  int    11 4c                    0x4c
+         25794  0xcd53  int    01                       0x00
+         25795  0xcd54  prim   17 04                    ]
+ 2309 1  25796  0xcd56  prim   17 03                    [
+         25797  0xcd58  int    11 27                    0x27
+         25798  0xcd5a  uint   12 f6                    0xf6
+         25799  0xcd5c  uint   12 d6                    0xd6
+         25800  0xcd5e  uint   12 f8                    0xf8
+         25801  0xcd60  prim   17 04                    ]
+ 2310 1  25802  0xcd62  prim   17 03                    [
+         25803  0xcd64  int    11 28                    0x28
+         25804  0xcd66  uint   12 e4                    0xe4
+         25805  0xcd68  uint   12 c4                    0xc4
+         25806  0xcd6a  uint   12 e6                    0xe6
+         25807  0xcd6c  prim   17 04                    ]
+ 2311 1  25808  0xcd6e  prim   17 03                    [
+         25809  0xcd70  int    11 29                    0x29
+         25810  0xcd72  uint   12 a7                    0xa7
+         25811  0xcd74  uint   12 bd                    0xbd
+         25812  0xcd76  uint   12 b6                    0xb6
+         25813  0xcd78  prim   17 04                    ]
+ 2312 1  25814  0xcd7a  prim   17 03                    [
+         25815  0xcd7c  int    11 2b                    0x2b
+         25816  0xcd7e  int    11 27                    0x27
+         25817  0xcd80  int    11 2a                    0x2a
+         25818  0xcd82  int    11 27                    0x27
+         25819  0xcd84  prim   17 04                    ]
+ 2313 1  25820  0xcd86  prim   17 03                    [
+         25821  0xcd88  int    11 2c                    0x2c
+         25822  0xcd8a  int    11 7a                    0x7a
+         25823  0xcd8c  int    11 5a                    0x5a
+         25824  0xcd8e  uint   12 ab                    0xab
+         25825  0xcd90  prim   17 04                    ]
+ 2314 1  25826  0xcd92  prim   17 03                    [
+         25827  0xcd94  int    11 2d                    0x2d
+         25828  0xcd96  int    11 78                    0x78
+         25829  0xcd98  int    11 58                    0x58
+         25830  0xcd9a  uint   12 bb                    0xbb
+         25831  0xcd9c  prim   17 04                    ]
+ 2315 1  25832  0xcd9e  prim   17 03                    [
+         25833  0xcda0  int    11 2e                    0x2e
+         25834  0xcda2  int    11 63                    0x63
+         25835  0xcda4  int    11 43                    0x43
+         25836  0xcda6  uint   12 a9                    0xa9
+         25837  0xcda8  prim   17 04                    ]
+ 2316 1  25838  0xcdaa  prim   17 03                    [
+         25839  0xcdac  int    11 2f                    0x2f
+         25840  0xcdae  int    11 76                    0x76
+         25841  0xcdb0  int    11 56                    0x56
+         25842  0xcdb2  int    01                       0x00
+         25843  0xcdb3  prim   17 04                    ]
+ 2317 1  25844  0xcdb5  prim   17 03                    [
+         25845  0xcdb7  int    11 30                    0x30
+         25846  0xcdb9  int    11 62                    0x62
+         25847  0xcdbb  int    11 42                    0x42
+         25848  0xcdbd  int    01                       0x00
+         25849  0xcdbe  prim   17 04                    ]
+ 2318 1  25850  0xcdc0  prim   17 03                    [
+         25851  0xcdc2  int    11 32                    0x32
+         25852  0xcdc4  int    11 6d                    0x6d
+         25853  0xcdc6  int    11 4d                    0x4d
+         25854  0xcdc8  uint   12 b5                    0xb5
+         25855  0xcdca  prim   17 04                    ]
+ 2319 1  25856  0xcdcc  prim   17 03                    [
+         25857  0xcdce  int    11 33                    0x33
+         25858  0xcdd0  int    11 2c                    0x2c
+         25859  0xcdd2  int    11 3b                    0x3b
+         25860  0xcdd4  int    01                       0x00
+         25861  0xcdd5  prim   17 04                    ]
+ 2320 1  25862  0xcdd7  prim   17 03                    [
+         25863  0xcdd9  int    11 34                    0x34
+         25864  0xcddb  int    11 2e                    0x2e
+         25865  0xcddd  int    11 3a                    0x3a
+         25866  0xcddf  uint   12 b7                    0xb7
+         25867  0xcde1  prim   17 04                    ]
+ 2321 1  25868  0xcde3  prim   17 03                    [
+         25869  0xcde5  int    11 35                    0x35
+         25870  0xcde7  int    11 2d                    0x2d
+         25871  0xcde9  int    11 5f                    0x5f
+         25872  0xcdeb  int    01                       0x00
+         25873  0xcdec  prim   17 04                    ]
+ 2322 1  25874  0xcdee  prim   17 03                    [
+         25875  0xcdf0  int    11 56                    0x56
+         25876  0xcdf2  int    11 3c                    0x3c
+         25877  0xcdf4  int    11 3e                    0x3e
+         25878  0xcdf6  int    11 7c                    0x7c
+         25879  0xcdf8  prim   17 04                    ]
+ 2323 1  25880  0xcdfa  prim   17 04                    ]
+         25881  0xcdfc  prim   17 05                    def
+ 2325 1  25882  0xcdfe  dict   29 90 03                 /keymap.se_smi
+         25883  0xce01  prim   17 03                    [
+ 2326 1  25884  0xce03  prim   17 03                    [
+         25885  0xce05  int    11 02                    0x02
+         25886  0xce07  int    11 31                    0x31
+         25887  0xce09  int    11 21                    0x21
+         25888  0xce0b  uint   12 a9                    0xa9
+         25889  0xce0d  prim   17 04                    ]
+ 2327 1  25890  0xce0f  prim   17 03                    [
+         25891  0xce11  int    11 03                    0x03
+         25892  0xce13  int    11 32                    0x32
+         25893  0xce15  int    11 22                    0x22
+         25894  0xce17  int    11 40                    0x40
+         25895  0xce19  prim   17 04                    ]
+ 2328 1  25896  0xce1b  prim   17 03                    [
+         25897  0xce1d  int    11 04                    0x04
+         25898  0xce1f  int    11 33                    0x33
+         25899  0xce21  int    11 23                    0x23
+         25900  0xce23  uint   12 a3                    0xa3
+         25901  0xce25  prim   17 04                    ]
+ 2329 1  25902  0xce27  prim   17 03                    [
+         25903  0xce29  int    11 05                    0x05
+         25904  0xce2b  int    11 34                    0x34
+         25905  0xce2d  int    11 24                    0x24
+         25906  0xce2f  int    11 24                    0x24
+         25907  0xce31  prim   17 04                    ]
+ 2330 1  25908  0xce33  prim   17 03                    [
+         25909  0xce35  int    11 06                    0x06
+         25910  0xce37  int    11 35                    0x35
+         25911  0xce39  int    11 25                    0x25
+         25912  0xce3b  int    01                       0x00
+         25913  0xce3c  prim   17 04                    ]
+ 2331 1  25914  0xce3e  prim   17 03                    [
+         25915  0xce40  int    11 07                    0x07
+         25916  0xce42  int    11 36                    0x36
+         25917  0xce44  int    11 26                    0x26
+         25918  0xce46  uint   12 a7                    0xa7
+         25919  0xce48  prim   17 04                    ]
+ 2332 1  25920  0xce4a  prim   17 03                    [
+         25921  0xce4c  int    11 08                    0x08
+         25922  0xce4e  int    11 37                    0x37
+         25923  0xce50  int    11 2f                    0x2f
+         25924  0xce52  int    11 7b                    0x7b
+         25925  0xce54  prim   17 04                    ]
+ 2333 1  25926  0xce56  prim   17 03                    [
+         25927  0xce58  int    11 09                    0x09
+         25928  0xce5a  int    11 38                    0x38
+         25929  0xce5c  int    11 28                    0x28
+         25930  0xce5e  int    11 5b                    0x5b
+         25931  0xce60  prim   17 04                    ]
+ 2334 1  25932  0xce62  prim   17 03                    [
+         25933  0xce64  int    11 0a                    0x0a
+         25934  0xce66  int    11 39                    0x39
+         25935  0xce68  int    11 29                    0x29
+         25936  0xce6a  int    11 5d                    0x5d
+         25937  0xce6c  prim   17 04                    ]
+ 2335 1  25938  0xce6e  prim   17 03                    [
+         25939  0xce70  int    11 0b                    0x0b
+         25940  0xce72  int    11 30                    0x30
+         25941  0xce74  int    11 3d                    0x3d
+         25942  0xce76  int    11 7d                    0x7d
+         25943  0xce78  prim   17 04                    ]
+ 2336 1  25944  0xce7a  prim   17 03                    [
+         25945  0xce7c  int    11 0c                    0x0c
+         25946  0xce7e  int    11 2b                    0x2b
+         25947  0xce80  int    11 3f                    0x3f
+         25948  0xce82  uint   12 f7                    0xf7
+         25949  0xce84  prim   17 04                    ]
+ 2337 1  25950  0xce86  prim   17 03                    [
+         25951  0xce88  int    11 0d                    0x0d
+         25952  0xce8a  int    11 5c                    0x5c
+         25953  0xce8c  int    11 60                    0x60
+         25954  0xce8e  int    11 27                    0x27
+         25955  0xce90  prim   17 04                    ]
+ 2338 1  25956  0xce92  prim   17 03                    [
+         25957  0xce94  int    11 10                    0x10
+         25958  0xce96  uint   12 e1                    0xe1
+         25959  0xce98  uint   12 c1                    0xc1
+         25960  0xce9a  int    11 71                    0x71
+         25961  0xce9c  prim   17 04                    ]
+ 2339 1  25962  0xce9e  prim   17 03                    [
+         25963  0xcea0  int    11 11                    0x11
+         25964  0xcea2  int    01                       0x00
+         25965  0xcea3  int    01                       0x00
+         25966  0xcea4  int    11 77                    0x77
+         25967  0xcea6  prim   17 04                    ]
+ 2340 1  25968  0xcea8  prim   17 03                    [
+         25969  0xceaa  int    11 12                    0x12
+         25970  0xceac  int    11 65                    0x65
+         25971  0xceae  int    11 45                    0x45
+         25972  0xceb0  uint   12 e9                    0xe9
+         25973  0xceb2  prim   17 04                    ]
+ 2341 1  25974  0xceb4  prim   17 03                    [
+         25975  0xceb6  int    11 13                    0x13
+         25976  0xceb8  int    11 72                    0x72
+         25977  0xceba  int    11 52                    0x52
+         25978  0xcebc  uint   12 ae                    0xae
+         25979  0xcebe  prim   17 04                    ]
+ 2342 1  25980  0xcec0  prim   17 03                    [
+         25981  0xcec2  int    11 14                    0x14
+         25982  0xcec4  int    11 74                    0x74
+         25983  0xcec6  int    11 54                    0x54
+         25984  0xcec8  int    01                       0x00
+         25985  0xcec9  prim   17 04                    ]
+ 2343 1  25986  0xcecb  prim   17 03                    [
+         25987  0xcecd  int    11 15                    0x15
+         25988  0xcecf  int    11 79                    0x79
+         25989  0xced1  int    11 59                    0x59
+         25990  0xced3  uint   12 fd                    0xfd
+         25991  0xced5  prim   17 04                    ]
+ 2344 1  25992  0xced7  prim   17 03                    [
+         25993  0xced9  int    11 16                    0x16
+         25994  0xcedb  int    11 75                    0x75
+         25995  0xcedd  int    11 55                    0x55
+         25996  0xcedf  uint   12 fc                    0xfc
+         25997  0xcee1  prim   17 04                    ]
+ 2345 1  25998  0xcee3  prim   17 03                    [
+         25999  0xcee5  int    11 17                    0x17
+         26000  0xcee7  int    11 69                    0x69
+         26001  0xcee9  int    11 49                    0x49
+         26002  0xceeb  uint   12 ef                    0xef
+         26003  0xceed  prim   17 04                    ]
+ 2346 1  26004  0xceef  prim   17 03                    [
+         26005  0xcef1  int    11 18                    0x18
+         26006  0xcef3  int    11 6f                    0x6f
+         26007  0xcef5  int    11 4f                    0x4f
+         26008  0xcef7  int    01                       0x00
+         26009  0xcef8  prim   17 04                    ]
+ 2347 1  26010  0xcefa  prim   17 03                    [
+         26011  0xcefc  int    11 19                    0x19
+         26012  0xcefe  int    11 70                    0x70
+         26013  0xcf00  int    11 50                    0x50
+         26014  0xcf02  uint   12 fe                    0xfe
+         26015  0xcf04  prim   17 04                    ]
+ 2348 1  26016  0xcf06  prim   17 03                    [
+         26017  0xcf08  int    11 1a                    0x1a
+         26018  0xcf0a  uint   12 e5                    0xe5
+         26019  0xcf0c  uint   12 c5                    0xc5
+         26020  0xcf0e  uint   12 e2                    0xe2
+         26021  0xcf10  prim   17 04                    ]
+ 2349 1  26022  0xcf12  prim   17 03                    [
+         26023  0xcf14  int    11 1b                    0x1b
+         26024  0xcf16  int    01                       0x00
+         26025  0xcf17  int    01                       0x00
+         26026  0xcf18  int    11 22                    0x22
+         26027  0xcf1a  prim   17 04                    ]
+ 2350 1  26028  0xcf1c  prim   17 03                    [
+         26029  0xcf1e  int    11 1e                    0x1e
+         26030  0xcf20  int    11 61                    0x61
+         26031  0xcf22  int    11 41                    0x41
+         26032  0xcf24  uint   12 e0                    0xe0
+         26033  0xcf26  prim   17 04                    ]
+ 2351 1  26034  0xcf28  prim   17 03                    [
+         26035  0xcf2a  int    11 1f                    0x1f
+         26036  0xcf2c  int    11 73                    0x73
+         26037  0xcf2e  int    11 53                    0x53
+         26038  0xcf30  uint   12 df                    0xdf
+         26039  0xcf32  prim   17 04                    ]
+ 2352 1  26040  0xcf34  prim   17 03                    [
+         26041  0xcf36  int    11 20                    0x20
+         26042  0xcf38  int    11 64                    0x64
+         26043  0xcf3a  int    11 44                    0x44
+         26044  0xcf3c  uint   12 f0                    0xf0
+         26045  0xcf3e  prim   17 04                    ]
+ 2353 1  26046  0xcf40  prim   17 03                    [
+         26047  0xcf42  int    11 21                    0x21
+         26048  0xcf44  int    11 66                    0x66
+         26049  0xcf46  int    11 46                    0x46
+         26050  0xcf48  uint   12 aa                    0xaa
+         26051  0xcf4a  prim   17 04                    ]
+ 2354 1  26052  0xcf4c  prim   17 03                    [
+         26053  0xcf4e  int    11 22                    0x22
+         26054  0xcf50  int    11 67                    0x67
+         26055  0xcf52  int    11 47                    0x47
+         26056  0xcf54  int    01                       0x00
+         26057  0xcf55  prim   17 04                    ]
+ 2355 1  26058  0xcf57  prim   17 03                    [
+         26059  0xcf59  int    11 23                    0x23
+         26060  0xcf5b  int    11 68                    0x68
+         26061  0xcf5d  int    11 48                    0x48
+         26062  0xcf5f  int    01                       0x00
+         26063  0xcf60  prim   17 04                    ]
+ 2356 1  26064  0xcf62  prim   17 03                    [
+         26065  0xcf64  int    11 24                    0x24
+         26066  0xcf66  int    11 6a                    0x6a
+         26067  0xcf68  int    11 4a                    0x4a
+         26068  0xcf6a  uint   12 ac                    0xac
+         26069  0xcf6c  prim   17 04                    ]
+ 2357 1  26070  0xcf6e  prim   17 03                    [
+         26071  0xcf70  int    11 25                    0x25
+         26072  0xcf72  int    11 6b                    0x6b
+         26073  0xcf74  int    11 4b                    0x4b
+         26074  0xcf76  int    01                       0x00
+         26075  0xcf77  prim   17 04                    ]
+ 2358 1  26076  0xcf79  prim   17 03                    [
+         26077  0xcf7b  int    11 26                    0x26
+         26078  0xcf7d  int    11 6c                    0x6c
+         26079  0xcf7f  int    11 4c                    0x4c
+         26080  0xcf81  uint   12 b0                    0xb0
+         26081  0xcf83  prim   17 04                    ]
+ 2359 1  26082  0xcf85  prim   17 03                    [
+         26083  0xcf87  int    11 27                    0x27
+         26084  0xcf89  uint   12 f6                    0xf6
+         26085  0xcf8b  uint   12 d6                    0xd6
+         26086  0xcf8d  uint   12 f8                    0xf8
+         26087  0xcf8f  prim   17 04                    ]
+ 2360 1  26088  0xcf91  prim   17 03                    [
+         26089  0xcf93  int    11 28                    0x28
+         26090  0xcf95  uint   12 e4                    0xe4
+         26091  0xcf97  uint   12 c4                    0xc4
+         26092  0xcf99  uint   12 e6                    0xe6
+         26093  0xcf9b  prim   17 04                    ]
+ 2361 1  26094  0xcf9d  prim   17 03                    [
+         26095  0xcf9f  int    11 29                    0x29
+         26096  0xcfa1  int    11 7c                    0x7c
+         26097  0xcfa3  uint   12 a7                    0xa7
+         26098  0xcfa5  uint   12 a6                    0xa6
+         26099  0xcfa7  prim   17 04                    ]
+ 2362 1  26100  0xcfa9  prim   17 03                    [
+         26101  0xcfab  int    11 2b                    0x2b
+         26102  0xcfad  int    01                       0x00
+         26103  0xcfae  int    01                       0x00
+         26104  0xcfaf  int    11 27                    0x27
+         26105  0xcfb1  prim   17 04                    ]
+ 2363 1  26106  0xcfb3  prim   17 03                    [
+         26107  0xcfb5  int    11 2c                    0x2c
+         26108  0xcfb7  int    11 7a                    0x7a
+         26109  0xcfb9  int    11 5a                    0x5a
+         26110  0xcfbb  int    01                       0x00
+         26111  0xcfbc  prim   17 04                    ]
+ 2364 1  26112  0xcfbe  prim   17 03                    [
+         26113  0xcfc0  int    11 2d                    0x2d
+         26114  0xcfc2  int    01                       0x00
+         26115  0xcfc3  int    01                       0x00
+         26116  0xcfc4  int    11 78                    0x78
+         26117  0xcfc6  prim   17 04                    ]
+ 2365 1  26118  0xcfc8  prim   17 03                    [
+         26119  0xcfca  int    11 2e                    0x2e
+         26120  0xcfcc  int    11 63                    0x63
+         26121  0xcfce  int    11 43                    0x43
+         26122  0xcfd0  uint   12 e7                    0xe7
+         26123  0xcfd2  prim   17 04                    ]
+ 2366 1  26124  0xcfd4  prim   17 03                    [
+         26125  0xcfd6  int    11 2f                    0x2f
+         26126  0xcfd8  int    11 76                    0x76
+         26127  0xcfda  int    11 56                    0x56
+         26128  0xcfdc  int    01                       0x00
+         26129  0xcfdd  prim   17 04                    ]
+ 2367 1  26130  0xcfdf  prim   17 03                    [
+         26131  0xcfe1  int    11 30                    0x30
+         26132  0xcfe3  int    11 62                    0x62
+         26133  0xcfe5  int    11 42                    0x42
+         26134  0xcfe7  int    01                       0x00
+         26135  0xcfe8  prim   17 04                    ]
+ 2368 1  26136  0xcfea  prim   17 03                    [
+         26137  0xcfec  int    11 31                    0x31
+         26138  0xcfee  int    11 6e                    0x6e
+         26139  0xcff0  int    11 4e                    0x4e
+         26140  0xcff2  int    01                       0x00
+         26141  0xcff3  prim   17 04                    ]
+ 2369 1  26142  0xcff5  prim   17 03                    [
+         26143  0xcff7  int    11 32                    0x32
+         26144  0xcff9  int    11 6d                    0x6d
+         26145  0xcffb  int    11 4d                    0x4d
+         26146  0xcffd  int    01                       0x00
+         26147  0xcffe  prim   17 04                    ]
+ 2370 1  26148  0xd000  prim   17 03                    [
+         26149  0xd002  int    11 33                    0x33
+         26150  0xd004  int    11 2c                    0x2c
+         26151  0xd006  int    11 3b                    0x3b
+         26152  0xd008  int    01                       0x00
+         26153  0xd009  prim   17 04                    ]
+ 2371 1  26154  0xd00b  prim   17 03                    [
+         26155  0xd00d  int    11 34                    0x34
+         26156  0xd00f  int    11 2e                    0x2e
+         26157  0xd011  int    11 3a                    0x3a
+         26158  0xd013  int    01                       0x00
+         26159  0xd014  prim   17 04                    ]
+ 2372 1  26160  0xd016  prim   17 03                    [
+         26161  0xd018  int    11 35                    0x35
+         26162  0xd01a  int    11 2d                    0x2d
+         26163  0xd01c  int    11 5f                    0x5f
+         26164  0xd01e  int    01                       0x00
+         26165  0xd01f  prim   17 04                    ]
+ 2373 1  26166  0xd021  prim   17 04                    ]
+         26167  0xd023  prim   17 05                    def
+ 2375 1  26168  0xd025  dict   29 91 03                 /keymap.si
+         26169  0xd028  prim   17 03                    [
+ 2376 1  26170  0xd02a  prim   17 03                    [
+         26171  0xd02c  int    11 02                    0x02
+         26172  0xd02e  int    11 31                    0x31
+         26173  0xd030  int    11 21                    0x21
+         26174  0xd032  int    01                       0x00
+         26175  0xd033  prim   17 04                    ]
+ 2377 1  26176  0xd035  prim   17 03                    [
+         26177  0xd037  int    11 03                    0x03
+         26178  0xd039  int    11 32                    0x32
+         26179  0xd03b  int    11 22                    0x22
+         26180  0xd03d  int    01                       0x00
+         26181  0xd03e  prim   17 04                    ]
+ 2378 1  26182  0xd040  prim   17 03                    [
+         26183  0xd042  int    11 04                    0x04
+         26184  0xd044  int    11 33                    0x33
+         26185  0xd046  int    11 23                    0x23
+         26186  0xd048  int    01                       0x00
+         26187  0xd049  prim   17 04                    ]
+ 2379 1  26188  0xd04b  prim   17 03                    [
+         26189  0xd04d  int    11 05                    0x05
+         26190  0xd04f  int    11 34                    0x34
+         26191  0xd051  int    11 24                    0x24
+         26192  0xd053  int    01                       0x00
+         26193  0xd054  prim   17 04                    ]
+ 2380 1  26194  0xd056  prim   17 03                    [
+         26195  0xd058  int    11 06                    0x06
+         26196  0xd05a  int    11 35                    0x35
+         26197  0xd05c  int    11 25                    0x25
+         26198  0xd05e  int    11 2a                    0x2a
+         26199  0xd060  prim   17 04                    ]
+ 2381 1  26200  0xd062  prim   17 03                    [
+         26201  0xd064  int    11 07                    0x07
+         26202  0xd066  int    11 36                    0x36
+         26203  0xd068  int    11 26                    0x26
+         26204  0xd06a  int    01                       0x00
+         26205  0xd06b  prim   17 04                    ]
+ 2382 1  26206  0xd06d  prim   17 03                    [
+         26207  0xd06f  int    11 08                    0x08
+         26208  0xd071  int    11 37                    0x37
+         26209  0xd073  int    11 2f                    0x2f
+         26210  0xd075  int    01                       0x00
+         26211  0xd076  prim   17 04                    ]
+ 2383 1  26212  0xd078  prim   17 03                    [
+         26213  0xd07a  int    11 09                    0x09
+         26214  0xd07c  int    11 38                    0x38
+         26215  0xd07e  int    11 28                    0x28
+         26216  0xd080  int    11 2e                    0x2e
+         26217  0xd082  prim   17 04                    ]
+ 2384 1  26218  0xd084  prim   17 03                    [
+         26219  0xd086  int    11 0a                    0x0a
+         26220  0xd088  int    11 39                    0x39
+         26221  0xd08a  int    11 29                    0x29
+         26222  0xd08c  int    01                       0x00
+         26223  0xd08d  prim   17 04                    ]
+ 2385 1  26224  0xd08f  prim   17 03                    [
+         26225  0xd091  int    11 0b                    0x0b
+         26226  0xd093  int    11 30                    0x30
+         26227  0xd095  int    11 3d                    0x3d
+         26228  0xd097  int    01                       0x00
+         26229  0xd098  prim   17 04                    ]
+ 2386 1  26230  0xd09a  prim   17 03                    [
+         26231  0xd09c  int    11 0c                    0x0c
+         26232  0xd09e  int    11 27                    0x27
+         26233  0xd0a0  int    11 3f                    0x3f
+         26234  0xd0a2  int    01                       0x00
+         26235  0xd0a3  prim   17 04                    ]
+ 2387 1  26236  0xd0a5  prim   17 03                    [
+         26237  0xd0a7  int    11 0d                    0x0d
+         26238  0xd0a9  int    11 2b                    0x2b
+         26239  0xd0ab  int    11 2a                    0x2a
+         26240  0xd0ad  int    01                       0x00
+         26241  0xd0ae  prim   17 04                    ]
+ 2388 1  26242  0xd0b0  prim   17 03                    [
+         26243  0xd0b2  int    11 10                    0x10
+         26244  0xd0b4  int    11 71                    0x71
+         26245  0xd0b6  int    11 51                    0x51
+         26246  0xd0b8  int    11 5c                    0x5c
+         26247  0xd0ba  prim   17 04                    ]
+ 2389 1  26248  0xd0bc  prim   17 03                    [
+         26249  0xd0be  int    11 11                    0x11
+         26250  0xd0c0  int    11 77                    0x77
+         26251  0xd0c2  int    11 57                    0x57
+         26252  0xd0c4  int    11 7c                    0x7c
+         26253  0xd0c6  prim   17 04                    ]
+ 2390 1  26254  0xd0c8  prim   17 03                    [
+         26255  0xd0ca  int    11 12                    0x12
+         26256  0xd0cc  int    11 65                    0x65
+         26257  0xd0ce  int    11 45                    0x45
+         26258  0xd0d0  int    01                       0x00
+         26259  0xd0d1  prim   17 04                    ]
+ 2391 1  26260  0xd0d3  prim   17 03                    [
+         26261  0xd0d5  int    11 13                    0x13
+         26262  0xd0d7  int    11 72                    0x72
+         26263  0xd0d9  int    11 52                    0x52
+         26264  0xd0db  uint   12 b6                    0xb6
+         26265  0xd0dd  prim   17 04                    ]
+ 2392 1  26266  0xd0df  prim   17 03                    [
+         26267  0xd0e1  int    11 14                    0x14
+         26268  0xd0e3  int    11 74                    0x74
+         26269  0xd0e5  int    11 54                    0x54
+         26270  0xd0e7  int    01                       0x00
+         26271  0xd0e8  prim   17 04                    ]
+ 2393 1  26272  0xd0ea  prim   17 03                    [
+         26273  0xd0ec  int    11 15                    0x15
+         26274  0xd0ee  int    11 7a                    0x7a
+         26275  0xd0f0  int    11 5a                    0x5a
+         26276  0xd0f2  int    01                       0x00
+         26277  0xd0f3  prim   17 04                    ]
+ 2394 1  26278  0xd0f5  prim   17 03                    [
+         26279  0xd0f7  int    11 16                    0x16
+         26280  0xd0f9  int    11 75                    0x75
+         26281  0xd0fb  int    11 55                    0x55
+         26282  0xd0fd  int    01                       0x00
+         26283  0xd0fe  prim   17 04                    ]
+ 2395 1  26284  0xd100  prim   17 03                    [
+         26285  0xd102  int    11 17                    0x17
+         26286  0xd104  int    11 69                    0x69
+         26287  0xd106  int    11 49                    0x49
+         26288  0xd108  int    01                       0x00
+         26289  0xd109  prim   17 04                    ]
+ 2396 1  26290  0xd10b  prim   17 03                    [
+         26291  0xd10d  int    11 18                    0x18
+         26292  0xd10f  int    11 6f                    0x6f
+         26293  0xd111  int    11 4f                    0x4f
+         26294  0xd113  uint   12 f8                    0xf8
+         26295  0xd115  prim   17 04                    ]
+ 2397 1  26296  0xd117  prim   17 03                    [
+         26297  0xd119  int    11 19                    0x19
+         26298  0xd11b  int    11 70                    0x70
+         26299  0xd11d  int    11 50                    0x50
+         26300  0xd11f  uint   12 fe                    0xfe
+         26301  0xd121  prim   17 04                    ]
+ 2398 1  26302  0xd123  prim   17 03                    [
+         26303  0xd125  int    11 1a                    0x1a
+         26304  0xd127  int    01                       0x00
+         26305  0xd128  int    01                       0x00
+         26306  0xd129  uint   12 f7                    0xf7
+         26307  0xd12b  prim   17 04                    ]
+ 2399 1  26308  0xd12d  prim   17 03                    [
+         26309  0xd12f  int    11 1b                    0x1b
+         26310  0xd131  int    01                       0x00
+         26311  0xd132  int    01                       0x00
+         26312  0xd133  uint   12 d7                    0xd7
+         26313  0xd135  prim   17 04                    ]
+ 2400 1  26314  0xd137  prim   17 03                    [
+         26315  0xd139  int    11 1e                    0x1e
+         26316  0xd13b  int    11 61                    0x61
+         26317  0xd13d  int    11 41                    0x41
+         26318  0xd13f  uint   12 e6                    0xe6
+         26319  0xd141  prim   17 04                    ]
+ 2401 1  26320  0xd143  prim   17 03                    [
+         26321  0xd145  int    11 1f                    0x1f
+         26322  0xd147  int    11 73                    0x73
+         26323  0xd149  int    11 53                    0x53
+         26324  0xd14b  int    01                       0x00
+         26325  0xd14c  prim   17 04                    ]
+ 2402 1  26326  0xd14e  prim   17 03                    [
+         26327  0xd150  int    11 20                    0x20
+         26328  0xd152  int    11 64                    0x64
+         26329  0xd154  int    11 44                    0x44
+         26330  0xd156  int    01                       0x00
+         26331  0xd157  prim   17 04                    ]
+ 2403 1  26332  0xd159  prim   17 03                    [
+         26333  0xd15b  int    11 21                    0x21
+         26334  0xd15d  int    11 66                    0x66
+         26335  0xd15f  int    11 46                    0x46
+         26336  0xd161  int    11 5b                    0x5b
+         26337  0xd163  prim   17 04                    ]
+ 2404 1  26338  0xd165  prim   17 03                    [
+         26339  0xd167  int    11 22                    0x22
+         26340  0xd169  int    11 67                    0x67
+         26341  0xd16b  int    11 47                    0x47
+         26342  0xd16d  int    11 5d                    0x5d
+         26343  0xd16f  prim   17 04                    ]
+ 2405 1  26344  0xd171  prim   17 03                    [
+         26345  0xd173  int    11 23                    0x23
+         26346  0xd175  int    11 68                    0x68
+         26347  0xd177  int    11 48                    0x48
+         26348  0xd179  int    01                       0x00
+         26349  0xd17a  prim   17 04                    ]
+ 2406 1  26350  0xd17c  prim   17 03                    [
+         26351  0xd17e  int    11 25                    0x25
+         26352  0xd180  int    11 6b                    0x6b
+         26353  0xd182  int    11 4b                    0x4b
+         26354  0xd184  int    01                       0x00
+         26355  0xd185  prim   17 04                    ]
+ 2407 1  26356  0xd187  prim   17 03                    [
+         26357  0xd189  int    11 26                    0x26
+         26358  0xd18b  int    11 6c                    0x6c
+         26359  0xd18d  int    11 4c                    0x4c
+         26360  0xd18f  int    01                       0x00
+         26361  0xd190  prim   17 04                    ]
+ 2408 1  26362  0xd192  prim   17 03                    [
+         26363  0xd194  int    11 28                    0x28
+         26364  0xd196  int    01                       0x00
+         26365  0xd197  int    01                       0x00
+         26366  0xd198  uint   12 df                    0xdf
+         26367  0xd19a  prim   17 04                    ]
+ 2409 1  26368  0xd19c  prim   17 03                    [
+         26369  0xd19e  int    11 29                    0x29
+         26370  0xd1a0  uint   12 b8                    0xb8
+         26371  0xd1a2  uint   12 a8                    0xa8
+         26372  0xd1a4  uint   12 a8                    0xa8
+         26373  0xd1a6  prim   17 04                    ]
+ 2410 1  26374  0xd1a8  prim   17 03                    [
+         26375  0xd1aa  int    11 2b                    0x2b
+         26376  0xd1ac  int    01                       0x00
+         26377  0xd1ad  int    01                       0x00
+         26378  0xd1ae  uint   12 a4                    0xa4
+         26379  0xd1b0  prim   17 04                    ]
+ 2411 1  26380  0xd1b2  prim   17 03                    [
+         26381  0xd1b4  int    11 2c                    0x2c
+         26382  0xd1b6  int    11 79                    0x79
+         26383  0xd1b8  int    11 59                    0x59
+         26384  0xd1ba  int    01                       0x00
+         26385  0xd1bb  prim   17 04                    ]
+ 2412 1  26386  0xd1bd  prim   17 03                    [
+         26387  0xd1bf  int    11 2d                    0x2d
+         26388  0xd1c1  int    11 78                    0x78
+         26389  0xd1c3  int    11 58                    0x58
+         26390  0xd1c5  int    01                       0x00
+         26391  0xd1c6  prim   17 04                    ]
+ 2413 1  26392  0xd1c8  prim   17 03                    [
+         26393  0xd1ca  int    11 2e                    0x2e
+         26394  0xd1cc  int    11 63                    0x63
+         26395  0xd1ce  int    11 43                    0x43
+         26396  0xd1d0  uint   12 a2                    0xa2
+         26397  0xd1d2  prim   17 04                    ]
+ 2414 1  26398  0xd1d4  prim   17 03                    [
+         26399  0xd1d6  int    11 2f                    0x2f
+         26400  0xd1d8  int    11 76                    0x76
+         26401  0xd1da  int    11 56                    0x56
+         26402  0xd1dc  int    11 40                    0x40
+         26403  0xd1de  prim   17 04                    ]
+ 2415 1  26404  0xd1e0  prim   17 03                    [
+         26405  0xd1e2  int    11 30                    0x30
+         26406  0xd1e4  int    11 62                    0x62
+         26407  0xd1e6  int    11 42                    0x42
+         26408  0xd1e8  int    11 7b                    0x7b
+         26409  0xd1ea  prim   17 04                    ]
+ 2416 1  26410  0xd1ec  prim   17 03                    [
+         26411  0xd1ee  int    11 31                    0x31
+         26412  0xd1f0  int    11 6e                    0x6e
+         26413  0xd1f2  int    11 4e                    0x4e
+         26414  0xd1f4  int    11 7d                    0x7d
+         26415  0xd1f6  prim   17 04                    ]
+ 2417 1  26416  0xd1f8  prim   17 03                    [
+         26417  0xd1fa  int    11 32                    0x32
+         26418  0xd1fc  int    11 6d                    0x6d
+         26419  0xd1fe  int    11 4d                    0x4d
+         26420  0xd200  int    11 5e                    0x5e
+         26421  0xd202  prim   17 04                    ]
+ 2418 1  26422  0xd204  prim   17 03                    [
+         26423  0xd206  int    11 33                    0x33
+         26424  0xd208  int    11 2c                    0x2c
+         26425  0xd20a  int    11 3b                    0x3b
+         26426  0xd20c  int    11 3c                    0x3c
+         26427  0xd20e  prim   17 04                    ]
+ 2419 1  26428  0xd210  prim   17 03                    [
+         26429  0xd212  int    11 34                    0x34
+         26430  0xd214  int    11 2e                    0x2e
+         26431  0xd216  int    11 3a                    0x3a
+         26432  0xd218  int    11 3e                    0x3e
+         26433  0xd21a  prim   17 04                    ]
+ 2420 1  26434  0xd21c  prim   17 03                    [
+         26435  0xd21e  int    11 35                    0x35
+         26436  0xd220  int    11 2d                    0x2d
+         26437  0xd222  int    11 5f                    0x5f
+         26438  0xd224  int    01                       0x00
+         26439  0xd225  prim   17 04                    ]
+ 2421 1  26440  0xd227  prim   17 03                    [
+         26441  0xd229  int    11 56                    0x56
+         26442  0xd22b  int    11 3c                    0x3c
+         26443  0xd22d  int    11 3e                    0x3e
+         26444  0xd22f  int    11 7c                    0x7c
+         26445  0xd231  prim   17 04                    ]
+ 2422 1  26446  0xd233  prim   17 04                    ]
+         26447  0xd235  prim   17 05                    def
+ 2424 1  26448  0xd237  dict   29 92 03                 /keymap.sk
+         26449  0xd23a  prim   17 03                    [
+ 2425 1  26450  0xd23c  prim   17 03                    [
+         26451  0xd23e  int    11 02                    0x02
+         26452  0xd240  int    11 2b                    0x2b
+         26453  0xd242  int    11 31                    0x31
+         26454  0xd244  int    11 21                    0x21
+         26455  0xd246  prim   17 04                    ]
+ 2426 1  26456  0xd248  prim   17 03                    [
+         26457  0xd24a  int    11 03                    0x03
+         26458  0xd24c  int    01                       0x00
+         26459  0xd24d  int    11 32                    0x32
+         26460  0xd24f  int    11 40                    0x40
+         26461  0xd251  prim   17 04                    ]
+ 2427 1  26462  0xd253  prim   17 03                    [
+         26463  0xd255  int    11 04                    0x04
+         26464  0xd257  int    01                       0x00
+         26465  0xd258  int    11 33                    0x33
+         26466  0xd25a  int    11 23                    0x23
+         26467  0xd25c  prim   17 04                    ]
+ 2428 1  26468  0xd25e  prim   17 03                    [
+         26469  0xd260  int    11 05                    0x05
+         26470  0xd262  int    01                       0x00
+         26471  0xd263  int    11 34                    0x34
+         26472  0xd265  int    11 24                    0x24
+         26473  0xd267  prim   17 04                    ]
+ 2429 1  26474  0xd269  prim   17 03                    [
+         26475  0xd26b  int    11 06                    0x06
+         26476  0xd26d  int    01                       0x00
+         26477  0xd26e  int    11 35                    0x35
+         26478  0xd270  int    11 25                    0x25
+         26479  0xd272  prim   17 04                    ]
+ 2430 1  26480  0xd274  prim   17 03                    [
+         26481  0xd276  int    11 07                    0x07
+         26482  0xd278  int    01                       0x00
+         26483  0xd279  int    11 36                    0x36
+         26484  0xd27b  int    11 5e                    0x5e
+         26485  0xd27d  prim   17 04                    ]
+ 2431 1  26486  0xd27f  prim   17 03                    [
+         26487  0xd281  int    11 08                    0x08
+         26488  0xd283  uint   12 fd                    0xfd
+         26489  0xd285  int    11 37                    0x37
+         26490  0xd287  int    11 26                    0x26
+         26491  0xd289  prim   17 04                    ]
+ 2432 1  26492  0xd28b  prim   17 03                    [
+         26493  0xd28d  int    11 09                    0x09
+         26494  0xd28f  uint   12 e1                    0xe1
+         26495  0xd291  int    11 38                    0x38
+         26496  0xd293  int    11 2a                    0x2a
+         26497  0xd295  prim   17 04                    ]
+ 2433 1  26498  0xd297  prim   17 03                    [
+         26499  0xd299  int    11 0a                    0x0a
+         26500  0xd29b  uint   12 ed                    0xed
+         26501  0xd29d  int    11 39                    0x39
+         26502  0xd29f  int    11 7b                    0x7b
+         26503  0xd2a1  prim   17 04                    ]
+ 2434 1  26504  0xd2a3  prim   17 03                    [
+         26505  0xd2a5  int    11 0b                    0x0b
+         26506  0xd2a7  uint   12 e9                    0xe9
+         26507  0xd2a9  int    11 30                    0x30
+         26508  0xd2ab  int    11 7d                    0x7d
+         26509  0xd2ad  prim   17 04                    ]
+ 2435 1  26510  0xd2af  prim   17 03                    [
+         26511  0xd2b1  int    11 0c                    0x0c
+         26512  0xd2b3  int    11 3d                    0x3d
+         26513  0xd2b5  int    11 25                    0x25
+         26514  0xd2b7  int    11 5c                    0x5c
+         26515  0xd2b9  prim   17 04                    ]
+ 2436 1  26516  0xd2bb  prim   17 03                    [
+         26517  0xd2bd  int    11 0d                    0x0d
+         26518  0xd2bf  int    01                       0x00
+         26519  0xd2c0  int    01                       0x00
+         26520  0xd2c1  int    11 5f                    0x5f
+         26521  0xd2c3  prim   17 04                    ]
+ 2437 1  26522  0xd2c5  prim   17 03                    [
+         26523  0xd2c7  int    11 10                    0x10
+         26524  0xd2c9  int    11 71                    0x71
+         26525  0xd2cb  int    11 51                    0x51
+         26526  0xd2cd  int    11 5c                    0x5c
+         26527  0xd2cf  prim   17 04                    ]
+ 2438 1  26528  0xd2d1  prim   17 03                    [
+         26529  0xd2d3  int    11 11                    0x11
+         26530  0xd2d5  int    11 77                    0x77
+         26531  0xd2d7  int    11 57                    0x57
+         26532  0xd2d9  int    11 7c                    0x7c
+         26533  0xd2db  prim   17 04                    ]
+ 2439 1  26534  0xd2dd  prim   17 03                    [
+         26535  0xd2df  int    11 12                    0x12
+         26536  0xd2e1  int    11 65                    0x65
+         26537  0xd2e3  int    11 45                    0x45
+         26538  0xd2e5  int    01                       0x00
+         26539  0xd2e6  prim   17 04                    ]
+ 2440 1  26540  0xd2e8  prim   17 03                    [
+         26541  0xd2ea  int    11 13                    0x13
+         26542  0xd2ec  int    11 72                    0x72
+         26543  0xd2ee  int    11 52                    0x52
+         26544  0xd2f0  uint   12 b6                    0xb6
+         26545  0xd2f2  prim   17 04                    ]
+ 2441 1  26546  0xd2f4  prim   17 03                    [
+         26547  0xd2f6  int    11 14                    0x14
+         26548  0xd2f8  int    11 74                    0x74
+         26549  0xd2fa  int    11 54                    0x54
+         26550  0xd2fc  int    01                       0x00
+         26551  0xd2fd  prim   17 04                    ]
+ 2442 1  26552  0xd2ff  prim   17 03                    [
+         26553  0xd301  int    11 15                    0x15
+         26554  0xd303  int    11 7a                    0x7a
+         26555  0xd305  int    11 5a                    0x5a
+         26556  0xd307  int    01                       0x00
+         26557  0xd308  prim   17 04                    ]
+ 2443 1  26558  0xd30a  prim   17 03                    [
+         26559  0xd30c  int    11 16                    0x16
+         26560  0xd30e  int    11 75                    0x75
+         26561  0xd310  int    11 55                    0x55
+         26562  0xd312  int    01                       0x00
+         26563  0xd313  prim   17 04                    ]
+ 2444 1  26564  0xd315  prim   17 03                    [
+         26565  0xd317  int    11 17                    0x17
+         26566  0xd319  int    11 69                    0x69
+         26567  0xd31b  int    11 49                    0x49
+         26568  0xd31d  int    01                       0x00
+         26569  0xd31e  prim   17 04                    ]
+ 2445 1  26570  0xd320  prim   17 03                    [
+         26571  0xd322  int    11 18                    0x18
+         26572  0xd324  int    11 6f                    0x6f
+         26573  0xd326  int    11 4f                    0x4f
+         26574  0xd328  uint   12 f8                    0xf8
+         26575  0xd32a  prim   17 04                    ]
+ 2446 1  26576  0xd32c  prim   17 03                    [
+         26577  0xd32e  int    11 19                    0x19
+         26578  0xd330  int    11 70                    0x70
+         26579  0xd332  int    11 50                    0x50
+         26580  0xd334  uint   12 fe                    0xfe
+         26581  0xd336  prim   17 04                    ]
+ 2447 1  26582  0xd338  prim   17 03                    [
+         26583  0xd33a  int    11 1a                    0x1a
+         26584  0xd33c  uint   12 fa                    0xfa
+         26585  0xd33e  int    11 2f                    0x2f
+         26586  0xd340  int    11 5b                    0x5b
+         26587  0xd342  prim   17 04                    ]
+ 2448 1  26588  0xd344  prim   17 03                    [
+         26589  0xd346  int    11 1b                    0x1b
+         26590  0xd348  uint   12 e4                    0xe4
+         26591  0xd34a  int    11 28                    0x28
+         26592  0xd34c  int    11 5d                    0x5d
+         26593  0xd34e  prim   17 04                    ]
+ 2449 1  26594  0xd350  prim   17 03                    [
+         26595  0xd352  int    11 1e                    0x1e
+         26596  0xd354  int    11 61                    0x61
+         26597  0xd356  int    11 41                    0x41
+         26598  0xd358  int    11 7e                    0x7e
+         26599  0xd35a  prim   17 04                    ]
+ 2450 1  26600  0xd35c  prim   17 03                    [
+         26601  0xd35e  int    11 1f                    0x1f
+         26602  0xd360  int    11 73                    0x73
+         26603  0xd362  int    11 53                    0x53
+         26604  0xd364  int    01                       0x00
+         26605  0xd365  prim   17 04                    ]
+ 2451 1  26606  0xd367  prim   17 03                    [
+         26607  0xd369  int    11 20                    0x20
+         26608  0xd36b  int    11 64                    0x64
+         26609  0xd36d  int    11 44                    0x44
+         26610  0xd36f  int    01                       0x00
+         26611  0xd370  prim   17 04                    ]
+ 2452 1  26612  0xd372  prim   17 03                    [
+         26613  0xd374  int    11 21                    0x21
+         26614  0xd376  int    11 66                    0x66
+         26615  0xd378  int    11 46                    0x46
+         26616  0xd37a  int    11 5b                    0x5b
+         26617  0xd37c  prim   17 04                    ]
+ 2453 1  26618  0xd37e  prim   17 03                    [
+         26619  0xd380  int    11 22                    0x22
+         26620  0xd382  int    11 67                    0x67
+         26621  0xd384  int    11 47                    0x47
+         26622  0xd386  int    11 5d                    0x5d
+         26623  0xd388  prim   17 04                    ]
+ 2454 1  26624  0xd38a  prim   17 03                    [
+         26625  0xd38c  int    11 23                    0x23
+         26626  0xd38e  int    11 68                    0x68
+         26627  0xd390  int    11 48                    0x48
+         26628  0xd392  int    11 60                    0x60
+         26629  0xd394  prim   17 04                    ]
+ 2455 1  26630  0xd396  prim   17 03                    [
+         26631  0xd398  int    11 24                    0x24
+         26632  0xd39a  int    11 6a                    0x6a
+         26633  0xd39c  int    11 4a                    0x4a
+         26634  0xd39e  int    11 27                    0x27
+         26635  0xd3a0  prim   17 04                    ]
+ 2456 1  26636  0xd3a2  prim   17 03                    [
+         26637  0xd3a4  int    11 25                    0x25
+         26638  0xd3a6  int    11 6b                    0x6b
+         26639  0xd3a8  int    11 4b                    0x4b
+         26640  0xd3aa  int    01                       0x00
+         26641  0xd3ab  prim   17 04                    ]
+ 2457 1  26642  0xd3ad  prim   17 03                    [
+         26643  0xd3af  int    11 26                    0x26
+         26644  0xd3b1  int    11 6c                    0x6c
+         26645  0xd3b3  int    11 4c                    0x4c
+         26646  0xd3b5  int    01                       0x00
+         26647  0xd3b6  prim   17 04                    ]
+ 2458 1  26648  0xd3b8  prim   17 03                    [
+         26649  0xd3ba  int    11 27                    0x27
+         26650  0xd3bc  uint   12 f4                    0xf4
+         26651  0xd3be  int    11 22                    0x22
+         26652  0xd3c0  int    11 24                    0x24
+         26653  0xd3c2  prim   17 04                    ]
+ 2459 1  26654  0xd3c4  prim   17 03                    [
+         26655  0xd3c6  int    11 28                    0x28
+         26656  0xd3c8  uint   12 a7                    0xa7
+         26657  0xd3ca  int    11 21                    0x21
+         26658  0xd3cc  int    11 27                    0x27
+         26659  0xd3ce  prim   17 04                    ]
+ 2460 1  26660  0xd3d0  prim   17 03                    [
+         26661  0xd3d2  int    11 29                    0x29
+         26662  0xd3d4  int    11 3b                    0x3b
+         26663  0xd3d6  int    11 2a                    0x2a
+         26664  0xd3d8  int    11 60                    0x60
+         26665  0xd3da  prim   17 04                    ]
+ 2461 1  26666  0xd3dc  prim   17 03                    [
+         26667  0xd3de  int    11 2b                    0x2b
+         26668  0xd3e0  int    01                       0x00
+         26669  0xd3e1  int    11 29                    0x29
+         26670  0xd3e3  int    11 5c                    0x5c
+         26671  0xd3e5  prim   17 04                    ]
+ 2462 1  26672  0xd3e7  prim   17 03                    [
+         26673  0xd3e9  int    11 2c                    0x2c
+         26674  0xd3eb  int    11 79                    0x79
+         26675  0xd3ed  int    11 59                    0x59
+         26676  0xd3ef  uint   12 b0                    0xb0
+         26677  0xd3f1  prim   17 04                    ]
+ 2463 1  26678  0xd3f3  prim   17 03                    [
+         26679  0xd3f5  int    11 2d                    0x2d
+         26680  0xd3f7  int    11 78                    0x78
+         26681  0xd3f9  int    11 58                    0x58
+         26682  0xd3fb  int    11 23                    0x23
+         26683  0xd3fd  prim   17 04                    ]
+ 2464 1  26684  0xd3ff  prim   17 03                    [
+         26685  0xd401  int    11 2e                    0x2e
+         26686  0xd403  int    11 63                    0x63
+         26687  0xd405  int    11 43                    0x43
+         26688  0xd407  int    11 26                    0x26
+         26689  0xd409  prim   17 04                    ]
+ 2465 1  26690  0xd40b  prim   17 03                    [
+         26691  0xd40d  int    11 2f                    0x2f
+         26692  0xd40f  int    11 76                    0x76
+         26693  0xd411  int    11 56                    0x56
+         26694  0xd413  int    11 40                    0x40
+         26695  0xd415  prim   17 04                    ]
+ 2466 1  26696  0xd417  prim   17 03                    [
+         26697  0xd419  int    11 30                    0x30
+         26698  0xd41b  int    11 62                    0x62
+         26699  0xd41d  int    11 42                    0x42
+         26700  0xd41f  int    11 7b                    0x7b
+         26701  0xd421  prim   17 04                    ]
+ 2467 1  26702  0xd423  prim   17 03                    [
+         26703  0xd425  int    11 31                    0x31
+         26704  0xd427  int    11 6e                    0x6e
+         26705  0xd429  int    11 4e                    0x4e
+         26706  0xd42b  int    11 7d                    0x7d
+         26707  0xd42d  prim   17 04                    ]
+ 2468 1  26708  0xd42f  prim   17 03                    [
+         26709  0xd431  int    11 32                    0x32
+         26710  0xd433  int    11 6d                    0x6d
+         26711  0xd435  int    11 4d                    0x4d
+         26712  0xd437  int    11 5e                    0x5e
+         26713  0xd439  prim   17 04                    ]
+ 2469 1  26714  0xd43b  prim   17 03                    [
+         26715  0xd43d  int    11 33                    0x33
+         26716  0xd43f  int    11 2c                    0x2c
+         26717  0xd441  int    11 3f                    0x3f
+         26718  0xd443  int    11 3c                    0x3c
+         26719  0xd445  prim   17 04                    ]
+ 2470 1  26720  0xd447  prim   17 03                    [
+         26721  0xd449  int    11 34                    0x34
+         26722  0xd44b  int    11 2e                    0x2e
+         26723  0xd44d  int    11 3a                    0x3a
+         26724  0xd44f  int    11 3e                    0x3e
+         26725  0xd451  prim   17 04                    ]
+ 2471 1  26726  0xd453  prim   17 03                    [
+         26727  0xd455  int    11 35                    0x35
+         26728  0xd457  int    11 2d                    0x2d
+         26729  0xd459  int    11 5f                    0x5f
+         26730  0xd45b  int    11 2a                    0x2a
+         26731  0xd45d  prim   17 04                    ]
+ 2472 1  26732  0xd45f  prim   17 03                    [
+         26733  0xd461  int    11 39                    0x39
+         26734  0xd463  int    11 20                    0x20
+         26735  0xd465  int    11 20                    0x20
+         26736  0xd467  uint   12 a0                    0xa0
+         26737  0xd469  prim   17 04                    ]
+ 2473 1  26738  0xd46b  prim   17 03                    [
+         26739  0xd46d  int    11 56                    0x56
+         26740  0xd46f  int    11 5c                    0x5c
+         26741  0xd471  int    11 7c                    0x7c
+         26742  0xd473  int    11 2f                    0x2f
+         26743  0xd475  prim   17 04                    ]
+ 2474 1  26744  0xd477  prim   17 04                    ]
+         26745  0xd479  prim   17 05                    def
+ 2476 1  26746  0xd47b  dict   29 93 03                 /keymap.sn
+         26747  0xd47e  prim   17 03                    [
+ 2477 1  26748  0xd480  prim   17 03                    [
+         26749  0xd482  int    11 02                    0x02
+         26750  0xd484  int    11 26                    0x26
+         26751  0xd486  int    11 31                    0x31
+         26752  0xd488  int    11 7c                    0x7c
+         26753  0xd48a  prim   17 04                    ]
+ 2478 1  26754  0xd48c  prim   17 03                    [
+         26755  0xd48e  int    11 03                    0x03
+         26756  0xd490  uint   12 e9                    0xe9
+         26757  0xd492  int    11 32                    0x32
+         26758  0xd494  int    11 7e                    0x7e
+         26759  0xd496  prim   17 04                    ]
+ 2479 1  26760  0xd498  prim   17 03                    [
+         26761  0xd49a  int    11 04                    0x04
+         26762  0xd49c  int    11 22                    0x22
+         26763  0xd49e  int    11 33                    0x33
+         26764  0xd4a0  int    11 23                    0x23
+         26765  0xd4a2  prim   17 04                    ]
+ 2480 1  26766  0xd4a4  prim   17 03                    [
+         26767  0xd4a6  int    11 05                    0x05
+         26768  0xd4a8  int    11 27                    0x27
+         26769  0xd4aa  int    11 34                    0x34
+         26770  0xd4ac  int    11 7b                    0x7b
+         26771  0xd4ae  prim   17 04                    ]
+ 2481 1  26772  0xd4b0  prim   17 03                    [
+         26773  0xd4b2  int    11 06                    0x06
+         26774  0xd4b4  int    11 28                    0x28
+         26775  0xd4b6  int    11 35                    0x35
+         26776  0xd4b8  int    11 5b                    0x5b
+         26777  0xd4ba  prim   17 04                    ]
+ 2482 1  26778  0xd4bc  prim   17 03                    [
+         26779  0xd4be  int    11 07                    0x07
+         26780  0xd4c0  int    11 2d                    0x2d
+         26781  0xd4c2  int    11 36                    0x36
+         26782  0xd4c4  int    11 7c                    0x7c
+         26783  0xd4c6  prim   17 04                    ]
+ 2483 1  26784  0xd4c8  prim   17 03                    [
+         26785  0xd4ca  int    11 08                    0x08
+         26786  0xd4cc  uint   12 e8                    0xe8
+         26787  0xd4ce  int    11 37                    0x37
+         26788  0xd4d0  int    01                       0x00
+         26789  0xd4d1  prim   17 04                    ]
+ 2484 1  26790  0xd4d3  prim   17 03                    [
+         26791  0xd4d5  int    11 09                    0x09
+         26792  0xd4d7  int    11 5f                    0x5f
+         26793  0xd4d9  int    11 38                    0x38
+         26794  0xd4db  int    11 5c                    0x5c
+         26795  0xd4dd  prim   17 04                    ]
+ 2485 1  26796  0xd4df  prim   17 03                    [
+         26797  0xd4e1  int    11 0a                    0x0a
+         26798  0xd4e3  uint   12 e7                    0xe7
+         26799  0xd4e5  int    11 39                    0x39
+         26800  0xd4e7  int    11 5e                    0x5e
+         26801  0xd4e9  prim   17 04                    ]
+ 2486 1  26802  0xd4eb  prim   17 03                    [
+         26803  0xd4ed  int    11 0b                    0x0b
+         26804  0xd4ef  uint   12 e0                    0xe0
+         26805  0xd4f1  int    11 30                    0x30
+         26806  0xd4f3  int    11 40                    0x40
+         26807  0xd4f5  prim   17 04                    ]
+ 2487 1  26808  0xd4f7  prim   17 03                    [
+         26809  0xd4f9  int    11 0c                    0x0c
+         26810  0xd4fb  int    11 29                    0x29
+         26811  0xd4fd  uint   12 b0                    0xb0
+         26812  0xd4ff  int    11 5d                    0x5d
+         26813  0xd501  prim   17 04                    ]
+ 2488 1  26814  0xd503  prim   17 03                    [
+         26815  0xd505  int    11 0d                    0x0d
+         26816  0xd507  int    11 3d                    0x3d
+         26817  0xd509  int    11 2b                    0x2b
+         26818  0xd50b  int    11 7d                    0x7d
+         26819  0xd50d  prim   17 04                    ]
+ 2489 1  26820  0xd50f  prim   17 03                    [
+         26821  0xd511  int    11 10                    0x10
+         26822  0xd513  int    11 61                    0x61
+         26823  0xd515  int    11 41                    0x41
+         26824  0xd517  uint   12 e6                    0xe6
+         26825  0xd519  prim   17 04                    ]
+ 2490 1  26826  0xd51b  prim   17 03                    [
+         26827  0xd51d  int    11 11                    0x11
+         26828  0xd51f  int    11 7a                    0x7a
+         26829  0xd521  int    11 5a                    0x5a
+         26830  0xd523  uint   12 ab                    0xab
+         26831  0xd525  prim   17 04                    ]
+ 2491 1  26832  0xd527  prim   17 03                    [
+         26833  0xd529  int    11 12                    0x12
+         26834  0xd52b  int    11 65                    0x65
+         26835  0xd52d  int    11 45                    0x45
+         26836  0xd52f  int    01                       0x00
+         26837  0xd530  prim   17 04                    ]
+ 2492 1  26838  0xd532  prim   17 03                    [
+         26839  0xd534  int    11 13                    0x13
+         26840  0xd536  int    11 72                    0x72
+         26841  0xd538  int    11 52                    0x52
+         26842  0xd53a  uint   12 b6                    0xb6
+         26843  0xd53c  prim   17 04                    ]
+ 2493 1  26844  0xd53e  prim   17 03                    [
+         26845  0xd540  int    11 14                    0x14
+         26846  0xd542  int    11 74                    0x74
+         26847  0xd544  int    11 54                    0x54
+         26848  0xd546  int    01                       0x00
+         26849  0xd547  prim   17 04                    ]
+ 2494 1  26850  0xd549  prim   17 03                    [
+         26851  0xd54b  int    11 15                    0x15
+         26852  0xd54d  int    11 79                    0x79
+         26853  0xd54f  int    11 59                    0x59
+         26854  0xd551  int    01                       0x00
+         26855  0xd552  prim   17 04                    ]
+ 2495 1  26856  0xd554  prim   17 03                    [
+         26857  0xd556  int    11 16                    0x16
+         26858  0xd558  int    11 75                    0x75
+         26859  0xd55a  int    11 55                    0x55
+         26860  0xd55c  int    01                       0x00
+         26861  0xd55d  prim   17 04                    ]
+ 2496 1  26862  0xd55f  prim   17 03                    [
+         26863  0xd561  int    11 17                    0x17
+         26864  0xd563  int    11 69                    0x69
+         26865  0xd565  int    11 49                    0x49
+         26866  0xd567  int    01                       0x00
+         26867  0xd568  prim   17 04                    ]
+ 2497 1  26868  0xd56a  prim   17 03                    [
+         26869  0xd56c  int    11 18                    0x18
+         26870  0xd56e  int    11 6f                    0x6f
+         26871  0xd570  int    11 4f                    0x4f
+         26872  0xd572  uint   12 f8                    0xf8
+         26873  0xd574  prim   17 04                    ]
+ 2498 1  26874  0xd576  prim   17 03                    [
+         26875  0xd578  int    11 19                    0x19
+         26876  0xd57a  int    11 70                    0x70
+         26877  0xd57c  int    11 50                    0x50
+         26878  0xd57e  uint   12 fe                    0xfe
+         26879  0xd580  prim   17 04                    ]
+ 2499 1  26880  0xd582  prim   17 03                    [
+         26881  0xd584  int    11 1a                    0x1a
+         26882  0xd586  int    01                       0x00
+         26883  0xd587  int    01                       0x00
+         26884  0xd588  int    11 5b                    0x5b
+         26885  0xd58a  prim   17 04                    ]
+ 2500 1  26886  0xd58c  prim   17 03                    [
+         26887  0xd58e  int    11 1b                    0x1b
+         26888  0xd590  int    11 24                    0x24
+         26889  0xd592  uint   12 a3                    0xa3
+         26890  0xd594  uint   12 a4                    0xa4
+         26891  0xd596  prim   17 04                    ]
+ 2501 1  26892  0xd598  prim   17 03                    [
+         26893  0xd59a  int    11 1e                    0x1e
+         26894  0xd59c  int    11 71                    0x71
+         26895  0xd59e  int    11 51                    0x51
+         26896  0xd5a0  int    11 40                    0x40
+         26897  0xd5a2  prim   17 04                    ]
+ 2502 1  26898  0xd5a4  prim   17 03                    [
+         26899  0xd5a6  int    11 1f                    0x1f
+         26900  0xd5a8  int    11 73                    0x73
+         26901  0xd5aa  int    11 53                    0x53
+         26902  0xd5ac  uint   12 df                    0xdf
+         26903  0xd5ae  prim   17 04                    ]
+ 2503 1  26904  0xd5b0  prim   17 03                    [
+         26905  0xd5b2  int    11 20                    0x20
+         26906  0xd5b4  int    11 64                    0x64
+         26907  0xd5b6  int    11 44                    0x44
+         26908  0xd5b8  uint   12 f0                    0xf0
+         26909  0xd5ba  prim   17 04                    ]
+ 2504 1  26910  0xd5bc  prim   17 03                    [
+         26911  0xd5be  int    11 21                    0x21
+         26912  0xd5c0  int    11 66                    0x66
+         26913  0xd5c2  int    11 46                    0x46
+         26914  0xd5c4  int    01                       0x00
+         26915  0xd5c5  prim   17 04                    ]
+ 2505 1  26916  0xd5c7  prim   17 03                    [
+         26917  0xd5c9  int    11 22                    0x22
+         26918  0xd5cb  int    11 67                    0x67
+         26919  0xd5cd  int    11 47                    0x47
+         26920  0xd5cf  int    01                       0x00
+         26921  0xd5d0  prim   17 04                    ]
+ 2506 1  26922  0xd5d2  prim   17 03                    [
+         26923  0xd5d4  int    11 23                    0x23
+         26924  0xd5d6  int    11 68                    0x68
+         26925  0xd5d8  int    11 48                    0x48
+         26926  0xd5da  int    01                       0x00
+         26927  0xd5db  prim   17 04                    ]
+ 2507 1  26928  0xd5dd  prim   17 03                    [
+         26929  0xd5df  int    11 25                    0x25
+         26930  0xd5e1  int    11 6b                    0x6b
+         26931  0xd5e3  int    11 4b                    0x4b
+         26932  0xd5e5  int    01                       0x00
+         26933  0xd5e6  prim   17 04                    ]
+ 2508 1  26934  0xd5e8  prim   17 03                    [
+         26935  0xd5ea  int    11 26                    0x26
+         26936  0xd5ec  int    11 6c                    0x6c
+         26937  0xd5ee  int    11 4c                    0x4c
+         26938  0xd5f0  int    01                       0x00
+         26939  0xd5f1  prim   17 04                    ]
+ 2509 1  26940  0xd5f3  prim   17 03                    [
+         26941  0xd5f5  int    11 27                    0x27
+         26942  0xd5f7  int    11 6d                    0x6d
+         26943  0xd5f9  int    11 4d                    0x4d
+         26944  0xd5fb  uint   12 b5                    0xb5
+         26945  0xd5fd  prim   17 04                    ]
+ 2510 1  26946  0xd5ff  prim   17 03                    [
+         26947  0xd601  int    11 28                    0x28
+         26948  0xd603  uint   12 f1                    0xf1
+         26949  0xd605  uint   12 d1                    0xd1
+         26950  0xd607  int    11 27                    0x27
+         26951  0xd609  prim   17 04                    ]
+ 2511 1  26952  0xd60b  prim   17 03                    [
+         26953  0xd60d  int    11 29                    0x29
+         26954  0xd60f  uint   12 b2                    0xb2
+         26955  0xd611  int    11 25                    0x25
+         26956  0xd613  uint   12 ac                    0xac
+         26957  0xd615  prim   17 04                    ]
+ 2512 1  26958  0xd617  prim   17 03                    [
+         26959  0xd619  int    11 2b                    0x2b
+         26960  0xd61b  uint   12 b5                    0xb5
+         26961  0xd61d  uint   12 a3                    0xa3
+         26962  0xd61f  int    11 60                    0x60
+         26963  0xd621  prim   17 04                    ]
+ 2513 1  26964  0xd623  prim   17 03                    [
+         26965  0xd625  int    11 2c                    0x2c
+         26966  0xd627  int    11 77                    0x77
+         26967  0xd629  int    11 57                    0x57
+         26968  0xd62b  int    01                       0x00
+         26969  0xd62c  prim   17 04                    ]
+ 2514 1  26970  0xd62e  prim   17 03                    [
+         26971  0xd630  int    11 2d                    0x2d
+         26972  0xd632  int    11 78                    0x78
+         26973  0xd634  int    11 58                    0x58
+         26974  0xd636  uint   12 bb                    0xbb
+         26975  0xd638  prim   17 04                    ]
+ 2515 1  26976  0xd63a  prim   17 03                    [
+         26977  0xd63c  int    11 2e                    0x2e
+         26978  0xd63e  int    11 63                    0x63
+         26979  0xd640  int    11 43                    0x43
+         26980  0xd642  uint   12 a2                    0xa2
+         26981  0xd644  prim   17 04                    ]
+ 2516 1  26982  0xd646  prim   17 03                    [
+         26983  0xd648  int    11 2f                    0x2f
+         26984  0xd64a  int    11 76                    0x76
+         26985  0xd64c  int    11 56                    0x56
+         26986  0xd64e  int    01                       0x00
+         26987  0xd64f  prim   17 04                    ]
+ 2517 1  26988  0xd651  prim   17 03                    [
+         26989  0xd653  int    11 30                    0x30
+         26990  0xd655  int    11 62                    0x62
+         26991  0xd657  int    11 42                    0x42
+         26992  0xd659  int    01                       0x00
+         26993  0xd65a  prim   17 04                    ]
+ 2518 1  26994  0xd65c  prim   17 03                    [
+         26995  0xd65e  int    11 32                    0x32
+         26996  0xd660  int    11 2c                    0x2c
+         26997  0xd662  int    11 3f                    0x3f
+         26998  0xd664  uint   12 bf                    0xbf
+         26999  0xd666  prim   17 04                    ]
+ 2519 1  27000  0xd668  prim   17 03                    [
+         27001  0xd66a  int    11 33                    0x33
+         27002  0xd66c  int    11 3b                    0x3b
+         27003  0xd66e  int    11 2e                    0x2e
+         27004  0xd670  int    01                       0x00
+         27005  0xd671  prim   17 04                    ]
+ 2520 1  27006  0xd673  prim   17 03                    [
+         27007  0xd675  int    11 34                    0x34
+         27008  0xd677  int    11 3a                    0x3a
+         27009  0xd679  int    11 2f                    0x2f
+         27010  0xd67b  uint   12 b7                    0xb7
+         27011  0xd67d  prim   17 04                    ]
+ 2521 1  27012  0xd67f  prim   17 03                    [
+         27013  0xd681  int    11 35                    0x35
+         27014  0xd683  int    11 21                    0x21
+         27015  0xd685  uint   12 a7                    0xa7
+         27016  0xd687  uint   12 a1                    0xa1
+         27017  0xd689  prim   17 04                    ]
+ 2522 1  27018  0xd68b  prim   17 03                    [
+         27019  0xd68d  int    11 56                    0x56
+         27020  0xd68f  int    11 3c                    0x3c
+         27021  0xd691  int    11 3e                    0x3e
+         27022  0xd693  int    11 7c                    0x7c
+         27023  0xd695  prim   17 04                    ]
+ 2523 1  27024  0xd697  prim   17 04                    ]
+         27025  0xd699  prim   17 05                    def
+ 2525 1  27026  0xd69b  dict   29 94 03                 /keymap.sy
+         27027  0xd69e  prim   17 03                    [
+ 2526 1  27028  0xd6a0  prim   17 03                    [
+         27029  0xd6a2  int    11 56                    0x56
+         27030  0xd6a4  int    11 3c                    0x3c
+         27031  0xd6a6  int    11 3e                    0x3e
+         27032  0xd6a8  int    11 7c                    0x7c
+         27033  0xd6aa  prim   17 04                    ]
+ 2527 1  27034  0xd6ac  prim   17 04                    ]
+         27035  0xd6ae  prim   17 05                    def
+ 2529 1  27036  0xd6b0  dict   29 95 03                 /keymap.th
+         27037  0xd6b3  prim   17 03                    [
+ 2530 1  27038  0xd6b5  prim   17 03                    [
+         27039  0xd6b7  int    11 56                    0x56
+         27040  0xd6b9  int    11 3c                    0x3c
+         27041  0xd6bb  int    11 3e                    0x3e
+         27042  0xd6bd  int    11 7c                    0x7c
+         27043  0xd6bf  prim   17 04                    ]
+ 2531 1  27044  0xd6c1  prim   17 04                    ]
+         27045  0xd6c3  prim   17 05                    def
+ 2533 1  27046  0xd6c5  dict   29 96 03                 /keymap.tj
+         27047  0xd6c8  prim   17 03                    [
+ 2534 1  27048  0xd6ca  prim   17 03                    [
+         27049  0xd6cc  int    11 56                    0x56
+         27050  0xd6ce  int    11 3c                    0x3c
+         27051  0xd6d0  int    11 3e                    0x3e
+         27052  0xd6d2  int    11 7c                    0x7c
+         27053  0xd6d4  prim   17 04                    ]
+ 2535 1  27054  0xd6d6  prim   17 04                    ]
+         27055  0xd6d8  prim   17 05                    def
+ 2537 1  27056  0xd6da  dict   29 97 03                 /keymap.tm
+         27057  0xd6dd  prim   17 03                    [
+ 2538 1  27058  0xd6df  prim   17 03                    [
+         27059  0xd6e1  int    11 10                    0x10
+         27060  0xd6e3  uint   12 e4                    0xe4
+         27061  0xd6e5  uint   12 c4                    0xc4
+         27062  0xd6e7  int    11 71                    0x71
+         27063  0xd6e9  prim   17 04                    ]
+ 2539 1  27064  0xd6eb  prim   17 03                    [
+         27065  0xd6ed  int    11 1a                    0x1a
+         27066  0xd6ef  int    01                       0x00
+         27067  0xd6f0  int    01                       0x00
+         27068  0xd6f1  int    11 5b                    0x5b
+         27069  0xd6f3  prim   17 04                    ]
+ 2540 1  27070  0xd6f5  prim   17 03                    [
+         27071  0xd6f7  int    11 1b                    0x1b
+         27072  0xd6f9  uint   12 f6                    0xf6
+         27073  0xd6fb  uint   12 d6                    0xd6
+         27074  0xd6fd  int    11 5d                    0x5d
+         27075  0xd6ff  prim   17 04                    ]
+ 2541 1  27076  0xd701  prim   17 03                    [
+         27077  0xd703  int    11 29                    0x29
+         27078  0xd705  int    01                       0x00
+         27079  0xd706  int    01                       0x00
+         27080  0xd707  int    11 60                    0x60
+         27081  0xd709  prim   17 04                    ]
+ 2542 1  27082  0xd70b  prim   17 03                    [
+         27083  0xd70d  int    11 2b                    0x2b
+         27084  0xd70f  int    01                       0x00
+         27085  0xd710  int    01                       0x00
+         27086  0xd711  int    11 5c                    0x5c
+         27087  0xd713  prim   17 04                    ]
+ 2543 1  27088  0xd715  prim   17 03                    [
+         27089  0xd717  int    11 2d                    0x2d
+         27090  0xd719  uint   12 fc                    0xfc
+         27091  0xd71b  uint   12 dc                    0xdc
+         27092  0xd71d  int    11 78                    0x78
+         27093  0xd71f  prim   17 04                    ]
+ 2544 1  27094  0xd721  prim   17 03                    [
+         27095  0xd723  int    11 2e                    0x2e
+         27096  0xd725  uint   12 e7                    0xe7
+         27097  0xd727  uint   12 c7                    0xc7
+         27098  0xd729  int    11 63                    0x63
+         27099  0xd72b  prim   17 04                    ]
+ 2545 1  27100  0xd72d  prim   17 03                    [
+         27101  0xd72f  int    11 2f                    0x2f
+         27102  0xd731  uint   12 fd                    0xfd
+         27103  0xd733  uint   12 dd                    0xdd
+         27104  0xd735  int    11 76                    0x76
+         27105  0xd737  prim   17 04                    ]
+ 2546 1  27106  0xd739  prim   17 03                    [
+         27107  0xd73b  int    11 56                    0x56
+         27108  0xd73d  int    11 3c                    0x3c
+         27109  0xd73f  int    11 3e                    0x3e
+         27110  0xd741  int    11 7c                    0x7c
+         27111  0xd743  prim   17 04                    ]
+ 2547 1  27112  0xd745  prim   17 04                    ]
+         27113  0xd747  prim   17 05                    def
+ 2549 1  27114  0xd749  dict   29 98 03                 /keymap.tr
+         27115  0xd74c  prim   17 03                    [
+ 2550 1  27116  0xd74e  prim   17 03                    [
+         27117  0xd750  int    11 02                    0x02
+         27118  0xd752  int    11 31                    0x31
+         27119  0xd754  int    11 21                    0x21
+         27120  0xd756  int    11 3e                    0x3e
+         27121  0xd758  prim   17 04                    ]
+ 2551 1  27122  0xd75a  prim   17 03                    [
+         27123  0xd75c  int    11 03                    0x03
+         27124  0xd75e  int    11 32                    0x32
+         27125  0xd760  int    11 27                    0x27
+         27126  0xd762  uint   12 a3                    0xa3
+         27127  0xd764  prim   17 04                    ]
+ 2552 1  27128  0xd766  prim   17 03                    [
+         27129  0xd768  int    11 04                    0x04
+         27130  0xd76a  int    11 33                    0x33
+         27131  0xd76c  int    11 5e                    0x5e
+         27132  0xd76e  int    11 23                    0x23
+         27133  0xd770  prim   17 04                    ]
+ 2553 1  27134  0xd772  prim   17 03                    [
+         27135  0xd774  int    11 05                    0x05
+         27136  0xd776  int    11 34                    0x34
+         27137  0xd778  int    11 2b                    0x2b
+         27138  0xd77a  int    11 24                    0x24
+         27139  0xd77c  prim   17 04                    ]
+ 2554 1  27140  0xd77e  prim   17 03                    [
+         27141  0xd780  int    11 06                    0x06
+         27142  0xd782  int    11 35                    0x35
+         27143  0xd784  int    11 25                    0x25
+         27144  0xd786  uint   12 bd                    0xbd
+         27145  0xd788  prim   17 04                    ]
+ 2555 1  27146  0xd78a  prim   17 03                    [
+         27147  0xd78c  int    11 07                    0x07
+         27148  0xd78e  int    11 36                    0x36
+         27149  0xd790  int    11 26                    0x26
+         27150  0xd792  uint   12 be                    0xbe
+         27151  0xd794  prim   17 04                    ]
+ 2556 1  27152  0xd796  prim   17 03                    [
+         27153  0xd798  int    11 08                    0x08
+         27154  0xd79a  int    11 37                    0x37
+         27155  0xd79c  int    11 2f                    0x2f
+         27156  0xd79e  int    11 7b                    0x7b
+         27157  0xd7a0  prim   17 04                    ]
+ 2557 1  27158  0xd7a2  prim   17 03                    [
+         27159  0xd7a4  int    11 09                    0x09
+         27160  0xd7a6  int    11 38                    0x38
+         27161  0xd7a8  int    11 28                    0x28
+         27162  0xd7aa  int    11 5b                    0x5b
+         27163  0xd7ac  prim   17 04                    ]
+ 2558 1  27164  0xd7ae  prim   17 03                    [
+         27165  0xd7b0  int    11 0a                    0x0a
+         27166  0xd7b2  int    11 39                    0x39
+         27167  0xd7b4  int    11 29                    0x29
+         27168  0xd7b6  int    11 5d                    0x5d
+         27169  0xd7b8  prim   17 04                    ]
+ 2559 1  27170  0xd7ba  prim   17 03                    [
+         27171  0xd7bc  int    11 0b                    0x0b
+         27172  0xd7be  int    11 30                    0x30
+         27173  0xd7c0  int    11 3d                    0x3d
+         27174  0xd7c2  int    11 7d                    0x7d
+         27175  0xd7c4  prim   17 04                    ]
+ 2560 1  27176  0xd7c6  prim   17 03                    [
+         27177  0xd7c8  int    11 0c                    0x0c
+         27178  0xd7ca  int    11 2a                    0x2a
+         27179  0xd7cc  int    11 3f                    0x3f
+         27180  0xd7ce  int    11 5c                    0x5c
+         27181  0xd7d0  prim   17 04                    ]
+ 2561 1  27182  0xd7d2  prim   17 03                    [
+         27183  0xd7d4  int    11 0d                    0x0d
+         27184  0xd7d6  int    11 2d                    0x2d
+         27185  0xd7d8  int    11 5f                    0x5f
+         27186  0xd7da  int    11 7c                    0x7c
+         27187  0xd7dc  prim   17 04                    ]
+ 2562 1  27188  0xd7de  prim   17 03                    [
+         27189  0xd7e0  int    11 10                    0x10
+         27190  0xd7e2  int    11 71                    0x71
+         27191  0xd7e4  int    11 51                    0x51
+         27192  0xd7e6  int    11 40                    0x40
+         27193  0xd7e8  prim   17 04                    ]
+ 2563 1  27194  0xd7ea  prim   17 03                    [
+         27195  0xd7ec  int    11 12                    0x12
+         27196  0xd7ee  int    11 65                    0x65
+         27197  0xd7f0  int    11 45                    0x45
+         27198  0xd7f2  int    01                       0x00
+         27199  0xd7f3  prim   17 04                    ]
+ 2564 1  27200  0xd7f5  prim   17 03                    [
+         27201  0xd7f7  int    11 13                    0x13
+         27202  0xd7f9  int    11 72                    0x72
+         27203  0xd7fb  int    11 52                    0x52
+         27204  0xd7fd  uint   12 b6                    0xb6
+         27205  0xd7ff  prim   17 04                    ]
+ 2565 1  27206  0xd801  prim   17 03                    [
+         27207  0xd803  int    11 14                    0x14
+         27208  0xd805  int    11 74                    0x74
+         27209  0xd807  int    11 54                    0x54
+         27210  0xd809  int    01                       0x00
+         27211  0xd80a  prim   17 04                    ]
+ 2566 1  27212  0xd80c  prim   17 03                    [
+         27213  0xd80e  int    11 15                    0x15
+         27214  0xd810  int    11 79                    0x79
+         27215  0xd812  int    11 59                    0x59
+         27216  0xd814  int    01                       0x00
+         27217  0xd815  prim   17 04                    ]
+ 2567 1  27218  0xd817  prim   17 03                    [
+         27219  0xd819  int    11 16                    0x16
+         27220  0xd81b  int    11 75                    0x75
+         27221  0xd81d  int    11 55                    0x55
+         27222  0xd81f  uint   12 fb                    0xfb
+         27223  0xd821  prim   17 04                    ]
+ 2568 1  27224  0xd823  prim   17 03                    [
+         27225  0xd825  int    11 17                    0x17
+         27226  0xd827  int    01                       0x00
+         27227  0xd828  int    11 49                    0x49
+         27228  0xd82a  uint   12 ee                    0xee
+         27229  0xd82c  prim   17 04                    ]
+ 2569 1  27230  0xd82e  prim   17 03                    [
+         27231  0xd830  int    11 18                    0x18
+         27232  0xd832  int    11 6f                    0x6f
+         27233  0xd834  int    11 4f                    0x4f
+         27234  0xd836  uint   12 f4                    0xf4
+         27235  0xd838  prim   17 04                    ]
+ 2570 1  27236  0xd83a  prim   17 03                    [
+         27237  0xd83c  int    11 1b                    0x1b
+         27238  0xd83e  uint   12 fc                    0xfc
+         27239  0xd840  uint   12 dc                    0xdc
+         27240  0xd842  int    11 7e                    0x7e
+         27241  0xd844  prim   17 04                    ]
+ 2571 1  27242  0xd846  prim   17 03                    [
+         27243  0xd848  int    11 1e                    0x1e
+         27244  0xd84a  int    11 61                    0x61
+         27245  0xd84c  int    11 41                    0x41
+         27246  0xd84e  uint   12 e2                    0xe2
+         27247  0xd850  prim   17 04                    ]
+ 2572 1  27248  0xd852  prim   17 03                    [
+         27249  0xd854  int    11 1f                    0x1f
+         27250  0xd856  int    11 73                    0x73
+         27251  0xd858  int    11 53                    0x53
+         27252  0xd85a  uint   12 a7                    0xa7
+         27253  0xd85c  prim   17 04                    ]
+ 2573 1  27254  0xd85e  prim   17 03                    [
+         27255  0xd860  int    11 21                    0x21
+         27256  0xd862  int    11 66                    0x66
+         27257  0xd864  int    11 46                    0x46
+         27258  0xd866  uint   12 aa                    0xaa
+         27259  0xd868  prim   17 04                    ]
+ 2574 1  27260  0xd86a  prim   17 03                    [
+         27261  0xd86c  int    11 27                    0x27
+         27262  0xd86e  int    01                       0x00
+         27263  0xd86f  int    01                       0x00
+         27264  0xd870  int    11 27                    0x27
+         27265  0xd872  prim   17 04                    ]
+ 2575 1  27266  0xd874  prim   17 03                    [
+         27267  0xd876  int    11 28                    0x28
+         27268  0xd878  int    11 69                    0x69
+         27269  0xd87a  int    01                       0x00
+         27270  0xd87b  int    11 27                    0x27
+         27271  0xd87d  prim   17 04                    ]
+ 2576 1  27272  0xd87f  prim   17 03                    [
+         27273  0xd881  int    11 29                    0x29
+         27274  0xd883  int    11 22                    0x22
+         27275  0xd885  uint   12 e9                    0xe9
+         27276  0xd887  int    11 3c                    0x3c
+         27277  0xd889  prim   17 04                    ]
+ 2577 1  27278  0xd88b  prim   17 03                    [
+         27279  0xd88d  int    11 2b                    0x2b
+         27280  0xd88f  int    11 2c                    0x2c
+         27281  0xd891  int    11 3b                    0x3b
+         27282  0xd893  int    11 60                    0x60
+         27283  0xd895  prim   17 04                    ]
+ 2578 1  27284  0xd897  prim   17 03                    [
+         27285  0xd899  int    11 2c                    0x2c
+         27286  0xd89b  int    11 7a                    0x7a
+         27287  0xd89d  int    11 5a                    0x5a
+         27288  0xd89f  uint   12 ab                    0xab
+         27289  0xd8a1  prim   17 04                    ]
+ 2579 1  27290  0xd8a3  prim   17 03                    [
+         27291  0xd8a5  int    11 2d                    0x2d
+         27292  0xd8a7  int    11 78                    0x78
+         27293  0xd8a9  int    11 58                    0x58
+         27294  0xd8ab  uint   12 bb                    0xbb
+         27295  0xd8ad  prim   17 04                    ]
+ 2580 1  27296  0xd8af  prim   17 03                    [
+         27297  0xd8b1  int    11 2e                    0x2e
+         27298  0xd8b3  int    11 63                    0x63
+         27299  0xd8b5  int    11 43                    0x43
+         27300  0xd8b7  uint   12 a2                    0xa2
+         27301  0xd8b9  prim   17 04                    ]
+ 2581 1  27302  0xd8bb  prim   17 03                    [
+         27303  0xd8bd  int    11 2f                    0x2f
+         27304  0xd8bf  int    11 76                    0x76
+         27305  0xd8c1  int    11 56                    0x56
+         27306  0xd8c3  int    01                       0x00
+         27307  0xd8c4  prim   17 04                    ]
+ 2582 1  27308  0xd8c6  prim   17 03                    [
+         27309  0xd8c8  int    11 30                    0x30
+         27310  0xd8ca  int    11 62                    0x62
+         27311  0xd8cc  int    11 42                    0x42
+         27312  0xd8ce  int    01                       0x00
+         27313  0xd8cf  prim   17 04                    ]
+ 2583 1  27314  0xd8d1  prim   17 03                    [
+         27315  0xd8d3  int    11 32                    0x32
+         27316  0xd8d5  int    11 6d                    0x6d
+         27317  0xd8d7  int    11 4d                    0x4d
+         27318  0xd8d9  uint   12 b5                    0xb5
+         27319  0xd8db  prim   17 04                    ]
+ 2584 1  27320  0xd8dd  prim   17 03                    [
+         27321  0xd8df  int    11 33                    0x33
+         27322  0xd8e1  uint   12 f6                    0xf6
+         27323  0xd8e3  uint   12 d6                    0xd6
+         27324  0xd8e5  uint   12 d7                    0xd7
+         27325  0xd8e7  prim   17 04                    ]
+ 2585 1  27326  0xd8e9  prim   17 03                    [
+         27327  0xd8eb  int    11 34                    0x34
+         27328  0xd8ed  uint   12 e7                    0xe7
+         27329  0xd8ef  uint   12 c7                    0xc7
+         27330  0xd8f1  uint   12 b7                    0xb7
+         27331  0xd8f3  prim   17 04                    ]
+ 2586 1  27332  0xd8f5  prim   17 03                    [
+         27333  0xd8f7  int    11 35                    0x35
+         27334  0xd8f9  int    11 2e                    0x2e
+         27335  0xd8fb  int    11 3a                    0x3a
+         27336  0xd8fd  int    11 2e                    0x2e
+         27337  0xd8ff  prim   17 04                    ]
+ 2587 1  27338  0xd901  prim   17 03                    [
+         27339  0xd903  int    11 56                    0x56
+         27340  0xd905  int    11 3c                    0x3c
+         27341  0xd907  int    11 3e                    0x3e
+         27342  0xd909  int    11 7c                    0x7c
+         27343  0xd90b  prim   17 04                    ]
+ 2588 1  27344  0xd90d  prim   17 04                    ]
+         27345  0xd90f  prim   17 05                    def
+ 2590 1  27346  0xd911  dict   29 99 03                 /keymap.tr_f
+         27347  0xd914  prim   17 03                    [
+ 2591 1  27348  0xd916  prim   17 03                    [
+         27349  0xd918  int    11 02                    0x02
+         27350  0xd91a  int    11 31                    0x31
+         27351  0xd91c  int    11 21                    0x21
+         27352  0xd91e  uint   12 b9                    0xb9
+         27353  0xd920  prim   17 04                    ]
+ 2592 1  27354  0xd922  prim   17 03                    [
+         27355  0xd924  int    11 03                    0x03
+         27356  0xd926  int    11 32                    0x32
+         27357  0xd928  int    11 22                    0x22
+         27358  0xd92a  uint   12 b2                    0xb2
+         27359  0xd92c  prim   17 04                    ]
+ 2593 1  27360  0xd92e  prim   17 03                    [
+         27361  0xd930  int    11 04                    0x04
+         27362  0xd932  int    11 33                    0x33
+         27363  0xd934  int    11 5e                    0x5e
+         27364  0xd936  int    11 23                    0x23
+         27365  0xd938  prim   17 04                    ]
+ 2594 1  27366  0xd93a  prim   17 03                    [
+         27367  0xd93c  int    11 05                    0x05
+         27368  0xd93e  int    11 34                    0x34
+         27369  0xd940  int    11 24                    0x24
+         27370  0xd942  uint   12 bc                    0xbc
+         27371  0xd944  prim   17 04                    ]
+ 2595 1  27372  0xd946  prim   17 03                    [
+         27373  0xd948  int    11 06                    0x06
+         27374  0xd94a  int    11 35                    0x35
+         27375  0xd94c  int    11 25                    0x25
+         27376  0xd94e  uint   12 bd                    0xbd
+         27377  0xd950  prim   17 04                    ]
+ 2596 1  27378  0xd952  prim   17 03                    [
+         27379  0xd954  int    11 07                    0x07
+         27380  0xd956  int    11 36                    0x36
+         27381  0xd958  int    11 26                    0x26
+         27382  0xd95a  uint   12 be                    0xbe
+         27383  0xd95c  prim   17 04                    ]
+ 2597 1  27384  0xd95e  prim   17 03                    [
+         27385  0xd960  int    11 08                    0x08
+         27386  0xd962  int    11 37                    0x37
+         27387  0xd964  int    11 27                    0x27
+         27388  0xd966  int    11 7b                    0x7b
+         27389  0xd968  prim   17 04                    ]
+ 2598 1  27390  0xd96a  prim   17 03                    [
+         27391  0xd96c  int    11 09                    0x09
+         27392  0xd96e  int    11 38                    0x38
+         27393  0xd970  int    11 28                    0x28
+         27394  0xd972  int    11 5b                    0x5b
+         27395  0xd974  prim   17 04                    ]
+ 2599 1  27396  0xd976  prim   17 03                    [
+         27397  0xd978  int    11 0a                    0x0a
+         27398  0xd97a  int    11 39                    0x39
+         27399  0xd97c  int    11 29                    0x29
+         27400  0xd97e  int    11 5d                    0x5d
+         27401  0xd980  prim   17 04                    ]
+ 2600 1  27402  0xd982  prim   17 03                    [
+         27403  0xd984  int    11 0b                    0x0b
+         27404  0xd986  int    11 30                    0x30
+         27405  0xd988  int    11 3d                    0x3d
+         27406  0xd98a  int    11 7d                    0x7d
+         27407  0xd98c  prim   17 04                    ]
+ 2601 1  27408  0xd98e  prim   17 03                    [
+         27409  0xd990  int    11 0c                    0x0c
+         27410  0xd992  int    11 2f                    0x2f
+         27411  0xd994  int    11 3f                    0x3f
+         27412  0xd996  int    11 5c                    0x5c
+         27413  0xd998  prim   17 04                    ]
+ 2602 1  27414  0xd99a  prim   17 03                    [
+         27415  0xd99c  int    11 0d                    0x0d
+         27416  0xd99e  int    11 2d                    0x2d
+         27417  0xd9a0  int    11 5f                    0x5f
+         27418  0xd9a2  int    11 7c                    0x7c
+         27419  0xd9a4  prim   17 04                    ]
+ 2603 1  27420  0xd9a6  prim   17 03                    [
+         27421  0xd9a8  int    11 10                    0x10
+         27422  0xd9aa  int    11 66                    0x66
+         27423  0xd9ac  int    11 46                    0x46
+         27424  0xd9ae  int    11 40                    0x40
+         27425  0xd9b0  prim   17 04                    ]
+ 2604 1  27426  0xd9b2  prim   17 03                    [
+         27427  0xd9b4  int    11 11                    0x11
+         27428  0xd9b6  int    11 67                    0x67
+         27429  0xd9b8  int    11 47                    0x47
+         27430  0xd9ba  int    11 67                    0x67
+         27431  0xd9bc  prim   17 04                    ]
+ 2605 1  27432  0xd9be  prim   17 03                    [
+         27433  0xd9c0  int    11 13                    0x13
+         27434  0xd9c2  int    01                       0x00
+         27435  0xd9c3  int    11 49                    0x49
+         27436  0xd9c5  uint   12 b6                    0xb6
+         27437  0xd9c7  prim   17 04                    ]
+ 2606 1  27438  0xd9c9  prim   17 03                    [
+         27439  0xd9cb  int    11 14                    0x14
+         27440  0xd9cd  int    11 6f                    0x6f
+         27441  0xd9cf  int    11 4f                    0x4f
+         27442  0xd9d1  uint   12 f4                    0xf4
+         27443  0xd9d3  prim   17 04                    ]
+ 2607 1  27444  0xd9d5  prim   17 03                    [
+         27445  0xd9d7  int    11 15                    0x15
+         27446  0xd9d9  int    11 64                    0x64
+         27447  0xd9db  int    11 44                    0x44
+         27448  0xd9dd  uint   12 a5                    0xa5
+         27449  0xd9df  prim   17 04                    ]
+ 2608 1  27450  0xd9e1  prim   17 03                    [
+         27451  0xd9e3  int    11 16                    0x16
+         27452  0xd9e5  int    11 72                    0x72
+         27453  0xd9e7  int    11 52                    0x52
+         27454  0xd9e9  uint   12 ae                    0xae
+         27455  0xd9eb  prim   17 04                    ]
+ 2609 1  27456  0xd9ed  prim   17 03                    [
+         27457  0xd9ef  int    11 17                    0x17
+         27458  0xd9f1  int    11 6e                    0x6e
+         27459  0xd9f3  int    11 4e                    0x4e
+         27460  0xd9f5  int    11 6e                    0x6e
+         27461  0xd9f7  prim   17 04                    ]
+ 2610 1  27462  0xd9f9  prim   17 03                    [
+         27463  0xd9fb  int    11 18                    0x18
+         27464  0xd9fd  int    11 68                    0x68
+         27465  0xd9ff  int    11 48                    0x48
+         27466  0xda01  uint   12 b0                    0xb0
+         27467  0xda03  prim   17 04                    ]
+ 2611 1  27468  0xda05  prim   17 03                    [
+         27469  0xda07  int    11 19                    0x19
+         27470  0xda09  int    11 70                    0x70
+         27471  0xda0b  int    11 50                    0x50
+         27472  0xda0d  uint   12 a3                    0xa3
+         27473  0xda0f  prim   17 04                    ]
+ 2612 1  27474  0xda11  prim   17 03                    [
+         27475  0xda13  int    11 1a                    0x1a
+         27476  0xda15  int    11 71                    0x71
+         27477  0xda17  int    11 51                    0x51
+         27478  0xda19  int    01                       0x00
+         27479  0xda1a  prim   17 04                    ]
+ 2613 1  27480  0xda1c  prim   17 03                    [
+         27481  0xda1e  int    11 1b                    0x1b
+         27482  0xda20  int    11 77                    0x77
+         27483  0xda22  int    11 57                    0x57
+         27484  0xda24  int    11 7e                    0x7e
+         27485  0xda26  prim   17 04                    ]
+ 2614 1  27486  0xda28  prim   17 03                    [
+         27487  0xda2a  int    11 1e                    0x1e
+         27488  0xda2c  int    11 75                    0x75
+         27489  0xda2e  int    11 55                    0x55
+         27490  0xda30  uint   12 fb                    0xfb
+         27491  0xda32  prim   17 04                    ]
+ 2615 1  27492  0xda34  prim   17 03                    [
+         27493  0xda36  int    11 1f                    0x1f
+         27494  0xda38  int    11 69                    0x69
+         27495  0xda3a  int    01                       0x00
+         27496  0xda3b  uint   12 ee                    0xee
+         27497  0xda3d  prim   17 04                    ]
+ 2616 1  27498  0xda3f  prim   17 03                    [
+         27499  0xda41  int    11 20                    0x20
+         27500  0xda43  int    11 65                    0x65
+         27501  0xda45  int    11 45                    0x45
+         27502  0xda47  int    01                       0x00
+         27503  0xda48  prim   17 04                    ]
+ 2617 1  27504  0xda4a  prim   17 03                    [
+         27505  0xda4c  int    11 21                    0x21
+         27506  0xda4e  int    11 61                    0x61
+         27507  0xda50  int    11 41                    0x41
+         27508  0xda52  uint   12 e2                    0xe2
+         27509  0xda54  prim   17 04                    ]
+ 2618 1  27510  0xda56  prim   17 03                    [
+         27511  0xda58  int    11 22                    0x22
+         27512  0xda5a  uint   12 fc                    0xfc
+         27513  0xda5c  uint   12 dc                    0xdc
+         27514  0xda5e  uint   12 fb                    0xfb
+         27515  0xda60  prim   17 04                    ]
+ 2619 1  27516  0xda62  prim   17 03                    [
+         27517  0xda64  int    11 23                    0x23
+         27518  0xda66  int    11 74                    0x74
+         27519  0xda68  int    11 54                    0x54
+         27520  0xda6a  int    01                       0x00
+         27521  0xda6b  prim   17 04                    ]
+ 2620 1  27522  0xda6d  prim   17 03                    [
+         27523  0xda6f  int    11 24                    0x24
+         27524  0xda71  int    11 6b                    0x6b
+         27525  0xda73  int    11 4b                    0x4b
+         27526  0xda75  int    11 6b                    0x6b
+         27527  0xda77  prim   17 04                    ]
+ 2621 1  27528  0xda79  prim   17 03                    [
+         27529  0xda7b  int    11 25                    0x25
+         27530  0xda7d  int    11 6d                    0x6d
+         27531  0xda7f  int    11 4d                    0x4d
+         27532  0xda81  uint   12 b5                    0xb5
+         27533  0xda83  prim   17 04                    ]
+ 2622 1  27534  0xda85  prim   17 03                    [
+         27535  0xda87  int    11 27                    0x27
+         27536  0xda89  int    11 79                    0x79
+         27537  0xda8b  int    11 59                    0x59
+         27538  0xda8d  int    11 27                    0x27
+         27539  0xda8f  prim   17 04                    ]
+ 2623 1  27540  0xda91  prim   17 03                    [
+         27541  0xda93  int    11 28                    0x28
+         27542  0xda95  int    01                       0x00
+         27543  0xda96  int    01                       0x00
+         27544  0xda97  int    11 23                    0x23
+         27545  0xda99  prim   17 04                    ]
+ 2624 1  27546  0xda9b  prim   17 03                    [
+         27547  0xda9d  int    11 29                    0x29
+         27548  0xda9f  int    11 2b                    0x2b
+         27549  0xdaa1  int    11 2a                    0x2a
+         27550  0xdaa3  uint   12 ac                    0xac
+         27551  0xdaa5  prim   17 04                    ]
+ 2625 1  27552  0xdaa7  prim   17 03                    [
+         27553  0xdaa9  int    11 2b                    0x2b
+         27554  0xdaab  int    11 78                    0x78
+         27555  0xdaad  int    11 58                    0x58
+         27556  0xdaaf  int    11 60                    0x60
+         27557  0xdab1  prim   17 04                    ]
+ 2626 1  27558  0xdab3  prim   17 03                    [
+         27559  0xdab5  int    11 2c                    0x2c
+         27560  0xdab7  int    11 6a                    0x6a
+         27561  0xdab9  int    11 4a                    0x4a
+         27562  0xdabb  uint   12 ab                    0xab
+         27563  0xdabd  prim   17 04                    ]
+ 2627 1  27564  0xdabf  prim   17 03                    [
+         27565  0xdac1  int    11 2d                    0x2d
+         27566  0xdac3  uint   12 f6                    0xf6
+         27567  0xdac5  uint   12 d6                    0xd6
+         27568  0xdac7  uint   12 bb                    0xbb
+         27569  0xdac9  prim   17 04                    ]
+ 2628 1  27570  0xdacb  prim   17 03                    [
+         27571  0xdacd  int    11 2e                    0x2e
+         27572  0xdacf  int    11 76                    0x76
+         27573  0xdad1  int    11 56                    0x56
+         27574  0xdad3  int    01                       0x00
+         27575  0xdad4  prim   17 04                    ]
+ 2629 1  27576  0xdad6  prim   17 03                    [
+         27577  0xdad8  int    11 2f                    0x2f
+         27578  0xdada  int    11 63                    0x63
+         27579  0xdadc  int    11 43                    0x43
+         27580  0xdade  uint   12 a2                    0xa2
+         27581  0xdae0  prim   17 04                    ]
+ 2630 1  27582  0xdae2  prim   17 03                    [
+         27583  0xdae4  int    11 30                    0x30
+         27584  0xdae6  uint   12 e7                    0xe7
+         27585  0xdae8  uint   12 c7                    0xc7
+         27586  0xdaea  int    01                       0x00
+         27587  0xdaeb  prim   17 04                    ]
+ 2631 1  27588  0xdaed  prim   17 03                    [
+         27589  0xdaef  int    11 31                    0x31
+         27590  0xdaf1  int    11 7a                    0x7a
+         27591  0xdaf3  int    11 5a                    0x5a
+         27592  0xdaf5  int    11 7a                    0x7a
+         27593  0xdaf7  prim   17 04                    ]
+ 2632 1  27594  0xdaf9  prim   17 03                    [
+         27595  0xdafb  int    11 32                    0x32
+         27596  0xdafd  int    11 73                    0x73
+         27597  0xdaff  int    11 53                    0x53
+         27598  0xdb01  uint   12 a7                    0xa7
+         27599  0xdb03  prim   17 04                    ]
+ 2633 1  27600  0xdb05  prim   17 03                    [
+         27601  0xdb07  int    11 33                    0x33
+         27602  0xdb09  int    11 62                    0x62
+         27603  0xdb0b  int    11 42                    0x42
+         27604  0xdb0d  uint   12 d7                    0xd7
+         27605  0xdb0f  prim   17 04                    ]
+ 2634 1  27606  0xdb11  prim   17 03                    [
+         27607  0xdb13  int    11 34                    0x34
+         27608  0xdb15  int    11 2e                    0x2e
+         27609  0xdb17  int    11 3a                    0x3a
+         27610  0xdb19  uint   12 f7                    0xf7
+         27611  0xdb1b  prim   17 04                    ]
+ 2635 1  27612  0xdb1d  prim   17 03                    [
+         27613  0xdb1f  int    11 35                    0x35
+         27614  0xdb21  int    11 2c                    0x2c
+         27615  0xdb23  int    11 3b                    0x3b
+         27616  0xdb25  uint   12 b7                    0xb7
+         27617  0xdb27  prim   17 04                    ]
+ 2636 1  27618  0xdb29  prim   17 03                    [
+         27619  0xdb2b  int    11 56                    0x56
+         27620  0xdb2d  int    11 3c                    0x3c
+         27621  0xdb2f  int    11 3e                    0x3e
+         27622  0xdb31  int    11 7c                    0x7c
+         27623  0xdb33  prim   17 04                    ]
+ 2637 1  27624  0xdb35  prim   17 04                    ]
+         27625  0xdb37  prim   17 05                    def
+ 2639 1  27626  0xdb39  dict   29 9a 03                 /keymap.tr_ku
+         27627  0xdb3c  prim   17 03                    [
+ 2640 1  27628  0xdb3e  prim   17 03                    [
+         27629  0xdb40  int    11 02                    0x02
+         27630  0xdb42  int    11 31                    0x31
+         27631  0xdb44  int    11 21                    0x21
+         27632  0xdb46  int    11 3e                    0x3e
+         27633  0xdb48  prim   17 04                    ]
+ 2641 1  27634  0xdb4a  prim   17 03                    [
+         27635  0xdb4c  int    11 03                    0x03
+         27636  0xdb4e  int    11 32                    0x32
+         27637  0xdb50  int    11 27                    0x27
+         27638  0xdb52  uint   12 a3                    0xa3
+         27639  0xdb54  prim   17 04                    ]
+ 2642 1  27640  0xdb56  prim   17 03                    [
+         27641  0xdb58  int    11 04                    0x04
+         27642  0xdb5a  int    11 33                    0x33
+         27643  0xdb5c  int    11 5e                    0x5e
+         27644  0xdb5e  int    11 23                    0x23
+         27645  0xdb60  prim   17 04                    ]
+ 2643 1  27646  0xdb62  prim   17 03                    [
+         27647  0xdb64  int    11 05                    0x05
+         27648  0xdb66  int    11 34                    0x34
+         27649  0xdb68  int    11 2b                    0x2b
+         27650  0xdb6a  int    11 24                    0x24
+         27651  0xdb6c  prim   17 04                    ]
+ 2644 1  27652  0xdb6e  prim   17 03                    [
+         27653  0xdb70  int    11 06                    0x06
+         27654  0xdb72  int    11 35                    0x35
+         27655  0xdb74  int    11 25                    0x25
+         27656  0xdb76  uint   12 bd                    0xbd
+         27657  0xdb78  prim   17 04                    ]
+ 2645 1  27658  0xdb7a  prim   17 03                    [
+         27659  0xdb7c  int    11 07                    0x07
+         27660  0xdb7e  int    11 36                    0x36
+         27661  0xdb80  int    11 26                    0x26
+         27662  0xdb82  uint   12 be                    0xbe
+         27663  0xdb84  prim   17 04                    ]
+ 2646 1  27664  0xdb86  prim   17 03                    [
+         27665  0xdb88  int    11 08                    0x08
+         27666  0xdb8a  int    11 37                    0x37
+         27667  0xdb8c  int    11 2f                    0x2f
+         27668  0xdb8e  int    11 7b                    0x7b
+         27669  0xdb90  prim   17 04                    ]
+ 2647 1  27670  0xdb92  prim   17 03                    [
+         27671  0xdb94  int    11 09                    0x09
+         27672  0xdb96  int    11 38                    0x38
+         27673  0xdb98  int    11 28                    0x28
+         27674  0xdb9a  int    11 5b                    0x5b
+         27675  0xdb9c  prim   17 04                    ]
+ 2648 1  27676  0xdb9e  prim   17 03                    [
+         27677  0xdba0  int    11 0a                    0x0a
+         27678  0xdba2  int    11 39                    0x39
+         27679  0xdba4  int    11 29                    0x29
+         27680  0xdba6  int    11 5d                    0x5d
+         27681  0xdba8  prim   17 04                    ]
+ 2649 1  27682  0xdbaa  prim   17 03                    [
+         27683  0xdbac  int    11 0b                    0x0b
+         27684  0xdbae  int    11 30                    0x30
+         27685  0xdbb0  int    11 3d                    0x3d
+         27686  0xdbb2  int    11 7d                    0x7d
+         27687  0xdbb4  prim   17 04                    ]
+ 2650 1  27688  0xdbb6  prim   17 03                    [
+         27689  0xdbb8  int    11 0c                    0x0c
+         27690  0xdbba  int    11 2a                    0x2a
+         27691  0xdbbc  int    11 3f                    0x3f
+         27692  0xdbbe  int    11 5c                    0x5c
+         27693  0xdbc0  prim   17 04                    ]
+ 2651 1  27694  0xdbc2  prim   17 03                    [
+         27695  0xdbc4  int    11 0d                    0x0d
+         27696  0xdbc6  int    11 2d                    0x2d
+         27697  0xdbc8  int    11 5f                    0x5f
+         27698  0xdbca  int    11 7c                    0x7c
+         27699  0xdbcc  prim   17 04                    ]
+ 2652 1  27700  0xdbce  prim   17 03                    [
+         27701  0xdbd0  int    11 10                    0x10
+         27702  0xdbd2  int    11 71                    0x71
+         27703  0xdbd4  int    11 51                    0x51
+         27704  0xdbd6  int    11 40                    0x40
+         27705  0xdbd8  prim   17 04                    ]
+ 2653 1  27706  0xdbda  prim   17 03                    [
+         27707  0xdbdc  int    11 12                    0x12
+         27708  0xdbde  int    11 65                    0x65
+         27709  0xdbe0  int    11 45                    0x45
+         27710  0xdbe2  int    01                       0x00
+         27711  0xdbe3  prim   17 04                    ]
+ 2654 1  27712  0xdbe5  prim   17 03                    [
+         27713  0xdbe7  int    11 13                    0x13
+         27714  0xdbe9  int    11 72                    0x72
+         27715  0xdbeb  int    11 52                    0x52
+         27716  0xdbed  uint   12 b6                    0xb6
+         27717  0xdbef  prim   17 04                    ]
+ 2655 1  27718  0xdbf1  prim   17 03                    [
+         27719  0xdbf3  int    11 14                    0x14
+         27720  0xdbf5  int    11 74                    0x74
+         27721  0xdbf7  int    11 54                    0x54
+         27722  0xdbf9  int    01                       0x00
+         27723  0xdbfa  prim   17 04                    ]
+ 2656 1  27724  0xdbfc  prim   17 03                    [
+         27725  0xdbfe  int    11 15                    0x15
+         27726  0xdc00  int    11 79                    0x79
+         27727  0xdc02  int    11 59                    0x59
+         27728  0xdc04  int    01                       0x00
+         27729  0xdc05  prim   17 04                    ]
+ 2657 1  27730  0xdc07  prim   17 03                    [
+         27731  0xdc09  int    11 16                    0x16
+         27732  0xdc0b  int    11 75                    0x75
+         27733  0xdc0d  int    11 55                    0x55
+         27734  0xdc0f  uint   12 fb                    0xfb
+         27735  0xdc11  prim   17 04                    ]
+ 2658 1  27736  0xdc13  prim   17 03                    [
+         27737  0xdc15  int    11 17                    0x17
+         27738  0xdc17  int    11 69                    0x69
+         27739  0xdc19  int    11 49                    0x49
+         27740  0xdc1b  int    01                       0x00
+         27741  0xdc1c  prim   17 04                    ]
+ 2659 1  27742  0xdc1e  prim   17 03                    [
+         27743  0xdc20  int    11 18                    0x18
+         27744  0xdc22  int    11 6f                    0x6f
+         27745  0xdc24  int    11 4f                    0x4f
+         27746  0xdc26  uint   12 f4                    0xf4
+         27747  0xdc28  prim   17 04                    ]
+ 2660 1  27748  0xdc2a  prim   17 03                    [
+         27749  0xdc2c  int    11 1a                    0x1a
+         27750  0xdc2e  int    11 78                    0x78
+         27751  0xdc30  int    11 58                    0x58
+         27752  0xdc32  int    01                       0x00
+         27753  0xdc33  prim   17 04                    ]
+ 2661 1  27754  0xdc35  prim   17 03                    [
+         27755  0xdc37  int    11 1b                    0x1b
+         27756  0xdc39  uint   12 fb                    0xfb
+         27757  0xdc3b  uint   12 db                    0xdb
+         27758  0xdc3d  int    11 7e                    0x7e
+         27759  0xdc3f  prim   17 04                    ]
+ 2662 1  27760  0xdc41  prim   17 03                    [
+         27761  0xdc43  int    11 1e                    0x1e
+         27762  0xdc45  int    11 61                    0x61
+         27763  0xdc47  int    11 41                    0x41
+         27764  0xdc49  uint   12 e2                    0xe2
+         27765  0xdc4b  prim   17 04                    ]
+ 2663 1  27766  0xdc4d  prim   17 03                    [
+         27767  0xdc4f  int    11 1f                    0x1f
+         27768  0xdc51  int    11 73                    0x73
+         27769  0xdc53  int    11 53                    0x53
+         27770  0xdc55  uint   12 a7                    0xa7
+         27771  0xdc57  prim   17 04                    ]
+ 2664 1  27772  0xdc59  prim   17 03                    [
+         27773  0xdc5b  int    11 21                    0x21
+         27774  0xdc5d  int    11 66                    0x66
+         27775  0xdc5f  int    11 46                    0x46
+         27776  0xdc61  uint   12 aa                    0xaa
+         27777  0xdc63  prim   17 04                    ]
+ 2665 1  27778  0xdc65  prim   17 03                    [
+         27779  0xdc67  int    11 27                    0x27
+         27780  0xdc69  int    01                       0x00
+         27781  0xdc6a  int    01                       0x00
+         27782  0xdc6b  int    11 27                    0x27
+         27783  0xdc6d  prim   17 04                    ]
+ 2666 1  27784  0xdc6f  prim   17 03                    [
+         27785  0xdc71  int    11 28                    0x28
+         27786  0xdc73  uint   12 ee                    0xee
+         27787  0xdc75  uint   12 ce                    0xce
+         27788  0xdc77  int    11 27                    0x27
+         27789  0xdc79  prim   17 04                    ]
+ 2667 1  27790  0xdc7b  prim   17 03                    [
+         27791  0xdc7d  int    11 29                    0x29
+         27792  0xdc7f  int    11 22                    0x22
+         27793  0xdc81  uint   12 e9                    0xe9
+         27794  0xdc83  int    11 3c                    0x3c
+         27795  0xdc85  prim   17 04                    ]
+ 2668 1  27796  0xdc87  prim   17 03                    [
+         27797  0xdc89  int    11 2b                    0x2b
+         27798  0xdc8b  int    11 2c                    0x2c
+         27799  0xdc8d  int    11 3b                    0x3b
+         27800  0xdc8f  int    11 60                    0x60
+         27801  0xdc91  prim   17 04                    ]
+ 2669 1  27802  0xdc93  prim   17 03                    [
+         27803  0xdc95  int    11 2c                    0x2c
+         27804  0xdc97  int    11 7a                    0x7a
+         27805  0xdc99  int    11 5a                    0x5a
+         27806  0xdc9b  uint   12 ab                    0xab
+         27807  0xdc9d  prim   17 04                    ]
+ 2670 1  27808  0xdc9f  prim   17 03                    [
+         27809  0xdca1  int    11 2d                    0x2d
+         27810  0xdca3  int    11 78                    0x78
+         27811  0xdca5  int    11 58                    0x58
+         27812  0xdca7  uint   12 bb                    0xbb
+         27813  0xdca9  prim   17 04                    ]
+ 2671 1  27814  0xdcab  prim   17 03                    [
+         27815  0xdcad  int    11 2e                    0x2e
+         27816  0xdcaf  int    11 63                    0x63
+         27817  0xdcb1  int    11 43                    0x43
+         27818  0xdcb3  uint   12 a2                    0xa2
+         27819  0xdcb5  prim   17 04                    ]
+ 2672 1  27820  0xdcb7  prim   17 03                    [
+         27821  0xdcb9  int    11 2f                    0x2f
+         27822  0xdcbb  int    11 76                    0x76
+         27823  0xdcbd  int    11 56                    0x56
+         27824  0xdcbf  int    01                       0x00
+         27825  0xdcc0  prim   17 04                    ]
+ 2673 1  27826  0xdcc2  prim   17 03                    [
+         27827  0xdcc4  int    11 30                    0x30
+         27828  0xdcc6  int    11 62                    0x62
+         27829  0xdcc8  int    11 42                    0x42
+         27830  0xdcca  int    01                       0x00
+         27831  0xdccb  prim   17 04                    ]
+ 2674 1  27832  0xdccd  prim   17 03                    [
+         27833  0xdccf  int    11 32                    0x32
+         27834  0xdcd1  int    11 6d                    0x6d
+         27835  0xdcd3  int    11 4d                    0x4d
+         27836  0xdcd5  uint   12 b5                    0xb5
+         27837  0xdcd7  prim   17 04                    ]
+ 2675 1  27838  0xdcd9  prim   17 03                    [
+         27839  0xdcdb  int    11 33                    0x33
+         27840  0xdcdd  uint   12 ea                    0xea
+         27841  0xdcdf  uint   12 ca                    0xca
+         27842  0xdce1  uint   12 f6                    0xf6
+         27843  0xdce3  prim   17 04                    ]
+ 2676 1  27844  0xdce5  prim   17 03                    [
+         27845  0xdce7  int    11 34                    0x34
+         27846  0xdce9  uint   12 e7                    0xe7
+         27847  0xdceb  uint   12 c7                    0xc7
+         27848  0xdced  uint   12 b7                    0xb7
+         27849  0xdcef  prim   17 04                    ]
+ 2677 1  27850  0xdcf1  prim   17 03                    [
+         27851  0xdcf3  int    11 35                    0x35
+         27852  0xdcf5  int    11 2e                    0x2e
+         27853  0xdcf7  int    11 3a                    0x3a
+         27854  0xdcf9  int    11 2e                    0x2e
+         27855  0xdcfb  prim   17 04                    ]
+ 2678 1  27856  0xdcfd  prim   17 03                    [
+         27857  0xdcff  int    11 56                    0x56
+         27858  0xdd01  int    11 3c                    0x3c
+         27859  0xdd03  int    11 3e                    0x3e
+         27860  0xdd05  int    11 7c                    0x7c
+         27861  0xdd07  prim   17 04                    ]
+ 2679 1  27862  0xdd09  prim   17 04                    ]
+         27863  0xdd0b  prim   17 05                    def
+ 2681 1  27864  0xdd0d  dict   29 9b 03                 /keymap.tw
+         27865  0xdd10  prim   17 03                    [
+ 2682 1  27866  0xdd12  prim   17 03                    [
+         27867  0xdd14  int    11 02                    0x02
+         27868  0xdd16  int    11 31                    0x31
+         27869  0xdd18  int    11 21                    0x21
+         27870  0xdd1a  int    01                       0x00
+         27871  0xdd1b  prim   17 04                    ]
+ 2683 1  27872  0xdd1d  prim   17 03                    [
+         27873  0xdd1f  int    11 03                    0x03
+         27874  0xdd21  int    11 32                    0x32
+         27875  0xdd23  int    11 40                    0x40
+         27876  0xdd25  int    01                       0x00
+         27877  0xdd26  prim   17 04                    ]
+ 2684 1  27878  0xdd28  prim   17 03                    [
+         27879  0xdd2a  int    11 04                    0x04
+         27880  0xdd2c  int    11 33                    0x33
+         27881  0xdd2e  int    11 23                    0x23
+         27882  0xdd30  uint   12 a7                    0xa7
+         27883  0xdd32  prim   17 04                    ]
+ 2685 1  27884  0xdd34  prim   17 03                    [
+         27885  0xdd36  int    11 05                    0x05
+         27886  0xdd38  int    11 34                    0x34
+         27887  0xdd3a  int    11 24                    0x24
+         27888  0xdd3c  uint   12 a5                    0xa5
+         27889  0xdd3e  prim   17 04                    ]
+ 2686 1  27890  0xdd40  prim   17 03                    [
+         27891  0xdd42  int    11 06                    0x06
+         27892  0xdd44  int    11 35                    0x35
+         27893  0xdd46  int    11 25                    0x25
+         27894  0xdd48  int    01                       0x00
+         27895  0xdd49  prim   17 04                    ]
+ 2687 1  27896  0xdd4b  prim   17 03                    [
+         27897  0xdd4d  int    11 07                    0x07
+         27898  0xdd4f  int    11 36                    0x36
+         27899  0xdd51  int    11 5e                    0x5e
+         27900  0xdd53  int    01                       0x00
+         27901  0xdd54  prim   17 04                    ]
+ 2688 1  27902  0xdd56  prim   17 03                    [
+         27903  0xdd58  int    11 08                    0x08
+         27904  0xdd5a  int    11 37                    0x37
+         27905  0xdd5c  int    11 26                    0x26
+         27906  0xdd5e  int    01                       0x00
+         27907  0xdd5f  prim   17 04                    ]
+ 2689 1  27908  0xdd61  prim   17 03                    [
+         27909  0xdd63  int    11 09                    0x09
+         27910  0xdd65  int    11 38                    0x38
+         27911  0xdd67  int    11 2a                    0x2a
+         27912  0xdd69  int    01                       0x00
+         27913  0xdd6a  prim   17 04                    ]
+ 2690 1  27914  0xdd6c  prim   17 03                    [
+         27915  0xdd6e  int    11 0a                    0x0a
+         27916  0xdd70  int    11 39                    0x39
+         27917  0xdd72  int    11 28                    0x28
+         27918  0xdd74  int    01                       0x00
+         27919  0xdd75  prim   17 04                    ]
+ 2691 1  27920  0xdd77  prim   17 03                    [
+         27921  0xdd79  int    11 0b                    0x0b
+         27922  0xdd7b  int    11 30                    0x30
+         27923  0xdd7d  int    11 29                    0x29
+         27924  0xdd7f  int    11 2e                    0x2e
+         27925  0xdd81  prim   17 04                    ]
+ 2692 1  27926  0xdd83  prim   17 03                    [
+         27927  0xdd85  int    11 0c                    0x0c
+         27928  0xdd87  int    11 2d                    0x2d
+         27929  0xdd89  int    11 5f                    0x5f
+         27930  0xdd8b  int    11 5f                    0x5f
+         27931  0xdd8d  prim   17 04                    ]
+ 2693 1  27932  0xdd8f  prim   17 03                    [
+         27933  0xdd91  int    11 0d                    0x0d
+         27934  0xdd93  int    11 3d                    0x3d
+         27935  0xdd95  int    11 2b                    0x2b
+         27936  0xdd97  uint   12 d7                    0xd7
+         27937  0xdd99  prim   17 04                    ]
+ 2694 1  27938  0xdd9b  prim   17 03                    [
+         27939  0xdd9d  int    11 10                    0x10
+         27940  0xdd9f  int    11 71                    0x71
+         27941  0xdda1  int    11 51                    0x51
+         27942  0xdda3  uint   12 b6                    0xb6
+         27943  0xdda5  prim   17 04                    ]
+ 2695 1  27944  0xdda7  prim   17 03                    [
+         27945  0xdda9  int    11 12                    0x12
+         27946  0xddab  int    11 65                    0x65
+         27947  0xddad  int    11 45                    0x45
+         27948  0xddaf  uint   12 e9                    0xe9
+         27949  0xddb1  prim   17 04                    ]
+ 2696 1  27950  0xddb3  prim   17 03                    [
+         27951  0xddb5  int    11 13                    0x13
+         27952  0xddb7  int    11 72                    0x72
+         27953  0xddb9  int    11 52                    0x52
+         27954  0xddbb  int    01                       0x00
+         27955  0xddbc  prim   17 04                    ]
+ 2697 1  27956  0xddbe  prim   17 03                    [
+         27957  0xddc0  int    11 14                    0x14
+         27958  0xddc2  int    11 74                    0x74
+         27959  0xddc4  int    11 54                    0x54
+         27960  0xddc6  int    01                       0x00
+         27961  0xddc7  prim   17 04                    ]
+ 2698 1  27962  0xddc9  prim   17 03                    [
+         27963  0xddcb  int    11 15                    0x15
+         27964  0xddcd  int    11 79                    0x79
+         27965  0xddcf  int    11 59                    0x59
+         27966  0xddd1  int    01                       0x00
+         27967  0xddd2  prim   17 04                    ]
+ 2699 1  27968  0xddd4  prim   17 03                    [
+         27969  0xddd6  int    11 16                    0x16
+         27970  0xddd8  int    11 75                    0x75
+         27971  0xddda  int    11 55                    0x55
+         27972  0xdddc  int    01                       0x00
+         27973  0xdddd  prim   17 04                    ]
+ 2700 1  27974  0xdddf  prim   17 03                    [
+         27975  0xdde1  int    11 17                    0x17
+         27976  0xdde3  int    11 69                    0x69
+         27977  0xdde5  int    11 49                    0x49
+         27978  0xdde7  int    01                       0x00
+         27979  0xdde8  prim   17 04                    ]
+ 2701 1  27980  0xddea  prim   17 03                    [
+         27981  0xddec  int    11 18                    0x18
+         27982  0xddee  int    11 6f                    0x6f
+         27983  0xddf0  int    11 4f                    0x4f
+         27984  0xddf2  uint   12 f8                    0xf8
+         27985  0xddf4  prim   17 04                    ]
+ 2702 1  27986  0xddf6  prim   17 03                    [
+         27987  0xddf8  int    11 1f                    0x1f
+         27988  0xddfa  int    11 73                    0x73
+         27989  0xddfc  int    11 53                    0x53
+         27990  0xddfe  uint   12 df                    0xdf
+         27991  0xde00  prim   17 04                    ]
+ 2703 1  27992  0xde02  prim   17 03                    [
+         27993  0xde04  int    11 20                    0x20
+         27994  0xde06  int    11 64                    0x64
+         27995  0xde08  int    11 44                    0x44
+         27996  0xde0a  int    01                       0x00
+         27997  0xde0b  prim   17 04                    ]
+ 2704 1  27998  0xde0d  prim   17 03                    [
+         27999  0xde0f  int    11 22                    0x22
+         28000  0xde11  int    11 67                    0x67
+         28001  0xde13  int    11 47                    0x47
+         28002  0xde15  int    01                       0x00
+         28003  0xde16  prim   17 04                    ]
+ 2705 1  28004  0xde18  prim   17 03                    [
+         28005  0xde1a  int    11 26                    0x26
+         28006  0xde1c  int    11 6c                    0x6c
+         28007  0xde1e  int    11 4c                    0x4c
+         28008  0xde20  int    01                       0x00
+         28009  0xde21  prim   17 04                    ]
+ 2706 1  28010  0xde23  prim   17 03                    [
+         28011  0xde25  int    11 27                    0x27
+         28012  0xde27  int    11 3b                    0x3b
+         28013  0xde29  int    11 3a                    0x3a
+         28014  0xde2b  int    01                       0x00
+         28015  0xde2c  prim   17 04                    ]
+ 2707 1  28016  0xde2e  prim   17 03                    [
+         28017  0xde30  int    11 28                    0x28
+         28018  0xde32  int    11 27                    0x27
+         28019  0xde34  int    11 22                    0x22
+         28020  0xde36  int    01                       0x00
+         28021  0xde37  prim   17 04                    ]
+ 2708 1  28022  0xde39  prim   17 03                    [
+         28023  0xde3b  int    11 29                    0x29
+         28024  0xde3d  int    11 60                    0x60
+         28025  0xde3f  int    11 7e                    0x7e
+         28026  0xde41  int    01                       0x00
+         28027  0xde42  prim   17 04                    ]
+ 2709 1  28028  0xde44  prim   17 03                    [
+         28029  0xde46  int    11 2b                    0x2b
+         28030  0xde48  int    11 5c                    0x5c
+         28031  0xde4a  int    11 7c                    0x7c
+         28032  0xde4c  uint   12 ac                    0xac
+         28033  0xde4e  prim   17 04                    ]
+ 2710 1  28034  0xde50  prim   17 03                    [
+         28035  0xde52  int    11 2e                    0x2e
+         28036  0xde54  int    11 63                    0x63
+         28037  0xde56  int    11 43                    0x43
+         28038  0xde58  uint   12 e7                    0xe7
+         28039  0xde5a  prim   17 04                    ]
+ 2711 1  28040  0xde5c  prim   17 03                    [
+         28041  0xde5e  int    11 31                    0x31
+         28042  0xde60  int    11 6e                    0x6e
+         28043  0xde62  int    11 4e                    0x4e
+         28044  0xde64  uint   12 f1                    0xf1
+         28045  0xde66  prim   17 04                    ]
+ 2712 1  28046  0xde68  prim   17 03                    [
+         28047  0xde6a  int    11 32                    0x32
+         28048  0xde6c  int    11 6d                    0x6d
+         28049  0xde6e  int    11 4d                    0x4d
+         28050  0xde70  uint   12 b5                    0xb5
+         28051  0xde72  prim   17 04                    ]
+ 2713 1  28052  0xde74  prim   17 03                    [
+         28053  0xde76  int    11 34                    0x34
+         28054  0xde78  int    11 2e                    0x2e
+         28055  0xde7a  int    11 3e                    0x3e
+         28056  0xde7c  int    01                       0x00
+         28057  0xde7d  prim   17 04                    ]
+ 2714 1  28058  0xde7f  prim   17 03                    [
+         28059  0xde81  int    11 35                    0x35
+         28060  0xde83  int    11 2f                    0x2f
+         28061  0xde85  int    11 3f                    0x3f
+         28062  0xde87  uint   12 bf                    0xbf
+         28063  0xde89  prim   17 04                    ]
+ 2715 1  28064  0xde8b  prim   17 03                    [
+         28065  0xde8d  int    11 56                    0x56
+         28066  0xde8f  int    11 3c                    0x3c
+         28067  0xde91  int    11 3e                    0x3e
+         28068  0xde93  int    11 7c                    0x7c
+         28069  0xde95  prim   17 04                    ]
+ 2716 1  28070  0xde97  prim   17 04                    ]
+         28071  0xde99  prim   17 05                    def
+ 2718 1  28072  0xde9b  dict   29 9c 03                 /keymap.tz
+         28073  0xde9e  prim   17 03                    [
+ 2719 1  28074  0xdea0  prim   17 03                    [
+         28075  0xdea2  int    11 0c                    0x0c
+         28076  0xdea4  int    11 2d                    0x2d
+         28077  0xdea6  int    01                       0x00
+         28078  0xdea7  int    11 2d                    0x2d
+         28079  0xdea9  prim   17 04                    ]
+ 2720 1  28080  0xdeab  prim   17 03                    [
+         28081  0xdead  int    11 56                    0x56
+         28082  0xdeaf  int    11 3c                    0x3c
+         28083  0xdeb1  int    11 3e                    0x3e
+         28084  0xdeb3  int    11 7c                    0x7c
+         28085  0xdeb5  prim   17 04                    ]
+ 2721 1  28086  0xdeb7  prim   17 04                    ]
+         28087  0xdeb9  prim   17 05                    def
+ 2723 1  28088  0xdebb  dict   29 9d 03                 /keymap.ua
+         28089  0xdebe  prim   17 03                    [
+ 2724 1  28090  0xdec0  prim   17 03                    [
+         28091  0xdec2  int    11 56                    0x56
+         28092  0xdec4  int    11 3c                    0x3c
+         28093  0xdec6  int    11 3e                    0x3e
+         28094  0xdec8  int    11 7c                    0x7c
+         28095  0xdeca  prim   17 04                    ]
+ 2725 1  28096  0xdecc  prim   17 04                    ]
+         28097  0xdece  prim   17 05                    def
+ 2727 1  28098  0xded0  dict   29 9e 03                 /keymap.us
+         28099  0xded3  prim   17 03                    [
+ 2728 1  28100  0xded5  prim   17 03                    [
+         28101  0xded7  int    11 56                    0x56
+         28102  0xded9  int    11 3c                    0x3c
+         28103  0xdedb  int    11 3e                    0x3e
+         28104  0xdedd  int    11 7c                    0x7c
+         28105  0xdedf  prim   17 04                    ]
+ 2729 1  28106  0xdee1  prim   17 04                    ]
+         28107  0xdee3  prim   17 05                    def
+ 2731 1  28108  0xdee5  dict   29 9f 03                 /keymap.us_dvorak
+         28109  0xdee8  prim   17 03                    [
+ 2732 1  28110  0xdeea  prim   17 03                    [
+         28111  0xdeec  int    11 07                    0x07
+         28112  0xdeee  int    11 36                    0x36
+         28113  0xdef0  int    11 5e                    0x5e
+         28114  0xdef2  int    01                       0x00
+         28115  0xdef3  prim   17 04                    ]
+ 2733 1  28116  0xdef5  prim   17 03                    [
+         28117  0xdef7  int    11 0a                    0x0a
+         28118  0xdef9  int    11 39                    0x39
+         28119  0xdefb  int    11 28                    0x28
+         28120  0xdefd  int    01                       0x00
+         28121  0xdefe  prim   17 04                    ]
+ 2734 1  28122  0xdf00  prim   17 03                    [
+         28123  0xdf02  int    11 0c                    0x0c
+         28124  0xdf04  int    11 5b                    0x5b
+         28125  0xdf06  int    11 7b                    0x7b
+         28126  0xdf08  int    11 5b                    0x5b
+         28127  0xdf0a  prim   17 04                    ]
+ 2735 1  28128  0xdf0c  prim   17 03                    [
+         28129  0xdf0e  int    11 0d                    0x0d
+         28130  0xdf10  int    11 5d                    0x5d
+         28131  0xdf12  int    11 7d                    0x7d
+         28132  0xdf14  int    01                       0x00
+         28133  0xdf15  prim   17 04                    ]
+ 2736 1  28134  0xdf17  prim   17 03                    [
+         28135  0xdf19  int    11 10                    0x10
+         28136  0xdf1b  int    11 27                    0x27
+         28137  0xdf1d  int    11 22                    0x22
+         28138  0xdf1f  int    01                       0x00
+         28139  0xdf20  prim   17 04                    ]
+ 2737 1  28140  0xdf22  prim   17 03                    [
+         28141  0xdf24  int    11 11                    0x11
+         28142  0xdf26  int    11 2c                    0x2c
+         28143  0xdf28  int    11 3c                    0x3c
+         28144  0xdf2a  int    01                       0x00
+         28145  0xdf2b  prim   17 04                    ]
+ 2738 1  28146  0xdf2d  prim   17 03                    [
+         28147  0xdf2f  int    11 12                    0x12
+         28148  0xdf31  int    11 2e                    0x2e
+         28149  0xdf33  int    11 3e                    0x3e
+         28150  0xdf35  int    11 2e                    0x2e
+         28151  0xdf37  prim   17 04                    ]
+ 2739 1  28152  0xdf39  prim   17 03                    [
+         28153  0xdf3b  int    11 13                    0x13
+         28154  0xdf3d  int    11 70                    0x70
+         28155  0xdf3f  int    11 50                    0x50
+         28156  0xdf41  int    11 70                    0x70
+         28157  0xdf43  prim   17 04                    ]
+ 2740 1  28158  0xdf45  prim   17 03                    [
+         28159  0xdf47  int    11 14                    0x14
+         28160  0xdf49  int    11 79                    0x79
+         28161  0xdf4b  int    11 59                    0x59
+         28162  0xdf4d  int    11 79                    0x79
+         28163  0xdf4f  prim   17 04                    ]
+ 2741 1  28164  0xdf51  prim   17 03                    [
+         28165  0xdf53  int    11 15                    0x15
+         28166  0xdf55  int    11 66                    0x66
+         28167  0xdf57  int    11 46                    0x46
+         28168  0xdf59  int    11 66                    0x66
+         28169  0xdf5b  prim   17 04                    ]
+ 2742 1  28170  0xdf5d  prim   17 03                    [
+         28171  0xdf5f  int    11 16                    0x16
+         28172  0xdf61  int    11 67                    0x67
+         28173  0xdf63  int    11 47                    0x47
+         28174  0xdf65  int    11 67                    0x67
+         28175  0xdf67  prim   17 04                    ]
+ 2743 1  28176  0xdf69  prim   17 03                    [
+         28177  0xdf6b  int    11 17                    0x17
+         28178  0xdf6d  int    11 63                    0x63
+         28179  0xdf6f  int    11 43                    0x43
+         28180  0xdf71  int    11 63                    0x63
+         28181  0xdf73  prim   17 04                    ]
+ 2744 1  28182  0xdf75  prim   17 03                    [
+         28183  0xdf77  int    11 18                    0x18
+         28184  0xdf79  int    11 72                    0x72
+         28185  0xdf7b  int    11 52                    0x52
+         28186  0xdf7d  int    11 72                    0x72
+         28187  0xdf7f  prim   17 04                    ]
+ 2745 1  28188  0xdf81  prim   17 03                    [
+         28189  0xdf83  int    11 19                    0x19
+         28190  0xdf85  int    11 6c                    0x6c
+         28191  0xdf87  int    11 4c                    0x4c
+         28192  0xdf89  int    11 6c                    0x6c
+         28193  0xdf8b  prim   17 04                    ]
+ 2746 1  28194  0xdf8d  prim   17 03                    [
+         28195  0xdf8f  int    11 1a                    0x1a
+         28196  0xdf91  int    11 2f                    0x2f
+         28197  0xdf93  int    11 3f                    0x3f
+         28198  0xdf95  int    11 2f                    0x2f
+         28199  0xdf97  prim   17 04                    ]
+ 2747 1  28200  0xdf99  prim   17 03                    [
+         28201  0xdf9b  int    11 1b                    0x1b
+         28202  0xdf9d  int    11 3d                    0x3d
+         28203  0xdf9f  int    11 2b                    0x2b
+         28204  0xdfa1  int    11 3d                    0x3d
+         28205  0xdfa3  prim   17 04                    ]
+ 2748 1  28206  0xdfa5  prim   17 03                    [
+         28207  0xdfa7  int    11 1f                    0x1f
+         28208  0xdfa9  int    11 6f                    0x6f
+         28209  0xdfab  int    11 4f                    0x4f
+         28210  0xdfad  int    11 6f                    0x6f
+         28211  0xdfaf  prim   17 04                    ]
+ 2749 1  28212  0xdfb1  prim   17 03                    [
+         28213  0xdfb3  int    11 20                    0x20
+         28214  0xdfb5  int    11 65                    0x65
+         28215  0xdfb7  int    11 45                    0x45
+         28216  0xdfb9  int    11 65                    0x65
+         28217  0xdfbb  prim   17 04                    ]
+ 2750 1  28218  0xdfbd  prim   17 03                    [
+         28219  0xdfbf  int    11 21                    0x21
+         28220  0xdfc1  int    11 75                    0x75
+         28221  0xdfc3  int    11 55                    0x55
+         28222  0xdfc5  int    11 75                    0x75
+         28223  0xdfc7  prim   17 04                    ]
+ 2751 1  28224  0xdfc9  prim   17 03                    [
+         28225  0xdfcb  int    11 22                    0x22
+         28226  0xdfcd  int    11 69                    0x69
+         28227  0xdfcf  int    11 49                    0x49
+         28228  0xdfd1  int    11 69                    0x69
+         28229  0xdfd3  prim   17 04                    ]
+ 2752 1  28230  0xdfd5  prim   17 03                    [
+         28231  0xdfd7  int    11 23                    0x23
+         28232  0xdfd9  int    11 64                    0x64
+         28233  0xdfdb  int    11 44                    0x44
+         28234  0xdfdd  int    11 64                    0x64
+         28235  0xdfdf  prim   17 04                    ]
+ 2753 1  28236  0xdfe1  prim   17 03                    [
+         28237  0xdfe3  int    11 24                    0x24
+         28238  0xdfe5  int    11 68                    0x68
+         28239  0xdfe7  int    11 48                    0x48
+         28240  0xdfe9  int    11 68                    0x68
+         28241  0xdfeb  prim   17 04                    ]
+ 2754 1  28242  0xdfed  prim   17 03                    [
+         28243  0xdfef  int    11 25                    0x25
+         28244  0xdff1  int    11 74                    0x74
+         28245  0xdff3  int    11 54                    0x54
+         28246  0xdff5  int    11 74                    0x74
+         28247  0xdff7  prim   17 04                    ]
+ 2755 1  28248  0xdff9  prim   17 03                    [
+         28249  0xdffb  int    11 26                    0x26
+         28250  0xdffd  int    11 6e                    0x6e
+         28251  0xdfff  int    11 4e                    0x4e
+         28252  0xe001  int    11 6e                    0x6e
+         28253  0xe003  prim   17 04                    ]
+ 2756 1  28254  0xe005  prim   17 03                    [
+         28255  0xe007  int    11 27                    0x27
+         28256  0xe009  int    11 73                    0x73
+         28257  0xe00b  int    11 53                    0x53
+         28258  0xe00d  int    11 73                    0x73
+         28259  0xe00f  prim   17 04                    ]
+ 2757 1  28260  0xe011  prim   17 03                    [
+         28261  0xe013  int    11 28                    0x28
+         28262  0xe015  int    11 2d                    0x2d
+         28263  0xe017  int    11 5f                    0x5f
+         28264  0xe019  int    11 2d                    0x2d
+         28265  0xe01b  prim   17 04                    ]
+ 2758 1  28266  0xe01d  prim   17 03                    [
+         28267  0xe01f  int    11 29                    0x29
+         28268  0xe021  int    11 60                    0x60
+         28269  0xe023  int    11 7e                    0x7e
+         28270  0xe025  int    01                       0x00
+         28271  0xe026  prim   17 04                    ]
+ 2759 1  28272  0xe028  prim   17 03                    [
+         28273  0xe02a  int    11 2c                    0x2c
+         28274  0xe02c  int    11 3b                    0x3b
+         28275  0xe02e  int    11 3a                    0x3a
+         28276  0xe030  int    01                       0x00
+         28277  0xe031  prim   17 04                    ]
+ 2760 1  28278  0xe033  prim   17 03                    [
+         28279  0xe035  int    11 2d                    0x2d
+         28280  0xe037  int    11 71                    0x71
+         28281  0xe039  int    11 51                    0x51
+         28282  0xe03b  int    11 71                    0x71
+         28283  0xe03d  prim   17 04                    ]
+ 2761 1  28284  0xe03f  prim   17 03                    [
+         28285  0xe041  int    11 2e                    0x2e
+         28286  0xe043  int    11 6a                    0x6a
+         28287  0xe045  int    11 4a                    0x4a
+         28288  0xe047  int    11 6a                    0x6a
+         28289  0xe049  prim   17 04                    ]
+ 2762 1  28290  0xe04b  prim   17 03                    [
+         28291  0xe04d  int    11 2f                    0x2f
+         28292  0xe04f  int    11 6b                    0x6b
+         28293  0xe051  int    11 4b                    0x4b
+         28294  0xe053  int    11 6b                    0x6b
+         28295  0xe055  prim   17 04                    ]
+ 2763 1  28296  0xe057  prim   17 03                    [
+         28297  0xe059  int    11 30                    0x30
+         28298  0xe05b  int    11 78                    0x78
+         28299  0xe05d  int    11 58                    0x58
+         28300  0xe05f  int    11 78                    0x78
+         28301  0xe061  prim   17 04                    ]
+ 2764 1  28302  0xe063  prim   17 03                    [
+         28303  0xe065  int    11 31                    0x31
+         28304  0xe067  int    11 62                    0x62
+         28305  0xe069  int    11 42                    0x42
+         28306  0xe06b  int    11 62                    0x62
+         28307  0xe06d  prim   17 04                    ]
+ 2765 1  28308  0xe06f  prim   17 03                    [
+         28309  0xe071  int    11 33                    0x33
+         28310  0xe073  int    11 77                    0x77
+         28311  0xe075  int    11 57                    0x57
+         28312  0xe077  int    11 77                    0x77
+         28313  0xe079  prim   17 04                    ]
+ 2766 1  28314  0xe07b  prim   17 03                    [
+         28315  0xe07d  int    11 34                    0x34
+         28316  0xe07f  int    11 76                    0x76
+         28317  0xe081  int    11 56                    0x56
+         28318  0xe083  int    11 76                    0x76
+         28319  0xe085  prim   17 04                    ]
+ 2767 1  28320  0xe087  prim   17 03                    [
+         28321  0xe089  int    11 35                    0x35
+         28322  0xe08b  int    11 7a                    0x7a
+         28323  0xe08d  int    11 5a                    0x5a
+         28324  0xe08f  int    11 7a                    0x7a
+         28325  0xe091  prim   17 04                    ]
+ 2768 1  28326  0xe093  prim   17 03                    [
+         28327  0xe095  int    11 56                    0x56
+         28328  0xe097  int    11 3c                    0x3c
+         28329  0xe099  int    11 3e                    0x3e
+         28330  0xe09b  int    11 7c                    0x7c
+         28331  0xe09d  prim   17 04                    ]
+ 2769 1  28332  0xe09f  prim   17 04                    ]
+         28333  0xe0a1  prim   17 05                    def
+ 2771 1  28334  0xe0a3  dict   29 a0 03                 /keymap.us_intl
+         28335  0xe0a6  prim   17 03                    [
+ 2772 1  28336  0xe0a8  prim   17 03                    [
+         28337  0xe0aa  int    11 02                    0x02
+         28338  0xe0ac  int    11 31                    0x31
+         28339  0xe0ae  int    11 21                    0x21
+         28340  0xe0b0  uint   12 a1                    0xa1
+         28341  0xe0b2  prim   17 04                    ]
+ 2773 1  28342  0xe0b4  prim   17 03                    [
+         28343  0xe0b6  int    11 03                    0x03
+         28344  0xe0b8  int    11 32                    0x32
+         28345  0xe0ba  int    11 40                    0x40
+         28346  0xe0bc  uint   12 b2                    0xb2
+         28347  0xe0be  prim   17 04                    ]
+ 2774 1  28348  0xe0c0  prim   17 03                    [
+         28349  0xe0c2  int    11 04                    0x04
+         28350  0xe0c4  int    11 33                    0x33
+         28351  0xe0c6  int    11 23                    0x23
+         28352  0xe0c8  uint   12 b3                    0xb3
+         28353  0xe0ca  prim   17 04                    ]
+ 2775 1  28354  0xe0cc  prim   17 03                    [
+         28355  0xe0ce  int    11 05                    0x05
+         28356  0xe0d0  int    11 34                    0x34
+         28357  0xe0d2  int    11 24                    0x24
+         28358  0xe0d4  uint   12 a4                    0xa4
+         28359  0xe0d6  prim   17 04                    ]
+ 2776 1  28360  0xe0d8  prim   17 03                    [
+         28361  0xe0da  int    11 06                    0x06
+         28362  0xe0dc  int    11 35                    0x35
+         28363  0xe0de  int    11 25                    0x25
+         28364  0xe0e0  int    01                       0x00
+         28365  0xe0e1  prim   17 04                    ]
+ 2777 1  28366  0xe0e3  prim   17 03                    [
+         28367  0xe0e5  int    11 07                    0x07
+         28368  0xe0e7  int    11 36                    0x36
+         28369  0xe0e9  int    01                       0x00
+         28370  0xe0ea  uint   12 bc                    0xbc
+         28371  0xe0ec  prim   17 04                    ]
+ 2778 1  28372  0xe0ee  prim   17 03                    [
+         28373  0xe0f0  int    11 08                    0x08
+         28374  0xe0f2  int    11 37                    0x37
+         28375  0xe0f4  int    11 26                    0x26
+         28376  0xe0f6  uint   12 bd                    0xbd
+         28377  0xe0f8  prim   17 04                    ]
+ 2779 1  28378  0xe0fa  prim   17 03                    [
+         28379  0xe0fc  int    11 09                    0x09
+         28380  0xe0fe  int    11 38                    0x38
+         28381  0xe100  int    11 2a                    0x2a
+         28382  0xe102  uint   12 be                    0xbe
+         28383  0xe104  prim   17 04                    ]
+ 2780 1  28384  0xe106  prim   17 03                    [
+         28385  0xe108  int    11 0a                    0x0a
+         28386  0xe10a  int    11 39                    0x39
+         28387  0xe10c  int    11 28                    0x28
+         28388  0xe10e  int    01                       0x00
+         28389  0xe10f  prim   17 04                    ]
+ 2781 1  28390  0xe111  prim   17 03                    [
+         28391  0xe113  int    11 0b                    0x0b
+         28392  0xe115  int    11 30                    0x30
+         28393  0xe117  int    11 29                    0x29
+         28394  0xe119  int    01                       0x00
+         28395  0xe11a  prim   17 04                    ]
+ 2782 1  28396  0xe11c  prim   17 03                    [
+         28397  0xe11e  int    11 0c                    0x0c
+         28398  0xe120  int    11 2d                    0x2d
+         28399  0xe122  int    11 5f                    0x5f
+         28400  0xe124  uint   12 a5                    0xa5
+         28401  0xe126  prim   17 04                    ]
+ 2783 1  28402  0xe128  prim   17 03                    [
+         28403  0xe12a  int    11 0d                    0x0d
+         28404  0xe12c  int    11 3d                    0x3d
+         28405  0xe12e  int    11 2b                    0x2b
+         28406  0xe130  uint   12 d7                    0xd7
+         28407  0xe132  prim   17 04                    ]
+ 2784 1  28408  0xe134  prim   17 03                    [
+         28409  0xe136  int    11 10                    0x10
+         28410  0xe138  int    11 71                    0x71
+         28411  0xe13a  int    11 51                    0x51
+         28412  0xe13c  uint   12 e4                    0xe4
+         28413  0xe13e  prim   17 04                    ]
+ 2785 1  28414  0xe140  prim   17 03                    [
+         28415  0xe142  int    11 11                    0x11
+         28416  0xe144  int    11 77                    0x77
+         28417  0xe146  int    11 57                    0x57
+         28418  0xe148  uint   12 e5                    0xe5
+         28419  0xe14a  prim   17 04                    ]
+ 2786 1  28420  0xe14c  prim   17 03                    [
+         28421  0xe14e  int    11 12                    0x12
+         28422  0xe150  int    11 65                    0x65
+         28423  0xe152  int    11 45                    0x45
+         28424  0xe154  uint   12 e9                    0xe9
+         28425  0xe156  prim   17 04                    ]
+ 2787 1  28426  0xe158  prim   17 03                    [
+         28427  0xe15a  int    11 13                    0x13
+         28428  0xe15c  int    11 72                    0x72
+         28429  0xe15e  int    11 52                    0x52
+         28430  0xe160  uint   12 ae                    0xae
+         28431  0xe162  prim   17 04                    ]
+ 2788 1  28432  0xe164  prim   17 03                    [
+         28433  0xe166  int    11 14                    0x14
+         28434  0xe168  int    11 74                    0x74
+         28435  0xe16a  int    11 54                    0x54
+         28436  0xe16c  uint   12 fe                    0xfe
+         28437  0xe16e  prim   17 04                    ]
+ 2789 1  28438  0xe170  prim   17 03                    [
+         28439  0xe172  int    11 15                    0x15
+         28440  0xe174  int    11 79                    0x79
+         28441  0xe176  int    11 59                    0x59
+         28442  0xe178  uint   12 fc                    0xfc
+         28443  0xe17a  prim   17 04                    ]
+ 2790 1  28444  0xe17c  prim   17 03                    [
+         28445  0xe17e  int    11 16                    0x16
+         28446  0xe180  int    11 75                    0x75
+         28447  0xe182  int    11 55                    0x55
+         28448  0xe184  uint   12 fa                    0xfa
+         28449  0xe186  prim   17 04                    ]
+ 2791 1  28450  0xe188  prim   17 03                    [
+         28451  0xe18a  int    11 17                    0x17
+         28452  0xe18c  int    11 69                    0x69
+         28453  0xe18e  int    11 49                    0x49
+         28454  0xe190  uint   12 ed                    0xed
+         28455  0xe192  prim   17 04                    ]
+ 2792 1  28456  0xe194  prim   17 03                    [
+         28457  0xe196  int    11 18                    0x18
+         28458  0xe198  int    11 6f                    0x6f
+         28459  0xe19a  int    11 4f                    0x4f
+         28460  0xe19c  uint   12 f3                    0xf3
+         28461  0xe19e  prim   17 04                    ]
+ 2793 1  28462  0xe1a0  prim   17 03                    [
+         28463  0xe1a2  int    11 19                    0x19
+         28464  0xe1a4  int    11 70                    0x70
+         28465  0xe1a6  int    11 50                    0x50
+         28466  0xe1a8  uint   12 f6                    0xf6
+         28467  0xe1aa  prim   17 04                    ]
+ 2794 1  28468  0xe1ac  prim   17 03                    [
+         28469  0xe1ae  int    11 1a                    0x1a
+         28470  0xe1b0  int    11 5b                    0x5b
+         28471  0xe1b2  int    11 7b                    0x7b
+         28472  0xe1b4  uint   12 ab                    0xab
+         28473  0xe1b6  prim   17 04                    ]
+ 2795 1  28474  0xe1b8  prim   17 03                    [
+         28475  0xe1ba  int    11 1b                    0x1b
+         28476  0xe1bc  int    11 5d                    0x5d
+         28477  0xe1be  int    11 7d                    0x7d
+         28478  0xe1c0  uint   12 bb                    0xbb
+         28479  0xe1c2  prim   17 04                    ]
+ 2796 1  28480  0xe1c4  prim   17 03                    [
+         28481  0xe1c6  int    11 1e                    0x1e
+         28482  0xe1c8  int    11 61                    0x61
+         28483  0xe1ca  int    11 41                    0x41
+         28484  0xe1cc  uint   12 e1                    0xe1
+         28485  0xe1ce  prim   17 04                    ]
+ 2797 1  28486  0xe1d0  prim   17 03                    [
+         28487  0xe1d2  int    11 1f                    0x1f
+         28488  0xe1d4  int    11 73                    0x73
+         28489  0xe1d6  int    11 53                    0x53
+         28490  0xe1d8  uint   12 df                    0xdf
+         28491  0xe1da  prim   17 04                    ]
+ 2798 1  28492  0xe1dc  prim   17 03                    [
+         28493  0xe1de  int    11 20                    0x20
+         28494  0xe1e0  int    11 64                    0x64
+         28495  0xe1e2  int    11 44                    0x44
+         28496  0xe1e4  uint   12 f0                    0xf0
+         28497  0xe1e6  prim   17 04                    ]
+ 2799 1  28498  0xe1e8  prim   17 03                    [
+         28499  0xe1ea  int    11 25                    0x25
+         28500  0xe1ec  int    11 6b                    0x6b
+         28501  0xe1ee  int    11 4b                    0x4b
+         28502  0xe1f0  int    01                       0x00
+         28503  0xe1f1  prim   17 04                    ]
+ 2800 1  28504  0xe1f3  prim   17 03                    [
+         28505  0xe1f5  int    11 26                    0x26
+         28506  0xe1f7  int    11 6c                    0x6c
+         28507  0xe1f9  int    11 4c                    0x4c
+         28508  0xe1fb  uint   12 f8                    0xf8
+         28509  0xe1fd  prim   17 04                    ]
+ 2801 1  28510  0xe1ff  prim   17 03                    [
+         28511  0xe201  int    11 27                    0x27
+         28512  0xe203  int    11 3b                    0x3b
+         28513  0xe205  int    11 3a                    0x3a
+         28514  0xe207  uint   12 b6                    0xb6
+         28515  0xe209  prim   17 04                    ]
+ 2802 1  28516  0xe20b  prim   17 03                    [
+         28517  0xe20d  int    11 28                    0x28
+         28518  0xe20f  int    01                       0x00
+         28519  0xe210  int    01                       0x00
+         28520  0xe211  int    11 27                    0x27
+         28521  0xe213  prim   17 04                    ]
+ 2803 1  28522  0xe215  prim   17 03                    [
+         28523  0xe217  int    11 29                    0x29
+         28524  0xe219  int    01                       0x00
+         28525  0xe21a  int    01                       0x00
+         28526  0xe21b  int    11 60                    0x60
+         28527  0xe21d  prim   17 04                    ]
+ 2804 1  28528  0xe21f  prim   17 03                    [
+         28529  0xe221  int    11 2b                    0x2b
+         28530  0xe223  int    11 5c                    0x5c
+         28531  0xe225  int    11 7c                    0x7c
+         28532  0xe227  uint   12 ac                    0xac
+         28533  0xe229  prim   17 04                    ]
+ 2805 1  28534  0xe22b  prim   17 03                    [
+         28535  0xe22d  int    11 2c                    0x2c
+         28536  0xe22f  int    11 7a                    0x7a
+         28537  0xe231  int    11 5a                    0x5a
+         28538  0xe233  uint   12 e6                    0xe6
+         28539  0xe235  prim   17 04                    ]
+ 2806 1  28540  0xe237  prim   17 03                    [
+         28541  0xe239  int    11 2e                    0x2e
+         28542  0xe23b  int    11 63                    0x63
+         28543  0xe23d  int    11 43                    0x43
+         28544  0xe23f  uint   12 a9                    0xa9
+         28545  0xe241  prim   17 04                    ]
+ 2807 1  28546  0xe243  prim   17 03                    [
+         28547  0xe245  int    11 31                    0x31
+         28548  0xe247  int    11 6e                    0x6e
+         28549  0xe249  int    11 4e                    0x4e
+         28550  0xe24b  uint   12 f1                    0xf1
+         28551  0xe24d  prim   17 04                    ]
+ 2808 1  28552  0xe24f  prim   17 03                    [
+         28553  0xe251  int    11 32                    0x32
+         28554  0xe253  int    11 6d                    0x6d
+         28555  0xe255  int    11 4d                    0x4d
+         28556  0xe257  uint   12 b5                    0xb5
+         28557  0xe259  prim   17 04                    ]
+ 2809 1  28558  0xe25b  prim   17 03                    [
+         28559  0xe25d  int    11 33                    0x33
+         28560  0xe25f  int    11 2c                    0x2c
+         28561  0xe261  int    11 3c                    0x3c
+         28562  0xe263  uint   12 e7                    0xe7
+         28563  0xe265  prim   17 04                    ]
+ 2810 1  28564  0xe267  prim   17 03                    [
+         28565  0xe269  int    11 35                    0x35
+         28566  0xe26b  int    11 2f                    0x2f
+         28567  0xe26d  int    11 3f                    0x3f
+         28568  0xe26f  uint   12 bf                    0xbf
+         28569  0xe271  prim   17 04                    ]
+ 2811 1  28570  0xe273  prim   17 03                    [
+         28571  0xe275  int    11 56                    0x56
+         28572  0xe277  int    11 3c                    0x3c
+         28573  0xe279  int    11 3e                    0x3e
+         28574  0xe27b  int    11 7c                    0x7c
+         28575  0xe27d  prim   17 04                    ]
+ 2812 1  28576  0xe27f  prim   17 04                    ]
+         28577  0xe281  prim   17 05                    def
+ 2814 1  28578  0xe283  dict   29 a1 03                 /keymap.uz
+         28579  0xe286  prim   17 03                    [
+ 2815 1  28580  0xe288  prim   17 03                    [
+         28581  0xe28a  int    11 56                    0x56
+         28582  0xe28c  int    11 3c                    0x3c
+         28583  0xe28e  int    11 3e                    0x3e
+         28584  0xe290  int    11 7c                    0x7c
+         28585  0xe292  prim   17 04                    ]
+ 2816 1  28586  0xe294  prim   17 04                    ]
+         28587  0xe296  prim   17 05                    def
+ 2818 1  28588  0xe298  dict   29 a2 03                 /keymap.vn
+         28589  0xe29b  prim   17 03                    [
+ 2819 1  28590  0xe29d  prim   17 03                    [
+         28591  0xe29f  int    11 03                    0x03
+         28592  0xe2a1  uint   12 e2                    0xe2
+         28593  0xe2a3  uint   12 c2                    0xc2
+         28594  0xe2a5  uint   12 e2                    0xe2
+         28595  0xe2a7  prim   17 04                    ]
+ 2820 1  28596  0xe2a9  prim   17 03                    [
+         28597  0xe2ab  int    11 04                    0x04
+         28598  0xe2ad  uint   12 ea                    0xea
+         28599  0xe2af  uint   12 ca                    0xca
+         28600  0xe2b1  uint   12 ea                    0xea
+         28601  0xe2b3  prim   17 04                    ]
+ 2821 1  28602  0xe2b5  prim   17 03                    [
+         28603  0xe2b7  int    11 05                    0x05
+         28604  0xe2b9  uint   12 f4                    0xf4
+         28605  0xe2bb  uint   12 d4                    0xd4
+         28606  0xe2bd  uint   12 f4                    0xf4
+         28607  0xe2bf  prim   17 04                    ]
+ 2822 1  28608  0xe2c1  prim   17 03                    [
+         28609  0xe2c3  int    11 06                    0x06
+         28610  0xe2c5  int    01                       0x00
+         28611  0xe2c6  int    11 25                    0x25
+         28612  0xe2c8  int    01                       0x00
+         28613  0xe2c9  prim   17 04                    ]
+ 2823 1  28614  0xe2cb  prim   17 03                    [
+         28615  0xe2cd  int    11 07                    0x07
+         28616  0xe2cf  int    01                       0x00
+         28617  0xe2d0  int    11 5e                    0x5e
+         28618  0xe2d2  int    01                       0x00
+         28619  0xe2d3  prim   17 04                    ]
+ 2824 1  28620  0xe2d5  prim   17 03                    [
+         28621  0xe2d7  int    11 08                    0x08
+         28622  0xe2d9  int    01                       0x00
+         28623  0xe2da  int    11 26                    0x26
+         28624  0xe2dc  int    01                       0x00
+         28625  0xe2dd  prim   17 04                    ]
+ 2825 1  28626  0xe2df  prim   17 03                    [
+         28627  0xe2e1  int    11 09                    0x09
+         28628  0xe2e3  int    01                       0x00
+         28629  0xe2e4  int    11 2a                    0x2a
+         28630  0xe2e6  int    01                       0x00
+         28631  0xe2e7  prim   17 04                    ]
+ 2826 1  28632  0xe2e9  prim   17 03                    [
+         28633  0xe2eb  int    11 0a                    0x0a
+         28634  0xe2ed  int    01                       0x00
+         28635  0xe2ee  int    11 28                    0x28
+         28636  0xe2f0  int    01                       0x00
+         28637  0xe2f1  prim   17 04                    ]
+ 2827 1  28638  0xe2f3  prim   17 03                    [
+         28639  0xe2f5  int    11 0d                    0x0d
+         28640  0xe2f7  int    01                       0x00
+         28641  0xe2f8  int    11 2b                    0x2b
+         28642  0xe2fa  int    01                       0x00
+         28643  0xe2fb  prim   17 04                    ]
+ 2828 1  28644  0xe2fd  prim   17 03                    [
+         28645  0xe2ff  int    11 56                    0x56
+         28646  0xe301  int    11 3c                    0x3c
+         28647  0xe303  int    11 3e                    0x3e
+         28648  0xe305  int    11 7c                    0x7c
+         28649  0xe307  prim   17 04                    ]
+ 2829 1  28650  0xe309  prim   17 04                    ]
+         28651  0xe30b  prim   17 05                    def
+ 2831 1  28652  0xe30d  dict   29 a3 03                 /keymap.za
+         28653  0xe310  prim   17 03                    [
+ 2832 1  28654  0xe312  prim   17 03                    [
+         28655  0xe314  int    11 02                    0x02
+         28656  0xe316  int    11 31                    0x31
+         28657  0xe318  int    11 21                    0x21
+         28658  0xe31a  uint   12 b9                    0xb9
+         28659  0xe31c  prim   17 04                    ]
+ 2833 1  28660  0xe31e  prim   17 03                    [
+         28661  0xe320  int    11 03                    0x03
+         28662  0xe322  int    11 32                    0x32
+         28663  0xe324  int    11 40                    0x40
+         28664  0xe326  uint   12 a5                    0xa5
+         28665  0xe328  prim   17 04                    ]
+ 2834 1  28666  0xe32a  prim   17 03                    [
+         28667  0xe32c  int    11 04                    0x04
+         28668  0xe32e  int    11 33                    0x33
+         28669  0xe330  int    11 23                    0x23
+         28670  0xe332  uint   12 a3                    0xa3
+         28671  0xe334  prim   17 04                    ]
+ 2835 1  28672  0xe336  prim   17 03                    [
+         28673  0xe338  int    11 05                    0x05
+         28674  0xe33a  int    11 34                    0x34
+         28675  0xe33c  int    11 24                    0x24
+         28676  0xe33e  int    11 24                    0x24
+         28677  0xe340  prim   17 04                    ]
+ 2836 1  28678  0xe342  prim   17 03                    [
+         28679  0xe344  int    11 06                    0x06
+         28680  0xe346  int    11 35                    0x35
+         28681  0xe348  int    11 25                    0x25
+         28682  0xe34a  int    01                       0x00
+         28683  0xe34b  prim   17 04                    ]
+ 2837 1  28684  0xe34d  prim   17 03                    [
+         28685  0xe34f  int    11 07                    0x07
+         28686  0xe351  int    11 36                    0x36
+         28687  0xe353  int    11 5e                    0x5e
+         28688  0xe355  int    01                       0x00
+         28689  0xe356  prim   17 04                    ]
+ 2838 1  28690  0xe358  prim   17 03                    [
+         28691  0xe35a  int    11 08                    0x08
+         28692  0xe35c  int    11 37                    0x37
+         28693  0xe35e  int    11 26                    0x26
+         28694  0xe360  int    11 7b                    0x7b
+         28695  0xe362  prim   17 04                    ]
+ 2839 1  28696  0xe364  prim   17 03                    [
+         28697  0xe366  int    11 09                    0x09
+         28698  0xe368  int    11 38                    0x38
+         28699  0xe36a  int    11 2a                    0x2a
+         28700  0xe36c  int    11 5b                    0x5b
+         28701  0xe36e  prim   17 04                    ]
+ 2840 1  28702  0xe370  prim   17 03                    [
+         28703  0xe372  int    11 0a                    0x0a
+         28704  0xe374  int    11 39                    0x39
+         28705  0xe376  int    11 28                    0x28
+         28706  0xe378  int    11 5d                    0x5d
+         28707  0xe37a  prim   17 04                    ]
+ 2841 1  28708  0xe37c  prim   17 03                    [
+         28709  0xe37e  int    11 0b                    0x0b
+         28710  0xe380  int    11 30                    0x30
+         28711  0xe382  int    11 29                    0x29
+         28712  0xe384  int    11 7d                    0x7d
+         28713  0xe386  prim   17 04                    ]
+ 2842 1  28714  0xe388  prim   17 03                    [
+         28715  0xe38a  int    11 0c                    0x0c
+         28716  0xe38c  int    11 2d                    0x2d
+         28717  0xe38e  int    11 5f                    0x5f
+         28718  0xe390  int    11 5c                    0x5c
+         28719  0xe392  prim   17 04                    ]
+ 2843 1  28720  0xe394  prim   17 03                    [
+         28721  0xe396  int    11 0d                    0x0d
+         28722  0xe398  int    11 3d                    0x3d
+         28723  0xe39a  int    11 2b                    0x2b
+         28724  0xe39c  int    01                       0x00
+         28725  0xe39d  prim   17 04                    ]
+ 2844 1  28726  0xe39f  prim   17 03                    [
+         28727  0xe3a1  int    11 10                    0x10
+         28728  0xe3a3  int    11 71                    0x71
+         28729  0xe3a5  int    11 51                    0x51
+         28730  0xe3a7  int    11 40                    0x40
+         28731  0xe3a9  prim   17 04                    ]
+ 2845 1  28732  0xe3ab  prim   17 03                    [
+         28733  0xe3ad  int    11 11                    0x11
+         28734  0xe3af  int    11 77                    0x77
+         28735  0xe3b1  int    11 57                    0x57
+         28736  0xe3b3  int    01                       0x00
+         28737  0xe3b4  prim   17 04                    ]
+ 2846 1  28738  0xe3b6  prim   17 03                    [
+         28739  0xe3b8  int    11 12                    0x12
+         28740  0xe3ba  int    11 65                    0x65
+         28741  0xe3bc  int    11 45                    0x45
+         28742  0xe3be  uint   12 eb                    0xeb
+         28743  0xe3c0  prim   17 04                    ]
+ 2847 1  28744  0xe3c2  prim   17 03                    [
+         28745  0xe3c4  int    11 13                    0x13
+         28746  0xe3c6  int    11 72                    0x72
+         28747  0xe3c8  int    11 52                    0x52
+         28748  0xe3ca  uint   12 ea                    0xea
+         28749  0xe3cc  prim   17 04                    ]
+ 2848 1  28750  0xe3ce  prim   17 03                    [
+         28751  0xe3d0  int    11 14                    0x14
+         28752  0xe3d2  int    11 74                    0x74
+         28753  0xe3d4  int    11 54                    0x54
+         28754  0xe3d6  int    01                       0x00
+         28755  0xe3d7  prim   17 04                    ]
+ 2849 1  28756  0xe3d9  prim   17 03                    [
+         28757  0xe3db  int    11 15                    0x15
+         28758  0xe3dd  int    11 79                    0x79
+         28759  0xe3df  int    11 59                    0x59
+         28760  0xe3e1  uint   12 fb                    0xfb
+         28761  0xe3e3  prim   17 04                    ]
+ 2850 1  28762  0xe3e5  prim   17 03                    [
+         28763  0xe3e7  int    11 16                    0x16
+         28764  0xe3e9  int    11 75                    0x75
+         28765  0xe3eb  int    11 55                    0x55
+         28766  0xe3ed  uint   12 fc                    0xfc
+         28767  0xe3ef  prim   17 04                    ]
+ 2851 1  28768  0xe3f1  prim   17 03                    [
+         28769  0xe3f3  int    11 17                    0x17
+         28770  0xe3f5  int    11 69                    0x69
+         28771  0xe3f7  int    11 49                    0x49
+         28772  0xe3f9  uint   12 ef                    0xef
+         28773  0xe3fb  prim   17 04                    ]
+ 2852 1  28774  0xe3fd  prim   17 03                    [
+         28775  0xe3ff  int    11 18                    0x18
+         28776  0xe401  int    11 6f                    0x6f
+         28777  0xe403  int    11 4f                    0x4f
+         28778  0xe405  uint   12 f6                    0xf6
+         28779  0xe407  prim   17 04                    ]
+ 2853 1  28780  0xe409  prim   17 03                    [
+         28781  0xe40b  int    11 19                    0x19
+         28782  0xe40d  int    11 70                    0x70
+         28783  0xe40f  int    11 50                    0x50
+         28784  0xe411  uint   12 f4                    0xf4
+         28785  0xe413  prim   17 04                    ]
+ 2854 1  28786  0xe415  prim   17 03                    [
+         28787  0xe417  int    11 1a                    0x1a
+         28788  0xe419  int    11 5b                    0x5b
+         28789  0xe41b  int    11 7b                    0x7b
+         28790  0xe41d  int    01                       0x00
+         28791  0xe41e  prim   17 04                    ]
+ 2855 1  28792  0xe420  prim   17 03                    [
+         28793  0xe422  int    11 1b                    0x1b
+         28794  0xe424  int    11 5d                    0x5d
+         28795  0xe426  int    11 7d                    0x7d
+         28796  0xe428  int    01                       0x00
+         28797  0xe429  prim   17 04                    ]
+ 2856 1  28798  0xe42b  prim   17 03                    [
+         28799  0xe42d  int    11 1e                    0x1e
+         28800  0xe42f  int    11 61                    0x61
+         28801  0xe431  int    11 41                    0x41
+         28802  0xe433  uint   12 e4                    0xe4
+         28803  0xe435  prim   17 04                    ]
+ 2857 1  28804  0xe437  prim   17 03                    [
+         28805  0xe439  int    11 1f                    0x1f
+         28806  0xe43b  int    11 73                    0x73
+         28807  0xe43d  int    11 53                    0x53
+         28808  0xe43f  int    01                       0x00
+         28809  0xe440  prim   17 04                    ]
+ 2858 1  28810  0xe442  prim   17 03                    [
+         28811  0xe444  int    11 20                    0x20
+         28812  0xe446  int    11 64                    0x64
+         28813  0xe448  int    11 44                    0x44
+         28814  0xe44a  int    01                       0x00
+         28815  0xe44b  prim   17 04                    ]
+ 2859 1  28816  0xe44d  prim   17 03                    [
+         28817  0xe44f  int    11 21                    0x21
+         28818  0xe451  int    11 66                    0x66
+         28819  0xe453  int    11 46                    0x46
+         28820  0xe455  int    01                       0x00
+         28821  0xe456  prim   17 04                    ]
+ 2860 1  28822  0xe458  prim   17 03                    [
+         28823  0xe45a  int    11 22                    0x22
+         28824  0xe45c  int    11 67                    0x67
+         28825  0xe45e  int    11 47                    0x47
+         28826  0xe460  int    01                       0x00
+         28827  0xe461  prim   17 04                    ]
+ 2861 1  28828  0xe463  prim   17 03                    [
+         28829  0xe465  int    11 23                    0x23
+         28830  0xe467  int    11 68                    0x68
+         28831  0xe469  int    11 48                    0x48
+         28832  0xe46b  int    01                       0x00
+         28833  0xe46c  prim   17 04                    ]
+ 2862 1  28834  0xe46e  prim   17 03                    [
+         28835  0xe470  int    11 25                    0x25
+         28836  0xe472  int    11 6b                    0x6b
+         28837  0xe474  int    11 4b                    0x4b
+         28838  0xe476  int    01                       0x00
+         28839  0xe477  prim   17 04                    ]
+ 2863 1  28840  0xe479  prim   17 03                    [
+         28841  0xe47b  int    11 26                    0x26
+         28842  0xe47d  int    11 6c                    0x6c
+         28843  0xe47f  int    11 4c                    0x4c
+         28844  0xe481  int    01                       0x00
+         28845  0xe482  prim   17 04                    ]
+ 2864 1  28846  0xe484  prim   17 03                    [
+         28847  0xe486  int    11 27                    0x27
+         28848  0xe488  int    11 3b                    0x3b
+         28849  0xe48a  int    11 3a                    0x3a
+         28850  0xe48c  int    01                       0x00
+         28851  0xe48d  prim   17 04                    ]
+ 2865 1  28852  0xe48f  prim   17 03                    [
+         28853  0xe491  int    11 28                    0x28
+         28854  0xe493  int    11 27                    0x27
+         28855  0xe495  int    11 22                    0x22
+         28856  0xe497  int    01                       0x00
+         28857  0xe498  prim   17 04                    ]
+ 2866 1  28858  0xe49a  prim   17 03                    [
+         28859  0xe49c  int    11 29                    0x29
+         28860  0xe49e  int    11 60                    0x60
+         28861  0xe4a0  int    11 7e                    0x7e
+         28862  0xe4a2  int    01                       0x00
+         28863  0xe4a3  prim   17 04                    ]
+ 2867 1  28864  0xe4a5  prim   17 03                    [
+         28865  0xe4a7  int    11 2b                    0x2b
+         28866  0xe4a9  int    11 5c                    0x5c
+         28867  0xe4ab  int    11 7c                    0x7c
+         28868  0xe4ad  int    01                       0x00
+         28869  0xe4ae  prim   17 04                    ]
+ 2868 1  28870  0xe4b0  prim   17 03                    [
+         28871  0xe4b2  int    11 2c                    0x2c
+         28872  0xe4b4  int    11 7a                    0x7a
+         28873  0xe4b6  int    11 5a                    0x5a
+         28874  0xe4b8  uint   12 ab                    0xab
+         28875  0xe4ba  prim   17 04                    ]
+ 2869 1  28876  0xe4bc  prim   17 03                    [
+         28877  0xe4be  int    11 2d                    0x2d
+         28878  0xe4c0  int    11 78                    0x78
+         28879  0xe4c2  int    11 58                    0x58
+         28880  0xe4c4  uint   12 bb                    0xbb
+         28881  0xe4c6  prim   17 04                    ]
+ 2870 1  28882  0xe4c8  prim   17 03                    [
+         28883  0xe4ca  int    11 2e                    0x2e
+         28884  0xe4cc  int    11 63                    0x63
+         28885  0xe4ce  int    11 43                    0x43
+         28886  0xe4d0  uint   12 a2                    0xa2
+         28887  0xe4d2  prim   17 04                    ]
+ 2871 1  28888  0xe4d4  prim   17 03                    [
+         28889  0xe4d6  int    11 2f                    0x2f
+         28890  0xe4d8  int    11 76                    0x76
+         28891  0xe4da  int    11 56                    0x56
+         28892  0xe4dc  int    01                       0x00
+         28893  0xe4dd  prim   17 04                    ]
+ 2872 1  28894  0xe4df  prim   17 03                    [
+         28895  0xe4e1  int    11 30                    0x30
+         28896  0xe4e3  int    11 62                    0x62
+         28897  0xe4e5  int    11 42                    0x42
+         28898  0xe4e7  int    01                       0x00
+         28899  0xe4e8  prim   17 04                    ]
+ 2873 1  28900  0xe4ea  prim   17 03                    [
+         28901  0xe4ec  int    11 31                    0x31
+         28902  0xe4ee  int    11 6e                    0x6e
+         28903  0xe4f0  int    11 4e                    0x4e
+         28904  0xe4f2  int    01                       0x00
+         28905  0xe4f3  prim   17 04                    ]
+ 2874 1  28906  0xe4f5  prim   17 03                    [
+         28907  0xe4f7  int    11 32                    0x32
+         28908  0xe4f9  int    11 6d                    0x6d
+         28909  0xe4fb  int    11 4d                    0x4d
+         28910  0xe4fd  int    01                       0x00
+         28911  0xe4fe  prim   17 04                    ]
+ 2875 1  28912  0xe500  prim   17 03                    [
+         28913  0xe502  int    11 33                    0x33
+         28914  0xe504  int    11 2c                    0x2c
+         28915  0xe506  int    11 3c                    0x3c
+         28916  0xe508  int    01                       0x00
+         28917  0xe509  prim   17 04                    ]
+ 2876 1  28918  0xe50b  prim   17 03                    [
+         28919  0xe50d  int    11 35                    0x35
+         28920  0xe50f  int    11 2f                    0x2f
+         28921  0xe511  int    11 3f                    0x3f
+         28922  0xe513  int    01                       0x00
+         28923  0xe514  prim   17 04                    ]
+ 2877 1  28924  0xe516  prim   17 03                    [
+         28925  0xe518  int    11 56                    0x56
+         28926  0xe51a  int    11 3c                    0x3c
+         28927  0xe51c  int    11 3e                    0x3e
+         28928  0xe51e  int    11 7c                    0x7c
+         28929  0xe520  prim   17 04                    ]
+ 2878 1  28930  0xe522  prim   17 04                    ]
+         28931  0xe524  prim   17 05                    def
+ 2880 1  28932  0xe526  dict   29 dd 02                 /keymaps
+         28933  0xe529  prim   17 03                    [
+ 2881 1  28934  0xe52b  prim   17 03                    [
+         28935  0xe52d  str    94 03 61 66 00           "af"
+         28936  0xe532  sec    28 3a 03                 keymap.af
+         28937  0xe535  str    94 08 41 66 67 68 61 6e  "Afghani"
+                               69 00
+         28938  0xe53f  prim   17 03                    [
+         28939  0xe541  prim   17 04                    ]
+         28940  0xe543  none   00                       .undef # .undef
+         28941  0xe544  prim   17 04                    ]
+ 2882 1  28942  0xe546  prim   17 03                    [
+         28943  0xe548  str    94 03 61 6c 00           "al"
+         28944  0xe54d  sec    28 3b 03                 keymap.al
+         28945  0xe550  str    94 09 41 6c 62 61 6e 69  "Albanian"
+                               61 6e 00
+         28946  0xe55b  prim   17 03                    [
+         28947  0xe55d  str    94 04 5f 41 4c 00        "_AL"
+         28948  0xe563  prim   17 04                    ]
+         28949  0xe565  none   00                       .undef # .undef
+         28950  0xe566  prim   17 04                    ]
+ 2883 1  28951  0xe568  prim   17 03                    [
+         28952  0xe56a  str    94 03 65 74 00           "et"
+         28953  0xe56f  sec    28 56 03                 keymap.et
+         28954  0xe572  str    94 08 41 6d 68 61 72 69  "Amharic"
+                               63 00
+         28955  0xe57c  prim   17 03                    [
+         28956  0xe57e  prim   17 04                    ]
+         28957  0xe580  none   00                       .undef # .undef
+         28958  0xe581  prim   17 04                    ]
+ 2884 1  28959  0xe583  prim   17 03                    [
+         28960  0xe585  str    94 04 61 72 61 00        "ara"
+         28961  0xe58b  sec    28 3d 03                 keymap.ara
+         28962  0xe58e  str    94 07 41 72 61 62 69 63  "Arabic"
+                               00
+         28963  0xe597  prim   17 03                    [
+         28964  0xe599  str    94 04 61 72 5f 00        "ar_"
+         28965  0xe59f  prim   17 04                    ]
+         28966  0xe5a1  none   00                       .undef # .undef
+         28967  0xe5a2  prim   17 04                    ]
+ 2885 1  28968  0xe5a4  prim   17 03                    [
+         28969  0xe5a6  str    94 03 61 6d 00           "am"
+         28970  0xe5ab  sec    28 3c 03                 keymap.am
+         28971  0xe5ae  str    94 09 41 72 6d 65 6e 69  "Armenian"
+                               61 6e 00
+         28972  0xe5b9  prim   17 03                    [
+         28973  0xe5bb  str    94 04 68 79 5f 00        "hy_"
+         28974  0xe5c1  prim   17 04                    ]
+         28975  0xe5c3  none   00                       .undef # .undef
+         28976  0xe5c4  prim   17 04                    ]
+ 2886 1  28977  0xe5c6  prim   17 03                    [
+         28978  0xe5c8  str    94 07 65 73 5f 61 73 74  "es_ast"
+                               00
+         28979  0xe5d1  sec    28 54 03                 keymap.es_ast
+         28980  0xe5d4  str    94 09 41 73 74 75 72 69  "Asturian"
+                               61 6e 00
+         28981  0xe5df  prim   17 03                    [
+         28982  0xe5e1  str    94 07 61 73 74 5f 45 53  "ast_ES"
+                               00
+         28983  0xe5ea  prim   17 04                    ]
+         28984  0xe5ec  none   00                       .undef # .undef
+         28985  0xe5ed  prim   17 04                    ]
+ 2887 1  28986  0xe5ef  prim   17 03                    [
+         28987  0xe5f1  str    94 03 61 74 00           "at"
+         28988  0xe5f6  sec    28 3e 03                 keymap.at
+         28989  0xe5f9  str    94 08 41 75 73 74 72 69  "Austria"
+                               61 00
+         28990  0xe603  prim   17 03                    [
+         28991  0xe605  prim   17 04                    ]
+         28992  0xe607  none   00                       .undef # .undef
+         28993  0xe608  prim   17 04                    ]
+ 2888 1  28994  0xe60a  prim   17 03                    [
+         28995  0xe60c  str    94 03 61 7a 00           "az"
+         28996  0xe611  sec    28 3f 03                 keymap.az
+         28997  0xe614  str    94 0c 41 7a 65 72 62 61  "Azerbaijani"
+                               69 6a 61 6e 69 00
+         28998  0xe622  prim   17 03                    [
+         28999  0xe624  str    94 04 5f 41 5a 00        "_AZ"
+         29000  0xe62a  prim   17 04                    ]
+         29001  0xe62c  none   00                       .undef # .undef
+         29002  0xe62d  prim   17 04                    ]
+ 2889 1  29003  0xe62f  prim   17 03                    [
+         29004  0xe631  str    94 03 6d 6c 00           "ml"
+         29005  0xe636  sec    28 7e 03                 keymap.ml
+         29006  0xe639  str    94 08 42 61 6d 62 61 72  "Bambara"
+                               61 00
+         29007  0xe643  prim   17 03                    [
+         29008  0xe645  prim   17 04                    ]
+         29009  0xe647  none   00                       .undef # .undef
+         29010  0xe648  prim   17 04                    ]
+ 2890 1  29011  0xe64a  prim   17 03                    [
+         29012  0xe64c  str    94 03 62 79 00           "by"
+         29013  0xe651  sec    28 47 03                 keymap.by
+         29014  0xe654  str    94 0b 42 65 6c 61 72 75  "Belarusian"
+                               73 69 61 6e 00
+         29015  0xe661  prim   17 03                    [
+         29016  0xe663  str    94 04 5f 42 59 00        "_BY"
+         29017  0xe669  prim   17 04                    ]
+         29018  0xe66b  none   00                       .undef # .undef
+         29019  0xe66c  prim   17 04                    ]
+ 2891 1  29020  0xe66e  prim   17 03                    [
+         29021  0xe670  str    94 03 62 65 00           "be"
+         29022  0xe675  sec    28 42 03                 keymap.be
+         29023  0xe678  str    94 08 42 65 6c 67 69 61  "Belgian"
+                               6e 00
+         29024  0xe682  prim   17 03                    [
+         29025  0xe684  str    94 04 5f 42 45 00        "_BE"
+         29026  0xe68a  prim   17 04                    ]
+         29027  0xe68c  none   00                       .undef # .undef
+         29028  0xe68d  prim   17 04                    ]
+ 2892 1  29029  0xe68f  prim   17 03                    [
+         29030  0xe691  str    94 03 62 64 00           "bd"
+         29031  0xe696  sec    28 41 03                 keymap.bd
+         29032  0xe699  str    94 08 42 65 6e 67 61 6c  "Bengali"
+                               69 00
+         29033  0xe6a3  prim   17 03                    [
+         29034  0xe6a5  str    94 04 5f 42 44 00        "_BD"
+         29035  0xe6ab  prim   17 04                    ]
+         29036  0xe6ad  none   00                       .undef # .undef
+         29037  0xe6ae  prim   17 04                    ]
+ 2893 1  29038  0xe6b0  prim   17 03                    [
+         29039  0xe6b2  str    94 03 62 61 00           "ba"
+         29040  0xe6b7  sec    28 40 03                 keymap.ba
+         29041  0xe6ba  str    94 07 42 6f 73 6e 69 61  "Bosnia"
+                               00
+         29042  0xe6c3  prim   17 03                    [
+         29043  0xe6c5  str    94 04 62 73 5f 00        "bs_"
+         29044  0xe6cb  prim   17 04                    ]
+         29045  0xe6cd  none   00                       .undef # .undef
+         29046  0xe6ce  prim   17 04                    ]
+ 2894 1  29047  0xe6d0  prim   17 03                    [
+         29048  0xe6d2  str    94 03 62 72 00           "br"
+         29049  0xe6d7  sec    28 44 03                 keymap.br
+         29050  0xe6da  str    94 07 42 72 61 7a 69 6c  "Brazil"
+                               00
+         29051  0xe6e3  prim   17 03                    [
+         29052  0xe6e5  str    94 04 5f 42 52 00        "_BR"
+         29053  0xe6eb  prim   17 04                    ]
+         29054  0xe6ed  str    94 06 61 62 6e 74 32 00  "abnt2"
+         29055  0xe6f5  prim   17 04                    ]
+ 2895 1  29056  0xe6f7  prim   17 03                    [
+         29057  0xe6f9  str    94 03 62 67 00           "bg"
+         29058  0xe6fe  sec    28 43 03                 keymap.bg
+         29059  0xe701  str    94 0a 42 75 6c 67 61 72  "Bulgarian"
+                               69 61 6e 00
+         29060  0xe70d  prim   17 03                    [
+         29061  0xe70f  str    94 04 5f 42 47 00        "_BG"
+         29062  0xe715  prim   17 04                    ]
+         29063  0xe717  none   00                       .undef # .undef
+         29064  0xe718  prim   17 04                    ]
+ 2896 1  29065  0xe71a  prim   17 03                    [
+         29066  0xe71c  str    94 03 6d 6d 00           "mm"
+         29067  0xe721  sec    28 7f 03                 keymap.mm
+         29068  0xe724  str    94 08 42 75 72 6d 65 73  "Burmese"
+                               65 00
+         29069  0xe72e  prim   17 03                    [
+         29070  0xe730  prim   17 04                    ]
+         29071  0xe732  none   00                       .undef # .undef
+         29072  0xe733  prim   17 04                    ]
+ 2897 1  29073  0xe735  prim   17 03                    [
+         29074  0xe737  str    94 03 63 6d 00           "cm"
+         29075  0xe73c  sec    28 4c 03                 keymap.cm
+         29076  0xe73f  str    94 09 43 61 6d 65 72 6f  "Cameroon"
+                               6f 6e 00
+         29077  0xe74a  prim   17 03                    [
+         29078  0xe74c  prim   17 04                    ]
+         29079  0xe74e  none   00                       .undef # .undef
+         29080  0xe74f  prim   17 04                    ]
+ 2898 1  29081  0xe751  prim   17 03                    [
+         29082  0xe753  str    94 03 63 61 00           "ca"
+         29083  0xe758  sec    28 48 03                 keymap.ca
+         29084  0xe75b  str    94 07 43 61 6e 61 64 61  "Canada"
+                               00
+         29085  0xe764  prim   17 03                    [
+         29086  0xe766  str    94 04 5f 43 41 00        "_CA"
+         29087  0xe76c  prim   17 04                    ]
+         29088  0xe76e  none   00                       .undef # .undef
+         29089  0xe76f  prim   17 04                    ]
+ 2899 1  29090  0xe771  prim   17 03                    [
+         29091  0xe773  str    94 07 65 73 5f 63 61 74  "es_cat"
+                               00
+         29092  0xe77c  sec    28 55 03                 keymap.es_cat
+         29093  0xe77f  str    94 08 43 61 74 61 6c 61  "Catalan"
+                               6e 00
+         29094  0xe789  prim   17 03                    [
+         29095  0xe78b  str    94 06 63 61 5f 45 53 00  "ca_ES"
+         29096  0xe793  prim   17 04                    ]
+         29097  0xe795  none   00                       .undef # .undef
+         29098  0xe796  prim   17 04                    ]
+ 2900 1  29099  0xe798  prim   17 03                    [
+         29100  0xe79a  str    94 03 63 6e 00           "cn"
+         29101  0xe79f  sec    28 4d 03                 keymap.cn
+         29102  0xe7a2  str    94 08 43 68 69 6e 65 73  "Chinese"
+                               65 00
+         29103  0xe7ac  prim   17 03                    [
+         29104  0xe7ae  str    94 06 7a 68 5f 43 4e 00  "zh_CN"
+         29105  0xe7b6  prim   17 04                    ]
+         29106  0xe7b8  none   00                       .undef # .undef
+         29107  0xe7b9  prim   17 04                    ]
+ 2901 1  29108  0xe7bb  prim   17 03                    [
+         29109  0xe7bd  str    94 03 63 64 00           "cd"
+         29110  0xe7c2  sec    28 49 03                 keymap.cd
+         29111  0xe7c5  str    94 06 43 6f 6e 67 6f 00  "Congo"
+         29112  0xe7cd  prim   17 03                    [
+         29113  0xe7cf  prim   17 04                    ]
+         29114  0xe7d1  none   00                       .undef # .undef
+         29115  0xe7d2  prim   17 04                    ]
+ 2902 1  29116  0xe7d4  prim   17 03                    [
+         29117  0xe7d6  str    94 03 68 72 00           "hr"
+         29118  0xe7db  sec    28 60 03                 keymap.hr
+         29119  0xe7de  str    94 09 43 72 6f 61 74 69  "Croatian"
+                               61 6e 00
+         29120  0xe7e9  prim   17 03                    [
+         29121  0xe7eb  str    94 04 68 72 5f 00        "hr_"
+         29122  0xe7f1  prim   17 04                    ]
+         29123  0xe7f3  none   00                       .undef # .undef
+         29124  0xe7f4  prim   17 04                    ]
+ 2903 1  29125  0xe7f6  prim   17 03                    [
+         29126  0xe7f8  str    94 03 63 7a 00           "cz"
+         29127  0xe7fd  sec    28 4e 03                 keymap.cz
+         29128  0xe800  str    94 06 43 7a 65 63 68 00  "Czech"
+         29129  0xe808  prim   17 03                    [
+         29130  0xe80a  str    94 04 5f 43 5a 00        "_CZ"
+         29131  0xe810  prim   17 04                    ]
+         29132  0xe812  none   00                       .undef # .undef
+         29133  0xe813  prim   17 04                    ]
+ 2904 1  29134  0xe815  prim   17 03                    [
+         29135  0xe817  str    94 03 64 6b 00           "dk"
+         29136  0xe81c  sec    28 50 03                 keymap.dk
+         29137  0xe81f  str    94 07 44 61 6e 69 73 68  "Danish"
+                               00
+         29138  0xe828  prim   17 03                    [
+         29139  0xe82a  str    94 04 5f 44 4b 00        "_DK"
+         29140  0xe830  prim   17 04                    ]
+         29141  0xe832  none   00                       .undef # .undef
+         29142  0xe833  prim   17 04                    ]
+ 2905 1  29143  0xe835  prim   17 03                    [
+         29144  0xe837  str    94 03 6d 76 00           "mv"
+         29145  0xe83c  sec    28 82 03                 keymap.mv
+         29146  0xe83f  str    94 08 44 68 69 76 65 68  "Dhivehi"
+                               69 00
+         29147  0xe849  prim   17 03                    [
+         29148  0xe84b  prim   17 04                    ]
+         29149  0xe84d  none   00                       .undef # .undef
+         29150  0xe84e  prim   17 04                    ]
+ 2906 1  29151  0xe850  prim   17 03                    [
+         29152  0xe852  str    94 03 6e 6c 00           "nl"
+         29153  0xe857  sec    28 84 03                 keymap.nl
+         29154  0xe85a  str    94 06 44 75 74 63 68 00  "Dutch"
+         29155  0xe862  prim   17 03                    [
+         29156  0xe864  prim   17 04                    ]
+         29157  0xe866  none   00                       .undef # .undef
+         29158  0xe867  prim   17 04                    ]
+ 2907 1  29159  0xe869  prim   17 03                    [
+         29160  0xe86b  str    94 0a 75 73 5f 64 76 6f  "us_dvorak"
+                               72 61 6b 00
+         29161  0xe877  sec    28 9f 03                 keymap.us_dvorak
+         29162  0xe87a  str    94 07 44 76 6f 72 61 6b  "Dvorak"
+                               00
+         29163  0xe883  prim   17 03                    [
+         29164  0xe885  prim   17 04                    ]
+         29165  0xe887  none   00                       .undef # .undef
+         29166  0xe888  prim   17 04                    ]
+ 2908 1  29167  0xe88a  prim   17 03                    [
+         29168  0xe88c  str    94 03 62 74 00           "bt"
+         29169  0xe891  sec    28 45 03                 keymap.bt
+         29170  0xe894  str    94 09 44 7a 6f 6e 67 6b  "Dzongkha"
+                               68 61 00
+         29171  0xe89f  prim   17 03                    [
+         29172  0xe8a1  prim   17 04                    ]
+         29173  0xe8a3  none   00                       .undef # .undef
+         29174  0xe8a4  prim   17 04                    ]
+ 2909 1  29175  0xe8a6  prim   17 03                    [
+         29176  0xe8a8  str    94 04 65 70 6f 00        "epo"
+         29177  0xe8ae  sec    28 52 03                 keymap.epo
+         29178  0xe8b1  str    94 0a 45 73 70 65 72 61  "Esperanto"
+                               6e 74 6f 00
+         29179  0xe8bd  prim   17 03                    [
+         29180  0xe8bf  str    94 03 65 6f 00           "eo"
+         29181  0xe8c4  prim   17 04                    ]
+         29182  0xe8c6  none   00                       .undef # .undef
+         29183  0xe8c7  prim   17 04                    ]
+ 2910 1  29184  0xe8c9  prim   17 03                    [
+         29185  0xe8cb  str    94 03 65 65 00           "ee"
+         29186  0xe8d0  sec    28 51 03                 keymap.ee
+         29187  0xe8d3  str    94 09 45 73 74 6f 6e 69  "Estonian"
+                               61 6e 00
+         29188  0xe8de  prim   17 03                    [
+         29189  0xe8e0  str    94 04 5f 45 45 00        "_EE"
+         29190  0xe8e6  prim   17 04                    ]
+         29191  0xe8e8  none   00                       .undef # .undef
+         29192  0xe8e9  prim   17 04                    ]
+ 2911 1  29193  0xe8eb  prim   17 03                    [
+         29194  0xe8ed  str    94 03 66 6f 00           "fo"
+         29195  0xe8f2  sec    28 59 03                 keymap.fo
+         29196  0xe8f5  str    94 07 46 61 72 6f 65 73  "Faroes"
+                               00
+         29197  0xe8fe  prim   17 03                    [
+         29198  0xe900  prim   17 04                    ]
+         29199  0xe902  none   00                       .undef # .undef
+         29200  0xe903  prim   17 04                    ]
+ 2912 1  29201  0xe905  prim   17 03                    [
+         29202  0xe907  str    94 03 70 68 00           "ph"
+         29203  0xe90c  sec    28 88 03                 keymap.ph
+         29204  0xe90f  str    94 09 46 69 6c 69 70 69  "Filipino"
+                               6e 6f 00
+         29205  0xe91a  prim   17 03                    [
+         29206  0xe91c  prim   17 04                    ]
+         29207  0xe91e  none   00                       .undef # .undef
+         29208  0xe91f  prim   17 04                    ]
+ 2913 1  29209  0xe921  prim   17 03                    [
+         29210  0xe923  str    94 03 66 69 00           "fi"
+         29211  0xe928  sec    28 57 03                 keymap.fi
+         29212  0xe92b  str    94 08 46 69 6e 6e 69 73  "Finnish"
+                               68 00
+         29213  0xe935  prim   17 03                    [
+         29214  0xe937  str    94 04 5f 46 49 00        "_FI"
+         29215  0xe93d  prim   17 04                    ]
+         29216  0xe93f  none   00                       .undef # .undef
+         29217  0xe940  prim   17 04                    ]
+ 2914 1  29218  0xe942  prim   17 03                    [
+         29219  0xe944  str    94 07 66 72 5f 6f 73 73  "fr_oss"
+                               00
+         29220  0xe94d  sec    28 5a 03                 keymap.fr_oss
+         29221  0xe950  str    94 07 46 72 65 6e 63 68  "French"
+                               00
+         29222  0xe959  prim   17 03                    [
+         29223  0xe95b  str    94 04 66 72 5f 00        "fr_"
+         29224  0xe961  prim   17 04                    ]
+         29225  0xe963  none   00                       .undef # .undef
+         29226  0xe964  prim   17 04                    ]
+ 2915 1  29227  0xe966  prim   17 03                    [
+         29228  0xe968  str    94 03 67 65 00           "ge"
+         29229  0xe96d  sec    28 5c 03                 keymap.ge
+         29230  0xe970  str    94 09 47 65 6f 72 67 69  "Georgian"
+                               61 6e 00
+         29231  0xe97b  prim   17 03                    [
+         29232  0xe97d  str    94 04 6b 61 5f 00        "ka_"
+         29233  0xe983  prim   17 04                    ]
+         29234  0xe985  none   00                       .undef # .undef
+         29235  0xe986  prim   17 04                    ]
+ 2916 1  29236  0xe988  prim   17 03                    [
+         29237  0xe98a  str    94 03 64 65 00           "de"
+         29238  0xe98f  sec    28 4f 03                 keymap.de
+         29239  0xe992  str    94 07 47 65 72 6d 61 6e  "German"
+                               00
+         29240  0xe99b  prim   17 03                    [
+         29241  0xe99d  str    94 04 64 65 5f 00        "de_"
+         29242  0xe9a3  prim   17 04                    ]
+         29243  0xe9a5  none   00                       .undef # .undef
+         29244  0xe9a6  prim   17 04                    ]
+ 2917 1  29245  0xe9a8  prim   17 03                    [
+         29246  0xe9aa  str    94 03 67 68 00           "gh"
+         29247  0xe9af  sec    28 5d 03                 keymap.gh
+         29248  0xe9b2  str    94 06 47 68 61 6e 61 00  "Ghana"
+         29249  0xe9ba  prim   17 03                    [
+         29250  0xe9bc  prim   17 04                    ]
+         29251  0xe9be  none   00                       .undef # .undef
+         29252  0xe9bf  prim   17 04                    ]
+ 2918 1  29253  0xe9c1  prim   17 03                    [
+         29254  0xe9c3  str    94 03 67 72 00           "gr"
+         29255  0xe9c8  sec    28 5f 03                 keymap.gr
+         29256  0xe9cb  str    94 06 47 72 65 65 6b 00  "Greek"
+         29257  0xe9d3  prim   17 03                    [
+         29258  0xe9d5  str    94 04 65 6c 5f 00        "el_"
+         29259  0xe9db  prim   17 04                    ]
+         29260  0xe9dd  none   00                       .undef # .undef
+         29261  0xe9de  prim   17 04                    ]
+ 2919 1  29262  0xe9e0  prim   17 03                    [
+         29263  0xe9e2  str    94 03 67 6e 00           "gn"
+         29264  0xe9e7  sec    28 5e 03                 keymap.gn
+         29265  0xe9ea  str    94 07 47 75 69 6e 65 61  "Guinea"
+                               00
+         29266  0xe9f3  prim   17 03                    [
+         29267  0xe9f5  prim   17 04                    ]
+         29268  0xe9f7  none   00                       .undef # .undef
+         29269  0xe9f8  prim   17 04                    ]
+ 2920 1  29270  0xe9fa  prim   17 03                    [
+         29271  0xe9fc  str    94 07 69 6e 5f 67 75 6a  "in_guj"
+                               00
+         29272  0xea05  sec    28 65 03                 keymap.in_guj
+         29273  0xea08  str    94 09 47 75 6a 61 72 61  "Gujarati"
+                               74 69 00
+         29274  0xea13  prim   17 03                    [
+         29275  0xea15  str    94 04 67 75 5f 00        "gu_"
+         29276  0xea1b  prim   17 04                    ]
+         29277  0xea1d  none   00                       .undef # .undef
+         29278  0xea1e  prim   17 04                    ]
+ 2921 1  29279  0xea20  prim   17 03                    [
+         29280  0xea22  str    94 08 69 6e 5f 67 75 72  "in_guru"
+                               75 00
+         29281  0xea2c  sec    28 66 03                 keymap.in_guru
+         29282  0xea2f  str    94 09 47 75 72 6d 75 6b  "Gurmukhi"
+                               68 69 00
+         29283  0xea3a  prim   17 03                    [
+         29284  0xea3c  str    94 04 70 61 5f 00        "pa_"
+         29285  0xea42  prim   17 04                    ]
+         29286  0xea44  none   00                       .undef # .undef
+         29287  0xea45  prim   17 04                    ]
+ 2922 1  29288  0xea47  prim   17 03                    [
+         29289  0xea49  str    94 03 69 6c 00           "il"
+         29290  0xea4e  sec    28 63 03                 keymap.il
+         29291  0xea51  str    94 07 48 65 62 72 65 77  "Hebrew"
+                               00
+         29292  0xea5a  prim   17 03                    [
+         29293  0xea5c  str    94 04 5f 49 4c 00        "_IL"
+         29294  0xea62  prim   17 04                    ]
+         29295  0xea64  none   00                       .undef # .undef
+         29296  0xea65  prim   17 04                    ]
+ 2923 1  29297  0xea67  prim   17 03                    [
+         29298  0xea69  str    94 03 68 75 00           "hu"
+         29299  0xea6e  sec    28 61 03                 keymap.hu
+         29300  0xea71  str    94 0a 48 75 6e 67 61 72  "Hungarian"
+                               69 61 6e 00
+         29301  0xea7d  prim   17 03                    [
+         29302  0xea7f  str    94 04 5f 48 55 00        "_HU"
+         29303  0xea85  prim   17 04                    ]
+         29304  0xea87  none   00                       .undef # .undef
+         29305  0xea88  prim   17 04                    ]
+ 2924 1  29306  0xea8a  prim   17 03                    [
+         29307  0xea8c  str    94 03 69 73 00           "is"
+         29308  0xea91  sec    28 6d 03                 keymap.is
+         29309  0xea94  str    94 0a 49 63 65 6c 61 6e  "Icelandic"
+                               64 69 63 00
+         29310  0xeaa0  prim   17 03                    [
+         29311  0xeaa2  str    94 04 5f 49 53 00        "_IS"
+         29312  0xeaa8  prim   17 04                    ]
+         29313  0xeaaa  none   00                       .undef # .undef
+         29314  0xeaab  prim   17 04                    ]
+ 2925 1  29315  0xeaad  prim   17 03                    [
+         29316  0xeaaf  str    94 03 69 6e 00           "in"
+         29317  0xeab4  sec    28 64 03                 keymap.in
+         29318  0xeab7  str    94 07 49 6e 64 69 61 6e  "Indian"
+                               00
+         29319  0xeac0  prim   17 03                    [
+         29320  0xeac2  str    94 04 68 69 5f 00        "hi_"
+         29321  0xeac8  prim   17 04                    ]
+         29322  0xeaca  none   00                       .undef # .undef
+         29323  0xeacb  prim   17 04                    ]
+ 2926 1  29324  0xeacd  prim   17 03                    [
+         29325  0xeacf  str    94 03 69 71 00           "iq"
+         29326  0xead4  sec    28 6b 03                 keymap.iq
+         29327  0xead7  str    94 06 49 72 61 71 69 00  "Iraqi"
+         29328  0xeadf  prim   17 03                    [
+         29329  0xeae1  prim   17 04                    ]
+         29330  0xeae3  none   00                       .undef # .undef
+         29331  0xeae4  prim   17 04                    ]
+ 2927 1  29332  0xeae6  prim   17 03                    [
+         29333  0xeae8  str    94 03 69 65 00           "ie"
+         29334  0xeaed  sec    28 62 03                 keymap.ie
+         29335  0xeaf0  str    94 06 49 72 69 73 68 00  "Irish"
+         29336  0xeaf8  prim   17 03                    [
+         29337  0xeafa  str    94 04 5f 49 45 00        "_IE"
+         29338  0xeb00  prim   17 04                    ]
+         29339  0xeb02  none   00                       .undef # .undef
+         29340  0xeb03  prim   17 04                    ]
+ 2928 1  29341  0xeb05  prim   17 03                    [
+         29342  0xeb07  str    94 03 69 74 00           "it"
+         29343  0xeb0c  sec    28 6e 03                 keymap.it
+         29344  0xeb0f  str    94 08 49 74 61 6c 69 61  "Italian"
+                               6e 00
+         29345  0xeb19  prim   17 03                    [
+         29346  0xeb1b  str    94 04 5f 49 54 00        "_IT"
+         29347  0xeb21  prim   17 04                    ]
+         29348  0xeb23  none   00                       .undef # .undef
+         29349  0xeb24  prim   17 04                    ]
+ 2929 1  29350  0xeb26  prim   17 03                    [
+         29351  0xeb28  str    94 03 6a 70 00           "jp"
+         29352  0xeb2d  sec    28 6f 03                 keymap.jp
+         29353  0xeb30  str    94 09 4a 61 70 61 6e 65  "Japanese"
+                               73 65 00
+         29354  0xeb3b  prim   17 03                    [
+         29355  0xeb3d  str    94 04 5f 4a 50 00        "_JP"
+         29356  0xeb43  prim   17 04                    ]
+         29357  0xeb45  str    94 06 6a 70 31 30 36 00  "jp106"
+         29358  0xeb4d  prim   17 04                    ]
+ 2930 1  29359  0xeb4f  prim   17 03                    [
+         29360  0xeb51  str    94 07 69 6e 5f 6b 61 6e  "in_kan"
+                               00
+         29361  0xeb5a  sec    28 67 03                 keymap.in_kan
+         29362  0xeb5d  str    94 08 4b 61 6e 6e 61 64  "Kannada"
+                               61 00
+         29363  0xeb67  prim   17 03                    [
+         29364  0xeb69  str    94 04 6b 6e 5f 00        "kn_"
+         29365  0xeb6f  prim   17 04                    ]
+         29366  0xeb71  none   00                       .undef # .undef
+         29367  0xeb72  prim   17 04                    ]
+ 2931 1  29368  0xeb74  prim   17 03                    [
+         29369  0xeb76  str    94 03 6b 7a 00           "kz"
+         29370  0xeb7b  sec    28 74 03                 keymap.kz
+         29371  0xeb7e  str    94 07 4b 61 7a 61 6b 68  "Kazakh"
+                               00
+         29372  0xeb87  prim   17 03                    [
+         29373  0xeb89  prim   17 04                    ]
+         29374  0xeb8b  none   00                       .undef # .undef
+         29375  0xeb8c  prim   17 04                    ]
+ 2932 1  29376  0xeb8e  prim   17 03                    [
+         29377  0xeb90  str    94 03 6b 65 00           "ke"
+         29378  0xeb95  sec    28 70 03                 keymap.ke
+         29379  0xeb98  str    94 06 4b 65 6e 79 61 00  "Kenya"
+         29380  0xeba0  prim   17 03                    [
+         29381  0xeba2  prim   17 04                    ]
+         29382  0xeba4  none   00                       .undef # .undef
+         29383  0xeba5  prim   17 04                    ]
+ 2933 1  29384  0xeba7  prim   17 03                    [
+         29385  0xeba9  str    94 03 6b 68 00           "kh"
+         29386  0xebae  sec    28 72 03                 keymap.kh
+         29387  0xebb1  str    94 06 4b 68 6d 65 72 00  "Khmer"
+         29388  0xebb9  prim   17 03                    [
+         29389  0xebbb  prim   17 04                    ]
+         29390  0xebbd  none   00                       .undef # .undef
+         29391  0xebbe  prim   17 04                    ]
+ 2934 1  29392  0xebc0  prim   17 03                    [
+         29393  0xebc2  str    94 03 6b 72 00           "kr"
+         29394  0xebc7  sec    28 73 03                 keymap.kr
+         29395  0xebca  str    94 07 4b 6f 72 65 61 6e  "Korean"
+                               00
+         29396  0xebd3  prim   17 03                    [
+         29397  0xebd5  prim   17 04                    ]
+         29398  0xebd7  none   00                       .undef # .undef
+         29399  0xebd8  prim   17 04                    ]
+ 2935 1  29400  0xebda  prim   17 03                    [
+         29401  0xebdc  str    94 06 74 72 5f 6b 75 00  "tr_ku"
+         29402  0xebe4  sec    28 9a 03                 keymap.tr_ku
+         29403  0xebe7  str    94 08 4b 75 72 64 69 73  "Kurdish"
+                               68 00
+         29404  0xebf1  prim   17 03                    [
+         29405  0xebf3  str    94 06 6b 75 5f 54 52 00  "ku_TR"
+         29406  0xebfb  prim   17 04                    ]
+         29407  0xebfd  none   00                       .undef # .undef
+         29408  0xebfe  prim   17 04                    ]
+ 2936 1  29409  0xec00  prim   17 03                    [
+         29410  0xec02  str    94 03 6b 67 00           "kg"
+         29411  0xec07  sec    28 71 03                 keymap.kg
+         29412  0xec0a  str    94 07 4b 79 72 67 79 7a  "Kyrgyz"
+                               00
+         29413  0xec13  prim   17 03                    [
+         29414  0xec15  prim   17 04                    ]
+         29415  0xec17  none   00                       .undef # .undef
+         29416  0xec18  prim   17 04                    ]
+ 2937 1  29417  0xec1a  prim   17 03                    [
+         29418  0xec1c  str    94 03 6c 61 00           "la"
+         29419  0xec21  sec    28 75 03                 keymap.la
+         29420  0xec24  str    94 04 4c 61 6f 00        "Lao"
+         29421  0xec2a  prim   17 03                    [
+         29422  0xec2c  str    94 04 6c 6f 5f 00        "lo_"
+         29423  0xec32  prim   17 04                    ]
+         29424  0xec34  none   00                       .undef # .undef
+         29425  0xec35  prim   17 04                    ]
+ 2938 1  29426  0xec37  prim   17 03                    [
+         29427  0xec39  str    94 06 6c 61 74 61 6d 00  "latam"
+         29428  0xec41  sec    28 76 03                 keymap.latam
+         29429  0xec44  str    94 0c 4c 61 74 69 6e 20  "Latin Amer."
+                               41 6d 65 72 2e 00
+         29430  0xec52  prim   17 03                    [
+         29431  0xec54  str    94 04 5f 41 52 00        "_AR"
+         29432  0xec5a  str    94 04 5f 42 4f 00        "_BO"
+         29433  0xec60  str    94 04 5f 43 4c 00        "_CL"
+         29434  0xec66  str    94 04 5f 43 4f 00        "_CO"
+         29435  0xec6c  str    94 04 5f 43 52 00        "_CR"
+         29436  0xec72  str    94 04 5f 44 4f 00        "_DO"
+         29437  0xec78  str    94 04 5f 45 43 00        "_EC"
+         29438  0xec7e  str    94 04 5f 47 54 00        "_GT"
+         29439  0xec84  str    94 04 5f 48 4e 00        "_HN"
+         29440  0xec8a  str    94 04 5f 4d 58 00        "_MX"
+         29441  0xec90  str    94 04 5f 4e 49 00        "_NI"
+         29442  0xec96  str    94 04 5f 50 41 00        "_PA"
+         29443  0xec9c  str    94 04 5f 50 45 00        "_PE"
+         29444  0xeca2  str    94 06 65 73 5f 50 52 00  "es_PR"
+         29445  0xecaa  str    94 04 5f 50 59 00        "_PY"
+         29446  0xecb0  str    94 04 5f 53 56 00        "_SV"
+         29447  0xecb6  str    94 06 65 73 5f 55 53 00  "es_US"
+         29448  0xecbe  str    94 04 5f 55 59 00        "_UY"
+         29449  0xecc4  str    94 04 5f 56 45 00        "_VE"
+         29450  0xecca  prim   17 04                    ]
+         29451  0xeccc  none   00                       .undef # .undef
+         29452  0xeccd  prim   17 04                    ]
+ 2939 1  29453  0xeccf  prim   17 03                    [
+         29454  0xecd1  str    94 03 6c 76 00           "lv"
+         29455  0xecd6  sec    28 79 03                 keymap.lv
+         29456  0xecd9  str    94 08 4c 61 74 76 69 61  "Latvian"
+                               6e 00
+         29457  0xece3  prim   17 03                    [
+         29458  0xece5  str    94 04 5f 4c 56 00        "_LV"
+         29459  0xeceb  prim   17 04                    ]
+         29460  0xeced  none   00                       .undef # .undef
+         29461  0xecee  prim   17 04                    ]
+ 2940 1  29462  0xecf0  prim   17 03                    [
+         29463  0xecf2  str    94 03 6c 74 00           "lt"
+         29464  0xecf7  sec    28 78 03                 keymap.lt
+         29465  0xecfa  str    94 0b 4c 69 74 68 75 61  "Lithuanian"
+                               6e 69 61 6e 00
+         29466  0xed07  prim   17 03                    [
+         29467  0xed09  str    94 04 5f 4c 54 00        "_LT"
+         29468  0xed0f  prim   17 04                    ]
+         29469  0xed11  none   00                       .undef # .undef
+         29470  0xed12  prim   17 04                    ]
+ 2941 1  29471  0xed14  prim   17 03                    [
+         29472  0xed16  str    94 03 6d 6b 00           "mk"
+         29473  0xed1b  sec    28 7d 03                 keymap.mk
+         29474  0xed1e  str    94 0b 4d 61 63 65 64 6f  "Macedonian"
+                               6e 69 61 6e 00
+         29475  0xed2b  prim   17 03                    [
+         29476  0xed2d  str    94 04 5f 4d 4b 00        "_MK"
+         29477  0xed33  prim   17 04                    ]
+         29478  0xed35  none   00                       .undef # .undef
+         29479  0xed36  prim   17 04                    ]
+ 2942 1  29480  0xed38  prim   17 03                    [
+         29481  0xed3a  str    94 07 69 6e 5f 6d 61 6c  "in_mal"
+                               00
+         29482  0xed43  sec    28 68 03                 keymap.in_mal
+         29483  0xed46  str    94 0a 4d 61 6c 61 79 61  "Malayalam"
+                               6c 61 6d 00
+         29484  0xed52  prim   17 03                    [
+         29485  0xed54  str    94 04 6d 6c 5f 00        "ml_"
+         29486  0xed5a  prim   17 04                    ]
+         29487  0xed5c  none   00                       .undef # .undef
+         29488  0xed5d  prim   17 04                    ]
+ 2943 1  29489  0xed5f  prim   17 03                    [
+         29490  0xed61  str    94 03 6d 74 00           "mt"
+         29491  0xed66  sec    28 81 03                 keymap.mt
+         29492  0xed69  str    94 08 4d 61 6c 74 65 73  "Maltese"
+                               65 00
+         29493  0xed73  prim   17 03                    [
+         29494  0xed75  str    94 04 5f 4d 54 00        "_MT"
+         29495  0xed7b  prim   17 04                    ]
+         29496  0xed7d  none   00                       .undef # .undef
+         29497  0xed7e  prim   17 04                    ]
+ 2944 1  29498  0xed80  prim   17 03                    [
+         29499  0xed82  str    94 04 6d 61 6f 00        "mao"
+         29500  0xed88  sec    28 7b 03                 keymap.mao
+         29501  0xed8b  str    94 06 4d 61 6f 72 69 00  "Maori"
+         29502  0xed93  prim   17 03                    [
+         29503  0xed95  prim   17 04                    ]
+         29504  0xed97  none   00                       .undef # .undef
+         29505  0xed98  prim   17 04                    ]
+ 2945 1  29506  0xed9a  prim   17 03                    [
+         29507  0xed9c  str    94 03 6d 6e 00           "mn"
+         29508  0xeda1  sec    28 80 03                 keymap.mn
+         29509  0xeda4  str    94 0a 4d 6f 6e 67 6f 6c  "Mongolian"
+                               69 61 6e 00
+         29510  0xedb0  prim   17 03                    [
+         29511  0xedb2  str    94 04 5f 4d 4e 00        "_MN"
+         29512  0xedb8  prim   17 04                    ]
+         29513  0xedba  none   00                       .undef # .undef
+         29514  0xedbb  prim   17 04                    ]
+ 2946 1  29515  0xedbd  prim   17 03                    [
+         29516  0xedbf  str    94 03 6d 65 00           "me"
+         29517  0xedc4  sec    28 7c 03                 keymap.me
+         29518  0xedc7  str    94 0c 4d 6f 6e 74 65 6e  "Montenegrin"
+                               65 67 72 69 6e 00
+         29519  0xedd5  prim   17 03                    [
+         29520  0xedd7  str    94 06 73 72 5f 4d 45 00  "sr_ME"
+         29521  0xeddf  prim   17 04                    ]
+         29522  0xede1  none   00                       .undef # .undef
+         29523  0xede2  prim   17 04                    ]
+ 2947 1  29524  0xede4  prim   17 03                    [
+         29525  0xede6  str    94 03 6d 61 00           "ma"
+         29526  0xedeb  sec    28 7a 03                 keymap.ma
+         29527  0xedee  str    94 08 4d 6f 72 6f 63 63  "Morocco"
+                               6f 00
+         29528  0xedf8  prim   17 03                    [
+         29529  0xedfa  str    94 04 5f 4d 41 00        "_MA"
+         29530  0xee00  prim   17 04                    ]
+         29531  0xee02  none   00                       .undef # .undef
+         29532  0xee03  prim   17 04                    ]
+ 2948 1  29533  0xee05  prim   17 03                    [
+         29534  0xee07  str    94 03 6e 70 00           "np"
+         29535  0xee0c  sec    28 87 03                 keymap.np
+         29536  0xee0f  str    94 07 4e 65 70 61 6c 69  "Nepali"
+                               00
+         29537  0xee18  prim   17 03                    [
+         29538  0xee1a  prim   17 04                    ]
+         29539  0xee1c  none   00                       .undef # .undef
+         29540  0xee1d  prim   17 04                    ]
+ 2949 1  29541  0xee1f  prim   17 03                    [
+         29542  0xee21  str    94 03 6e 67 00           "ng"
+         29543  0xee26  sec    28 83 03                 keymap.ng
+         29544  0xee29  str    94 08 4e 69 67 65 72 69  "Nigeria"
+                               61 00
+         29545  0xee33  prim   17 03                    [
+         29546  0xee35  prim   17 04                    ]
+         29547  0xee37  none   00                       .undef # .undef
+         29548  0xee38  prim   17 04                    ]
+ 2950 1  29549  0xee3a  prim   17 03                    [
+         29550  0xee3c  str    94 03 6e 6f 00           "no"
+         29551  0xee41  sec    28 85 03                 keymap.no
+         29552  0xee44  str    94 0a 4e 6f 72 77 65 67  "Norwegian"
+                               69 61 6e 00
+         29553  0xee50  prim   17 03                    [
+         29554  0xee52  str    94 04 5f 4e 4f 00        "_NO"
+         29555  0xee58  prim   17 04                    ]
+         29556  0xee5a  none   00                       .undef # .undef
+         29557  0xee5b  prim   17 04                    ]
+ 2951 1  29558  0xee5d  prim   17 03                    [
+         29559  0xee5f  str    94 03 70 6b 00           "pk"
+         29560  0xee64  sec    28 89 03                 keymap.pk
+         29561  0xee67  str    94 09 50 61 6b 69 73 74  "Pakistan"
+                               61 6e 00
+         29562  0xee72  prim   17 03                    [
+         29563  0xee74  prim   17 04                    ]
+         29564  0xee76  none   00                       .undef # .undef
+         29565  0xee77  prim   17 04                    ]
+ 2952 1  29566  0xee79  prim   17 03                    [
+         29567  0xee7b  str    94 03 69 72 00           "ir"
+         29568  0xee80  sec    28 6c 03                 keymap.ir
+         29569  0xee83  str    94 08 50 65 72 73 69 61  "Persian"
+                               6e 00
+         29570  0xee8d  prim   17 03                    [
+         29571  0xee8f  str    94 04 5f 49 52 00        "_IR"
+         29572  0xee95  prim   17 04                    ]
+         29573  0xee97  none   00                       .undef # .undef
+         29574  0xee98  prim   17 04                    ]
+ 2953 1  29575  0xee9a  prim   17 03                    [
+         29576  0xee9c  str    94 03 70 6c 00           "pl"
+         29577  0xeea1  sec    28 8a 03                 keymap.pl
+         29578  0xeea4  str    94 07 50 6f 6c 69 73 68  "Polish"
+                               00
+         29579  0xeead  prim   17 03                    [
+         29580  0xeeaf  str    94 04 5f 50 4c 00        "_PL"
+         29581  0xeeb5  prim   17 04                    ]
+         29582  0xeeb7  none   00                       .undef # .undef
+         29583  0xeeb8  prim   17 04                    ]
+ 2954 1  29584  0xeeba  prim   17 03                    [
+         29585  0xeebc  str    94 03 70 74 00           "pt"
+         29586  0xeec1  sec    28 8b 03                 keymap.pt
+         29587  0xeec4  str    94 0b 50 6f 72 74 75 67  "Portuguese"
+                               75 65 73 65 00
+         29588  0xeed1  prim   17 03                    [
+         29589  0xeed3  str    94 04 5f 50 54 00        "_PT"
+         29590  0xeed9  prim   17 04                    ]
+         29591  0xeedb  none   00                       .undef # .undef
+         29592  0xeedc  prim   17 04                    ]
+ 2955 1  29593  0xeede  prim   17 03                    [
+         29594  0xeee0  str    94 03 72 6f 00           "ro"
+         29595  0xeee5  sec    28 8c 03                 keymap.ro
+         29596  0xeee8  str    94 09 52 6f 6d 61 6e 69  "Romanian"
+                               61 6e 00
+         29597  0xeef3  prim   17 03                    [
+         29598  0xeef5  str    94 04 5f 52 4f 00        "_RO"
+         29599  0xeefb  prim   17 04                    ]
+         29600  0xeefd  none   00                       .undef # .undef
+         29601  0xeefe  prim   17 04                    ]
+ 2956 1  29602  0xef00  prim   17 03                    [
+         29603  0xef02  str    94 03 72 75 00           "ru"
+         29604  0xef07  sec    28 8e 03                 keymap.ru
+         29605  0xef0a  str    94 08 52 75 73 73 69 61  "Russian"
+                               6e 00
+         29606  0xef14  prim   17 03                    [
+         29607  0xef16  str    94 04 5f 52 55 00        "_RU"
+         29608  0xef1c  prim   17 04                    ]
+         29609  0xef1e  none   00                       .undef # .undef
+         29610  0xef1f  prim   17 04                    ]
+ 2957 1  29611  0xef21  prim   17 03                    [
+         29612  0xef23  str    94 07 66 69 5f 73 6d 69  "fi_smi"
+                               00
+         29613  0xef2c  sec    28 58 03                 keymap.fi_smi
+         29614  0xef2f  str    94 0d 53 61 61 6d 69 20  "Saami (Fin.)"
+                               28 46 69 6e 2e 29 00
+         29615  0xef3e  prim   17 03                    [
+         29616  0xef40  str    94 06 73 65 5f 46 49 00  "se_FI"
+         29617  0xef48  prim   17 04                    ]
+         29618  0xef4a  none   00                       .undef # .undef
+         29619  0xef4b  prim   17 04                    ]
+ 2958 1  29620  0xef4d  prim   17 03                    [
+         29621  0xef4f  str    94 07 6e 6f 5f 73 6d 69  "no_smi"
+                               00
+         29622  0xef58  sec    28 86 03                 keymap.no_smi
+         29623  0xef5b  str    94 0d 53 61 61 6d 69 20  "Saami (Nor.)"
+                               28 4e 6f 72 2e 29 00
+         29624  0xef6a  prim   17 03                    [
+         29625  0xef6c  str    94 06 73 65 5f 4e 4f 00  "se_NO"
+         29626  0xef74  prim   17 04                    ]
+         29627  0xef76  none   00                       .undef # .undef
+         29628  0xef77  prim   17 04                    ]
+ 2959 1  29629  0xef79  prim   17 03                    [
+         29630  0xef7b  str    94 07 73 65 5f 73 6d 69  "se_smi"
+                               00
+         29631  0xef84  sec    28 90 03                 keymap.se_smi
+         29632  0xef87  str    94 0d 53 61 61 6d 69 20  "Saami (Swe.)"
+                               28 53 77 65 2e 29 00
+         29633  0xef96  prim   17 03                    [
+         29634  0xef98  str    94 06 73 65 5f 53 45 00  "se_SE"
+         29635  0xefa0  prim   17 04                    ]
+         29636  0xefa2  none   00                       .undef # .undef
+         29637  0xefa3  prim   17 04                    ]
+ 2960 1  29638  0xefa5  prim   17 03                    [
+         29639  0xefa7  str    94 03 72 73 00           "rs"
+         29640  0xefac  sec    28 8d 03                 keymap.rs
+         29641  0xefaf  str    94 08 53 65 72 62 69 61  "Serbian"
+                               6e 00
+         29642  0xefb9  prim   17 03                    [
+         29643  0xefbb  str    94 04 73 72 5f 00        "sr_"
+         29644  0xefc1  prim   17 04                    ]
+         29645  0xefc3  none   00                       .undef # .undef
+         29646  0xefc4  prim   17 04                    ]
+ 2961 1  29647  0xefc6  prim   17 03                    [
+         29648  0xefc8  str    94 03 6c 6b 00           "lk"
+         29649  0xefcd  sec    28 77 03                 keymap.lk
+         29650  0xefd0  str    94 08 53 69 6e 68 61 6c  "Sinhala"
+                               61 00
+         29651  0xefda  prim   17 03                    [
+         29652  0xefdc  prim   17 04                    ]
+         29653  0xefde  none   00                       .undef # .undef
+         29654  0xefdf  prim   17 04                    ]
+ 2962 1  29655  0xefe1  prim   17 03                    [
+         29656  0xefe3  str    94 03 73 6b 00           "sk"
+         29657  0xefe8  sec    28 92 03                 keymap.sk
+         29658  0xefeb  str    94 07 53 6c 6f 76 61 6b  "Slovak"
+                               00
+         29659  0xeff4  prim   17 03                    [
+         29660  0xeff6  str    94 04 5f 53 4b 00        "_SK"
+         29661  0xeffc  prim   17 04                    ]
+         29662  0xeffe  none   00                       .undef # .undef
+         29663  0xefff  prim   17 04                    ]
+ 2963 1  29664  0xf001  prim   17 03                    [
+         29665  0xf003  str    94 03 73 69 00           "si"
+         29666  0xf008  sec    28 91 03                 keymap.si
+         29667  0xf00b  str    94 0a 53 6c 6f 76 65 6e  "Slovenian"
+                               69 61 6e 00
+         29668  0xf017  prim   17 03                    [
+         29669  0xf019  str    94 04 5f 53 49 00        "_SI"
+         29670  0xf01f  prim   17 04                    ]
+         29671  0xf021  none   00                       .undef # .undef
+         29672  0xf022  prim   17 04                    ]
+ 2964 1  29673  0xf024  prim   17 03                    [
+         29674  0xf026  str    94 03 7a 61 00           "za"
+         29675  0xf02b  sec    28 a3 03                 keymap.za
+         29676  0xf02e  str    94 0d 53 6f 75 74 68 20  "South Africa"
+                               41 66 72 69 63 61 00
+         29677  0xf03d  prim   17 03                    [
+         29678  0xf03f  prim   17 04                    ]
+         29679  0xf041  none   00                       .undef # .undef
+         29680  0xf042  prim   17 04                    ]
+ 2965 1  29681  0xf044  prim   17 03                    [
+         29682  0xf046  str    94 03 65 73 00           "es"
+         29683  0xf04b  sec    28 53 03                 keymap.es
+         29684  0xf04e  str    94 08 53 70 61 6e 69 73  "Spanish"
+                               68 00
+         29685  0xf058  prim   17 03                    [
+         29686  0xf05a  str    94 04 5f 45 53 00        "_ES"
+         29687  0xf060  prim   17 04                    ]
+         29688  0xf062  none   00                       .undef # .undef
+         29689  0xf063  prim   17 04                    ]
+ 2966 1  29690  0xf065  prim   17 03                    [
+         29691  0xf067  str    94 03 73 65 00           "se"
+         29692  0xf06c  sec    28 8f 03                 keymap.se
+         29693  0xf06f  str    94 08 53 77 65 64 69 73  "Swedish"
+                               68 00
+         29694  0xf079  prim   17 03                    [
+         29695  0xf07b  str    94 04 73 76 5f 00        "sv_"
+         29696  0xf081  prim   17 04                    ]
+         29697  0xf083  none   00                       .undef # .undef
+         29698  0xf084  prim   17 04                    ]
+ 2967 1  29699  0xf086  prim   17 03                    [
+         29700  0xf088  str    94 06 63 68 5f 66 72 00  "ch_fr"
+         29701  0xf090  sec    28 4b 03                 keymap.ch_fr
+         29702  0xf093  str    94 0d 53 77 69 73 73 20  "Swiss French"
+                               46 72 65 6e 63 68 00
+         29703  0xf0a2  prim   17 03                    [
+         29704  0xf0a4  str    94 06 66 72 5f 43 48 00  "fr_CH"
+         29705  0xf0ac  prim   17 04                    ]
+         29706  0xf0ae  none   00                       .undef # .undef
+         29707  0xf0af  prim   17 04                    ]
+ 2968 1  29708  0xf0b1  prim   17 03                    [
+         29709  0xf0b3  str    94 03 63 68 00           "ch"
+         29710  0xf0b8  sec    28 4a 03                 keymap.ch
+         29711  0xf0bb  str    94 0d 53 77 69 73 73 20  "Swiss German"
+                               47 65 72 6d 61 6e 00
+         29712  0xf0ca  prim   17 03                    [
+         29713  0xf0cc  str    94 04 5f 43 48 00        "_CH"
+         29714  0xf0d2  prim   17 04                    ]
+         29715  0xf0d4  none   00                       .undef # .undef
+         29716  0xf0d5  prim   17 04                    ]
+ 2969 1  29717  0xf0d7  prim   17 03                    [
+         29718  0xf0d9  str    94 03 73 79 00           "sy"
+         29719  0xf0de  sec    28 94 03                 keymap.sy
+         29720  0xf0e1  str    94 06 53 79 72 69 61 00  "Syria"
+         29721  0xf0e9  prim   17 03                    [
+         29722  0xf0eb  prim   17 04                    ]
+         29723  0xf0ed  none   00                       .undef # .undef
+         29724  0xf0ee  prim   17 04                    ]
+ 2970 1  29725  0xf0f0  prim   17 03                    [
+         29726  0xf0f2  str    94 03 74 77 00           "tw"
+         29727  0xf0f7  sec    28 9b 03                 keymap.tw
+         29728  0xf0fa  str    94 0a 54 61 69 77 61 6e  "Taiwanese"
+                               65 73 65 00
+         29729  0xf106  prim   17 03                    [
+         29730  0xf108  prim   17 04                    ]
+         29731  0xf10a  none   00                       .undef # .undef
+         29732  0xf10b  prim   17 04                    ]
+ 2971 1  29733  0xf10d  prim   17 03                    [
+         29734  0xf10f  str    94 03 74 6a 00           "tj"
+         29735  0xf114  sec    28 96 03                 keymap.tj
+         29736  0xf117  str    94 06 54 61 6a 69 6b 00  "Tajik"
+         29737  0xf11f  prim   17 03                    [
+         29738  0xf121  str    94 04 5f 54 4a 00        "_TJ"
+         29739  0xf127  prim   17 04                    ]
+         29740  0xf129  none   00                       .undef # .undef
+         29741  0xf12a  prim   17 04                    ]
+ 2972 1  29742  0xf12c  prim   17 03                    [
+         29743  0xf12e  str    94 07 69 6e 5f 74 61 6d  "in_tam"
+                               00
+         29744  0xf137  sec    28 69 03                 keymap.in_tam
+         29745  0xf13a  str    94 06 54 61 6d 69 6c 00  "Tamil"
+         29746  0xf142  prim   17 03                    [
+         29747  0xf144  str    94 04 74 61 5f 00        "ta_"
+         29748  0xf14a  prim   17 04                    ]
+         29749  0xf14c  none   00                       .undef # .undef
+         29750  0xf14d  prim   17 04                    ]
+ 2973 1  29751  0xf14f  prim   17 03                    [
+         29752  0xf151  str    94 03 74 7a 00           "tz"
+         29753  0xf156  sec    28 9c 03                 keymap.tz
+         29754  0xf159  str    94 09 54 61 6e 7a 61 6e  "Tanzania"
+                               69 61 00
+         29755  0xf164  prim   17 03                    [
+         29756  0xf166  prim   17 04                    ]
+         29757  0xf168  none   00                       .undef # .undef
+         29758  0xf169  prim   17 04                    ]
+ 2974 1  29759  0xf16b  prim   17 03                    [
+         29760  0xf16d  str    94 07 69 6e 5f 74 65 6c  "in_tel"
+                               00
+         29761  0xf176  sec    28 6a 03                 keymap.in_tel
+         29762  0xf179  str    94 07 54 65 6c 75 67 75  "Telugu"
+                               00
+         29763  0xf182  prim   17 03                    [
+         29764  0xf184  str    94 04 74 65 5f 00        "te_"
+         29765  0xf18a  prim   17 04                    ]
+         29766  0xf18c  none   00                       .undef # .undef
+         29767  0xf18d  prim   17 04                    ]
+ 2975 1  29768  0xf18f  prim   17 03                    [
+         29769  0xf191  str    94 03 74 68 00           "th"
+         29770  0xf196  sec    28 95 03                 keymap.th
+         29771  0xf199  str    94 05 54 68 61 69 00     "Thai"
+         29772  0xf1a0  prim   17 03                    [
+         29773  0xf1a2  str    94 04 5f 54 48 00        "_TH"
+         29774  0xf1a8  prim   17 04                    ]
+         29775  0xf1aa  none   00                       .undef # .undef
+         29776  0xf1ab  prim   17 04                    ]
+ 2976 1  29777  0xf1ad  prim   17 03                    [
+         29778  0xf1af  str    94 03 62 77 00           "bw"
+         29779  0xf1b4  sec    28 46 03                 keymap.bw
+         29780  0xf1b7  str    94 07 54 73 77 61 6e 61  "Tswana"
+                               00
+         29781  0xf1c0  prim   17 03                    [
+         29782  0xf1c2  prim   17 04                    ]
+         29783  0xf1c4  none   00                       .undef # .undef
+         29784  0xf1c5  prim   17 04                    ]
+ 2977 1  29785  0xf1c7  prim   17 03                    [
+         29786  0xf1c9  str    94 03 74 72 00           "tr"
+         29787  0xf1ce  sec    28 98 03                 keymap.tr
+         29788  0xf1d1  str    94 08 54 75 72 6b 69 73  "Turkish"
+                               68 00
+         29789  0xf1db  prim   17 03                    [
+         29790  0xf1dd  str    94 04 5f 54 52 00        "_TR"
+         29791  0xf1e3  prim   17 04                    ]
+         29792  0xf1e5  none   00                       .undef # .undef
+         29793  0xf1e6  prim   17 04                    ]
+ 2978 1  29794  0xf1e8  prim   17 03                    [
+         29795  0xf1ea  str    94 05 74 72 5f 66 00     "tr_f"
+         29796  0xf1f1  sec    28 99 03                 keymap.tr_f
+         29797  0xf1f4  str    94 0c 54 75 72 6b 69 73  "Turkish (F)"
+                               68 20 28 46 29 00
+         29798  0xf202  prim   17 03                    [
+         29799  0xf204  prim   17 04                    ]
+         29800  0xf206  none   00                       .undef # .undef
+         29801  0xf207  prim   17 04                    ]
+ 2979 1  29802  0xf209  prim   17 03                    [
+         29803  0xf20b  str    94 03 74 6d 00           "tm"
+         29804  0xf210  sec    28 97 03                 keymap.tm
+         29805  0xf213  str    94 08 54 75 72 6b 6d 65  "Turkmen"
+                               6e 00
+         29806  0xf21d  prim   17 03                    [
+         29807  0xf21f  prim   17 04                    ]
+         29808  0xf221  none   00                       .undef # .undef
+         29809  0xf222  prim   17 04                    ]
+ 2980 1  29810  0xf224  prim   17 03                    [
+         29811  0xf226  str    94 03 67 62 00           "gb"
+         29812  0xf22b  sec    28 5b 03                 keymap.gb
+         29813  0xf22e  str    94 03 55 4b 00           "UK"
+         29814  0xf233  prim   17 03                    [
+         29815  0xf235  str    94 04 5f 47 42 00        "_GB"
+         29816  0xf23b  prim   17 04                    ]
+         29817  0xf23d  none   00                       .undef # .undef
+         29818  0xf23e  prim   17 04                    ]
+ 2981 1  29819  0xf240  prim   17 03                    [
+         29820  0xf242  str    94 03 75 73 00           "us"
+         29821  0xf247  sec    28 9e 03                 keymap.us
+         29822  0xf24a  str    94 04 55 53 41 00        "USA"
+         29823  0xf250  prim   17 03                    [
+         29824  0xf252  str    94 06 65 6e 5f 55 53 00  "en_US"
+         29825  0xf25a  str    94 04 5f 56 4e 00        "_VN"
+         29826  0xf260  prim   17 04                    ]
+         29827  0xf262  none   00                       .undef # .undef
+         29828  0xf263  prim   17 04                    ]
+ 2982 1  29829  0xf265  prim   17 03                    [
+         29830  0xf267  str    94 08 75 73 5f 69 6e 74  "us_intl"
+                               6c 00
+         29831  0xf271  sec    28 a0 03                 keymap.us_intl
+         29832  0xf274  str    94 0a 55 53 41 20 49 6e  "USA Intl."
+                               74 6c 2e 00
+         29833  0xf280  prim   17 03                    [
+         29834  0xf282  str    94 04 5f 4e 4c 00        "_NL"
+         29835  0xf288  prim   17 04                    ]
+         29836  0xf28a  none   00                       .undef # .undef
+         29837  0xf28b  prim   17 04                    ]
+ 2983 1  29838  0xf28d  prim   17 03                    [
+         29839  0xf28f  str    94 03 75 61 00           "ua"
+         29840  0xf294  sec    28 9d 03                 keymap.ua
+         29841  0xf297  str    94 0a 55 6b 72 61 69 6e  "Ukrainian"
+                               69 61 6e 00
+         29842  0xf2a3  prim   17 03                    [
+         29843  0xf2a5  str    94 04 5f 55 41 00        "_UA"
+         29844  0xf2ab  prim   17 04                    ]
+         29845  0xf2ad  none   00                       .undef # .undef
+         29846  0xf2ae  prim   17 04                    ]
+ 2984 1  29847  0xf2b0  prim   17 03                    [
+         29848  0xf2b2  str    94 03 75 7a 00           "uz"
+         29849  0xf2b7  sec    28 a1 03                 keymap.uz
+         29850  0xf2ba  str    94 06 55 7a 62 65 6b 00  "Uzbek"
+         29851  0xf2c2  prim   17 03                    [
+         29852  0xf2c4  prim   17 04                    ]
+         29853  0xf2c6  none   00                       .undef # .undef
+         29854  0xf2c7  prim   17 04                    ]
+ 2985 1  29855  0xf2c9  prim   17 03                    [
+         29856  0xf2cb  str    94 03 76 6e 00           "vn"
+         29857  0xf2d0  sec    28 a2 03                 keymap.vn
+         29858  0xf2d3  str    94 08 56 69 65 74 6e 61  "Vietnam"
+                               6d 00
+         29859  0xf2dd  prim   17 03                    [
+         29860  0xf2df  prim   17 04                    ]
+         29861  0xf2e1  none   00                       .undef # .undef
+         29862  0xf2e2  prim   17 04                    ]
+ 2986 1  29863  0xf2e4  prim   17 03                    [
+         29864  0xf2e6  str    94 03 73 6e 00           "sn"
+         29865  0xf2eb  sec    28 93 03                 keymap.sn
+         29866  0xf2ee  str    94 06 57 6f 6c 6f 66 00  "Wolof"
+         29867  0xf2f6  prim   17 03                    [
+         29868  0xf2f8  prim   17 04                    ]
+         29869  0xf2fa  none   00                       .undef # .undef
+         29870  0xf2fb  prim   17 04                    ]
+ 2987 1  29871  0xf2fd  prim   17 04                    ]
+         29872  0xf2ff  prim   17 05                    def
+ 2990 1  29873  0xf301  dict   19 d0                    /config.keymap
+         29874  0xf303  sec    28 dd 02                 keymaps
+         29875  0xf306  int    11 64                    100
+         29876  0xf308  prim   17 0f                    get
+         29877  0xf30a  prim   17 05                    def
+    1 1  29878  0xf30c  dict   29 c9 02                 /lang.defaultnames
+         29879  0xf30f  prim   17 03                    [
+    2 1  29880  0xf311  prim   17 03                    [
+         29881  0xf313  str    94 03 61 6d 00           "am"
+         29882  0xf318  str    94 06 61 6d 5f 45 54 00  "am_ET"
+         29883  0xf320  str    94 08 41 6d 68 61 72 69  "Amharic"
+                               63 00
+         29884  0xf32a  prim   17 04                    ]
+    3 1  29885  0xf32c  prim   17 03                    [
+         29886  0xf32e  str    94 03 61 72 00           "ar"
+         29887  0xf333  str    94 06 61 72 5f 45 47 00  "ar_EG"
+         29888  0xf33b  str    94 07 41 72 61 62 69 63  "Arabic"
+                               00
+         29889  0xf344  prim   17 04                    ]
+    4 1  29890  0xf346  prim   17 03                    [
+         29891  0xf348  str    94 04 61 73 74 00        "ast"
+         29892  0xf34e  str    94 07 61 73 74 5f 45 53  "ast_ES"
+                               00
+         29893  0xf357  str    94 0a 41 73 74 75 72 69  "Asturianu"
+                               61 6e 75 00
+         29894  0xf363  prim   17 04                    ]
+    5 1  29895  0xf365  prim   17 03                    [
+         29896  0xf367  str    94 03 62 65 00           "be"
+         29897  0xf36c  str    94 06 62 65 5f 42 59 00  "be_BY"
+         29898  0xf374  str    94 15 d0 91 d0 b5 d0 bb  "Беларуская"
+                               d0 b0 d1 80 d1 83 d1 81
+                               d0 ba d0 b0 d1 8f 00
+         29899  0xf38b  prim   17 04                    ]
+    6 1  29900  0xf38d  prim   17 03                    [
+         29901  0xf38f  str    94 03 62 67 00           "bg"
+         29902  0xf394  str    94 06 62 67 5f 42 47 00  "bg_BG"
+         29903  0xf39c  str    94 13 d0 91 d1 8a d0 bb  "Български"
+                               d0 b3 d0 b0 d1 80 d1 81
+                               d0 ba d0 b8 00
+         29904  0xf3b1  prim   17 04                    ]
+    7 1  29905  0xf3b3  prim   17 03                    [
+         29906  0xf3b5  str    94 03 62 6e 00           "bn"
+         29907  0xf3ba  str    94 06 62 6e 5f 42 44 00  "bn_BD"
+         29908  0xf3c2  str    94 08 42 65 6e 67 61 6c  "Bengali"
+                               69 00
+         29909  0xf3cc  prim   17 04                    ]
+    8 1  29910  0xf3ce  prim   17 03                    [
+         29911  0xf3d0  str    94 03 62 73 00           "bs"
+         29912  0xf3d5  str    94 06 62 73 5f 42 41 00  "bs_BA"
+         29913  0xf3dd  str    94 09 42 6f 73 61 6e 73  "Bosanski"
+                               6b 69 00
+         29914  0xf3e8  prim   17 04                    ]
+    9 1  29915  0xf3ea  prim   17 03                    [
+         29916  0xf3ec  str    94 03 63 61 00           "ca"
+         29917  0xf3f1  str    94 06 63 61 5f 45 53 00  "ca_ES"
+         29918  0xf3f9  str    94 08 43 61 74 61 6c c3  "Català"
+                               a0 00
+         29919  0xf403  prim   17 04                    ]
+   10 1  29920  0xf405  prim   17 03                    [
+         29921  0xf407  str    94 03 63 73 00           "cs"
+         29922  0xf40c  str    94 06 63 73 5f 43 5a 00  "cs_CZ"
+         29923  0xf414  str    94 0a c4 8c 65 c5 a1 74  "Čeština"
+                               69 6e 61 00
+         29924  0xf420  prim   17 04                    ]
+   11 1  29925  0xf422  prim   17 03                    [
+         29926  0xf424  str    94 03 64 61 00           "da"
+         29927  0xf429  str    94 06 64 61 5f 44 4b 00  "da_DK"
+         29928  0xf431  str    94 06 44 61 6e 73 6b 00  "Dansk"
+         29929  0xf439  prim   17 04                    ]
+   12 1  29930  0xf43b  prim   17 03                    [
+         29931  0xf43d  str    94 03 64 65 00           "de"
+         29932  0xf442  str    94 06 64 65 5f 44 45 00  "de_DE"
+         29933  0xf44a  str    94 08 44 65 75 74 73 63  "Deutsch"
+                               68 00
+         29934  0xf454  prim   17 04                    ]
+   13 1  29935  0xf456  prim   17 03                    [
+         29936  0xf458  str    94 03 64 7a 00           "dz"
+         29937  0xf45d  str    94 06 64 7a 5f 42 54 00  "dz_BT"
+         29938  0xf465  str    94 09 44 7a 6f 6e 67 6b  "Dzongkha"
+                               68 61 00
+         29939  0xf470  prim   17 04                    ]
+   14 1  29940  0xf472  prim   17 03                    [
+         29941  0xf474  str    94 03 65 6c 00           "el"
+         29942  0xf479  str    94 06 65 6c 5f 47 52 00  "el_GR"
+         29943  0xf481  str    94 11 ce 95 ce bb ce bb  "Ελληνικά"
+                               ce b7 ce bd ce b9 ce ba
+                               ce ac 00
+         29944  0xf494  prim   17 04                    ]
+   15 1  29945  0xf496  prim   17 03                    [
+         29946  0xf498  str    94 03 65 6e 00           "en"
+         29947  0xf49d  str    94 06 65 6e 5f 55 53 00  "en_US"
+         29948  0xf4a5  str    94 08 45 6e 67 6c 69 73  "English"
+                               68 00
+         29949  0xf4af  prim   17 04                    ]
+   16 1  29950  0xf4b1  prim   17 03                    [
+         29951  0xf4b3  str    94 03 65 6f 00           "eo"
+         29952  0xf4b8  str    94 03 65 6f 00           "eo"
+         29953  0xf4bd  str    94 0a 45 73 70 65 72 61  "Esperanto"
+                               6e 74 6f 00
+         29954  0xf4c9  prim   17 04                    ]
+   17 1  29955  0xf4cb  prim   17 03                    [
+         29956  0xf4cd  str    94 03 65 73 00           "es"
+         29957  0xf4d2  str    94 06 65 73 5f 45 53 00  "es_ES"
+         29958  0xf4da  str    94 09 45 73 70 61 c3 b1  "Español"
+                               6f 6c 00
+         29959  0xf4e5  prim   17 04                    ]
+   18 1  29960  0xf4e7  prim   17 03                    [
+         29961  0xf4e9  str    94 03 65 74 00           "et"
+         29962  0xf4ee  str    94 06 65 74 5f 45 45 00  "et_EE"
+         29963  0xf4f6  str    94 06 45 65 73 74 69 00  "Eesti"
+         29964  0xf4fe  prim   17 04                    ]
+   19 1  29965  0xf500  prim   17 03                    [
+         29966  0xf502  str    94 03 65 75 00           "eu"
+         29967  0xf507  str    94 06 65 75 5f 45 53 00  "eu_ES"
+         29968  0xf50f  str    94 08 45 75 73 6b 61 72  "Euskara"
+                               61 00
+         29969  0xf519  prim   17 04                    ]
+   20 1  29970  0xf51b  prim   17 03                    [
+         29971  0xf51d  str    94 03 66 61 00           "fa"
+         29972  0xf522  str    94 06 66 61 5f 49 52 00  "fa_IR"
+         29973  0xf52a  str    94 0b d9 81 d8 a7 d8 b1  "فارسی"
+                               d8 b3 db 8c 00
+         29974  0xf537  prim   17 04                    ]
+   21 1  29975  0xf539  prim   17 03                    [
+         29976  0xf53b  str    94 03 66 69 00           "fi"
+         29977  0xf540  str    94 06 66 69 5f 46 49 00  "fi_FI"
+         29978  0xf548  str    94 06 53 75 6f 6d 69 00  "Suomi"
+         29979  0xf550  prim   17 04                    ]
+   22 1  29980  0xf552  prim   17 03                    [
+         29981  0xf554  str    94 03 66 72 00           "fr"
+         29982  0xf559  str    94 06 66 72 5f 46 52 00  "fr_FR"
+         29983  0xf561  str    94 0a 46 72 61 6e c3 a7  "Français"
+                               61 69 73 00
+         29984  0xf56d  prim   17 04                    ]
+   23 1  29985  0xf56f  prim   17 03                    [
+         29986  0xf571  str    94 03 67 61 00           "ga"
+         29987  0xf576  str    94 06 67 61 5f 49 45 00  "ga_IE"
+         29988  0xf57e  str    94 08 47 61 65 69 6c 67  "Gaeilge"
+                               65 00
+         29989  0xf588  prim   17 04                    ]
+   24 1  29990  0xf58a  prim   17 03                    [
+         29991  0xf58c  str    94 03 67 6c 00           "gl"
+         29992  0xf591  str    94 06 67 6c 5f 45 53 00  "gl_ES"
+         29993  0xf599  str    94 07 47 61 6c 65 67 6f  "Galego"
+                               00
+         29994  0xf5a2  prim   17 04                    ]
+   25 1  29995  0xf5a4  prim   17 03                    [
+         29996  0xf5a6  str    94 03 67 75 00           "gu"
+         29997  0xf5ab  str    94 06 67 75 5f 49 4e 00  "gu_IN"
+         29998  0xf5b3  str    94 09 47 75 6a 61 72 61  "Gujarati"
+                               74 69 00
+         29999  0xf5be  prim   17 04                    ]
+   26 1  30000  0xf5c0  prim   17 03                    [
+         30001  0xf5c2  str    94 03 68 65 00           "he"
+         30002  0xf5c7  str    94 06 68 65 5f 49 4c 00  "he_IL"
+         30003  0xf5cf  str    94 0b d7 aa d7 99 d7 a8  "תירבע"
+                               d7 91 d7 a2 00
+         30004  0xf5dc  prim   17 04                    ]
+   27 1  30005  0xf5de  prim   17 03                    [
+         30006  0xf5e0  str    94 03 68 69 00           "hi"
+         30007  0xf5e5  str    94 06 68 69 5f 49 4e 00  "hi_IN"
+         30008  0xf5ed  str    94 06 48 69 6e 64 69 00  "Hindi"
+         30009  0xf5f5  prim   17 04                    ]
+   28 1  30010  0xf5f7  prim   17 03                    [
+         30011  0xf5f9  str    94 03 68 72 00           "hr"
+         30012  0xf5fe  str    94 06 68 72 5f 48 52 00  "hr_HR"
+         30013  0xf606  str    94 09 48 72 76 61 74 73  "Hrvatski"
+                               6b 69 00
+         30014  0xf611  prim   17 04                    ]
+   29 1  30015  0xf613  prim   17 03                    [
+         30016  0xf615  str    94 03 68 75 00           "hu"
+         30017  0xf61a  str    94 06 68 75 5f 48 55 00  "hu_HU"
+         30018  0xf622  str    94 07 4d 61 67 79 61 72  "Magyar"
+                               00
+         30019  0xf62b  prim   17 04                    ]
+   30 1  30020  0xf62d  prim   17 03                    [
+         30021  0xf62f  str    94 03 69 64 00           "id"
+         30022  0xf634  str    94 06 69 64 5f 49 44 00  "id_ID"
+         30023  0xf63c  str    94 11 42 61 68 61 73 61  "Bahasa Indonesia"
+                               20 49 6e 64 6f 6e 65 73
+                               69 61 00
+         30024  0xf64f  prim   17 04                    ]
+   31 1  30025  0xf651  prim   17 03                    [
+         30026  0xf653  str    94 03 69 73 00           "is"
+         30027  0xf658  str    94 06 69 73 5f 49 53 00  "is_IS"
+         30028  0xf660  str    94 0a c3 8d 73 6c 65 6e  "Íslenska"
+                               73 6b 61 00
+         30029  0xf66c  prim   17 04                    ]
+   32 1  30030  0xf66e  prim   17 03                    [
+         30031  0xf670  str    94 03 69 74 00           "it"
+         30032  0xf675  str    94 06 69 74 5f 49 54 00  "it_IT"
+         30033  0xf67d  str    94 09 49 74 61 6c 69 61  "Italiano"
+                               6e 6f 00
+         30034  0xf688  prim   17 04                    ]
+   33 1  30035  0xf68a  prim   17 03                    [
+         30036  0xf68c  str    94 03 6a 61 00           "ja"
+         30037  0xf691  str    94 06 6a 61 5f 4a 50 00  "ja_JP"
+         30038  0xf699  str    94 0a e6 97 a5 e6 9c ac  "日本語"
+                               e8 aa 9e 00
+         30039  0xf6a5  prim   17 04                    ]
+   34 1  30040  0xf6a7  prim   17 03                    [
+         30041  0xf6a9  str    94 03 6b 61 00           "ka"
+         30042  0xf6ae  str    94 06 6b 61 5f 47 45 00  "ka_GE"
+         30043  0xf6b6  str    94 16 e1 83 a5 e1 83 90  "ქართული"
+                               e1 83 a0 e1 83 97 e1 83
+                               a3 e1 83 9a e1 83 98 00
+         30044  0xf6ce  prim   17 04                    ]
+   35 1  30045  0xf6d0  prim   17 03                    [
+         30046  0xf6d2  str    94 03 6b 6b 00           "kk"
+         30047  0xf6d7  str    94 06 6b 6b 5f 4b 5a 00  "kk_KZ"
+         30048  0xf6df  str    94 0b d2 9a d0 b0 d0 b7  "Қазақ"
+                               d0 b0 d2 9b 00
+         30049  0xf6ec  prim   17 04                    ]
+   36 1  30050  0xf6ee  prim   17 03                    [
+         30051  0xf6f0  str    94 03 6b 6d 00           "km"
+         30052  0xf6f5  str    94 06 6b 6d 5f 4b 48 00  "km_KH"
+         30053  0xf6fd  str    94 06 4b 68 6d 65 72 00  "Khmer"
+         30054  0xf705  prim   17 04                    ]
+   37 1  30055  0xf707  prim   17 03                    [
+         30056  0xf709  str    94 03 6b 6e 00           "kn"
+         30057  0xf70e  str    94 06 6b 6e 5f 49 4e 00  "kn_IN"
+         30058  0xf716  str    94 10 e0 b2 95 e0 b2 a8  "ಕನ್ನಡ"
+                               e0 b3 8d e0 b2 a8 e0 b2
+                               a1 00
+         30059  0xf728  prim   17 04                    ]
+   38 1  30060  0xf72a  prim   17 03                    [
+         30061  0xf72c  str    94 03 6b 6f 00           "ko"
+         30062  0xf731  str    94 06 6b 6f 5f 4b 52 00  "ko_KR"
+         30063  0xf739  str    94 0a ed 95 9c ea b5 ad  "한국어"
+                               ec 96 b4 00
+         30064  0xf745  prim   17 04                    ]
+   39 1  30065  0xf747  prim   17 03                    [
+         30066  0xf749  str    94 03 6b 75 00           "ku"
+         30067  0xf74e  str    94 06 6b 75 5f 54 52 00  "ku_TR"
+         30068  0xf756  str    94 07 4b 75 72 64 c3 ae  "Kurdî"
+                               00
+         30069  0xf75f  prim   17 04                    ]
+   40 1  30070  0xf761  prim   17 03                    [
+         30071  0xf763  str    94 03 6c 6f 00           "lo"
+         30072  0xf768  str    94 06 6c 6f 5f 4c 41 00  "lo_LA"
+         30073  0xf770  str    94 04 4c 61 6f 00        "Lao"
+         30074  0xf776  prim   17 04                    ]
+   41 1  30075  0xf778  prim   17 03                    [
+         30076  0xf77a  str    94 03 6c 74 00           "lt"
+         30077  0xf77f  str    94 06 6c 74 5f 4c 54 00  "lt_LT"
+         30078  0xf787  str    94 0d 4c 69 65 74 75 76  "Lietuviškai"
+                               69 c5 a1 6b 61 69 00
+         30079  0xf796  prim   17 04                    ]
+   42 1  30080  0xf798  prim   17 03                    [
+         30081  0xf79a  str    94 03 6c 76 00           "lv"
+         30082  0xf79f  str    94 06 6c 76 5f 4c 56 00  "lv_LV"
+         30083  0xf7a7  str    94 09 4c 61 74 76 69 73  "Latviski"
+                               6b 69 00
+         30084  0xf7b2  prim   17 04                    ]
+   43 1  30085  0xf7b4  prim   17 03                    [
+         30086  0xf7b6  str    94 03 6d 6b 00           "mk"
+         30087  0xf7bb  str    94 06 6d 6b 5f 4d 4b 00  "mk_MK"
+         30088  0xf7c3  str    94 15 d0 9c d0 b0 d0 ba  "Македонски"
+                               d0 b5 d0 b4 d0 be d0 bd
+                               d1 81 d0 ba d0 b8 00
+         30089  0xf7da  prim   17 04                    ]
+   44 1  30090  0xf7dc  prim   17 03                    [
+         30091  0xf7de  str    94 03 6d 6c 00           "ml"
+         30092  0xf7e3  str    94 06 6d 6c 5f 49 4e 00  "ml_IN"
+         30093  0xf7eb  str    94 0a 4d 61 6c 61 79 61  "Malayalam"
+                               6c 61 6d 00
+         30094  0xf7f7  prim   17 04                    ]
+   45 1  30095  0xf7f9  prim   17 03                    [
+         30096  0xf7fb  str    94 03 6d 72 00           "mr"
+         30097  0xf800  str    94 06 6d 72 5f 49 4e 00  "mr_IN"
+         30098  0xf808  str    94 08 4d 61 72 61 74 68  "Marathi"
+                               69 00
+         30099  0xf812  prim   17 04                    ]
+   46 1  30100  0xf814  prim   17 03                    [
+         30101  0xf816  str    94 03 6e 65 00           "ne"
+         30102  0xf81b  str    94 06 6e 65 5f 4e 50 00  "ne_NP"
+         30103  0xf823  str    94 07 4e 65 70 61 6c 69  "Nepali"
+                               00
+         30104  0xf82c  prim   17 04                    ]
+   47 1  30105  0xf82e  prim   17 03                    [
+         30106  0xf830  str    94 03 6e 6c 00           "nl"
+         30107  0xf835  str    94 06 6e 6c 5f 4e 4c 00  "nl_NL"
+         30108  0xf83d  str    94 0b 4e 65 64 65 72 6c  "Nederlands"
+                               61 6e 64 73 00
+         30109  0xf84a  prim   17 04                    ]
+   48 1  30110  0xf84c  prim   17 03                    [
+         30111  0xf84e  str    94 03 6e 62 00           "nb"
+         30112  0xf853  str    94 06 6e 62 5f 4e 4f 00  "nb_NO"
+         30113  0xf85b  str    94 0e 4e 6f 72 73 6b 20  "Norsk bokmål"
+                               62 6f 6b 6d c3 a5 6c 00
+         30114  0xf86b  prim   17 04                    ]
+   49 1  30115  0xf86d  prim   17 03                    [
+         30116  0xf86f  str    94 03 6e 6e 00           "nn"
+         30117  0xf874  str    94 06 6e 6e 5f 4e 4f 00  "nn_NO"
+         30118  0xf87c  str    94 0e 4e 6f 72 73 6b 20  "Norsk nynorsk"
+                               6e 79 6e 6f 72 73 6b 00
+         30119  0xf88c  prim   17 04                    ]
+   50 1  30120  0xf88e  prim   17 03                    [
+         30121  0xf890  str    94 03 70 61 00           "pa"
+         30122  0xf895  str    94 06 70 61 5f 49 4e 00  "pa_IN"
+         30123  0xf89d  str    94 13 50 75 6e 6a 61 62  "Punjabi (Gurmukhi)"
+                               69 20 28 47 75 72 6d 75
+                               6b 68 69 29 00
+         30124  0xf8b2  prim   17 04                    ]
+   51 1  30125  0xf8b4  prim   17 03                    [
+         30126  0xf8b6  str    94 03 70 6c 00           "pl"
+         30127  0xf8bb  str    94 06 70 6c 5f 50 4c 00  "pl_PL"
+         30128  0xf8c3  str    94 07 50 6f 6c 73 6b 69  "Polski"
+                               00
+         30129  0xf8cc  prim   17 04                    ]
+   52 1  30130  0xf8ce  prim   17 03                    [
+         30131  0xf8d0  str    94 06 70 74 5f 42 52 00  "pt_BR"
+         30132  0xf8d8  str    94 06 70 74 5f 42 52 00  "pt_BR"
+         30133  0xf8e0  str    94 15 50 6f 72 74 75 67  "Português do Brasil"
+                               75 c3 aa 73 20 64 6f 20
+                               42 72 61 73 69 6c 00
+         30134  0xf8f7  prim   17 04                    ]
+   53 1  30135  0xf8f9  prim   17 03                    [
+         30136  0xf8fb  str    94 06 70 74 5f 50 54 00  "pt_PT"
+         30137  0xf903  str    94 06 70 74 5f 50 54 00  "pt_PT"
+         30138  0xf90b  str    94 0b 50 6f 72 74 75 67  "Português"
+                               75 c3 aa 73 00
+         30139  0xf918  prim   17 04                    ]
+   54 1  30140  0xf91a  prim   17 03                    [
+         30141  0xf91c  str    94 03 72 6f 00           "ro"
+         30142  0xf921  str    94 06 72 6f 5f 52 4f 00  "ro_RO"
+         30143  0xf929  str    94 09 52 6f 6d c3 a2 6e  "Română"
+                               c4 83 00
+         30144  0xf934  prim   17 04                    ]
+   55 1  30145  0xf936  prim   17 03                    [
+         30146  0xf938  str    94 03 72 75 00           "ru"
+         30147  0xf93d  str    94 06 72 75 5f 52 55 00  "ru_RU"
+         30148  0xf945  str    94 0f d0 a0 d1 83 d1 81  "Русский"
+                               d1 81 d0 ba d0 b8 d0 b9
+                               00
+         30149  0xf956  prim   17 04                    ]
+   56 1  30150  0xf958  prim   17 03                    [
+         30151  0xf95a  str    94 03 73 65 00           "se"
+         30152  0xf95f  str    94 06 73 65 5f 4e 4f 00  "se_NO"
+         30153  0xf967  str    94 0c 53 c3 a1 6d 65 67  "Sámegillii"
+                               69 6c 6c 69 69 00
+         30154  0xf975  prim   17 04                    ]
+   57 1  30155  0xf977  prim   17 03                    [
+         30156  0xf979  str    94 03 73 69 00           "si"
+         30157  0xf97e  str    94 06 73 69 5f 4c 4b 00  "si_LK"
+         30158  0xf986  str    94 10 e0 b7 83 e0 b7 92  "සිංහල"
+                               e0 b6 82 e0 b7 84 e0 b6
+                               bd 00
+         30159  0xf998  prim   17 04                    ]
+   58 1  30160  0xf99a  prim   17 03                    [
+         30161  0xf99c  str    94 03 73 6b 00           "sk"
+         30162  0xf9a1  str    94 06 73 6b 5f 53 4b 00  "sk_SK"
+         30163  0xf9a9  str    94 0c 53 6c 6f 76 65 6e  "Slovenčina"
+                               c4 8d 69 6e 61 00
+         30164  0xf9b7  prim   17 04                    ]
+   59 1  30165  0xf9b9  prim   17 03                    [
+         30166  0xf9bb  str    94 03 73 6c 00           "sl"
+         30167  0xf9c0  str    94 06 73 6c 5f 53 49 00  "sl_SI"
+         30168  0xf9c8  str    94 0e 53 6c 6f 76 65 6e  "Slovenščina"
+                               c5 a1 c4 8d 69 6e 61 00
+         30169  0xf9d8  prim   17 04                    ]
+   60 1  30170  0xf9da  prim   17 03                    [
+         30171  0xf9dc  str    94 03 73 71 00           "sq"
+         30172  0xf9e1  str    94 06 73 71 5f 41 4c 00  "sq_AL"
+         30173  0xf9e9  str    94 06 53 68 71 69 70 00  "Shqip"
+         30174  0xf9f1  prim   17 04                    ]
+   61 1  30175  0xf9f3  prim   17 03                    [
+         30176  0xf9f5  str    94 03 73 72 00           "sr"
+         30177  0xf9fa  str    94 06 73 72 5f 52 53 00  "sr_RS"
+         30178  0xfa02  str    94 0d d0 a1 d1 80 d0 bf  "Српски"
+                               d1 81 d0 ba d0 b8 00
+         30179  0xfa11  prim   17 04                    ]
+   62 1  30180  0xfa13  prim   17 03                    [
+         30181  0xfa15  str    94 03 73 76 00           "sv"
+         30182  0xfa1a  str    94 06 73 76 5f 53 45 00  "sv_SE"
+         30183  0xfa22  str    94 08 53 76 65 6e 73 6b  "Svenska"
+                               61 00
+         30184  0xfa2c  prim   17 04                    ]
+   63 1  30185  0xfa2e  prim   17 03                    [
+         30186  0xfa30  str    94 03 74 61 00           "ta"
+         30187  0xfa35  str    94 06 74 61 5f 49 4e 00  "ta_IN"
+         30188  0xfa3d  str    94 06 54 61 6d 69 6c 00  "Tamil"
+         30189  0xfa45  prim   17 04                    ]
+   64 1  30190  0xfa47  prim   17 03                    [
+         30191  0xfa49  str    94 03 74 65 00           "te"
+         30192  0xfa4e  str    94 06 74 65 5f 49 4e 00  "te_IN"
+         30193  0xfa56  str    94 13 e0 b0 a4 e0 b1 86  "తెలుగు"
+                               e0 b0 b2 e0 b1 81 e0 b0
+                               97 e0 b1 81 00
+         30194  0xfa6b  prim   17 04                    ]
+   65 1  30195  0xfa6d  prim   17 03                    [
+         30196  0xfa6f  str    94 03 74 68 00           "th"
+         30197  0xfa74  str    94 06 74 68 5f 54 48 00  "th_TH"
+         30198  0xfa7c  str    94 05 54 68 61 69 00     "Thai"
+         30199  0xfa83  prim   17 04                    ]
+   66 1  30200  0xfa85  prim   17 03                    [
+         30201  0xfa87  str    94 03 74 6c 00           "tl"
+         30202  0xfa8c  str    94 06 74 6c 5f 50 48 00  "tl_PH"
+         30203  0xfa94  str    94 08 54 61 67 61 6c 6f  "Tagalog"
+                               67 00
+         30204  0xfa9e  prim   17 04                    ]
+   67 1  30205  0xfaa0  prim   17 03                    [
+         30206  0xfaa2  str    94 03 74 72 00           "tr"
+         30207  0xfaa7  str    94 06 74 72 5f 54 52 00  "tr_TR"
+         30208  0xfaaf  str    94 09 54 c3 bc 72 6b c3  "Türkçe"
+                               a7 65 00
+         30209  0xfaba  prim   17 04                    ]
+   68 1  30210  0xfabc  prim   17 03                    [
+         30211  0xfabe  str    94 03 75 67 00           "ug"
+         30212  0xfac3  str    94 06 75 67 5f 43 4e 00  "ug_CN"
+         30213  0xfacb  str    94 07 55 79 67 68 75 72  "Uyghur"
+                               00
+         30214  0xfad4  prim   17 04                    ]
+   69 1  30215  0xfad6  prim   17 03                    [
+         30216  0xfad8  str    94 03 75 6b 00           "uk"
+         30217  0xfadd  str    94 06 75 6b 5f 55 41 00  "uk_UA"
+         30218  0xfae5  str    94 15 d0 a3 d0 ba d1 80  "Українська"
+                               d0 b0 d1 97 d0 bd d1 81
+                               d1 8c d0 ba d0 b0 00
+         30219  0xfafc  prim   17 04                    ]
+   70 1  30220  0xfafe  prim   17 03                    [
+         30221  0xfb00  str    94 03 76 69 00           "vi"
+         30222  0xfb05  str    94 06 76 69 5f 56 4e 00  "vi_VN"
+         30223  0xfb0d  str    94 0f 54 69 e1 ba bf 6e  "Tiếng Việt"
+                               67 20 56 69 e1 bb 87 74
+                               00
+         30224  0xfb1e  prim   17 04                    ]
+   71 1  30225  0xfb20  prim   17 03                    [
+         30226  0xfb22  str    94 06 7a 68 5f 43 4e 00  "zh_CN"
+         30227  0xfb2a  str    94 06 7a 68 5f 43 4e 00  "zh_CN"
+         30228  0xfb32  str    94 0f e4 b8 ad e6 96 87  "中文(简体)"
+                               28 e7 ae 80 e4 bd 93 29
+                               00
+         30229  0xfb43  prim   17 04                    ]
+   72 1  30230  0xfb45  prim   17 03                    [
+         30231  0xfb47  str    94 06 7a 68 5f 54 57 00  "zh_TW"
+         30232  0xfb4f  str    94 06 7a 68 5f 54 57 00  "zh_TW"
+         30233  0xfb57  str    94 0f e4 b8 ad e6 96 87  "中文(繁體)"
+                               28 e7 b9 81 e9 ab 94 29
+                               00
+         30234  0xfb68  prim   17 04                    ]
+   73 1  30235  0xfb6a  prim   17 04                    ]
+         30236  0xfb6c  prim   17 05                    def
+   13 1  30237  0xfb6e  dict   29 98 01                 /setlang
+         30238  0xfb71  code   25 b7 fb                 {
+   14 1  30239  0xfb74  sec    28 1b 01                   config.lang
+         30240  0xfb77  prim   17 17                      over
+         30241  0xfb79  prim   17 29                      eq
+         30242  0xfb7b  code   25 84 fb                   {
+         30243  0xfb7e  prim   17 13                        pop
+         30244  0xfb80  bool   03                           false # false
+         30245  0xfb81  prim   17 0d                        return
+         30246  0xfb83  ret    06                         }
+         30247  0xfb84  prim   17 06                      if
+   16 1  30248  0xfb86  dict   29 1b 01                   /config.lang
+         30249  0xfb89  prim   17 14                      exch
+         30250  0xfb8b  prim   17 05                      def
+   18 1  30251  0xfb8d  dict   29 82 02                   /help.messages
+         30252  0xfb90  none   00                         .undef # .undef
+         30253  0xfb91  prim   17 05                      def
+   20 1  30254  0xfb93  sec    28 a4 03                   texts.msgstr
+         30255  0xfb96  code   25 af fb                   {
+   21 1  30256  0xfb99  sec    28 a4 03                     texts.msgstr
+         30257  0xfb9c  prim   17 12                        dup
+         30258  0xfb9e  code   25 a4 fb                     {
+         30259  0xfba1  prim   17 32                          free
+         30260  0xfba3  ret    06                           }
+         30261  0xfba4  prim   17 0b                        forall
+         30262  0xfba6  prim   17 32                        free
+   22 1  30263  0xfba8  dict   29 a4 03                     /texts.msgstr
+         30264  0xfbab  none   00                           .undef # .undef
+         30265  0xfbac  prim   17 05                        def
+   23 1  30266  0xfbae  ret    06                         }
+         30267  0xfbaf  prim   17 06                      if
+   25 1  30268  0xfbb1  sec    28 a5 03                   findtexts
+   27 1  30269  0xfbb4  bool   13 01                      true # true
+   28 1  30270  0xfbb6  ret    06                       }
+         30271  0xfbb7  prim   17 05                    def
+   37 1  30272  0xfbb9  dict   29 99 01                 /setkeymap
+         30273  0xfbbc  code   25 05 fd                 {
+   38 1  30274  0xfbbf  sec    28 a6 03                   config.keymap.locale
+         30275  0xfbc2  prim   17 17                      over
+         30276  0xfbc4  prim   17 29                      eq
+         30277  0xfbc6  code   25 cf fb                   {
+         30278  0xfbc9  prim   17 13                        pop
+         30279  0xfbcb  bool   03                           false # false
+         30280  0xfbcc  prim   17 0d                        return
+         30281  0xfbce  ret    06                         }
+         30282  0xfbcf  prim   17 06                      if
+   41 1  30283  0xfbd1  sec    28 ca 02                   lang.getlocale
+   43 1  30284  0xfbd4  dict   29 a6 03                   /config.keymap.locale
+         30285  0xfbd7  prim   17 14                      exch
+         30286  0xfbd9  prim   17 05                      def
+   45 1  30287  0xfbdb  dict   29 a7 03                   /setkeymap.found
+         30288  0xfbde  bool   03                         false # false
+         30289  0xfbdf  prim   17 05                      def
+   48 1  30290  0xfbe1  sec    28 dd 02                   keymaps
+         30291  0xfbe4  code   25 1f fc                   {
+   49 1  30292  0xfbe7  prim   17 12                        dup
+         30293  0xfbe9  int    11 03                        3 # .km.locales
+         30294  0xfbeb  prim   17 0f                        get
+         30295  0xfbed  code   25 0f fc                     {
+   50 1  30296  0xfbf0  sec    28 a6 03                       config.keymap.locale
+         30297  0xfbf3  prim   17 14                          exch
+         30298  0xfbf5  prim   17 29                          eq
+         30299  0xfbf7  code   25 0c fc                       {
+   51 1  30300  0xfbfa  prim   17 12                            dup
+         30301  0xfbfc  dict   19 d0                            /config.keymap
+         30302  0xfbfe  prim   17 14                            exch
+         30303  0xfc00  prim   17 05                            def
+         30304  0xfc02  dict   29 a7 03                         /setkeymap.found
+         30305  0xfc05  bool   13 01                            true # true
+         30306  0xfc07  prim   17 05                            def
+         30307  0xfc09  prim   17 0c                            exit
+   52 1  30308  0xfc0b  ret    06                             }
+         30309  0xfc0c  prim   17 06                          if
+   53 1  30310  0xfc0e  ret    06                           }
+         30311  0xfc0f  prim   17 0b                        forall
+   54 1  30312  0xfc11  prim   17 13                        pop
+   55 1  30313  0xfc13  sec    28 a7 03                     setkeymap.found
+         30314  0xfc16  code   25 1c fc                     {
+         30315  0xfc19  prim   17 0c                          exit
+         30316  0xfc1b  ret    06                           }
+         30317  0xfc1c  prim   17 06                        if
+   56 1  30318  0xfc1e  ret    06                         }
+         30319  0xfc1f  prim   17 0b                      forall
+   59 1  30320  0xfc21  sec    28 a7 03                   setkeymap.found
+         30321  0xfc24  prim   17 26                      not
+         30322  0xfc26  code   25 6d fc                   {
+   60 1  30323  0xfc29  sec    28 dd 02                     keymaps
+         30324  0xfc2c  code   25 6a fc                     {
+   61 1  30325  0xfc2f  prim   17 12                          dup
+         30326  0xfc31  int    11 03                          3 # .km.locales
+         30327  0xfc33  prim   17 0f                          get
+         30328  0xfc35  code   25 5a fc                       {
+   62 1  30329  0xfc38  sec    28 a6 03                         config.keymap.locale
+         30330  0xfc3b  prim   17 14                            exch
+         30331  0xfc3d  prim   17 5a                            strstr
+         30332  0xfc3f  int    01                               0
+         30333  0xfc40  prim   17 2a                            ne
+         30334  0xfc42  code   25 57 fc                         {
+   63 1  30335  0xfc45  prim   17 12                              dup
+         30336  0xfc47  dict   19 d0                              /config.keymap
+         30337  0xfc49  prim   17 14                              exch
+         30338  0xfc4b  prim   17 05                              def
+         30339  0xfc4d  dict   29 a7 03                           /setkeymap.found
+         30340  0xfc50  bool   13 01                              true # true
+         30341  0xfc52  prim   17 05                              def
+         30342  0xfc54  prim   17 0c                              exit
+   64 1  30343  0xfc56  ret    06                               }
+         30344  0xfc57  prim   17 06                            if
+   65 1  30345  0xfc59  ret    06                             }
+         30346  0xfc5a  prim   17 0b                          forall
+   66 1  30347  0xfc5c  prim   17 13                          pop
+   67 1  30348  0xfc5e  sec    28 a7 03                       setkeymap.found
+         30349  0xfc61  code   25 67 fc                       {
+         30350  0xfc64  prim   17 0c                            exit
+         30351  0xfc66  ret    06                             }
+         30352  0xfc67  prim   17 06                          if
+   68 1  30353  0xfc69  ret    06                           }
+         30354  0xfc6a  prim   17 0b                        forall
+   69 1  30355  0xfc6c  ret    06                         }
+         30356  0xfc6d  prim   17 06                      if
+   72 1  30357  0xfc6f  sec    28 a7 03                   setkeymap.found
+         30358  0xfc72  prim   17 26                      not
+         30359  0xfc74  code   25 fc fc                   {
+   73 1  30360  0xfc77  sec    28 a6 03                     config.keymap.locale
+         30361  0xfc7a  str    94 02 5f 00                  "_"
+         30362  0xfc7e  prim   17 5a                        strstr
+         30363  0xfc80  prim   17 12                        dup
+         30364  0xfc82  int    01                           0
+         30365  0xfc83  prim   17 2a                        ne
+         30366  0xfc85  code   25 f3 fc                     {
+   74 1  30367  0xfc88  int    11 01                          1
+         30368  0xfc8a  prim   17 1b                          sub
+   75 1  30369  0xfc8c  prim   17 12                          dup
+         30370  0xfc8e  sec    18 c2                          string
+         30371  0xfc90  dict   29 a8 03                       /lang.tmp
+         30372  0xfc93  prim   17 14                          exch
+         30373  0xfc95  prim   17 05                          def
+   76 1  30374  0xfc97  sec    28 a8 03                       lang.tmp
+         30375  0xfc9a  sec    18 c6                          cvp
+         30376  0xfc9c  sec    28 a6 03                       config.keymap.locale
+         30377  0xfc9f  sec    18 c6                          cvp
+         30378  0xfca1  int    11 02                          2
+         30379  0xfca3  prim   17 18                          index
+         30380  0xfca5  prim   17 9a                          memcpy
+   77 1  30381  0xfca7  sec    28 a8 03                       lang.tmp
+         30382  0xfcaa  prim   17 14                          exch
+         30383  0xfcac  int    01                             0
+         30384  0xfcad  prim   17 10                          put
+   78 1  30385  0xfcaf  sec    28 dd 02                       keymaps
+         30386  0xfcb2  code   25 f0 fc                       {
+   79 1  30387  0xfcb5  prim   17 12                            dup
+         30388  0xfcb7  int    11 03                            3 # .km.locales
+         30389  0xfcb9  prim   17 0f                            get
+         30390  0xfcbb  code   25 e0 fc                         {
+   80 1  30391  0xfcbe  sec    28 a8 03                           lang.tmp
+         30392  0xfcc1  prim   17 14                              exch
+         30393  0xfcc3  prim   17 5a                              strstr
+         30394  0xfcc5  int    01                                 0
+         30395  0xfcc6  prim   17 2a                              ne
+         30396  0xfcc8  code   25 dd fc                           {
+   81 1  30397  0xfccb  prim   17 12                                dup
+         30398  0xfccd  dict   19 d0                                /config.keymap
+         30399  0xfccf  prim   17 14                                exch
+         30400  0xfcd1  prim   17 05                                def
+         30401  0xfcd3  dict   29 a7 03                             /setkeymap.found
+         30402  0xfcd6  bool   13 01                                true # true
+         30403  0xfcd8  prim   17 05                                def
+         30404  0xfcda  prim   17 0c                                exit
+   82 1  30405  0xfcdc  ret    06                                 }
+         30406  0xfcdd  prim   17 06                              if
+   83 1  30407  0xfcdf  ret    06                               }
+         30408  0xfce0  prim   17 0b                            forall
+   84 1  30409  0xfce2  prim   17 13                            pop
+   85 1  30410  0xfce4  sec    28 a7 03                         setkeymap.found
+         30411  0xfce7  code   25 ed fc                         {
+         30412  0xfcea  prim   17 0c                              exit
+         30413  0xfcec  ret    06                               }
+         30414  0xfced  prim   17 06                            if
+   86 1  30415  0xfcef  ret    06                             }
+         30416  0xfcf0  prim   17 0b                          forall
+   87 1  30417  0xfcf2  ret    06                           }
+         30418  0xfcf3  code   25 f9 fc                     {
+   88 1  30419  0xfcf6  prim   17 13                          pop
+   89 1  30420  0xfcf8  ret    06                           }
+         30421  0xfcf9  prim   17 07                        ifelse
+   90 1  30422  0xfcfb  ret    06                         }
+         30423  0xfcfc  prim   17 06                      if
+   92 1  30424  0xfcfe  dict   29 1d 01                   /keymap.explicit
+         30425  0xfd01  bool   03                         false # false
+         30426  0xfd02  prim   17 05                      def
+   93 1  30427  0xfd04  ret    06                       }
+         30428  0xfd05  prim   17 05                    def
+  102 1  30429  0xfd07  dict   29 a5 03                 /findtexts
+         30430  0xfd0a  code   25 16 fe                 {
+  103 1  30431  0xfd0d  sec    28 a9 03                   texts.file
+         30432  0xfd10  prim   17 32                      free
+         30433  0xfd12  dict   29 a9 03                   /texts.file
+         30434  0xfd15  none   00                         .undef # .undef
+         30435  0xfd16  prim   17 05                      def
+  104 1  30436  0xfd18  int    11 10                      16
+         30437  0xfd1a  sec    18 c2                      string
+         30438  0xfd1c  prim   17 12                      dup
+         30439  0xfd1e  sec    28 1b 01                   config.lang
+         30440  0xfd21  str    94 06 25 73 2e 74 72 00    "%s.tr"
+         30441  0xfd29  int    11 02                      2
+         30442  0xfd2b  prim   17 18                      index
+         30443  0xfd2d  sec    18 c3                      sprintf
+         30444  0xfd2f  prim   17 89                      findfile
+         30445  0xfd31  prim   17 14                      exch
+         30446  0xfd33  prim   17 32                      free
+  105 1  30447  0xfd35  prim   17 12                      dup
+         30448  0xfd37  none   00                         .undef # .undef
+         30449  0xfd38  prim   17 29                      eq
+         30450  0xfd3a  code   25 78 fd                   {
+  106 1  30451  0xfd3d  sec    28 1b 01                     config.lang
+         30452  0xfd40  prim   17 11                        length
+         30453  0xfd42  int    11 02                        2
+         30454  0xfd44  prim   17 2b                        gt
+         30455  0xfd46  code   25 75 fd                     {
+  107 1  30456  0xfd49  prim   17 13                          pop
+         30457  0xfd4b  int    11 10                          16
+         30458  0xfd4d  sec    18 c2                          string
+  108 1  30459  0xfd4f  prim   17 12                          dup
+         30460  0xfd51  sec    28 1b 01                       config.lang
+         30461  0xfd54  int    11 01                          1
+         30462  0xfd56  prim   17 0f                          get
+         30463  0xfd58  sec    28 1b 01                       config.lang
+         30464  0xfd5b  int    01                             0
+         30465  0xfd5c  prim   17 0f                          get
+         30466  0xfd5e  str    94 08 25 63 25 63 2e 74        "%c%c.tr"
+                               72 00
+         30467  0xfd68  int    11 03                          3
+         30468  0xfd6a  prim   17 18                          index
+         30469  0xfd6c  sec    18 c3                          sprintf
+         30470  0xfd6e  prim   17 89                          findfile
+         30471  0xfd70  prim   17 14                          exch
+         30472  0xfd72  prim   17 32                          free
+  109 1  30473  0xfd74  ret    06                           }
+         30474  0xfd75  prim   17 06                        if
+  110 1  30475  0xfd77  ret    06                         }
+         30476  0xfd78  prim   17 06                      if
+  111 1  30477  0xfd7a  prim   17 12                      dup
+         30478  0xfd7c  none   00                         .undef # .undef
+         30479  0xfd7d  prim   17 29                      eq
+         30480  0xfd7f  code   25 8f fd                   {
+         30481  0xfd82  prim   17 13                        pop
+         30482  0xfd84  str    94 06 65 6e 2e 74 72 00      "en.tr"
+         30483  0xfd8c  prim   17 89                        findfile
+         30484  0xfd8e  ret    06                         }
+         30485  0xfd8f  prim   17 06                      if
+  112 1  30486  0xfd91  dict   29 a9 03                   /texts.file
+         30487  0xfd94  prim   17 17                      over
+         30488  0xfd96  prim   17 05                      def
+  113 1  30489  0xfd98  prim   17 12                      dup
+         30490  0xfd9a  none   00                         .undef # .undef
+         30491  0xfd9b  prim   17 29                      eq
+         30492  0xfd9d  code   25 a6 fd                   {
+         30493  0xfda0  prim   17 13                        pop
+         30494  0xfda2  int    01                           0
+         30495  0xfda3  sec    18 c6                        cvp
+         30496  0xfda5  ret    06                         }
+         30497  0xfda6  prim   17 06                      if
+  114 1  30498  0xfda8  sec    18 c7                      cvs
+  115 1  30499  0xfdaa  dict   29 aa 03                   /ft.len
+         30500  0xfdad  prim   17 17                      over
+         30501  0xfdaf  sec    18 c6                      cvp
+         30502  0xfdb1  prim   17 11                      length
+         30503  0xfdb3  prim   17 05                      def
+  116 1  30504  0xfdb5  dict   29 ab 03                   /ft.str
+         30505  0xfdb8  prim   17 14                      exch
+         30506  0xfdba  prim   17 05                      def
+  117 1  30507  0xfdbc  dict   29 ac 03                   /ft.pos
+         30508  0xfdbf  int    01                         0
+         30509  0xfdc0  prim   17 05                      def
+  119 1  30510  0xfdc2  sec    28 c0 01                   texts
+         30511  0xfdc5  code   25 13 fe                   {
+  120 1  30512  0xfdc8  sec    28 ac 03                     ft.pos
+         30513  0xfdcb  sec    28 ab 03                     ft.str
+         30514  0xfdce  prim   17 11                        length
+         30515  0xfdd0  prim   17 1a                        add
+         30516  0xfdd2  sec    28 aa 03                     ft.len
+         30517  0xfdd5  prim   17 2d                        lt
+         30518  0xfdd7  code   25 fe fd                     {
+  121 1  30519  0xfdda  sec    28 ab 03                       ft.str
+         30520  0xfddd  prim   17 05                          def
+  122 1  30521  0xfddf  dict   29 ab 03                       /ft.str
+         30522  0xfde2  sec    28 ab 03                       ft.str
+         30523  0xfde5  prim   17 12                          dup
+         30524  0xfde7  prim   17 11                          length
+         30525  0xfde9  int    11 01                          1
+         30526  0xfdeb  prim   17 1a                          add
+         30527  0xfded  dict   29 ac 03                       /ft.pos
+         30528  0xfdf0  prim   17 17                          over
+         30529  0xfdf2  sec    28 ac 03                       ft.pos
+         30530  0xfdf5  prim   17 1a                          add
+         30531  0xfdf7  prim   17 05                          def
+         30532  0xfdf9  prim   17 1a                          add
+         30533  0xfdfb  prim   17 05                          def
+  123 1  30534  0xfdfd  ret    06                           }
+         30535  0xfdfe  code   25 10 fe                     {
+  124 1  30536  0xfe01  str    94 0a 4e 6f 20 54 65 78        "No Texts!"
+                               74 73 21 00
+         30537  0xfe0d  prim   17 05                          def
+  125 1  30538  0xfe0f  ret    06                           }
+         30539  0xfe10  prim   17 07                        ifelse
+  126 1  30540  0xfe12  ret    06                         }
+         30541  0xfe13  prim   17 0b                      forall
+  127 1  30542  0xfe15  ret    06                       }
+         30543  0xfe16  prim   17 05                    def
+  135 1  30544  0xfe18  dict   29 85 01                 /translate
+         30545  0xfe1b  code   25 74 fe                 {
+  136 1  30546  0xfe1e  sec    28 ad 03                   translations.init
+  138 1  30547  0xfe21  sec    28 ae 03                   texts.msgid
+         30548  0xfe24  none   00                         .undef # .undef
+         30549  0xfe25  prim   17 29                      eq
+         30550  0xfe27  sec    28 a4 03                   texts.msgstr
+         30551  0xfe2a  none   00                         .undef # .undef
+         30552  0xfe2b  prim   17 29                      eq
+         30553  0xfe2d  prim   17 24                      or
+         30554  0xfe2f  code   25 35 fe                   {
+         30555  0xfe32  prim   17 0d                        return
+         30556  0xfe34  ret    06                         }
+         30557  0xfe35  prim   17 06                      if
+  140 1  30558  0xfe37  int    01                         0
+         30559  0xfe38  int    11 01                      1
+         30560  0xfe3a  sec    28 ae 03                   texts.msgid
+         30561  0xfe3d  prim   17 11                      length
+         30562  0xfe3f  int    11 01                      1
+         30563  0xfe41  prim   17 1b                      sub
+         30564  0xfe43  code   25 71 fe                   {
+  141 1  30565  0xfe46  sec    28 ae 03                     texts.msgid
+         30566  0xfe49  prim   17 17                        over
+         30567  0xfe4b  prim   17 0f                        get
+         30568  0xfe4d  int    11 02                        2
+         30569  0xfe4f  prim   17 18                        index
+         30570  0xfe51  prim   17 29                        eq
+         30571  0xfe53  code   25 68 fe                     {
+  142 1  30572  0xfe56  sec    28 a4 03                       texts.msgstr
+         30573  0xfe59  prim   17 17                          over
+         30574  0xfe5b  prim   17 0f                          get
+         30575  0xfe5d  prim   17 14                          exch
+         30576  0xfe5f  prim   17 13                          pop
+         30577  0xfe61  prim   17 14                          exch
+         30578  0xfe63  prim   17 13                          pop
+         30579  0xfe65  prim   17 0c                          exit
+  143 1  30580  0xfe67  ret    06                           }
+         30581  0xfe68  code   25 6e fe                     {
+         30582  0xfe6b  prim   17 13                          pop
+         30583  0xfe6d  ret    06                           }
+         30584  0xfe6e  prim   17 07                        ifelse
+  144 1  30585  0xfe70  ret    06                         }
+         30586  0xfe71  prim   17 0a                      for
+  145 1  30587  0xfe73  ret    06                       }
+         30588  0xfe74  prim   17 05                    def
+  153 1  30589  0xfe76  dict   29 ad 03                 /translations.init
+         30590  0xfe79  code   25 e0 fe                 {
+  154 1  30591  0xfe7c  sec    28 a4 03                   texts.msgstr
+         30592  0xfe7f  code   25 85 fe                   {
+         30593  0xfe82  prim   17 0d                        return
+         30594  0xfe84  ret    06                         }
+         30595  0xfe85  prim   17 06                      if
+  156 1  30596  0xfe87  sec    28 ae 03                   texts.msgid
+         30597  0xfe8a  none   00                         .undef # .undef
+         30598  0xfe8b  prim   17 29                      eq
+         30599  0xfe8d  code   25 c4 fe                   {
+  157 1  30600  0xfe90  dict   29 af 03                     /config.lang.tmp
+         30601  0xfe93  sec    28 1b 01                     config.lang
+         30602  0xfe96  prim   17 05                        def
+  158 1  30603  0xfe98  dict   29 1b 01                     /config.lang
+         30604  0xfe9b  str    94 03 65 6e 00               "en"
+         30605  0xfea0  prim   17 05                        def
+  159 1  30606  0xfea2  sec    28 a5 03                     findtexts
+  160 1  30607  0xfea5  dict   29 ae 03                     /texts.msgid
+         30608  0xfea8  prim   17 03                        [
+         30609  0xfeaa  sec    28 c0 01                     texts
+         30610  0xfead  code   25 b5 fe                     {
+         30611  0xfeb0  prim   17 19                          exec
+         30612  0xfeb2  sec    18 cb                          strdup
+         30613  0xfeb4  ret    06                           }
+         30614  0xfeb5  prim   17 0b                        forall
+         30615  0xfeb7  prim   17 04                        ]
+         30616  0xfeb9  prim   17 05                        def
+  161 1  30617  0xfebb  dict   29 1b 01                     /config.lang
+         30618  0xfebe  sec    28 af 03                     config.lang.tmp
+         30619  0xfec1  prim   17 05                        def
+  162 1  30620  0xfec3  ret    06                         }
+         30621  0xfec4  prim   17 06                      if
+  163 1  30622  0xfec6  sec    28 a5 03                   findtexts
+  164 1  30623  0xfec9  dict   29 a4 03                   /texts.msgstr
+         30624  0xfecc  prim   17 03                      [
+         30625  0xfece  sec    28 c0 01                   texts
+         30626  0xfed1  code   25 d9 fe                   {
+         30627  0xfed4  prim   17 19                        exec
+         30628  0xfed6  sec    18 cb                        strdup
+         30629  0xfed8  ret    06                         }
+         30630  0xfed9  prim   17 0b                      forall
+         30631  0xfedb  prim   17 04                      ]
+         30632  0xfedd  prim   17 05                      def
+  165 1  30633  0xfedf  ret    06                       }
+         30634  0xfee0  prim   17 05                    def
+   13 1  30635  0xfee2  dict   29 37 01                 /window.splash
+         30636  0xfee5  code   25 15 ff                 {
+   14 1  30637  0xfee8  sec    28 02 02                   widget.size
+         30638  0xfeeb  prim   17 0e                      array
+   15 1  30639  0xfeed  prim   17 12                      dup
+         30640  0xfeef  sec    28 04 02                   .type
+         30641  0xfef2  int    11 66                      102 # t_splash
+         30642  0xfef4  prim   17 10                      put
+   16 1  30643  0xfef6  prim   17 12                      dup
+         30644  0xfef8  sec    28 0c 02                   .font
+         30645  0xfefb  sec    28 84 01                   font.normal
+         30646  0xfefe  prim   17 10                      put
+   17 1  30647  0xff00  prim   17 12                      dup
+         30648  0xff02  sec    28 43 01                   .ed.font
+         30649  0xff05  sec    28 84 01                   font.normal
+         30650  0xff08  prim   17 10                      put
+   18 1  30651  0xff0a  prim   17 12                      dup
+         30652  0xff0c  sec    28 42 01                   .color.fg
+         30653  0xff0f  sec    28 29 01                   boot.text.normal
+         30654  0xff12  prim   17 10                      put
+   19 1  30655  0xff14  ret    06                       }
+         30656  0xff15  prim   17 05                    def
+   27 1  30657  0xff17  dict   29 23 02                 /splash.init
+         30658  0xff1a  code   25 20 ff                 {
+   28 1  30659  0xff1d  prim   17 13                      pop
+   29 1  30660  0xff1f  ret    06                       }
+         30661  0xff20  prim   17 05                    def
+   37 1  30662  0xff22  dict   29 28 02                 /splash.show
+         30663  0xff25  code   25 6d ff                 {
+   38 1  30664  0xff28  sec    28 2b 02                   window.push
+   40 1  30665  0xff2b  sec    28 88 02                   menu.init
+   42 1  30666  0xff2e  sec    28 40 01                   bootoptions.init
+   44 1  30667  0xff31  sec    28 b9 01                   access.file
+         30668  0xff34  prim   17 12                      dup
+         30669  0xff36  none   00                         .undef # .undef
+         30670  0xff37  prim   17 2a                      ne
+         30671  0xff39  code   25 64 ff                   {
+   45 1  30672  0xff3c  prim   17 93                        setimage
+   46 1  30673  0xff3e  prim   17 38                        screen.size
+         30674  0xff40  prim   17 14                        exch
+         30675  0xff42  sec    28 bb 01                     access.width
+         30676  0xff45  prim   17 1b                        sub
+         30677  0xff47  int    11 02                        2
+         30678  0xff49  prim   17 1d                        div
+         30679  0xff4b  prim   17 14                        exch
+         30680  0xff4d  sec    28 ba 01                     access.height
+         30681  0xff50  prim   17 1b                        sub
+   47 1  30682  0xff52  prim   17 3c                        moveto
+         30683  0xff54  int    01                           0
+         30684  0xff55  int    01                           0
+         30685  0xff56  sec    28 bb 01                     access.width
+         30686  0xff59  sec    28 ba 01                     access.height
+         30687  0xff5c  prim   17 49                        image
+   49 1  30688  0xff5e  sec    28 33 01                     background.file
+         30689  0xff61  prim   17 93                        setimage
+   50 1  30690  0xff63  ret    06                         }
+         30691  0xff64  code   25 6a ff                   {
+         30692  0xff67  prim   17 13                        pop
+         30693  0xff69  ret    06                         }
+         30694  0xff6a  prim   17 07                      ifelse
+   51 1  30695  0xff6c  ret    06                       }
+         30696  0xff6d  prim   17 05                    def
+   59 1  30697  0xff6f  dict   29 1e 02                 /splash.input
+         30698  0xff72  code   25 b1 ff                 {
+   60 1  30699  0xff75  dict   19 ec                      /timeout.hidden
+         30700  0xff77  bool   03                         false # false
+         30701  0xff78  prim   17 05                      def
+   61 1  30702  0xff7a  dict   29 33 01                   /background.file
+         30703  0xff7d  sec    28 32 01                   background.file.orig
+         30704  0xff80  prim   17 05                      def
+   62 1  30705  0xff82  int    01                         0
+         30706  0xff83  int    01                         0
+         30707  0xff84  prim   17 3c                      moveto
+         30708  0xff86  sec    28 33 01                   background.file
+         30709  0xff89  prim   17 93                      setimage
+         30710  0xff8b  int    01                         0
+         30711  0xff8c  int    01                         0
+         30712  0xff8d  prim   17 7c                      image.size
+         30713  0xff8f  prim   17 49                      image
+   63 1  30714  0xff91  sec    28 2d 02                   window.done
+   64 1  30715  0xff94  sec    28 3a 01                   window.main
+   65 1  30716  0xff97  prim   17 12                      dup
+         30717  0xff99  sec    28 38 01                   window.init
+   66 1  30718  0xff9c  sec    28 39 01                   window.show
+   67 1  30719  0xff9f  sec    28 3d 01                   lang.displayed
+         30720  0xffa2  prim   17 26                      not
+         30721  0xffa4  code   25 ab ff                   {
+         30722  0xffa7  sec    28 3e 01                     panel.lang
+         30723  0xffaa  ret    06                         }
+         30724  0xffab  prim   17 06                      if
+   68 1  30725  0xffad  prim   17 13                      pop
+         30726  0xffaf  int    01                         0
+   69 1  30727  0xffb0  ret    06                       }
+         30728  0xffb1  prim   17 05                    def
+         30729  0xffb3  end    0b                       end
+
+#------------------------------------------------------------------------------
+# dictionary: 944 entries
+#------------------------------------------------------------------------------
+    0                   none   0x1                      KeyEvent
+    1                   none   0x1                      MenuInit
+    2                   none   0x1                      InfoBoxInit
+    3                   none   0x0                      InfoBoxDone
+    4                   none   0x0                      ProgressInit
+    5                   none   0x0                      ProgressDone
+    6                   none   0x0                      ProgressUpdate
+    7                   none   0x1                      PasswordInit
+    8                   none   0x1                      PasswordDone
+    9                   none   0x1                      Timeout
+   10                   none   0x0                      Timer
+   11                   prim   0x1                      {
+   12                   prim   0x2                      {
+   13                   prim   0x3                      [
+   14                   prim   0x4                      ]
+   15                   prim   0x5                      def
+   16                   prim   0x6                      if
+   17                   prim   0x7                      ifelse
+   18                   prim   0x8                      loop
+   19                   prim   0x9                      repeat
+   20                   prim   0xa                      for
+   21                   prim   0xb                      forall
+   22                   prim   0xc                      exit
+   23                   prim   0xd                      return
+   24                   prim   0xe                      array
+   25                   prim   0xf                      get
+   26                   prim   0x10                     put
+   27                   prim   0x11                     length
+   28                   prim   0x12                     dup
+   29                   prim   0x13                     pop
+   30                   prim   0x14                     exch
+   31                   prim   0x15                     rot
+   32                   prim   0x16                     roll
+   33                   prim   0x17                     over
+   34                   prim   0x18                     index
+   35                   prim   0x19                     exec
+   36                   prim   0x1a                     add
+   37                   prim   0x1b                     sub
+   38                   prim   0x1c                     mul
+   39                   prim   0x1d                     div
+   40                   prim   0x1e                     mod
+   41                   prim   0x1f                     neg
+   42                   prim   0x20                     abs
+   43                   prim   0x21                     min
+   44                   prim   0x22                     max
+   45                   prim   0x23                     and
+   46                   prim   0x24                     or
+   47                   prim   0x25                     xor
+   48                   prim   0x26                     not
+   49                   prim   0x27                     shl
+   50                   prim   0x28                     shr
+   51                   prim   0x29                     eq
+   52                   prim   0x2a                     ne
+   53                   prim   0x2b                     gt
+   54                   prim   0x2c                     ge
+   55                   prim   0x2d                     lt
+   56                   prim   0x2e                     le
+   57                   prim   0x2f                     trace
+   58                   prim   0x30                     dtrace
+   59                   prim   0x31                     malloc
+   60                   prim   0x32                     free
+   61                   prim   0x33                     realloc
+   62                   prim   0x34                     memsize
+   63                   prim   0x35                     dumpmem
+   64                   prim   0x36                     gettype
+   65                   prim   0x37                     settype
+   66                   prim   0x38                     screen.size
+   67                   prim   0x39                     image.colors
+   68                   prim   0x3a                     vscreen.size
+   69                   prim   0x3b                     monitorsize
+   70                   prim   0x3c                     moveto
+   71                   prim   0x3d                     currentpoint
+   72                   prim   0x3e                     lineto
+   73                   prim   0x3f                     setcolor
+   74                   prim   0x40                     currentcolor
+   75                   prim   0x41                     putpixel
+   76                   prim   0x42                     getpixel
+   77                   prim   0x43                     setfont
+   78                   prim   0x44                     currentfont
+   79                   prim   0x45                     fontheight
+   80                   prim   0x46                     strsize
+   81                   prim   0x47                     show
+   82                   prim   0x48                     settextmodecolor
+   83                   prim   0x49                     image
+   84                   prim   0x4a                     loadpalette
+   85                   prim   0x4b                     setpalette
+   86                   prim   0x4c                     getpalette
+   87                   prim   0x4d                     settransparentcolor
+   88                   prim   0x4e                     savescreen
+   89                   prim   0x4f                     restorescreen
+   90                   prim   0x50                     fillrect
+   91                   prim   0x51                     snprintf
+   92                   prim   0x52                     edit.init
+   93                   prim   0x53                     edit.done
+   94                   prim   0x54                     edit.input
+   95                   prim   0x55                     edit.showcursor
+   96                   prim   0x56                     edit.hidecursor
+   97                   prim   0x57                     edit.redraw
+   98                   prim   0x58                     edit.getleft
+   99                   prim   0x59                     rmoveto
+  100                   prim   0x5a                     strstr
+  101                   prim   0x5b                     sound.getvolume
+  102                   prim   0x5c                     sound.setvolume
+  103                   prim   0x5d                     sound.getsamplerate
+  104                   prim   0x5e                     sound.setsamplerate
+  105                   prim   0x5f                     sound.play
+  106                   prim   0x60                     sound.done
+  107                   prim   0x61                     mod.load
+  108                   prim   0x62                     mod.play
+  109                   prim   0x63                     mod.playsample
+  110                   prim   0x64                     wav.play
+  111                   prim   0x65                     wav.playlater
+  112                   prim   0x66                     settextwrap
+  113                   prim   0x67                     currenttextwrap
+  114                   prim   0x68                     seteotchar
+  115                   prim   0x69                     currenteotchar
+  116                   prim   0x6a                     settextcolors
+  117                   prim   0x6b                     currenttextcolors
+  118                   prim   0x6c                     setmaxrows
+  119                   prim   0x6d                     currentmaxrows
+  120                   prim   0x6e                     formattext
+  121                   prim   0x6f                     gettextrows
+  122                   prim   0x70                     setstartrow
+  123                   prim   0x71                     getlinks
+  124                   prim   0x72                     setlink
+  125                   prim   0x73                     currentlink
+  126                   prim   0x74                     getlink
+  127                   prim   0x75                     lineheight
+  128                   prim   0x76                     currenttitle
+  129                   prim   0x77                     usleep
+  130                   prim   0x78                     notimeout
+  131                   prim   0x79                     time
+  132                   prim   0x7a                     date
+  133                   prim   0x7b                     idle
+  134                   prim   0x7c                     image.size
+  135                   prim   0x7d                     eject
+  136                   prim   0x7e                     poweroff
+  137                   prim   0x7f                     reboot
+  138                   prim   0x80                     64bit
+  139                   prim   0x81                     getbyte
+  140                   prim   0x82                     putbyte
+  141                   prim   0x83                     getword
+  142                   prim   0x84                     putword
+  143                   prim   0x85                     getdword
+  144                   prim   0x86                     putdword
+  145                   prim   0x87                     inbyte
+  146                   prim   0x88                     outbyte
+  147                   prim   0x89                     findfile
+  148                   prim   0x8a                     filesize
+  149                   prim   0x8b                     getcwd
+  150                   prim   0x8c                     chdir
+  151                   prim   0x8d                     mount
+  152                   prim   0x8e                     setmode
+  153                   prim   0x8f                     currentmode
+  154                   prim   0x90                     videomodeinfo
+  155                   prim   0x91                     videomodes
+  156                   prim   0x92                     colorbits
+  157                   prim   0x93                     setimage
+  158                   prim   0x94                     currentimage
+  159                   prim   0x95                     settransparency
+  160                   prim   0x96                     currenttransparency
+  161                   prim   0x97                     unpackimage
+  162                   prim   0x98                     keepmode
+  163                   prim   0x99                     blend
+  164                   prim   0x9a                     memcpy
+  165                   prim   0x9b                     sysconfig
+  166                   prim   0x9c                     _readsector
+  167                   prim   0x9d                     sysinfo
+  168                   prim   0x9e                     getkey
+  169                   prim   0x9f                     serial.init
+  170                   prim   0xa0                     serial.putc
+  171                   prim   0xa1                     serial.setconfig
+  172                   prim   0xa2                     serial.getbaud
+  173                   prim   0xa3                     realpath
+  174                   prim   0xa4                     systempath
+  175                   prim   0xa5                     xxx
+  176                   prim   0xa6                     test1
+  177                   prim   0xa7                     test2
+  178                   prim   0xa8                     test3
+  179                   prim   0xa9                     test4
+  180                   prim   0xaa                     test5
+  181                   prim   0xab                     test6
+  182                   none   0x1                      bootloader
+  183                   none   0x1                      lilo
+  184                   none   0x1                      syslinux
+  185                   none   0x1                      grub
+  186                   none   0x1                      bootdrive
+  187                   none   0x1                      mediatype
+  188                   none   0x1                      biosmem
+  189                   none   0x1                      sectorsize
+  190                   none   0x1                      getinfo
+  191                   none   0x1                      .value
+  192                   none   0x1                      string.print
+  193                   none   0x1                      number.print
+  194                   none   0x1                      string
+  195                   none   0x1                      sprintf
+  196                   none   0x1                      obj.print
+  197                   none   0x1                      print
+  198                   none   0x1                      cvp
+  199                   none   0x1                      cvs
+  200                   none   0x1                      inc
+  201                   none   0x1                      dec
+  202                   none   0x1                      strcpy
+  203                   none   0x1                      strdup
+  204                   none   0x1                      is_altGr
+  205                   none   0x1                      keystat
+  206                   none   0x1                      mapkey
+  207                   none   0x1                      key.code
+  208                   none   0x1                      config.keymap
+  209                   none   0x1                      pwmode
+  210                   none   0x1                      showright
+  211                   none   0x1                      showcenter
+  212                   none   0x1                      readgfxconfig
+  213                   none   0x1                      gfxconfig.data
+  214                   none   0x1                      split
+  215                   none   0x1                      getgfxconfig
+  216                   none   0x1                      listgfxconfig
+  217                   none   0x1                      skipnonspaces
+  218                   none   0x1                      skipspaces
+  219                   none   0x1                      dropspaces
+  220                   none   0x1                      iswordboundary
+  221                   none   0x1                      findmode
+  222                   none   0x1                      strreplace
+  223                   none   0x1                      strndup
+  224                   none   0x1                      strndup.len
+  225                   none   0x1                      strndup.src
+  226                   none   0x1                      strndup.dst
+  227                   none   0x1                      tolower
+  228                   none   0x1                      strtol
+  229                   none   0x1                      strtol.tmp
+  230                   none   0x1                      skipspace
+  231                   none   0x1                      nextspace
+  232                   none   0x1                      timeout.time
+  233                   none   0x1                      timeout.timeout
+  234                   none   0x1                      timeout.seconds
+  235                   none   0x1                      timeout.current
+  236                   none   0x1                      timeout.hidden
+  237                   none   0x1                      white
+  238                   none   0x1                      timeout.time.x
+  239                   none   0x1                      timeout.time.y
+  240                   none   0x1                      timeout.buf
+  241                   none   0x1                      timeout.init
+  242                   none   0x1                      timeout.x
+  243                   none   0x1                      timeout.y
+  244                   none   0x1                      head.x
+  245                   none   0x1                      head.y
+  246                   none   0x1                      timeout.hidden.showsplash
+  247                   none   0x1                      64bit_source
+  248                   none   0x1                      64bit_boot_dir
+  249                   none   0x1                      32bit_boot_dir
+  250                   none   0x1                      is_live
+  251                   none   0x1                      is_live.result
+  252                   none   0x1                      32+64bit_source
+  253                   none   0x1                      check_arch_boot_dir
+  254                   none   0x1                      64bit.tmp
+  255                   none   0x1                      boot.buf
+  256                   none   0x1                      buildcmdline
+  257                   none   0x1                      debug
+  258                   none   0x1                      key
+  259                   none   0x1                      debug.input
+  260                   none   0x1                      window.input
+  261                   none   0x1                      window.action
+  262                   none   0x1                      actNothing
+  263                   none   0x1                      password.dialog
+  264                   none   0x1                      .ed.buffer.list
+  265                   none   0x1                      main.redraw
+  266                   none   0x1                      panel.show
+  267                   none   0x1                      menu.indices
+  268                   none   0x1                      menu.entry
+  269                   none   0x1                      bc.cmd
+  270                   none   0x1                      menu.texts
+  271                   none   0x1                      bc.opts
+  272                   none   0x1                      bc.kernel
+  273                   none   0x1                      bc.addkernel
+  274                   none   0x1                      add_suffix
+  275                   none   0x1                      xmenu.bits
+  276                   none   0x1                      cmdline.hidden
+  277                   none   0x1                      video.modes.list
+  278                   none   0x1                      xmenu.video
+  279                   none   0x1                      bc.tmp
+  280                   none   0x1                      bootopt.find
+  281                   none   0x1                      xmenu.fulloptions
+  282                   none   0x1                      fulloptions.option
+  283                   none   0x1                      config.lang
+  284                   none   0x1                      keymap.op
+  285                   none   0x1                      keymap.explicit
+  286                   none   0x1                      modes.selected.append
+  287                   none   0x1                      modes.selected.replace
+  288                   none   0x1                      xmenu.access
+  289                   none   0x1                      access.option
+  290                   none   0x1                      xmenu.profile
+  291                   none   0x1                      profile.options
+  292                   none   0x1                      init
+  293                   none   0x1                      menu.dentry
+  294                   none   0x1                      menuconfig.init
+  295                   none   0x1                      menu.text.select
+  296                   none   0x1                      boot.text.options
+  297                   none   0x1                      boot.text.normal
+  298                   none   0x1                      panel.high
+  299                   none   0x1                      menu.text.normal
+  300                   none   0x1                      panel.normal
+  301                   none   0x1                      title.bg
+  302                   none   0x1                      menu.bar.color
+  303                   none   0x1                      xmenu.dark
+  304                   none   0x1                      access.optionnames
+  305                   none   0x1                      access.options.v1
+  306                   none   0x1                      background.file.orig
+  307                   none   0x1                      background.file
+  308                   none   0x1                      clip.size
+  309                   none   0x1                      menu.args
+  310                   none   0x1                      menu.humans
+  311                   none   0x1                      window.splash
+  312                   none   0x1                      window.init
+  313                   none   0x1                      window.show
+  314                   none   0x1                      window.main
+  315                   none   0x1                      32bit_popup
+  316                   none   0x1                      64bit_popup
+  317                   none   0x1                      lang.displayed
+  318                   none   0x1                      panel.lang
+  319                   none   0x1                      player.startup
+  320                   none   0x1                      bootoptions.init
+  321                   none   0x1                      window.current
+  322                   none   0x1                      .color.fg
+  323                   none   0x1                      .ed.font
+  324                   none   0x1                      boot.show
+  325                   none   0x1                      boot.ed
+  326                   none   0x1                      bootpromptmap
+  327                   none   0x1                      cmdline
+  328                   none   0x1                      getoption
+  329                   none   0x1                      cmdline.shown
+  330                   none   0x1                      go.name
+  331                   none   0x1                      go.cmdline
+  332                   none   0x1                      go.pos
+  333                   none   0x1                      redrawmenu
+  334                   none   0x1                      menu.visible.entries
+  335                   none   0x1                      menu.scrollbar
+  336                   none   0x1                      menu.vsb.height1
+  337                   none   0x1                      menu.shift
+  338                   none   0x1                      menu.sb.height
+  339                   none   0x1                      menu.vsb.height3
+  340                   none   0x1                      lightgray
+  341                   none   0x1                      menu.sb.x
+  342                   none   0x1                      menu.sb.y
+  343                   none   0x1                      menu.sb.width
+  344                   none   0x1                      x
+  345                   none   0x1                      menu.start.x
+  346                   none   0x1                      y
+  347                   none   0x1                      menu.start.y
+  348                   none   0x1                      menu.bar.width
+  349                   none   0x1                      menu.bar.height
+  350                   none   0x1                      menuitemmap
+  351                   none   0x1                      menu.text.yofs
+  352                   none   0x1                      font.large
+  353                   none   0x1                      menu.item.height
+  354                   none   0x1                      MenuSelect
+  355                   none   0x1                      menu.status
+  356                   none   0x1                      menu.idx
+  357                   none   0x1                      keepbootoptions
+  358                   none   0x1                      help.setcontext
+  359                   none   0x1                      help.findpage
+  360                   none   0x1                      modes.filter
+  361                   none   0x1                      info.tmpmsg
+  362                   none   0x1                      info.type
+  363                   none   0x1                      info.msg
+  364                   none   0x1                      window.dialog
+  365                   none   0x1                      .title.bg
+  366                   none   0x1                      red
+  367                   none   0x1                      .title
+  368                   none   0x1                      txt_error_title
+  369                   none   0x1                      .buttons
+  370                   none   0x1                      button.reboot
+  371                   none   0x1                      button.default
+  372                   none   0x1                      button.setaction
+  373                   none   0x1                      txt_info_title
+  374                   none   0x1                      button.ok
+  375                   none   0x1                      txt_change_disk_title
+  376                   none   0x1                      txt_insert_disk
+  377                   none   0x1                      txt_insert_disk3
+  378                   none   0x1                      txt_insert_disk2
+  379                   none   0x1                      .text
+  380                   none   0x1                      password.key
+  381                   none   0x1                      dia
+  382                   none   0x1                      txt_password_title
+  383                   none   0x1                      .ed.list
+  384                   none   0x1                      .ed.text.list
+  385                   none   0x1                      txt_password
+  386                   none   0x1                      .ed.focus
+  387                   none   0x1                      .ed.width
+  388                   none   0x1                      font.normal
+  389                   none   0x1                      translate
+  390                   none   0x1                      menuitemmap.text
+  391                   none   0x1                      menuitemmap.idx
+  392                   none   0x1                      drawborder
+  393                   none   0x1                      db.y0
+  394                   none   0x1                      db.x0
+  395                   none   0x1                      db.y1
+  396                   none   0x1                      db.x1
+  397                   none   0x1                      db.col1
+  398                   none   0x1                      db.col0
+  399                   none   0x1                      newcolor
+  400                   none   0x1                      newcolor.count
+  401                   none   0x1                      max_image_colors
+  402                   none   0x1                      boot.pos.init
+  403                   none   0x1                      boot.label.len
+  404                   none   0x1                      txt_bootoptions
+  405                   none   0x1                      boot.pos
+  406                   none   0x1                      small_layout
+  407                   none   0x1                      tmp
+  408                   none   0x1                      setlang
+  409                   none   0x1                      setkeymap
+  410                   none   0x1                      infobox.bg
+  411                   none   0x1                      infobox.text.normal
+  412                   none   0x1                      black
+  413                   none   0x1                      frame1.pos
+  414                   none   0x1                      frame1.size
+  415                   none   0x1                      frame4.pos
+  416                   none   0x1                      frame4.size
+  417                   none   0x1                      menu.max.entries
+  418                   none   0x1                      boot.buf.size
+  419                   none   0x1                      ms.size
+  420                   none   0x1                      ms.up
+  421                   none   0x1                      ms.down
+  422                   none   0x1                      transp
+  423                   none   0x1                      mouse
+  424                   none   0x1                      blue
+  425                   none   0x1                      green
+  426                   none   0x1                      exit_popup
+  427                   none   0x1                      txt_exit_title
+  428                   none   0x1                      txt_exit_dialog
+  429                   none   0x1                      button.cancel
+  430                   none   0x1                      button.notdefault
+  431                   none   0x1                      show_help
+  432                   none   0x1                      window.help
+  433                   none   0x1                      txt_dvd_warning_title
+  434                   none   0x1                      txt_dvd_warning2
+  435                   none   0x1                      button.continue
+  436                   none   0x1                      power_off
+  437                   none   0x1                      txt_power_off_title
+  438                   none   0x1                      txt_power_off
+  439                   none   0x1                      bo.opt
+  440                   none   0x1                      bo.cmdline
+  441                   none   0x1                      access.file
+  442                   none   0x1                      access.height
+  443                   none   0x1                      access.width
+  444                   none   0x1                      yellow
+  445                   none   0x1                      dotcolor
+  446                   none   0x1                      lightdotcolor
+  447                   none   0x1                      somegreen
+  448                   none   0x1                      texts
+  449                   none   0x1                      txt_access
+  450                   none   0x1                      txt_access_all
+  451                   none   0x1                      txt_access_brltty
+  452                   none   0x1                      txt_access_m1
+  453                   none   0x1                      txt_access_m2
+  454                   none   0x1                      txt_access_m3
+  455                   none   0x1                      txt_access_none
+  456                   none   0x1                      txt_access_v1
+  457                   none   0x1                      txt_access_v2
+  458                   none   0x1                      txt_access_v3
+  459                   none   0x1                      txt_cancel
+  460                   none   0x1                      txt_continue
+  461                   none   0x1                      txt_expert_mode
+  462                   none   0x1                      txt_help
+  463                   none   0x1                      txt_keymap
+  464                   none   0x1                      txt_language
+  465                   none   0x1                      txt_menuitem_check
+  466                   none   0x1                      txt_menuitem_cli
+  467                   none   0x1                      txt_menuitem_dell_factory_recovery
+  468                   none   0x1                      txt_menuitem_driverupdates
+  469                   none   0x1                      txt_menuitem_enlist_ubuntu_maas
+  470                   none   0x1                      txt_menuitem_hd
+  471                   none   0x1                      txt_menuitem_install_edubuntu
+  472                   none   0x1                      txt_menuitem_install_kubuntu
+  473                   none   0x1                      txt_menuitem_install_kubuntu_netbook
+  474                   none   0x1                      txt_menuitem_install_lubuntu
+  475                   none   0x1                      txt_menuitem_install_mythbuntu
+  476                   none   0x1                      txt_menuitem_install_text_edubuntu
+  477                   none   0x1                      txt_menuitem_install_text_kubuntu
+  478                   none   0x1                      txt_menuitem_install_text_ubuntu
+  479                   none   0x1                      txt_menuitem_install_text_xubuntu
+  480                   none   0x1                      txt_menuitem_install_ubuntu
+  481                   none   0x1                      txt_menuitem_install_ubuntu_mid
+  482                   none   0x1                      txt_menuitem_install_ubuntu_netbook
+  483                   none   0x1                      txt_menuitem_install_ubuntu_server
+  484                   none   0x1                      txt_menuitem_install_ubuntustudio
+  485                   none   0x1                      txt_menuitem_install_xubuntu
+  486                   none   0x1                      txt_menuitem_lamp
+  487                   none   0x1                      txt_menuitem_live_edubuntu
+  488                   none   0x1                      txt_menuitem_live_kubuntu
+  489                   none   0x1                      txt_menuitem_live_kubuntu_netbook
+  490                   none   0x1                      txt_menuitem_live_lubuntu
+  491                   none   0x1                      txt_menuitem_live_mythbuntu
+  492                   none   0x1                      txt_menuitem_live_ubuntu
+  493                   none   0x1                      txt_menuitem_live_ubuntu_mid
+  494                   none   0x1                      txt_menuitem_live_ubuntu_netbook
+  495                   none   0x1                      txt_menuitem_live_xubuntu
+  496                   none   0x1                      txt_menuitem_ltsp
+  497                   none   0x1                      txt_menuitem_ltsp_mythbuntu
+  498                   none   0x1                      txt_menuitem_memtest
+  499                   none   0x1                      txt_menuitem_minimal
+  500                   none   0x1                      txt_menuitem_minimalvm
+  501                   none   0x1                      txt_menuitem_oem
+  502                   none   0x1                      txt_menuitem_rescue
+  503                   none   0x1                      txt_menuitem_server
+  504                   none   0x1                      txt_menuitem_start_kubuntu
+  505                   none   0x1                      txt_menuitem_workstation
+  506                   none   0x1                      txt_mode_normal
+  507                   none   0x1                      txt_modes
+  508                   none   0x1                      txt_ok
+  509                   none   0x1                      txt_option_free
+  510                   none   0x1                      txt_other_options
+  511                   none   0x1                      txt_reboot
+  512                   none   0x1                      window.list
+  513                   none   0x1                      window.list.index
+  514                   none   0x1                      widget.size
+  515                   none   0x1                      newfield
+  516                   none   0x1                      .type
+  517                   none   0x1                      .x
+  518                   none   0x1                      .y
+  519                   none   0x1                      .width
+  520                   none   0x1                      .height
+  521                   none   0x1                      .width.min
+  522                   none   0x1                      .position
+  523                   none   0x1                      .color.bg
+  524                   none   0x1                      .font
+  525                   none   0x1                      .saved
+  526                   none   0x1                      .saved.areas
+  527                   none   0x1                      .title.fg
+  528                   none   0x1                      .title.height
+  529                   none   0x1                      .text.x
+  530                   none   0x1                      .text.y
+  531                   none   0x1                      .button.y
+  532                   none   0x1                      .ed
+  533                   none   0x1                      .ed.pw_field
+  534                   none   0x1                      .xmenu
+  535                   none   0x1                      .xmenu.update
+  536                   none   0x1                      .xmenu.change
+  537                   none   0x1                      .xmenu.select
+  538                   none   0x1                      .xmenu.input
+  539                   none   0x1                      .xmenu.cleanup
+  540                   none   0x1                      dialog.input
+  541                   none   0x1                      help.input
+  542                   none   0x1                      splash.input
+  543                   none   0x1                      main.input
+  544                   none   0x1                      xmenu.input
+  545                   none   0x1                      dialog.init
+  546                   none   0x1                      help.init
+  547                   none   0x1                      splash.init
+  548                   none   0x1                      main.init
+  549                   none   0x1                      xmenu.init
+  550                   none   0x1                      dialog.show
+  551                   none   0x1                      help.show
+  552                   none   0x1                      splash.show
+  553                   none   0x1                      main.show
+  554                   none   0x1                      xmenu.show
+  555                   none   0x1                      window.push
+  556                   none   0x1                      window.pop
+  557                   none   0x1                      window.done
+  558                   none   0x1                      help.done
+  559                   none   0x1                      xmenu.done
+  560                   none   0x1                      xmenu.cleanup
+  561                   none   0x1                      window.buttons
+  562                   none   0x1                      window.findselected
+  563                   none   0x1                      button.press
+  564                   none   0x1                      dialog.specialaction
+  565                   none   0x1                      button.show
+  566                   none   0x1                      window.selectbutton
+  567                   none   0x1                      window.findkey
+  568                   none   0x1                      window.key
+  569                   none   0x1                      dialog.tmp
+  570                   none   0x1                      dialog.height
+  571                   none   0x1                      dialog.width
+  572                   none   0x1                      dialog.button.y
+  573                   none   0x1                      dialog.y
+  574                   none   0x1                      dialog.x
+  575                   none   0x1                      dialog.tmp.idx
+  576                   none   0x1                      dialog.tmp.buf
+  577                   none   0x1                      bt.x
+  578                   none   0x1                      bt.y
+  579                   none   0x1                      bt.width
+  580                   none   0x1                      bt.height
+  581                   none   0x1                      bt.text
+  582                   none   0x1                      bt.default
+  583                   none   0x1                      bt.y.textofs
+  584                   none   0x1                      bt.x.textofs
+  585                   none   0x1                      help.context
+  586                   none   0x1                      help.light
+  587                   none   0x1                      help.dark
+  588                   none   0x1                      help.font
+  589                   none   0x1                      help.normal.bg
+  590                   none   0x1                      help.normal.fg
+  591                   none   0x1                      help.highlight.fg
+  592                   none   0x1                      help.link.fg
+  593                   none   0x1                      help.link.selected.fg
+  594                   none   0x1                      help.link.selected.bg
+  595                   none   0x1                      help.x
+  596                   none   0x1                      help.y
+  597                   none   0x1                      help.width
+  598                   none   0x1                      help.height
+  599                   none   0x1                      help.text.x
+  600                   none   0x1                      help.text.y
+  601                   none   0x1                      help.text.width
+  602                   none   0x1                      help.text.height
+  603                   none   0x1                      help.text.rightmargin
+  604                   none   0x1                      help.title.x
+  605                   none   0x1                      help.title.y
+  606                   none   0x1                      help.title.font
+  607                   none   0x1                      help.hist.page
+  608                   none   0x1                      help.hist.startrow
+  609                   none   0x1                      help.hist.selectedlink
+  610                   none   0x1                      help.mapcontext
+  611                   none   0x1                      findbootoption
+  612                   none   0x1                      bo.buf
+  613                   none   0x1                      bo.len
+  614                   none   0x1                      bo.pos
+  615                   none   0x1                      help.getmessages
+  616                   none   0x1                      help.findpagebyindex
+  617                   none   0x1                      help.initpage
+  618                   none   0x1                      help.selectedlink
+  619                   none   0x1                      help.startrow
+  620                   none   0x1                      help.currenttext
+  621                   none   0x1                      help.updatepage
+  622                   none   0x1                      help.redrawlink
+  623                   none   0x1                      help.test
+  624                   none   0x1                      help.test.cnt
+  625                   none   0x1                      help.text.rows
+  626                   none   0x1                      help.selectlink
+  627                   none   0x1                      help.sel.firstlink
+  628                   none   0x1                      help.sel.lastlink
+  629                   none   0x1                      help.add2history
+  630                   none   0x1                      help.hist.index
+  631                   none   0x1                      help.followlink
+  632                   none   0x1                      help.prevlink
+  633                   none   0x1                      help.key.pagedown
+  634                   none   0x1                      help.key.pageup
+  635                   none   0x1                      help.key.home
+  636                   none   0x1                      help.key.end
+  637                   none   0x1                      help.key.down
+  638                   none   0x1                      help.key.up
+  639                   none   0x1                      help.gotopage
+  640                   none   0x1                      help.reinit
+  641                   none   0x1                      help.tmp
+  642                   none   0x1                      help.messages
+  643                   none   0x1                      help.file
+  644                   none   0x1                      boot.ed.height
+  645                   none   0x1                      boot.setup
+  646                   none   0x1                      boot.window
+  647                   none   0x1                      boot.ed.width
+  648                   none   0x1                      menu.init
+  649                   none   0x1                      panel.init
+  650                   none   0x1                      panel.input
+  651                   none   0x1                      menuconfig.append
+  652                   none   0x1                      menuconfig.append.tmp
+  653                   none   0x1                      menuconfig.find
+  654                   none   0x1                      menuconfig.find.tmp
+  655                   none   0x1                      menuconfig.sethuman
+  656                   none   0x1                      menuconfig.curlabel
+  657                   none   0x1                      menuconfig.human
+  658                   none   0x1                      menuconfig.idx
+  659                   none   0x1                      menuconfig.entries
+  660                   none   0x1                      menuconfig.humans
+  661                   none   0x1                      menuconfig.hidelabel
+  662                   none   0x1                      menuconfig.newargs
+  663                   none   0x1                      menuconfig.args
+  664                   none   0x1                      menuconfig.newentries
+  665                   none   0x1                      menuconfig.newhumans
+  666                   none   0x1                      menuconfig.newindices
+  667                   none   0x1                      menuconfig.indices
+  668                   none   0x1                      menuconfig.parse
+  669                   none   0x1                      xmenu.vspace.default
+  670                   none   0x1                      xmenu
+  671                   none   0x1                      xmenu.light
+  672                   none   0x1                      xmenu.font
+  673                   none   0x1                      xmenu.normal.bg
+  674                   none   0x1                      xmenu.normal.fg
+  675                   none   0x1                      xmenu.selected.fg
+  676                   none   0x1                      xmenu.selected.bg
+  677                   none   0x1                      xmenu.maxlines
+  678                   none   0x1                      xmenu.x
+  679                   none   0x1                      xmenu.y
+  680                   none   0x1                      xmenu.width
+  681                   none   0x1                      xmenu.height
+  682                   none   0x1                      xmenu.columns
+  683                   none   0x1                      xmenu.vspace
+  684                   none   0x1                      xmenu.saved
+  685                   none   0x1                      xmenu.saved.areas
+  686                   none   0x1                      xmenu.column
+  687                   none   0x1                      window.xmenu
+  688                   none   0x1                      xmenu.oldentry
+  689                   none   0x1                      xmenu.viewentry
+  690                   none   0x1                      xmenu.select
+  691                   none   0x1                      xmenu.sizes
+  692                   none   0x1                      xmenu.lheight
+  693                   none   0x1                      xmenu.lastheight
+  694                   none   0x1                      xmenu.idx
+  695                   none   0x1                      xmenu.saved.normal
+  696                   none   0x1                      xmenu.saved.selected
+  697                   none   0x1                      xmenu.widthupto
+  698                   none   0x1                      xmenu.viewheader
+  699                   none   0x1                      xmenu.tmpbuf
+  700                   none   0x1                      xmenu.pos.y
+  701                   none   0x1                      xmenu.pos.x
+  702                   none   0x1                      xmenu.header.width
+  703                   none   0x1                      pmenu.panel.update
+  704                   none   0x1                      panel.text.moveto
+  705                   none   0x1                      pmenu.update
+  706                   none   0x1                      pmenu.width
+  707                   none   0x1                      panel.text.y
+  708                   none   0x1                      panel.font
+  709                   none   0x1                      pmenu.init
+  710                   none   0x1                      lang.items
+  711                   none   0x1                      lang.names
+  712                   none   0x1                      lang.getdefname
+  713                   none   0x1                      lang.defaultnames
+  714                   none   0x1                      lang.getlocale
+  715                   none   0x1                      lang.parsedata
+  716                   none   0x1                      lang.default
+  717                   none   0x1                      lang.data
+  718                   none   0x1                      la.tmp.datalen
+  719                   none   0x1                      la.tmp.str
+  720                   none   0x1                      la.tmp.len
+  721                   none   0x1                      la.tmp.cnt
+  722                   none   0x1                      lang.init
+  723                   none   0x1                      xmenu.lang
+  724                   none   0x1                      la.tmp.found
+  725                   none   0x1                      lang.update
+  726                   none   0x1                      keymap.langchanged
+  727                   none   0x1                      lang.cleanup
+  728                   none   0x1                      panel.lang.width
+  729                   none   0x1                      panel.lang.update
+  730                   none   0x1                      keymap.inited
+  731                   none   0x1                      keymap.init
+  732                   none   0x1                      xmenu.keymap
+  733                   none   0x1                      keymaps
+  734                   none   0x1                      keymap.tmp.cnt
+  735                   none   0x1                      keymap.update
+  736                   none   0x1                      panel.keymap
+  737                   none   0x1                      panel.keymap.width
+  738                   none   0x1                      panel.keymap.update
+  739                   none   0x1                      modes.init
+  740                   none   0x1                      xmenu.modes
+  741                   none   0x1                      modes.gfxconfig
+  742                   none   0x1                      modes.rawlabels
+  743                   none   0x1                      modes.append
+  744                   none   0x1                      modes.tmp.key
+  745                   none   0x1                      modes.tmp.str
+  746                   none   0x1                      modes.replace
+  747                   none   0x1                      modes.applies
+  748                   none   0x1                      modes.map
+  749                   none   0x1                      modes.update
+  750                   none   0x1                      modes.tmp.label
+  751                   none   0x1                      modes.tmp.oldidx
+  752                   none   0x1                      modes.tmp.applies
+  753                   none   0x1                      panel.modes
+  754                   none   0x1                      panel.modes.width
+  755                   none   0x1                      panel.modes.update
+  756                   none   0x1                      panel.help
+  757                   none   0x1                      panel.help.width
+  758                   none   0x1                      panel.help.update
+  759                   none   0x1                      profile.items
+  760                   none   0x1                      profile.parsedata
+  761                   none   0x1                      pf.tmp.datalen
+  762                   none   0x1                      profile.data
+  763                   none   0x1                      pf.tmp.str
+  764                   none   0x1                      profile.default
+  765                   none   0x1                      pf.tmp.len
+  766                   none   0x1                      pf.tmp.cnt
+  767                   none   0x1                      profile.init
+  768                   none   0x1                      profile.update
+  769                   none   0x1                      panel.profile
+  770                   none   0x1                      panel.profile.width
+  771                   none   0x1                      panel.profile.update
+  772                   none   0x1                      bits.default
+  773                   none   0x1                      bits.suffix
+  774                   none   0x1                      bits.init
+  775                   none   0x1                      bits.update
+  776                   none   0x1                      panel.bits
+  777                   none   0x1                      panel.bits.width
+  778                   none   0x1                      panel.bits.update
+  779                   none   0x1                      panel.options
+  780                   none   0x1                      panel
+  781                   none   0x1                      panel.full
+  782                   none   0x1                      panel.fulloptions
+  783                   none   0x1                      .fulloptions.acpi_off
+  784                   none   0x1                      .fulloptions.noapic
+  785                   none   0x1                      .fulloptions.nolapic
+  786                   none   0x1                      .fulloptions.edd_on
+  787                   none   0x1                      .fulloptions.nodmraid
+  788                   none   0x1                      .fulloptions.nomodeset
+  789                   none   0x1                      .fulloptions.free
+  790                   none   0x1                      txt_acpi_off
+  791                   none   0x1                      txt_noapic
+  792                   none   0x1                      txt_nolapic
+  793                   none   0x1                      txt_edd_on
+  794                   none   0x1                      txt_nodmraid
+  795                   none   0x1                      txt_nomodeset
+  796                   none   0x1                      fulloptions.init
+  797                   none   0x1                      fulloptions.change
+  798                   none   0x1                      fulloptions.newoption
+  799                   none   0x1                      fulloptions.update
+  800                   none   0x1                      panel.fulloptions.width
+  801                   none   0x1                      panel.fulloptions.update
+  802                   none   0x1                      access.alloptionnames
+  803                   none   0x1                      access.alltexts
+  804                   none   0x1                      access.init
+  805                   none   0x1                      access.optionmap
+  806                   none   0x1                      access.soundfiles
+  807                   none   0x1                      access.tmpfilename
+  808                   none   0x1                      access.update
+  809                   none   0x1                      access.select
+  810                   none   0x1                      player.access
+  811                   none   0x1                      access.input
+  812                   none   0x1                      panel.access
+  813                   none   0x1                      panel.access.width
+  814                   none   0x1                      panel.access.update
+  815                   none   0x1                      panel.size
+  816                   none   0x1                      panel.y
+  817                   none   0x1                      panel.bg
+  818                   none   0x1                      panel.border
+  819                   none   0x1                      .panel.both
+  820                   none   0x1                      panel.back
+  821                   none   0x1                      panel.template
+  822                   none   0x1                      panel.short
+  823                   none   0x1                      panel.x
+  824                   none   0x1                      panel.tmp.x
+  825                   none   0x1                      panel.tmp.F
+  826                   none   0x1                      keymap.af
+  827                   none   0x1                      keymap.al
+  828                   none   0x1                      keymap.am
+  829                   none   0x1                      keymap.ara
+  830                   none   0x1                      keymap.at
+  831                   none   0x1                      keymap.az
+  832                   none   0x1                      keymap.ba
+  833                   none   0x1                      keymap.bd
+  834                   none   0x1                      keymap.be
+  835                   none   0x1                      keymap.bg
+  836                   none   0x1                      keymap.br
+  837                   none   0x1                      keymap.bt
+  838                   none   0x1                      keymap.bw
+  839                   none   0x1                      keymap.by
+  840                   none   0x1                      keymap.ca
+  841                   none   0x1                      keymap.cd
+  842                   none   0x1                      keymap.ch
+  843                   none   0x1                      keymap.ch_fr
+  844                   none   0x1                      keymap.cm
+  845                   none   0x1                      keymap.cn
+  846                   none   0x1                      keymap.cz
+  847                   none   0x1                      keymap.de
+  848                   none   0x1                      keymap.dk
+  849                   none   0x1                      keymap.ee
+  850                   none   0x1                      keymap.epo
+  851                   none   0x1                      keymap.es
+  852                   none   0x1                      keymap.es_ast
+  853                   none   0x1                      keymap.es_cat
+  854                   none   0x1                      keymap.et
+  855                   none   0x1                      keymap.fi
+  856                   none   0x1                      keymap.fi_smi
+  857                   none   0x1                      keymap.fo
+  858                   none   0x1                      keymap.fr_oss
+  859                   none   0x1                      keymap.gb
+  860                   none   0x1                      keymap.ge
+  861                   none   0x1                      keymap.gh
+  862                   none   0x1                      keymap.gn
+  863                   none   0x1                      keymap.gr
+  864                   none   0x1                      keymap.hr
+  865                   none   0x1                      keymap.hu
+  866                   none   0x1                      keymap.ie
+  867                   none   0x1                      keymap.il
+  868                   none   0x1                      keymap.in
+  869                   none   0x1                      keymap.in_guj
+  870                   none   0x1                      keymap.in_guru
+  871                   none   0x1                      keymap.in_kan
+  872                   none   0x1                      keymap.in_mal
+  873                   none   0x1                      keymap.in_tam
+  874                   none   0x1                      keymap.in_tel
+  875                   none   0x1                      keymap.iq
+  876                   none   0x1                      keymap.ir
+  877                   none   0x1                      keymap.is
+  878                   none   0x1                      keymap.it
+  879                   none   0x1                      keymap.jp
+  880                   none   0x1                      keymap.ke
+  881                   none   0x1                      keymap.kg
+  882                   none   0x1                      keymap.kh
+  883                   none   0x1                      keymap.kr
+  884                   none   0x1                      keymap.kz
+  885                   none   0x1                      keymap.la
+  886                   none   0x1                      keymap.latam
+  887                   none   0x1                      keymap.lk
+  888                   none   0x1                      keymap.lt
+  889                   none   0x1                      keymap.lv
+  890                   none   0x1                      keymap.ma
+  891                   none   0x1                      keymap.mao
+  892                   none   0x1                      keymap.me
+  893                   none   0x1                      keymap.mk
+  894                   none   0x1                      keymap.ml
+  895                   none   0x1                      keymap.mm
+  896                   none   0x1                      keymap.mn
+  897                   none   0x1                      keymap.mt
+  898                   none   0x1                      keymap.mv
+  899                   none   0x1                      keymap.ng
+  900                   none   0x1                      keymap.nl
+  901                   none   0x1                      keymap.no
+  902                   none   0x1                      keymap.no_smi
+  903                   none   0x1                      keymap.np
+  904                   none   0x1                      keymap.ph
+  905                   none   0x1                      keymap.pk
+  906                   none   0x1                      keymap.pl
+  907                   none   0x1                      keymap.pt
+  908                   none   0x1                      keymap.ro
+  909                   none   0x1                      keymap.rs
+  910                   none   0x1                      keymap.ru
+  911                   none   0x1                      keymap.se
+  912                   none   0x1                      keymap.se_smi
+  913                   none   0x1                      keymap.si
+  914                   none   0x1                      keymap.sk
+  915                   none   0x1                      keymap.sn
+  916                   none   0x1                      keymap.sy
+  917                   none   0x1                      keymap.th
+  918                   none   0x1                      keymap.tj
+  919                   none   0x1                      keymap.tm
+  920                   none   0x1                      keymap.tr
+  921                   none   0x1                      keymap.tr_f
+  922                   none   0x1                      keymap.tr_ku
+  923                   none   0x1                      keymap.tw
+  924                   none   0x1                      keymap.tz
+  925                   none   0x1                      keymap.ua
+  926                   none   0x1                      keymap.us
+  927                   none   0x1                      keymap.us_dvorak
+  928                   none   0x1                      keymap.us_intl
+  929                   none   0x1                      keymap.uz
+  930                   none   0x1                      keymap.vn
+  931                   none   0x1                      keymap.za
+  932                   none   0x1                      texts.msgstr
+  933                   none   0x1                      findtexts
+  934                   none   0x1                      config.keymap.locale
+  935                   none   0x1                      setkeymap.found
+  936                   none   0x1                      lang.tmp
+  937                   none   0x1                      texts.file
+  938                   none   0x1                      ft.len
+  939                   none   0x1                      ft.str
+  940                   none   0x1                      ft.pos
+  941                   none   0x1                      translations.init
+  942                   none   0x1                      texts.msgid
+  943                   none   0x1                      config.lang.tmp
diff --git a/templates/le5/server/isolinux/lt.hlp b/templates/le5/server/isolinux/lt.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..2da03c0b63ecf13f61e95900a0a6ba4884788d70
Binary files /dev/null and b/templates/le5/server/isolinux/lt.hlp differ
diff --git a/templates/le5/server/isolinux/lt.tr b/templates/le5/server/isolinux/lt.tr
new file mode 100644
index 0000000000000000000000000000000000000000..d936c764351b4abe92d90a8c0931c832b8ea5312
Binary files /dev/null and b/templates/le5/server/isolinux/lt.tr differ
diff --git a/templates/le5/server/isolinux/lv.hlp b/templates/le5/server/isolinux/lv.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..d9a9a6119386e63558cbb61a84a82eda9d6ab69f
Binary files /dev/null and b/templates/le5/server/isolinux/lv.hlp differ
diff --git a/templates/le5/server/isolinux/lv.tr b/templates/le5/server/isolinux/lv.tr
new file mode 100644
index 0000000000000000000000000000000000000000..378769ced8c04fac3a8d9daa0850626b13d284a0
Binary files /dev/null and b/templates/le5/server/isolinux/lv.tr differ
diff --git a/templates/le5/server/isolinux/menu.cfg b/templates/le5/server/isolinux/menu.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f4c9e453ac0dd7c7ba28439023d56dc5a6a8535e
--- /dev/null
+++ b/templates/le5/server/isolinux/menu.cfg
@@ -0,0 +1,23 @@
+menu hshift 13
+menu width 49
+menu margin 8
+
+menu title Installer boot menu
+include stdmenu.cfg
+include txt.cfg
+include gtk.cfg
+menu begin advanced
+menu title Advanced options
+include stdmenu.cfg
+label mainmenu
+menu label ^Back..
+menu exit
+include adtxt.cfg
+include adgtk.cfg
+menu end
+label help
+menu label ^Help
+text help
+Display help screens; type 'menu' at boot prompt to return to this menu
+endtext
+config prompt.cfg
diff --git a/templates/le5/server/isolinux/message b/templates/le5/server/isolinux/message
new file mode 100644
index 0000000000000000000000000000000000000000..30960cbe7f4038db88ae0e98aab29a8fe60240a7
Binary files /dev/null and b/templates/le5/server/isolinux/message differ
diff --git a/templates/le5/server/isolinux/mk.tr b/templates/le5/server/isolinux/mk.tr
new file mode 100644
index 0000000000000000000000000000000000000000..472589310286744c59b31d431e86c7b77794262b
Binary files /dev/null and b/templates/le5/server/isolinux/mk.tr differ
diff --git a/templates/le5/server/isolinux/ml.tr b/templates/le5/server/isolinux/ml.tr
new file mode 100644
index 0000000000000000000000000000000000000000..a1fb007466fe4f83c417c17393d49e093929cb18
Binary files /dev/null and b/templates/le5/server/isolinux/ml.tr differ
diff --git a/templates/le5/server/isolinux/mr.tr b/templates/le5/server/isolinux/mr.tr
new file mode 100644
index 0000000000000000000000000000000000000000..7f61839ab13ab576ad24ccacb9c6c2a8a14aa65c
Binary files /dev/null and b/templates/le5/server/isolinux/mr.tr differ
diff --git a/templates/le5/server/isolinux/nb.hlp b/templates/le5/server/isolinux/nb.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..0530dab10f99d47c9e2e84892369ca64ecb95e59
Binary files /dev/null and b/templates/le5/server/isolinux/nb.hlp differ
diff --git a/templates/le5/server/isolinux/nb.tr b/templates/le5/server/isolinux/nb.tr
new file mode 100644
index 0000000000000000000000000000000000000000..e3c66723b9944ed6e2feb34d0892e998674fd563
Binary files /dev/null and b/templates/le5/server/isolinux/nb.tr differ
diff --git a/templates/le5/server/isolinux/ne.tr b/templates/le5/server/isolinux/ne.tr
new file mode 100644
index 0000000000000000000000000000000000000000..11f11baf07378297c60dd72c7862ebedcbd38ad2
Binary files /dev/null and b/templates/le5/server/isolinux/ne.tr differ
diff --git a/templates/le5/server/isolinux/nl.hlp b/templates/le5/server/isolinux/nl.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..7493361d6bef16ce007de74aa63415d051418108
Binary files /dev/null and b/templates/le5/server/isolinux/nl.hlp differ
diff --git a/templates/le5/server/isolinux/nl.tr b/templates/le5/server/isolinux/nl.tr
new file mode 100644
index 0000000000000000000000000000000000000000..7d87b3c84865f4494e28ec57d10adb92411e3ef6
Binary files /dev/null and b/templates/le5/server/isolinux/nl.tr differ
diff --git a/templates/le5/server/isolinux/nn.hlp b/templates/le5/server/isolinux/nn.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..4d8d9d7f39931250843520989bbebdb4ae564a2c
Binary files /dev/null and b/templates/le5/server/isolinux/nn.hlp differ
diff --git a/templates/le5/server/isolinux/nn.tr b/templates/le5/server/isolinux/nn.tr
new file mode 100644
index 0000000000000000000000000000000000000000..dc8e29cd8afcaee11636514c9bb615c976edf117
Binary files /dev/null and b/templates/le5/server/isolinux/nn.tr differ
diff --git a/templates/le5/server/isolinux/pa.tr b/templates/le5/server/isolinux/pa.tr
new file mode 100644
index 0000000000000000000000000000000000000000..f46be32279051ee1fc9d1e9b24994295bf829749
Binary files /dev/null and b/templates/le5/server/isolinux/pa.tr differ
diff --git a/templates/le5/server/isolinux/pl.hlp b/templates/le5/server/isolinux/pl.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..89f895149d96ec642be15f9450c112641bb04d2e
Binary files /dev/null and b/templates/le5/server/isolinux/pl.hlp differ
diff --git a/templates/le5/server/isolinux/pl.tr b/templates/le5/server/isolinux/pl.tr
new file mode 100644
index 0000000000000000000000000000000000000000..0fb270447da2fd8bd3fe31bec1802016ed56fbcb
Binary files /dev/null and b/templates/le5/server/isolinux/pl.tr differ
diff --git a/templates/le5/server/isolinux/po4a.cfg b/templates/le5/server/isolinux/po4a.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..75f67881c9836f5f85f1b8e0c632228d41369f04
--- /dev/null
+++ b/templates/le5/server/isolinux/po4a.cfg
@@ -0,0 +1,3 @@
+[po4a_langs] ar bn ca cs da de es eu fi fr gl hu id it ja ka ko ku lv nb nl pl pt pt_BR ru sk sv ta tr vi zh_CN zh_TW
+[po4a_paths] po/help.pot $lang:po/$lang.po
+[type:docbook] help.xml
diff --git a/templates/le5/server/isolinux/prompt.cfg b/templates/le5/server/isolinux/prompt.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f9984aedcefc44e0f80a19cc6997cccbb28f6b15
--- /dev/null
+++ b/templates/le5/server/isolinux/prompt.cfg
@@ -0,0 +1,16 @@
+prompt 1
+display f1.txt
+timeout 50
+include menu.cfg
+include exithelp.cfg
+
+f1 f1.txt
+f2 f2.txt
+f3 f3.txt
+f4 f4.txt
+f5 f5.txt
+f6 f6.txt
+f7 f7.txt
+f8 f8.txt
+f9 f9.txt
+f0 f10.txt
diff --git a/templates/le5/server/isolinux/pt.hlp b/templates/le5/server/isolinux/pt.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..769d300519570b75ab095ae3227ecc00f84676e9
Binary files /dev/null and b/templates/le5/server/isolinux/pt.hlp differ
diff --git a/templates/le5/server/isolinux/pt.tr b/templates/le5/server/isolinux/pt.tr
new file mode 100644
index 0000000000000000000000000000000000000000..147eed2df98fee41188b57e896174dffc1271e44
Binary files /dev/null and b/templates/le5/server/isolinux/pt.tr differ
diff --git a/templates/le5/server/isolinux/pt_BR.hlp b/templates/le5/server/isolinux/pt_BR.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..b3e794fed2a71c40ed3c2175adb0ffc80df52ca4
Binary files /dev/null and b/templates/le5/server/isolinux/pt_BR.hlp differ
diff --git a/templates/le5/server/isolinux/pt_BR.tr b/templates/le5/server/isolinux/pt_BR.tr
new file mode 100644
index 0000000000000000000000000000000000000000..8e77b99b433f3397158a6a89ef862d6b73919c49
Binary files /dev/null and b/templates/le5/server/isolinux/pt_BR.tr differ
diff --git a/templates/le5/server/isolinux/ro.hlp b/templates/le5/server/isolinux/ro.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..3f9f8746c50fcd7cf83f7b2afbc266565b3011e8
--- /dev/null
+++ b/templates/le5/server/isolinux/ro.hlp
@@ -0,0 +1,167 @@
+F1Bine ați venit în LE!Acesta este un sistem live pentru LE
+12.04. A fost creat la 20120423.
+
+Index al programelor de ajutor
+
+CHEIE  SUBIECT
+
+<F1F1>   Acestă pagină, indexul programelor de ajutor.
+<F2F2>   Cerințe esențiale pentru a rula LE.
+<F3F3>   Metode de inițializare pentru modalități speciale de utilizare a acestui
+sistem.
+<F4F4>   Metode adiționale de inițializare; recuperarea unui sistem deteriorat.
+<F5F5>   Parametri speciali de inițializare, vedere de ansamblu.
+<F6F6>   Parametri speciali de inițializare pentru mașini speciale.
+<F7F7>   Parametri speciali de inițializare pentru anumite controlere de disc.
+<F8F8>   Parametri speciali de inițializare pentru sistemul de bootstrap.
+<F9F9>   Cum se obține ajutor.
+<F10F10>  Drepturi de autor și garanții.
+
+Apăsați tastele de la F2 la F10 pentru detalii, sau tasta Escape pentru a
+ieși din sistemul de ajutor.F2CERINȚE OBLIGATORII PENTRU A INSTALA UBUNTUTrebuie să aveți cel puțin 384 MB de memorie RAM pentru a folosi acest
+sistem LE „live”.
+
+Sistemul „live” nu necesită spațiu pe discul dumneavoastră. În orice caz,
+partițiile swap de Linux existente pe disc vor fi folosite dacă sunt
+disponibile.
+
+Pentru mai multe informații, consultați lista întrebărilor frecvente
+(„FAQ”); documentul este disponibil pe site-ul LE,
+http://www.ubuntu.com/
+
+Mulțumiri pentru că ați ales LE!
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F3METODE DE INIȚIALIZARE A SISTEMULUIMetode disponibile de inițializare a sistemului:
+
+Încercați LE fără nu a aduce nicio schimbare calculatorului
+dumneavoastră.
+  Pornire sistem „live”. Dacă doriți, îl puteți instala mai târziu folosind
+  pictograma „Instalare” de pe suprafața de lucru.
+Instalare LE
+  Pornire instalare.
+Testare memorie
+  Executare test memorie.
+
+(„LE” poate fi înlocuit de alte nume de sisteme de operare asemănătoare.
+Acest text de ajutor este general.)
+
+Pentru a folosi una din aceste metode de inițializare, selectați-o din meniu
+cu tastele-săgeți. Apăsați F4 pentru a alege moduri alternative de pornire
+și instalare. Apăsați F6 pentru a edita parametrii de inițializare. Apăsați
+F6 din nou pentru a selecta o valoare dintr-un meniu ce conține parametri de
+inițializare folosiți în mod obișnuit.
+
+Cu excepția modului export, mesajele non-critice de pornire ale kernel-ului
+sunt suprimate.
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F4RESTAURAREA UNUI SISTEM DEFECTAcest disc nu conține un mod de recuperare dedicat. Totuși, de vreme ce
+discul furnizează un mediu complet pentru utilizator, se pot utiliza linia
+de comandă și/sau instrumentele grafice furnizate pentru a recupera un
+sistem deteriorat și se poate utiliza un navigator web pentru a căuta
+ajutor. Sunt disponibile online sugestii detaliate pentru majoritatea
+tipurilor de probleme ce ar putea determina eșuarea inițializării corecte a
+unui sistem normal.
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F5PARAMETRI SPECIALI DE INIȚIALIZARE - VEDERE GENERALĂPe unele sisteme, pentru a putea inițializa sistemul, s-ar putea să fie
+nevoie să specificați un parametru apăsând F6. De exemplu, s-ar putea ca
+Linux să nu fie capabil să facă autodetectarea echipamentelor hardware, în
+acest caz fiind nevoit să specificați explicit locația sau tipul lor pentru
+a putea fi recunoscute.
+
+Pentru mai multe informații despre ce parametri de inițializare puteți
+folosi, apăsați:
+
+<F6F6>   parametri de inițializare pentru mașini speciale
+<F7F7>   parametri de inițializare pentru diverse controlere de disc
+<F8F8>   parametri de inițializare acceptați de sistemul de bootstrap
+
+Multe module ale nucleului sunt încărcate dinamic de către sistemul de
+bootstrap, iar parametrii pentru aceste module nu pot fi specificați în
+linia de comandă.
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F6PARAMETRI SPECIALI DE INIȚIALIZARE - DIVERSE ECHIPAMENTE HARDWARESe pot folosi următorii parametri de inițializare apăsând F6, în combinație
+cu metoda de inițializare (vezi <F3F3>). Pentru numerele hexazacimale
+trebuie folosit prefixul 0x (ex: 0x300).
+
+HARDWARE                               PARAMETRUL DE SPECIFICAT
+
+IBM PS/1 sau ValuePoint (disc IDE)     hd=cilindri,capete,sectoare
+Unele laptopuri IBM ThinkPad           floppy.floppy=thinkpad
+Protejare regiune porturi intrare/ieșire (I/O)
+                                       reserve=iobase,extent[,...]
+Laptopuri cu probleme de afișare pe ecran
+                                       vga=771
+Forțare a folosirii unui driver IDE generic
+                                       all_generic_ide=1
+
+Metode ocolitoare (temporare) pentru blocările sau alte defectuări hardware:
+
+dezactivează rutarea defectuoasă a întreruperilor APIC
+                                       noapic nolapic
+(parțial) dizactivare ACPI             acpi=noirq sau acpi=off
+dezactivare USB                        nousb
+interoghează repetitiv hardware-ul pentru întreruperi
+                                       irqpoll
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F7PARAMETRI SPECIALI DE INIȚIALIZARE - DIVERȘI DRIVERI DE DISCSe pot folosi următorii parametri de inițializare apăsând F6, în combinație
+cu metoda de inițializare (vezi <F3F3>).
+
+HARDWARE                     PARAMETRUL DE SPECIFICAT
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (activat dacă nu e zero)
+Gazde SCSI BusLogic          BusLogic.BusLogic=iobase
+Anumite mașini DELL          aic7xxx.aic7xxx=no_probe
+
+Această listă este incompletă, pentru mai multe informații consultaț
+fișierul kernel-parameters.txt al nucleului.
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F8PARAMETRI SPECIALI DE INIȚIALIZARE - SISTEMUL DE INSTALARESe pot folosi următorii parametri de inițializare apăsând F6, în combinație
+cu metoda de inițializare (vezi <F3F3>). Acești parametri controlează
+modul de funcționare al sistemului de bootstrap.
+
+REZULTAT                                PARAMETRU
+
+Dezactivarea ACPI pentru mapările PCI (utilă pentru unele servere HP și a
+unor mașini bazate pe Via)              pci=noacpi
+Folosirea unei console Braille          brltty=driver,dispozitib,texttable
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F9OBȚINERE AJUTORNu vă panicați dacă nu puteți porni LE! Echipa LE este gata să vă
+ajute! Suntem interesați în mod special să aflăm despre problemele de
+pornire a sistemului pentru că, în general, ele nu apar numai la o singură
+persoană. Fie am aflat deja despre problema dumneavoastră particulară și vă
+putem oferi o soluție rapidă, fie am dori să aflăm despre ea și să lucrăm
+împreună cu dumneavoastră la soluționare ei, astfel încât următorul
+utilizator care va avea aceeași problemă va putea profita de experiența
+dumneavoastră!
+
+Pentru mai multe informații, consultați lista întrebărilor frecvente
+(„FAQ”); documentul este disponibil pe site-ul LE,
+http://www.ubuntu.com/
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.F10DREPTURI DE AUTOR ȘI GARANȚIIDrepturile de autor asupra LE: (C) 2004-2010 Canonical Ltd. Sistemul
+încorporează și munca multor alți autori sau persoane care au contribuit la
+realizarea lui.
+
+Sistemul LE se poate redistribui în mod liber. După pornirea sistemului,
+termenii exacți de distribuție pentru fiecare pachet sunt descriși în
+fișierele corespunzătoare din /usr/share/doc/nume pachet/copyright.
+
+LE vine ABSOLUT FĂRĂ NICIO GARANȚIE, în măsura în care este permis de
+legile în vigoare.
+
+Acest sistem este bazat pe sistemul Debian. Consultați
+http://www.debian.org/pentru mai multe detalii și informații despre
+proiectul Debian.
+
+Apăsați F1 pentru indexul programului de ajutor, sau Escape pentru a ieși
+din programul de ajutor.�
diff --git a/templates/le5/server/isolinux/ro.tr b/templates/le5/server/isolinux/ro.tr
new file mode 100644
index 0000000000000000000000000000000000000000..cb6f67ccedc072c58ee5b5d4624146914499167f
Binary files /dev/null and b/templates/le5/server/isolinux/ro.tr differ
diff --git a/templates/le5/server/isolinux/rqtxt.cfg b/templates/le5/server/isolinux/rqtxt.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..920d70449c245ba759143d976d46ecd2baeb065e
--- /dev/null
+++ b/templates/le5/server/isolinux/rqtxt.cfg
@@ -0,0 +1,4 @@
+label rescue
+menu label ^Rescue mode
+kernel /install/vmlinuz
+append noprompt cdrom-detect/try-usb=true vga=788 initrd=/install/initrd.gz rescue/enable=true -- quiet
diff --git a/templates/le5/server/isolinux/ru.hlp b/templates/le5/server/isolinux/ru.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..9d4619ce0d7c9e84f2ac32fc49af8f3e3965beb0
--- /dev/null
+++ b/templates/le5/server/isolinux/ru.hlp
@@ -0,0 +1,144 @@
+F1Добро пожаловать в LE!Это live-версия LE 12.04. Создана
+20120423.
+
+СОДЕРЖАНИЕ
+
+КЛЮЧ   ТЕМА
+
+<F1F1>   Данная страница - содержание справки.
+<F2F2>   Требования для запуска LE.
+<F3F3>   Варианты загрузки для особых вариантов использования системы.
+<F4F4>   Дополнительные способы загрузки; восстановление системы.
+<F5F5>   Специальные параметры загрузки, обзор.
+<F6F6>   Специальные параметры загрузки для определенных платформ.
+<F7F7>   Специальные параметры загрузки для некоторых дисковых контроллеров.
+<F8F8>   Специальные параметры начального загрузчика системы.
+<F9F9>   Как получить справку.
+<F10F10>  Авторские права и гарантии.
+
+Нажмите клавиши F2-F10 для просмотра или Escape для выхода из справки.F2ТРЕБОВАНИЯ ДЛЯ ЗАПУСКА UBUNTUДля использования live-системы LE потребуется как минимум 384 мегабайт
+оперативной памяти.
+
+Live-система не требует пространства на вашем жёстком диске. Однако, если
+это возможно, будут использованы существующие разделы подкачки.
+
+Прочтите FAQ для получения дополнительной информации. Этот документ доступен
+на сайте LE, см. http://www.ubuntu.com/.
+
+Благодарим вас за выбор LE!
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F3СПОСОБЫ ЗАГРУЗКИДоступные способы загрузки:
+
+Запустить LE без установки на компьютер
+  Загрузить live-систему. Вы сможете запустить установку системы позже,
+  воспользовавшись ярлыком «Установить...» на рабочем столе.
+Установить LE
+  Начать установку.
+Проверить память
+  Выполнить тест оперативной памяти.
+
+(Этот файл справки универсален. Слово "LE" может быть заменено именами
+родственных операционных систем.)
+
+Чтобы воспользоваться одним из методов загрузки, выберите его в меню,
+пользуясь клавишами управления курсором. Нажмите F4 для выбора
+альтернативных режимов запуска и установки. Нажмите F6 для изменения
+параметров загрузки. Повторное нажатие F6 вызовет меню типовых параметров
+загрузки.
+
+Некритичные сообщения загрузки ядра будут отображаться только в режима
+эксперта.
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F4ВОССТАНОВЛЕНИЕ СИСТЕМЫНа этом диске нет режима восстановления. Однако диск предоставляет полное
+пользовательское окружение, дающее возможность использовать как консольные,
+так и утилиты с графическим интерфейсом для восстановления работоспособности
+системы, а также использовать интернет для поиска помощи. В интернете можно
+найти подробные советы по решению большинства проблем, которые могут
+привести вашу систему в неисправное состояние.
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F5СПЕЦИАЛЬНЫЕ ПАРАМЕТРЫ ЗАГРУЗКИ - ОБЗОРДля успешного запуска на некоторых системах вам будет необходимо указать
+параметр загрузки по нажатию F6. К примеру, Linux может не определить
+автоматически ваши устройства, и вам придётся явно указать их
+местонахождение или тип для правильного определения.
+
+Для получения дополнительной информации о параметрах загрузки, которые вы
+можете использовать, нажмите:
+
+<F6F6>   загрузочные параметры для отдельных платформ
+<F7F7>   загрузочные параметры для некоторых дисковых контроллеров
+<F8F8>   параметры начального загрузчика системы
+
+Многие модули ядра динамически загружаются системой начальной загрузки и
+параметры для этих модулей не могут быть заданы в командной строке.
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F6СПЕЦИАЛЬНЫЕ ПАРАМЕТРЫ ЗАГРУЗКИ - ОТДЕЛЬНЫЕ УСТРОЙСТВАПо нажатию F6 вы можете использовать следующие параметры в сочетании с
+методом загрузки (см. <F3F3>). При использовании шестнадцатеричных чисел
+необходимо вводить префикс 0x (например 0x300).
+
+УСТРОЙСТВА                             ВВОДИМЫЙ ПАРАМЕТР
+
+IBM PS/1 или ValuePoint (IDE-диск)     hd=cylinders,heads,sectors
+Некоторые модели IBM ThinkPad          floppy.floppy=thinkpad
+Защита портов I/O                      reserve=iobase,extent[,...]
+Ноутбуки с проблемами вывода на экран  vga=771
+Использовать базовый IDE драйвер       all_generic_ide=1
+
+Возможные (временные) обходные методы при блокировках или других сбоях
+аппаратного обеспечения:
+
+Отключить ошибочную маршрутизацию прерываний APIC
+                                       noapic nolapic
+(частично) отключить ACPI              acpi=noirq или acpi=off
+отключить USB                          nousb
+опрос прерываний                       irqpoll
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F7СПЕЦИАЛЬНЫЕ ПАРАМЕТРЫ ЗАГРУЗКИ - НЕКОТОРЫЕ КОНТРОЛЛЕРЫ ДИСКОВПо нажатию F6 вы можете использовать следующие параметры в сочетании с
+методом загрузки (см. <F3F3>).
+
+УСТРОЙСТВА                   ВВОДИМЫЙ ПАРАМЕТР
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (включено если не ноль)
+SCSI-хосты BusLogic          BusLogic.BusLogic=iobase
+Некоторые машины DELL        aic7xxx.aic7xxx=no_probe
+
+Этот список неполон, для получения дополнительной информации смотрите файл
+документации ядра kernel-parameters.txt.
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F8СПЕЦИАЛЬНЫЕ ПАРАМЕТРЫ ЗАГРУЗКИ - НАЧАЛЬНЫЙ ЗАГРУЗЧИКПо нажатию F6 вы можете использовать следующие параметры в сочетании с
+методом загрузки (см. <F3F3>). Эти параметры управляют работой начального
+загрузчика.
+
+РЕЗУЛЬТАТ                               ПАРАМЕТР
+
+Выключить ACPI для карт PCI (полезно для некоторых серверов HP и машин на
+основе VIA)                             pci=noacpi
+Использовать интерфейс Брайля           brltty=driver,device,texttable
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F9КАК ПОЛУЧИТЬ ПОМОЩЬЕсли вы не можете запустить LE, не отчаивайтесь! Команда LE готова
+помочь вам! Мы особо заинтересованы в выявлении проблем, связанных с
+загрузкой системы. Подобные проблемы, как правило, обнаруживаются не только
+у одного человека. Возможно мы уже знаем о данной конкретной проблеме,
+тогда мы сможем обеспечить более быстрое её решение. В противном случае, мы
+желаем знать о ней и готовы работать над её решением вместе с вами. Позже
+ваш опыт будет полезен другому пользователю столкнувшемуся с такой же
+проблемой!
+
+Прочтите FAQ для получения дополнительной информации. Этот документ доступен
+на сайте LE, см. http://www.ubuntu.com/.
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.F10АВТОРСКИЕ ПРАВА И ГАРАНТИИLE охраняется авторским правом (C) 2004-2010 Canonical Ltd. и объединяет
+труд многих других авторов и участников.
+
+Система LE является свободно распространяемой. Точные соглашения о
+порядке распространения для каждого пакета описаны в соответствующем файле
+/usr/share/doc/packagename/copyright, доступном после запуска системы.
+
+LE распространяется БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, в рамках, определённых
+соответствующим законодательством.
+
+Данная система основана на Debian. Для получения дополнительной информации о
+проекте Debian смотрите http://www.debian.org/
+
+Нажмите F1 для перехода к оглавлению справки или Escape для выхода из неё.�
diff --git a/templates/le5/server/isolinux/ru.tr b/templates/le5/server/isolinux/ru.tr
new file mode 100644
index 0000000000000000000000000000000000000000..5b498d542ce9b8a580a597959c67b6c30869176e
Binary files /dev/null and b/templates/le5/server/isolinux/ru.tr differ
diff --git a/templates/le5/server/isolinux/si.hlp b/templates/le5/server/isolinux/si.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..c3a2544a6d0542b1ada8af18e55712ba8f240236
--- /dev/null
+++ b/templates/le5/server/isolinux/si.hlp
@@ -0,0 +1,140 @@
+F1LE වෙත පිළිගනිමු!මෙය LE 12.04 සඳහා වූ සජීවී පද්ධතියයි.
+මෙය 20120423 වැනි දින ගොඩ නගන ලදී.
+
+උදව් සූචිය
+
+යතුර   මාතෘකාව
+
+<F1F1>   මෙම පිටුව, උදව් සූචියයි.
+<F2F2>   LE ධාවනය සඳහා පූර්ව-අවශ්‍යතා.
+<F3F3>   පද්ධති භාවිතය පිළිබද විශේෂ ක්‍රම සඳහා වූ බූට් විධි
+<F4F4>   අමතර බූට් ක්‍රම; බිඳුනු පද්ධතියක් මුදවා ගැනීම.
+<F5F5>   විශේෂ බූට් පරාමිති, දළ විශ්ලේෂණය.
+<F6F6>   විශේෂ යන්ත්‍ර සඳහා වූ විශේෂ boot පරාමිතීන්.
+<F7F7>   තෝරාගත් තැටි පාලකයන් සඳහා වූ විශේෂ boot පරාමිතීන්.
+<F8F8>   Bootstrap පද්ධතිය සඳහා වූ විශේෂ boot පරාමිතීන්
+<F9F9>   උදව් ලබාගන්නා ආකාරය.
+<F10F10>  කතුහිමිකම් සහ වගකීම්.
+
+විස්තර සඳහා F2 සිට F10 දක්වා ඔබන්න, හෝ උදව් වලින් පිටවීම සඳහා Escape ඔබන්න.F2උබුන්ටු ස්ථාපනය සඳහා පූර්ව-අවශ්‍යතාමෙම උබුන්ටු සජීවී පද්ධතිය භාවිතයට නම් ඔබට අවම වශයෙන් මෙගාබයිට් 384ක RAM
+මතකයක් තිබිය යුතුය.
+
+සජීවී පද්ධතිය සඳහා ඔබේ දෘඩ තැටියෙහි කිසිදු ඉඩක් අවශ්‍ය නොවේ. කෙසේනමුත්,
+තැටියෙහි දැනටමත් පවත්නා හුවමාරු කරගන්නා ලිනක්ස් විභාජකයන් ලබා ගැනීමට හැකිනම්
+භාවිතා කිරීමට සිදු විය හැක.
+
+වැඩි විස්තර සඳහා FAQ බලන්න; මෙම ලේඛනය උබුන්ටු වෙබ් අඩවියෙන් ලබා ගත හැක,
+http://www.ubuntu.com/
+
+උබුන්ටු තෝරාගත් ඔබට ස්තූතියි!
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F3Boot ක්‍රමලබා ගත හැකි ඇරඹුම් ක්‍රම:
+
+ඔබේ පරිඝණකයට කිසිදු වෙනසක් නොකර උබුන්ටු අත්හදා බලන්න
+  සජීවී පද්ධතිය අරඹන්න. ඔබට අවැසි නම්, ඔබගේ වැඩතලයේ ඇති "ස්ථාපනය කරන්න"
+  අයිකනය මගින් මෙය පසුව ස්ථාපනය කල හැක.
+උබුන්ටු ස්ථාපනය කරන්න
+  ස්ථාපනය අරඹන්න.
+මතකය පරීක්ෂා කරන්න
+  මතක පරීක්ෂාවක් සිදු කරන්න.
+
+("උබුන්ටු" යන්න අනෙකුත් ආශ්‍රිත මෙහෙයුම් පද්ධති නාමයන් සමග ප්‍රතිස්ථාපනය විය
+හැක. මෙම උදව් පාඨය ප්‍රජාතීයයි.)
+
+මෙම boot ක්‍රම වලින් එකක් භාවිතා කිරීමට නම්, cursor යතුරු භාවිතයෙන් එය
+මෙනුවෙන් තෝරන්න. විකල්ප start-up හා ස්ථාපන ආකාර තෝරාගැනීම සඳහා F4 ඔබන්න.
+Boot පරාමිතීන් වෙනස් කිරීමට F6 ඔබන්න. නිතර-භාවිත boot පරාමිතීන් මෙනුවකින්
+තේරීම‌ට F6 නැවත ඔබන්න.
+
+ප්‍රවීණ ආකාරයෙහිදී හැර, උග්‍ර නොවන කර්නල ඇරඹුම් පණිවුඩයන් මර්දිත වේ.
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F4බිඳුනු පද්ධතියක් මුදවා ගනිමින්There is no dedicated rescue mode on this disc. However, since the disc
+provides a complete user environment, it is possible to use the command-line
+and/or graphical tools provided to rescue a broken system, and to use a web
+browser to search for help. Extensive advice is available online for most
+kinds of problems that might cause your normal system to fail to boot
+correctly.
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F5විශේෂ ඇරඹුම් පරාමිතීන් - 	දළ විශ්ලේෂණයසමහරක් පද්ධතිවලදී, පද්ධතිය ඇරඹීම සඳහා ඔබ හට F6 ඔබමින් පරාමිතයක් විශේෂණය
+කිරීමට සිදු විය හැක. නිදසුනක් ලෙස, ලිනක්ස් හට ඔබේ දෘඩාංගය ස්වයං අනාවරණය
+කිරීමට හැකියාවක් නොමැත, එබැවින් හඳුනාගැනීම සඳහා ඔබ හට එහි පිහිටීම හෝ වර්ගය
+නිශ්චිතවම විශේෂණය කිරීමට සිදු වේ.
+
+ඔබට භාවිතා කල හැකි ඇරඹුම් පරාමිතීන් පිළිබද වැඩි විස්තර සඳහා, ඔබන්න:
+
+<F6F6>   විශේෂ යන්ත්‍ර සඳහා වූ boot පරාමිතීන්
+<F7F7>   විවිධ තැටි පාලකයන් සඳහා වූ boot පරාමිතීන්
+<F8F8>   Bootstrap පද්ධතියෙන් තේරුම්ගත් boot පරාමිතීන්
+
+Many kernel modules are loaded dynamically by the bootstrap system, and
+parameters for those modules cannot be given on the command line.
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F6විශේෂ boot පරාමිතීන් - විවිධ දෘඩාංගBoot ක්‍රමය සමග F6 එබීමෙන් ඔබට පසු දැක්වෙන boot පරාමිතීන් භාවිතා කල හැක
+(<F3F3> බලන්න). ඔබ hex අංක භාවිතා කරන්නේ නම් ඔබ‌ට 0x prefix භාවිතා කල හැක
+(උදා: 0x300).
+
+දෘඩාංග                                 සඳහන් කල යුතු පරාමිතීන්
+
+අයිබීඑම් PS/1 හෝ ValuePoint (IDE තැටිය)
+                                       hd=cylinders,heads,sectors
+සමහර IBM ThinkPad                      floppy.floppy=thinkpad
+I/O port කලාප ආරක්ෂා කරන්න             reserve=iobase,extent[,...]
+තිර දර්ශන ගැටළු ඇති ලැප්ටොප්           vga=771
+Generic IDE ධාවකය භාවිතයට බල කරන්න     all_generic_ide=1
+
+Possible (temporary) workarounds for lockups or other hardware failures:
+
+බගී APIC අතරමගදී නවත්වන මං සැකසුම අක්‍රිය කරන්න
+                                       noapic nolapic
+ACPI අක්‍රීය කරන්න (කොටසක්)            acpi=noirq හෝ acpi=අක්‍රිය
+USB අක්‍රීය කරන්න                      nousb
+අතරමග නැවතුම් සඳහා ඡන්ද විමසීම         irqpoll
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F7විශේෂ boot පරාමිතීන් - විවිධ තැටි ධාවකBoot ක්‍රමය සමග F6 එබීමෙන් ඔබට පසු දැක්වෙන boot පරාමිතීන් භාවිතා කල හැක
+(<F3F3> බලන්න).
+
+දෘඩාංග                       සඳහන් කල යුතු පරාමිතීන්
+
+ඇඩෑප්ටෙක් 151x, 152x         aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+ඇඩෑප්ටෙක් 1542               aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+ඇඩෑප්ටෙක් 274x, 284x         aic7xxx.aic7xxx=no_reset (එය 0 නොවන්නේනම් සක්‍රිය වේ)
+බස්ලොජික් SCSI ධාරකයන්       BusLogic.BusLogic=iobase
+නිෂ්චිත DELL යන්ත්‍ර         aic7xxx.aic7xxx=no_probe
+
+මෙම ලැයිස්තුව අසම්පූර්ණය, වැඩිදුර දැනගැනීමට කර්නලයේ kernel-parameters.txt
+ගොනුව බලන්න.
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F8විශේෂ boot පරාමිතීන් - ස්ථාපන පද්ධතියBoot ක්‍රමය සමග F6 එබීමෙන් ඔබට පසු දැක්වෙන boot පරාමිතීන් භාවිතා කල හැක
+(<F3F3> බලන්න). මෙම පරාමිතීන්, bootstrap පද්ධතිය ක්‍රියා කරන ආකාරය පාලනය
+කරයි.
+
+ප්‍රතිළුලය                              පරාමිතිය
+
+PCI සිතියම් සඳහා ACPI අක්‍රීය කරන්න (සමහර HP සේවාදායකයන් හා Via-මත පදනම් වූ
+යන්ත්‍ර සඳහා යෝග්‍ය වේ)                 pci=noacpi
+බේ‍්‍රල් අකුරු භාවිතා කරන්න             brltty=driver,device,texttable
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F9උදව් ලබාගැනීමඔබට උබුන්ටු ආරම්භ කල නොහැකි නම්, බලාපොරොත්තු සුන් නොකරගන්න! උබුන්ටු කණ්ඩායම
+ඔබට උදව් කිරීමට සූදානම්! ආරම්භ කිරීමේදී ඇතිවන ගැටළු ගැන ඇසීමට අප විශේෂයෙන්
+උනන්දු වෙමු, කිමද සාමාන්‍යයෙන් ඒවා එක් පුද්ගලයෙකුට පමණක් සිදුවන ඒවා නොවේ.
+අප දැනටමත් ඔබගේ ගැටළුව ගැන අසා ඇත හා ඉක්මන් නිවැරදි කිරීමක් ලබාදිය හැක හෝ
+ඔබේ ගැටළුව ගැන ඇසීමට හා ඔබ සමග එය විසඳීමට කැමැත්තෙමු. එනිසා විටෙක එම ගැටළුවම
+ඇතිවන ඊළඟ පරිශීලකයාට ඔබේ අත්දැකීම ප්‍රයෝජනයක් වනු ඇත!
+
+වැඩි විස්තර සඳහා FAQ බලන්න; මෙම ලේඛනය උබුන්ටු වෙබ් අඩවියෙන් ලබා ගත හැක,
+http://www.ubuntu.com/
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.F10කතු හිමිකම් සහ වගකීම්උබුන්ටු යනු කතුහිම්කම (C) 2004-2010 සීමාසහිත කැනෝනිකල්., සහ නියම කතුවරු සහ
+දායකවරුන්ගේ සමිතිය.
+
+උබුන්ටු පද්ධතිය නොමිලේ බෙදාහැරිය හැක. After startup, the exact distribution
+terms for each package are described in the corresponding file
+/usr/share/doc/packagename/copyright.
+
+සුදුසු නීතියක් විසින් විත්තියේ අනුදැනුම ඇතුව, උබුන්ටු සැමවිටම බලපත්‍රයක්
+නොමැතිව පැමිණෙයි.
+
+මෙම පද්ධතිය Debian මත පදනම් වේ. Dabian ව්‍යාපෘතිය ගැන අමතර විස්තර හා තොරතුරු
+සඳහා http://www.debian.org/ බලන්න.
+
+උදව් සූචිය සඳහා F1 ඔබන්න, හෝ උදව් වලින් පිටවීමට Escape ඔබන්න.�
diff --git a/templates/le5/server/isolinux/si.tr b/templates/le5/server/isolinux/si.tr
new file mode 100644
index 0000000000000000000000000000000000000000..68d4ba3c6cd795fa82b1eaf1b1199116a66db1a7
Binary files /dev/null and b/templates/le5/server/isolinux/si.tr differ
diff --git a/templates/le5/server/isolinux/sk.hlp b/templates/le5/server/isolinux/sk.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..bbcca2d16a5d56cb199809d5256f89a4f6db8ce1
Binary files /dev/null and b/templates/le5/server/isolinux/sk.hlp differ
diff --git a/templates/le5/server/isolinux/sk.tr b/templates/le5/server/isolinux/sk.tr
new file mode 100644
index 0000000000000000000000000000000000000000..12c65a96b6a13faecfc8568015b183f3aeefad31
Binary files /dev/null and b/templates/le5/server/isolinux/sk.tr differ
diff --git a/templates/le5/server/isolinux/sl.hlp b/templates/le5/server/isolinux/sl.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..7188859f607dd52680811355de1ab51809fd1119
Binary files /dev/null and b/templates/le5/server/isolinux/sl.hlp differ
diff --git a/templates/le5/server/isolinux/sl.tr b/templates/le5/server/isolinux/sl.tr
new file mode 100644
index 0000000000000000000000000000000000000000..bec7d3daa86470d8cfaab355ff9aa3c215e49fc9
Binary files /dev/null and b/templates/le5/server/isolinux/sl.tr differ
diff --git a/templates/le5/server/isolinux/splash.pcx b/templates/le5/server/isolinux/splash.pcx
new file mode 100644
index 0000000000000000000000000000000000000000..72bb9da4f610777dfd26e7007525d7462fe0cc3b
Binary files /dev/null and b/templates/le5/server/isolinux/splash.pcx differ
diff --git a/templates/le5/server/isolinux/splash.pcx.old b/templates/le5/server/isolinux/splash.pcx.old
new file mode 100644
index 0000000000000000000000000000000000000000..7879909404f529138b7d6c0ca7154f14edf2a1e7
Binary files /dev/null and b/templates/le5/server/isolinux/splash.pcx.old differ
diff --git a/templates/le5/server/isolinux/sq.hlp b/templates/le5/server/isolinux/sq.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..38849e02f9abaa5150d04ac529fec86b8654f12e
Binary files /dev/null and b/templates/le5/server/isolinux/sq.hlp differ
diff --git a/templates/le5/server/isolinux/sq.tr b/templates/le5/server/isolinux/sq.tr
new file mode 100644
index 0000000000000000000000000000000000000000..1f5bd7048973c40757687fb3b68183c493a59fad
Binary files /dev/null and b/templates/le5/server/isolinux/sq.tr differ
diff --git a/templates/le5/server/isolinux/sr.hlp b/templates/le5/server/isolinux/sr.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..eb6380f5d685323d306f12295190d56cd2a04c0d
--- /dev/null
+++ b/templates/le5/server/isolinux/sr.hlp
@@ -0,0 +1,138 @@
+F1Добродошли у LE!Ово је пробни систем за LE
+12.04.Саграђен је 20120423.
+
+САДРЖАЈ ПОМОЋИ
+
+КЉУЧ   ТЕМА
+
+<F1F1>   Ова страница, садржај помоћи.
+<F2F2>   Предуслови за рад LE.
+<F3F3>   Методи покретања за посебне начине коришћења овог система
+<F4F4>   Додатни методи покретања; спашавање оштећеног система.
+<F5F5>   Посебни параметри покретања, преглед.
+<F6F6>   Посебни параметри покретања за специјалне машине.
+<F7F7>   Посебни параметри покретања за одабране контролере диска.
+<F8F8>   Посебни параметри покретања за подизање система.
+<F9F9>   Како наћи помоћ.
+<F10F10>  Ауторска права и гаранције.
+
+Притисните „F2“ кроз „F10“ за детаље или „ESC“ за излазак из помоћи.F2ПОТРЕБНО ЗА ИНСТАЛАЦИЈУ УБУНТУ-аМорате имати најмање 384 мегабајта РАМ-а да бисте користили овај Убунту
+пробни систем.
+
+Пробни систем не захтева простор на чврстом диску. Ипак, биће коришћена
+постојећа Линукс своп партиција на диску ако је доступна.
+
+Погледајте „Често постављана питања“ за више информација; овај документ је
+доступан на Убунту веб сајту: http://www.ubuntu.com/
+
+Хвала Вам што сте изабрали Убунту!
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F3МЕТОДИ ПОКРЕТАЊАДоступни методи покретања:
+
+Пробајте Убунту без икаквих промена на Вашем рачунару
+  Покрените пробни систем. Ако желите, можете га инсталирати касније
+  користећи иконицу „Инсталирај“ на радној површини.
+Инсталирајте Убунту
+  Покрените инсталацију.
+Тестирајте меморију
+  Извршите тест меморије.
+
+(„Убунту“ може бити замењено неким другим сродним именима оперативног
+система. Овај помоћни текст је уопштен.)
+
+Да бисте користили један од ових метода покретања, изаберите га из менија
+користећи тастере курсора. Притисните „F4“ да изаберете алтернативни метод
+покретања и инсталације. Притисните „F6“ да поставите параметр покретања.
+Притисните „F6“ још једном да изаберете из менија најчешће коришћених
+параметара покретања.
+
+Осим у експерт режиму, некритичне поруке кернела при покретање су потиснуте.
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F4СПАШАВАЊЕ ОШТЕЋЕНОГ СИСТЕМАНа овом диску нема посвећеног режима спашавања. Међутим, пошто диск нуди
+комплетно корисничко окружење, могуће је користити конзолу и/или обезбеђене
+графичке алате за спашавање оштећеног система и користити веб претраживач за
+тражење помоћи. Обиман савет је доступан на интернету за већину проблема
+који могу довести до тога да се Ваш нормалан систем не покрене исправно.
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F5ПОСЕБНИ ПАРАМЕТРИ ПОКРЕТАЊА — ПРЕГЛЕДНа неколико система, можда ћете морати да одредите параметар притиском на
+„F6“ да бисте покренули систем. На пример, Линукс можда неће бити у
+могућности да аутоматски препозна Ваш хардвер и Ви ћете можда морати јасно
+да одредите његову локацију или тип да би био препознат.
+
+За више информација о томе које параметре покретања можете да користите,
+притисните:
+
+<F6F6>   параметри покретања за посебне машине
+<F7F7>   параметри покретања за разне контролере диска
+<F8F8>   параметри покретања разумљиви иницијалном систему
+
+Многи модули кернела су учитани динамички од стране иницијалног покретача
+система и параметри за те модуле не могу бити дати у командној линији.
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F6ПОСЕБНИ ПАРАМЕТРИ ПОКРЕТАЊА — РАЗНИ ХАРДВЕРМожете користити следеће параметре притиском на „F6“ у комбинацији са
+методима покретања (погледајте <F3F3>). Ако користите хексадецималне
+бројеве морате да користите 0x префикс (нпр. 0x300)
+
+ХАРДВЕР                                ПАРАМЕТАР ЗА ОДРЕЂИВАЊЕ
+
+ИБМ ПС/1 или „ValuePoint“ (ИДЕ диск)   хд=цилиндара,глава,сектора
+Неки ИБМ ТинкПад модели                floppy.floppy=thinkpad
+Заштити У/И области порта              reserve=iobase,extent[,...]
+Преносни рачунари са проблемима екрана vga=771
+Форсирај употребу генеричких ИДЕ драјвера
+                                       all_generic_ide=1
+
+Могућа (привремена) решења за закључавања и остале хардверске кварове:
+
+онемогућити „APIC“ прекид усмеравања   noapic nolapic
+(делимично) онемогући „ACPI“           acpi=noirq или acpi=off
+онемогући „USB“                        nousb
+пропитивање за прекидима               irqpoll
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F7ПОСЕБНИ ПАРАМЕТРИ ПОКРЕТАЊА — РАЗНИ ДИСК ЧИТАЧИМожете користити следеће параметре притиском на „F6“ у комбинацији са
+методима покретања (погледајте <F3F3>).
+
+ХАРДВЕР                      ПАРАМЕТАР ЗА ОДРЕЂИВАЊЕ
+
+Адаптек 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Адаптек 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Адаптек 274x, 284x           aic7xxx.aic7xxx=no_reset (омогућено ако није 0)
+BusLogic SCSI домаћини       BusLogic.BusLogic=iobase
+Одређене ДЕЛ машине          aic7xxx.aic7xxx=no_probe
+
+Ова листа није потпуна, погледајте „kernel-parameters.txt“ датотеку за нешто
+више.
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F8ПОСЕБНИ ПАРАМЕТРИ ПОКРЕТАЊА — ИНСТАЛАЦИОНИ СИСТЕММожете користити следеће параметре притиском на „F6“ у комбинацији са
+методима покретања (погледајте <F3F3>). Ови параметри контролишу како
+ради подизање система.
+
+РЕЗУЛТАТ                                ПАРАМЕТАР
+
+Онемогући „ACPI“ за „PCI“ мапе (погодно за неке „HP“ сервере и „Via“ машине)
+                                        pci=noacpi
+Користи Брејев „tty“                    brltty=driver,device,texttable
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F9ДОБИЈАЊЕ ПОМОЋИАко не можете да покренете Убунту, не очајавајте! Убунту тим је спреман да
+Вам помогне! Посебно смо заинтересовани да чујемо о проблемима покретања,
+јер се они углавном не дешавају само једној особи. Или смо већ чули о
+Вашем проблему и можемо омогућити брзо решавање или желимо да чујемо о томе
+и да радимо на њему са Вама, тако да ће следећи корисник који буде наишао на
+исти проблем имати користи од Вашег искуства.
+
+Погледајте „Често постављана питања“ за више информација; овај документ је
+доступан на Убунту веб сајту: http://www.ubuntu.com/
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.F10АУТОРСКА ПРАВА И ГАРАНЦИЈЕУбунту ауторска права 2004-2010 задржава Каноникал Д.о.о. и обухвата рад
+многих других оригиналних аутора и сарадника.
+
+Убунту систем можете слободно размењивати. Након покретања, тачни
+дистрибуциони термини за сваки пакет су описани у одговарајућој датотеци
+„/usr/share/doc/име пакета/copyright“.
+
+Убунту долази БЕЗ ИКАКВЕ ГАРАНЦИЈЕ, у мери дозвољеној важећим законом.
+
+Овај систем је заснован на Дебијану. За више детаља и информација о Дебијан
+пројекту погледајте: http://www.debian.org/.
+
+Притисните „F1“ за садржај помоћи или „ESC“ за излазак из помоћи.�
diff --git a/templates/le5/server/isolinux/sr.tr b/templates/le5/server/isolinux/sr.tr
new file mode 100644
index 0000000000000000000000000000000000000000..25506842f6f7681c47acc1635a8275515fa3c42f
Binary files /dev/null and b/templates/le5/server/isolinux/sr.tr differ
diff --git a/templates/le5/server/isolinux/stdmenu.cfg b/templates/le5/server/isolinux/stdmenu.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f6ea848fc44cb63b84217ecd226eaca2ed1aece9
--- /dev/null
+++ b/templates/le5/server/isolinux/stdmenu.cfg
@@ -0,0 +1,15 @@
+menu background splash.png
+menu color title * #FFFFFFFF *
+menu color border * #00000000 #00000000 none
+menu color sel * #ffffffff #76a1d0ff *
+menu color hotsel 1;7;37;40 #ffffffff #00000000 *
+menu color tabmsg * #ffffffff #00000000 *
+menu color help 37;40 #ffdddd00 #00000000 none
+menu vshift 12
+menu rows 10
+menu helpmsgrow 15
+# The command line must be at least one line from the bottom.
+menu cmdlinerow 16
+menu timeoutrow 16
+menu tabmsgrow 18
+menu tabmsg Press ENTER to boot or TAB to edit a menu entry
diff --git a/templates/le5/server/isolinux/sv.hlp b/templates/le5/server/isolinux/sv.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..41caff6aeefc2f7ebf73191aad79422336cc454c
Binary files /dev/null and b/templates/le5/server/isolinux/sv.hlp differ
diff --git a/templates/le5/server/isolinux/sv.tr b/templates/le5/server/isolinux/sv.tr
new file mode 100644
index 0000000000000000000000000000000000000000..e42ea85ba0bc9e4dad221430d6c6169857bcc5c4
Binary files /dev/null and b/templates/le5/server/isolinux/sv.tr differ
diff --git a/templates/le5/server/isolinux/syslinux.cfg b/templates/le5/server/isolinux/syslinux.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..fd9c333b240b52b7bc89fb62c52db31d3a528fa1
--- /dev/null
+++ b/templates/le5/server/isolinux/syslinux.cfg
@@ -0,0 +1,6 @@
+# D-I config version 2.0
+include menu.cfg
+default vesamenu.c32
+prompt 0
+timeout 50
+ui gfxboot bootlogo
diff --git a/templates/le5/server/isolinux/ta.tr b/templates/le5/server/isolinux/ta.tr
new file mode 100644
index 0000000000000000000000000000000000000000..7a26ac3cff4beb468fa9e6dc98e04eded0b2cc22
Binary files /dev/null and b/templates/le5/server/isolinux/ta.tr differ
diff --git a/templates/le5/server/isolinux/te.tr b/templates/le5/server/isolinux/te.tr
new file mode 100644
index 0000000000000000000000000000000000000000..992cbcc7a2026ff54956e50734132ebd70ddc6e4
Binary files /dev/null and b/templates/le5/server/isolinux/te.tr differ
diff --git a/templates/le5/server/isolinux/th.hlp b/templates/le5/server/isolinux/th.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..0038038edff8c1daf1aa4b0fd4d70ed96aec24e9
--- /dev/null
+++ b/templates/le5/server/isolinux/th.hlp
@@ -0,0 +1,128 @@
+F1ยินดีต้อนรับสู่ LE!นี่คือระบบเล่นสดสำหรับ LE 12.04
+ถูกสร้างขึ้นเมื่อ 20120423
+
+รายการการช่วยเหลือ
+
+คีย์   หัวข้อ
+
+<F1F1>   หน้านี้, ดัชนีความช่วยเหลือ
+<F2F2>   ความต้องการสำหรับการเรียก LE
+<F3F3>   วิธีการบูตแบบพิเศษสำหรับการใช้งานระบบนี้
+<F4F4>   วิธีการเพิ่มเติมในการบูต; การช่วยเหลือระบบที่เสียหาย
+<F5F5>   ค่าพิเศษของการบูต
+<F6F6>   วิธีการบูตแบบพิเศษสำหรับเครื่องแบบอื่นๆ
+<F7F7>   การตั้งค่าบูตแบบพิเศษสำหรับตัวควบคุมดิสก์
+<F8F8>   Special boot parameters for the bootstrap system.
+<F9F9>   วิธีขอความช่วยเหลือ
+<F10F10>  ลิขสิทธิ์และการรับประกัน
+
+กด F2 ถึง F10 เพื่ออ่านรายละเอียดเพิ่มเติม หรือกด ESC เพื่อออกจากวิธีใช้F2ความต้องการสำหรับการติดตั้ง LEคุณต้องมี RAM อย่างน้อย 384 MB เพื่อใช้งานระบบ LE live
+
+ระบบ live จะไม่ต้องการใช้เนื้อที่ของดิสก์ แต่อย่างไรก็ตาม ถ้าตรวจพบ
+พาร์ทิชั่น Linux swap อยู่บนดิสก์ ก็จะนำมาใช้งาน
+
+สำหรับข้อมูลเพิ่มเติมดูที่คำถามที่ถูกถามบ่อย ซึ่งมีอยู่ในเว็บไซต์ของ LE
+http://www.ubuntu.com/
+
+ขอบคุณที่เลือก LE!
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F3วิธีการบูตวิธีการบูตที่สามารถใช้ได้:
+
+ทดลองใช้ LE โดยไม่มีการเปลี่ยนแปลงในเครื่องของคุณ
+  ลองใช้ระบบ live ถ้าคุณต้องการ คุณสามารถเลือกติดตั้งในภายหลังได้โดยใช้ไอคอน
+  "ติดตั้ง" ที่อยู่บนพื้นโต๊ะ
+ติดตั้ง LE
+  เริ่มการติดตั้ง
+ทดสอบหน่วยความจำ
+  เริ่มทดสอบหน่วยความจำ
+
+("LE" อาจจะแทนที่ชื่อของระบบปฎิบัติการที่เกี่ยวข้อง
+นี่คือข้อความช่วยเหลือทั่วไป)
+
+ให้ใช้วิธีบูตอย่างหนึ่งในนี้ เลือกการบูตจากเมนูด้วยปุ่มลูกศร กดปุ่ม F4
+เพื่อเลือกวิธีการเริ่มทำงานและติดตั้งแบบอื่น ๆ กดปุ่ม F6 เพื่อแก้ไขค่าบูต
+ถ้ากดปุ่ม F6 ซ่ำอีกครั้งจะแสดงเมนูค่าบูตที่ใช้ได้
+
+ยกเว้นโหมดผู้เชี่ยวชาญ ข้อความที่ไม่สำคัญระหว่างการบูตจะไม่แสดงผล
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F4การกู้คืนระบบที่เสียหายแผ่นนี้ไม่มีโหมดการกู้ระบบ อย่างไรก็ตามมีสภาพแวดล้อมที่สมบูรณ์อยู่ในแผ่นแล้ว
+ซึ่งสามารถใช้บรรทัดคำสั่งหรือเครื่องมือแบบกราฟิกเพื่อกู้ระบบที่เสียหาย
+รวมถึงการใช้โปรแกรมท่องเว็บเพื่อค้นหาความช่วยเหลือหรือคำแนะนำที่ครอบคลุม
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F5SPECIAL BOOT PARAMETERS - OVERVIEWในบางระบบ คุณต้องระบุค่าพิเศษโดยกด F6 เพื่อสั่งการบูตระบบยกตัวอย่างเช่น
+การตรวจสอบอัตโนมัติของ Linux อาจหาอุปกรณ์ของคุณไม่เจอ
+คุณต้องระบุตำแหน่งหรือชนิดเพื่อให้สามารถตรวจพบได้
+
+ถ้าต้องการข้อมูลเพิ่มเติมเกี่ยวกับการบูตที่คุณสามารถใช้ได้, กด:
+
+<F6F6>   ค่าบูตพิเศษสำหรับเครื่องแบบพิเศษ
+<F7F7>   ค่าบูตสำหรับตัวควบคุมดิสก์แบบต่าง ๆ
+<F8F8>   พารามิเตอร์สำหรับบูตที่ bootstrap เข้าใจ
+
+มอดูลของเคอร์เนลจำนวนมากถูกโหลดขณะทำงานโดยระบบบูต
+และค่าสำหรับมอดูลพวกนี้ไม่สามารถระบุได้ที่บรรทัดคำสั่ง
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F6ค่าบูตพิเศษ - ฮาร์ดแวร์ต่าง ๆคุณสามารถใช้ค่าบูตพวกนี้โดยกด F6 ผสมกับวิธีการบูต (ดู <F3F3>)
+ถ้าคุณใช้เลขฐาน 16 คุณต้องใช้ 0x นำหน้า (ตัวอย่าง, 0x300)
+
+อุปกรณ์                                ค่าที่จะระบุ
+
+IBM PS/1 or ValuePoint (IDE disk)      hd=cylinders,heads,sectors
+IBM ThinkPads บางรุ่น                  floppy.floppy=thinkpad
+ปกป้องตำแหน่งของพอร์ท I/O              reserve=iobase,extent[,...]
+แลปทอปกับปัญหาการแสดงผล                vga=771
+บังคับใช้ไดรเวอร์ IDE มาตราฐาน         all_generic_ide=1
+
+เป็นไปได้ว่าการแก้ขัดสำหรับการปิดกันหรือฮาร์ดแวร์อื่นล้มเหลว(ชั่วคราว):
+
+ยกเลิกข้อผิดพลาดเส้นทางการขัดจังหวะของ APIC
+                                       noapic nolapic
+(partly) disable ACPI                  acpi=noirq or acpi=off
+ปิดการใช้งาน USB                       nousb
+วนหาการอินเตอร์รัฟ                     irqpoll
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F7ค่าบูตพิเศษ - ดิสก์ไดรว์แบบต่าง ๆคุณสามารถใช้ค่าบูตพวกนี้โดยกด F6 ผสมกับวิธีการบูต (ดู <F3F3>)
+
+อุปกรณ์                      ค่าที่จะระบุ
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (เปิดใช้งานถ้าค่าไม่เท่ากับ
+0)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+เครื่องในกลุ่ม DELL          aic7xxx.aic7xxx=no_probe
+
+รายการที่แสดงอยู่นี้ยังไม่สมบูรณ์, ดูเคอร์เนลเพิ่มเติ่มที่แฟ้ม kernel-
+parameters.txt
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F8ค่าบูตพิเศษ - การติดตั้งระบบคุณสามารถใช้ค่าบูตพวกนี้โดยกด F6 ผสมกับวิธีการบูต (ดู <F3F3>)
+ค่าพวกนี้ใช้ควบคุมว่าระบบบูตทำงานอย่างไร
+
+ผลลัพธ์                                 ค่า
+
+ปิด ACPI สำหรับระบุ PCI (มีประโยชน์สำหรับ HP server บางรุ่นและเครื่องแบบ
+Via-base)                               pci=noacpi
+ใช้ tty เบรลล์                          brltty=driver,device,texttable
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F9รับความช่วยเหลืออย่าหมดหวัง! ถ้าคุณเริ่มทำงาน LE ไม่ได้ทีมงาน LE พร้อมช่วยคุณ!
+เราสนใจเป็นพิเศษที่จะได้รับฟังเกี่ยวกับปัญหาการเริ่มทำงาน เพราะว่าโดยทั่วไปแ
+ล้วมันจะไม่เกิดกับคนแค่หนึ่งคนเรารับรู้ปัญหาที่พิเศษของคุณแล้วและดำเนินการ
+แก้ไขโดยเร็ว หรือเรายินดีที่จะรับฟังเกี่ยวกับมันและส่งต่อไปให้คุณและผู้ใช้คน
+ถัดไปที่เจอปัญหาเดียวกันเพื่อใช้ประโยชน์จากการค้นพบของคุณ!
+
+สำหรับข้อมูลเพิ่มเติมดูที่คำถามที่ถูกถามบ่อย ซึ่งมีอยู่ในเว็บไซต์ของ LE
+http://www.ubuntu.com/
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้F10ลิขสิทธิ์และการรับประกันสงวนลิขสิทธิ์ LE (C) 2004-2010 Canonical Ltd. และประกอบด้วย
+ผู้พัฒนาโปรแกรมต้นฉบับ และผู้ร่วมพัฒนา
+
+ระบบ LE สามารถแจกจ่ายได้อย่างเสรีหลังจากเริ่มการทำงาน
+ข้อตกลงเกี่ยวกับการแจกจ่ายของแต่ละแพกเกจถูกอธิบายอยู่ในแฟ้มที่เกี่ยวข้องที่
+/usr/share/doc/ชื่อแพกเกจ/copyright
+
+LE ไม่มีการรับประกันใด ๆ ในขอบเขตที่กฎหมายอนุญาต
+
+ระบบนี้มีพื้นฐานจาก Debian ดู http://www.debian.org/
+สำหรับรายละเอียดและข้อมูลเพิ่มเติม ดูที่โครงการ Debian
+
+กด F1 เพื่อดูวิธีใช้ หรือ กด Escape เพื่อออกจากวิธีใช้�
diff --git a/templates/le5/server/isolinux/th.tr b/templates/le5/server/isolinux/th.tr
new file mode 100644
index 0000000000000000000000000000000000000000..3f5a9b375869ec69a0e1c046cfc5dd3d35937c80
Binary files /dev/null and b/templates/le5/server/isolinux/th.tr differ
diff --git a/templates/le5/server/isolinux/tl.tr b/templates/le5/server/isolinux/tl.tr
new file mode 100644
index 0000000000000000000000000000000000000000..ff8b839140e44d6e826cb051f5bb040e637c8e11
Binary files /dev/null and b/templates/le5/server/isolinux/tl.tr differ
diff --git a/templates/le5/server/isolinux/tr.hlp b/templates/le5/server/isolinux/tr.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..76284e3f358c326131702c15256212e266b43baa
Binary files /dev/null and b/templates/le5/server/isolinux/tr.hlp differ
diff --git a/templates/le5/server/isolinux/tr.tr b/templates/le5/server/isolinux/tr.tr
new file mode 100644
index 0000000000000000000000000000000000000000..58acfd1d9c69b94c718a359ff8b7a4a1fa7d4696
Binary files /dev/null and b/templates/le5/server/isolinux/tr.tr differ
diff --git a/templates/le5/server/isolinux/txt.cfg b/templates/le5/server/isolinux/txt.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..fa8ce7be0842715da589dbb474df2d3eca1f6c2c
--- /dev/null
+++ b/templates/le5/server/isolinux/txt.cfg
@@ -0,0 +1,19 @@
+default live
+label live
+menu label ^Try LE without installing
+kernel /casper/vmlinuz
+append noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
+label live-install
+menu label ^Install LE
+kernel /casper/vmlinuz
+append noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
+label check
+menu label ^Check disc for defects
+kernel /casper/vmlinuz
+append noprompt boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
+label memtest
+menu label Test ^memory
+kernel /install/mt86plus
+label hd
+menu label ^Boot from first hard disk
+localboot 0x80
diff --git a/templates/le5/server/isolinux/ug.hlp b/templates/le5/server/isolinux/ug.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..a4fb007c2a7d9541240403efe8e127b39b90de59
--- /dev/null
+++ b/templates/le5/server/isolinux/ug.hlp
@@ -0,0 +1,141 @@
+F1LE غا مەرھابا!بۇ LE 12.04 نىڭ live سىستېمىسىدۇر. بۇ
+سىستېما 20120423 ياسالغان.
+
+ياردەم ئىندېكىسى
+
+ئاچقۇچ تېما
+
+<F1F1>   مۇشۇ بەت، ياردەم ئىندېكسى
+<F2F2>   LE نى ئىجرا قىلىشنىڭ ئالدىنقى شەرتى
+<F3F3>   مەزكۇر سىستېمىدىكى ئالاھىدە قوزغىتىش ئۇسۇللىرى
+<F4F4>   باشقىچە قوزغىتىش ئۇسۇلى؛ بۇزۇلغان سىستېمىنى ئەسلىگە كەلتۈرۈش
+<F5F5>   ئالاھىدە قوزغىتىش پارامېتىرلىرى، قىسقىچە تونۇشتۇرۇش
+<F6F6>   ئالاھىدە ماشىنا ئۈچۈن ئالاھىدە قوزغىتىش پارامېتىرلىرى
+<F7F7>   تاللانغان دىسكا كونتروللىغۇچ ئۈچۈن ئالاھىدە قوزغىتىش پارامېتىرلىرى
+<F8F8>   bootstrap سىستېمىسى ئۈچۈن ئالاھىدە قوزغىتىش پارامېتىرلىرى
+<F9F9>   ياردەمگە ئېرىشىش ئۇسۇلى
+<F10F10>  ھوقۇق ۋە كاپالەتلەر
+
+تەپسىلاتلار ئۈچۈن F2 دىن F10 نى  بېسىڭ ياكى ESC بېسىپ چېكىنىڭF2UBUNTU نى ئورنىتىشنىڭ ئالدىنقى شەرتىبۇ LE جانلىق سىستېمىسىنى ئىشلىتىش ئۈچۈن سىزدە چوقۇم 384 مېگابايت ئىچكى
+ساقلىغۇچ بولۇشى كېرەك.
+
+جانلىق سىستېما قاتتىق دىسكىڭىزنى ئىگىلىمەيدۇ. ئەگەر دىسكىدا swap رايونى
+بولسا ئىشلىتىدۇ.
+
+تەپسىلىي ئۇچۇرلارنى بىلمەكچى بولسىڭىز،FAQ(سوئال-جاۋاب) لارغا قاراڭ. بۇ پۈتۈك
+LE  نىڭ تور بېتى http://www.ubuntu.com/ دا بار.
+
+LE  نى تاللاپ  ئىشلەتكەنلىكىڭىز ئۈچۈن سىزگە كۆپ تەشەككۈر.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F3قوزغىتىش ئۇسۇللىرىقوزغىتىش ئۇسۇللىرى:
+
+كومپيۇتېرغا تەگمەستىن LE نى سىناپ كۆرۈش
+  جانلىق سىستېمىنى قوزغىتىدۇ. قاتتىق دىسكىغا ئورنىتىشنى خالىسىڭىز ئۈستەل
+  يۈزىدىكى "ئورنىتىش" سىنبەلگىسىنى چەكسىڭىز بولىدۇ.
+LE نى ئورنىتىش
+  ئورنىتىشنى باشلاش
+ئەسلەك سىناش
+  ئەسلەك سىناشنى ئىجرا قىلىدۇ
+
+("LE" باشقا مۇناسىۋەتلىك مەشغۇلات سىستېمىسىنىڭ نامىغا ئالمىشىشى مۇمكىن.
+بۇ ئادەتتىكى ياردەمدۇر)
+
+بىرەر قوزغىتىش ئۇسۇلىنى تاللىماقچى بولسىڭىز، نۇر بەلگىسىنى يۆتكەش كۇنۇپكىسى
+ئارقىلىق menu نىڭ ئىچىدىن تاللاڭ. F4 بېسىپ باشقا قوزغاش ۋە ئورنىتىش ئۇسۇلىنى
+تاللىغىلى بولىدۇ. F6 نى بېسىپ  قوزغىتىش پارامېتىرلىرىنى تەھرىرلىگىلى بولىدۇ.
+يەنە بىر قېتىم F6 نى بېسىپ كوپ ئىشلىتىدىغان قوزغىتىش پارامېتىرلىرىنى
+تاللىغىلى بولىدۇ.
+
+مۇتەخەسسىس ھالىتىدىن باشقا ۋاقىتتا، kernel نىڭ مۇھىم بولمىغان boot ئۇچۇرلىرى
+كۆرسىتىلمەيدۇ.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F4بۇزۇلغان سىستېمىنى ئەسلىگە كەلتۈرۈشبۇ دىسكىنىڭ مەخسۇس ئەسلىگە كەلتۈرۈش ھالىتى يوق ئىكەن. بۇ دىسكىدا ئىشلەتكۈچى
+خىزمەت قىلىدىغان مۇكەممەل مۇھىت بار بولغاچقا، بۇيرۇق قۇرى ياكى كۆزنەكلىك
+ئەسلىگە كەلتۈرۈش قوراللىرى ئارقىلىق، بۇزۇلغان سىستېمىنى ئەسلىگە كەلتۈرۈشكە
+بولىدۇ. توردىن بۇ ھەقتىكى ئۇچۇرلارنى ئىزدەپ تېپىشقا بولىدۇ. سىستېما
+قوزغىلالماسلىق مەسىلىسى ھەققىدە ئىنتېرنېتتىن كەڭ دائىرىلىك مەسلىھەتكە
+ئېرىشكىلى بولىدۇ.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F5ئالاھىدە BOOT  پارامېتىرلىرى - قىسقىچە تونۇشتۇرۇشبەزى سىستېمىلاردا F6 نى بېسىپ قوزغىتىش پارامېتىرلىرىنى بېكىتىش توغرا
+كېلىدۇمەسىلەن، Linux قاتتىق دېتاللارنى ئاپتوماتىك تونۇيالمىغان ۋاقىتتا،
+ئۇنىڭ ئورنى ۋە تىپىنى كۆرسىتىپ بېرىش زۆرۈردۇر.
+
+قانداق قوزغىتىش  پارامېتىرلىرى بارلىقىنى بىلمەكچى بولسىڭىز، بېسىڭ:
+
+<F6F6>   ئالاھىدە ماشىنىلار ئۈچۈن ئىشلىتىلىدىغان قوزغىتىش  پارامېتىرلىرى
+<F7F7>   ھەر خىل دىسكا كونتروللىغۇچلىرى ئۈچۈن ئىشلىتىلىدىغان قوزغىتىش پارامېتىرلىرى
+<F8F8>   bootstrap  ئىشلەتكىلى بولىدىغان قوزغىتىش پارامېتىرلىرى
+
+bootstrap سىستېمىلىرىدا نۇرغۇنلىغان kernel بۆلەكلىرى ئاپتوماتىك قاچىلىنىدۇ،
+ھەم بۇلارنىڭ پارامېتىرلىرىنى بۇيرۇق قۇرىدا كۆرسىتىپ بېرىش مۇمكىن بولمايدۇ.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F6ئالاھىدە قوزغىتىش  پارامېتىرلىرى - ھەرخىل قاتتىق دېتاللارF6 نى بېسىپ چىققان چاغدىكى قوزغىتىش پارامېتىرلىرىنى قوزغىتىش ئۇسۇلى بىلەن
+بىرىكتۈرۈپ ئىشلىتىشكە بولىدۇ.(<F3F3>گە قارالسۇن). ئەگەر 16 لىك سىستېما
+ئىشلەتمەكچى بولسىڭىز ئالدىغا 0x نى يېزىڭ
+
+قاتتىق دېتال                           بېكىتىدىغان پارامېتىر
+
+IBM PS/1 or ValuePoint (IDE disk)      hd=cylinders,heads,sectors
+بىر قىسىم IBM ThinkPads كومپيۇتېرلىرى  floppy.floppy=thinkpad
+I/O port دائىرىسىنى قوغداش             reserve=iobase,extent[,...]
+كۆرسىتىشتە مەسىلە بار Laptop لار       vga=771
+generic IDE قوزغاتقۇچنى مەجبۇرىي ئىشلىتىش
+                                       all_generic_ide=1
+
+lockups ۋە باشقا قاتتىق دېتال كاشىلىسىغا قوللىنىلىدىغان ۋاقىتلىق تەدبىرلەر:
+
+كەمتۈك بار APIC ئۈزگۈچى(interrupt) فۇنكسىيىنى ئىناۋەتسىز قىل
+                                       noapic nolapic
+ACPI نى (قىسمى) چەكلەش                 acpi=noirq or acpi=off
+USB نى چەكلەش                          nousb
+ئۈزۈلۈشلەر(interrupts) نۆۋىتى          irqpoll
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F7ئالاھىدە قوزغىتىش  پارامېتىرلىرى - ھەرخىل دىسكا كونتروللىغۇچلارF6 نى بېسىپ چىققان چاغدىكى قوزغىتىش پارامېتىرلىرىنى قوزغىتىش ئۇسۇلى بىلەن
+بىرىكتۈرۈپ ئىشلىتىشكە بولىدۇ.(<F3F3>گە قارالسۇن).
+
+قاتتىق دېتال                 بېكىتىدىغان پارامېتىر
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (enabled if non-zero)
+BusLogic SCSI Hosts          BusLogic.BusLogic=iobase
+بىر قىسىم DELL كومپيۇتېرلىرى aic7xxx.aic7xxx=no_probe
+
+تىزىملىك چالا ئىكەن، kernel نىڭ kernel-parameters.txt دىن تەپسىلاتىنى كۆرۈڭ.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F8ئالاھىدە boot  پارامېتىرلىرى - ئورنىتىش سىستېمىسىF6 نى بېسىپ چىققان چاغدىكى قوزغىتىش پارامېتىرلىرىنى قوزغىتىش ئۇسۇلى بىلەن
+بىرىكتۈرۈپ ئىشلىتىشكە بولىدۇ.(<F3F3>گە قارالسۇن). بۇ پارامېتىرلار
+bootstrap سىستېمىسىنىڭ خىزمىتىنى كونترول قىلىدۇ.
+
+نەتىجە                                  پارامېتىر
+
+PCI map ئۈچۈن ACPI نى ئىشلەتمىسۇن. (بىر قىسىم HP مۇلازىمېتىرلىرى ۋە VIA
+ئىشلىتىلگەن كومپيۇتېرلاردا بەكمۇ ئەسقاتىدۇ)
+                                        pci=noacpi
+Braille tty ئىشلەت                      brltty=driver,device,texttable
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F9ياردەمگە ئېرىشىشLE نى قوزغىتالمىسىڭىز ھەرگىز ئۈمىدسىزلەنمەڭLE ئەترىتى سىز ئۈچۈن
+ياردەمگە تەييارقوزغىلىش جەريانىدىكى مەسىلەرنى بىزمۇ بىلىپ قالساق، چۈنكى
+بۇنداق مەسىلىلەر بىرلا ئادەمدە يۈز بەرمەيدۇ دېگىلى بولمايدۇ. سىز ئوتتۇرىغا
+قويغان مەسىلىگە بۇرۇن دۇچ كېلىپ باققان بولساق، ئۇنى تېزلا ھەل قىلىمىز. ئەگەر
+ئۇنداق بولمىسا سىز بىلەن بىرگە بۇ مەسىلىنى بۇنىڭدىن كېيىن ھەل قىلىمىز.
+شۇنداق قىلغاندا، بۇنىڭدىن  كېيىن باشقا ئىشلەتكۈچى ئوخشاش مەسىلىگە دۇچ كەلسە،
+ئۇنى تېزلا ھەل قىلىشقا بولىدۇ.
+
+تەپسىلىي ئۇچۇرلارنى بىلمەكچى بولسىڭىز،FAQ(سوئال-جاۋاب) لارغا قاراڭ. بۇ پۈتۈك
+LE  نىڭ تور بېتى http://www.ubuntu.com/ دا بار.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.F10ھوقۇق ۋە كاپالەتلەرLE نىڭ نەشر ھوقۇق (C) 2004-2010  ى  Canonical چەكلىك مەسئۇلىيەت شىركىتى
+ۋە كۆپلىگەن يۇمشاق دېتال يازغۇچىلىرى ۋە تۆھپىكارلارغا تەۋە.
+
+LE نى ھەقسىز تارقىتىشقا بولىدۇقوزغىتىلغاندىن كېيىن، ھەر قايسى
+بوغچىلارنىڭ قانداق ئىجازەتنامە ئاستىدا تارقىتىلغانلىقىنى
+/usr/share/doc/packagename/copyright دىن كۆرۈشكە بولىدۇ.
+
+LE بەلگىلەنگەن قانۇن دائىرىسى ئىچىدە مۇتلەق كاپالىتى يوق ھالەتتە
+تارقىتىلغان.
+
+مەزكۇر سىستېما  Debian ئاساسىدا ئىشلەنگەن. Debian ھەققىدە بىلمەكچى بولسىڭىز
+http://www.debian.org/ گە مەرھەمەت قىلىڭ.
+
+ياردەم ئىندېكسنى كۆرۈش ئۈچۈن F1  نى بېسىڭ. چېكىنىش ئۈچۈن Escape نى بېسىڭ.�
diff --git a/templates/le5/server/isolinux/ug.tr b/templates/le5/server/isolinux/ug.tr
new file mode 100644
index 0000000000000000000000000000000000000000..de9ee2ebfd99caeb1a6b7ea32a99e7ff4955cad6
Binary files /dev/null and b/templates/le5/server/isolinux/ug.tr differ
diff --git a/templates/le5/server/isolinux/uk.hlp b/templates/le5/server/isolinux/uk.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..12ace4124773a9b176d3471c34f81dcb531b3e16
--- /dev/null
+++ b/templates/le5/server/isolinux/uk.hlp
@@ -0,0 +1,142 @@
+F1Вітаємо в LE!Це жива система LE 12.04. Дата збірки
+20120423.
+
+ЗМІСТ
+
+КЛАВІШАТЕМА
+
+<F1F1>   Дана сторінка - зміст довідки.
+<F2F2>   Необхідні передумови для роботи LE.
+<F3F3>   Способи завантаження для особливих випадків використання цієї системи.
+<F4F4>   Додаткові способи завантаження; відновлення пошкодженої системи.
+<F5F5>   Загальний огляд особливих параметрів завантаження.
+<F6F6>   Спеціальні параметри завантаження для окремих платформ.
+<F7F7>   Спеціальні параметри завантаження для деяких дискових контроллерів.
+<F8F8>   Спеціальні параметри для початкового завантажувача системи.
+<F9F9>   Як отримати допомогу.
+<F10F10>  Авторські права та гарантії.
+
+Натисніть клавіші F2-F10 для перегляду, або Escape для виходу з довідки.F2НЕОБХІДНІ ПЕРЕДУМОВИ ДЛЯ ВСТАНОВЛЕННЯ UBUNTUВи повинні мати щонайменше 384 мегабайт оперативної пам'яті, щоб
+використовувати LE в режимі LiveCD.
+
+Режим LiveCD не вимагає місця на жорсткому диску. Однак, будуть використані
+розділи Linux swap, якщо вони є на жорсткому диску.
+
+Прочитайте FAQ для отримання додаткової інформації; цей документ доступний
+на сайті LE: http://www.ubuntu.com/
+
+Дякуємо за те, що ви обрали LE!
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F3СПОСОБИ ЗАВАНТАЖЕННЯДоступні способи завантаження:
+
+Спробуйте LE без застосування будь-яких змін до вашого комп'ютера.
+  Завантажити live -- сесію. Ви можете встановити систему пізніше,
+  натиснувши піктограму "Install" на стільниці.
+Встановити LE
+  Розпочати встановлення.
+Тестування пам'яті
+  Виконати перевірку пам'яті.
+
+(Слово "LE" може бути замінено назвами споріднених операційних систем.
+Цей файл довідки універсальний.)
+
+Для використання одного з методів завантаження, виберіть його в меню,
+користуючись клавішами управління курсором. Натисніть F4, для вибору
+альтернативних режимів запуску та установки. Натисніть F6 для зміни
+параметрів завантаження. Повторне натискання F6 викличе меню типових
+параметрів завантаження.
+
+За винятком режиму експерта, не критичні повідомлення завантаження ядра
+будуть пропущені.
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F4ВІДНОВЛЕННЯ ПОШКОДЖЕНОЇ СИСТЕМИНа цьому диску нема особливого режиму для порятунку систем. Втім, оскільки
+диск надає повне середовище для роботи користувача, можна скористатися
+текстовими і графічними утилітами для відновлення пошкодженої системи, або
+пошукати допомоги в мережі. В інтернеті є велика кількість порад для
+більшості причин незавантаження системи.
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F5ЗАГАЛЬНИЙ ОГЛЯД ОСОБЛИВИХ ПАРАМЕТРІВ ЗАВАНТАЖЕННЯДля успішного запуску на деяких системах Вам буде необхідно вказати параметр
+завантаження після натискання F6. Приміром, Linux може автоматично не
+визначити Ваше устаткування, і Вам доведеться явно вказати їх
+місцезнаходження або тип, для правильного визначення системою.
+
+Для більш детальної інформації щодо можливих параметрів завантаження
+натисніть:
+
+<F6F6>   завантажувальні параметри для спеціальних платформ
+<F7F7>   завантажувальні параметри для різних дискових контроллерів
+<F8F8>   параметри початкового завантажувача системи
+
+Багато модулів ядра динамічно завантажуються системою початкового
+завантаження і параметри для цих модулів не можуть бути задані в командному
+рядку.
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F6СПЕЦІАЛЬНІ ПАРАМЕТРИ ЗАВАНТАЖЕННЯ - РІЗНЕ ОБЛАДНАННЯВи можете використовувати наступні параметри завантаження натиснувши F6, в
+поєднанні з методом завантаження (див. <F3F3>). Якщо Ви використовуєте
+шістнадцяткові числа необхідно вводити префікс 0x (напр. 0x300).
+
+ОБЛАДНАННЯ                             ЗАЗНАЧЕНИЙ ПАРАМЕТР
+
+IBM PS/1 або ValuePoint (IDE disk)     hd=cylinders,heads,sectors
+Деякі моделі IBM ThinkPad              floppy.floppy=thinkpad
+Захист портів I/O                      reserve=iobase,extent[,...]
+Ноутбуки з проблемами виводу на екран  vga=771
+Використовувати базовий IDE драйвер    all_generic_ide=1
+
+Можливі (тимчасові) обхідні методи для блокування або інших збоїв
+обладнання:
+
+відключити помилкову APIC маршрутизацію переривань
+                                       noapic nolapic
+(частково) відключити ACPI             acpi=noirq або acpi=off
+відключити USB                         nousb
+опитування переривань                  irqpoll
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F7СПЕЦІАЛЬНІ ПАРАМЕТРИ ЗАВАНТАЖЕННЯ - РІЗНІ ДИСКИВи можете використовувати наступні параметри завантаження натиснувши F6, в
+поєднанні з методом завантаження (див. <F3F3>).
+
+ОБЛАДНАННЯ                   ЗАЗНАЧЕНИЙ ПАРАМЕТР
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (включено якщо не нуль)
+SCSI-хости BusLogic          BusLogic.BusLogic=iobase
+Деякі комп'ютери DELL        aic7xxx.aic7xxx=no_probe
+
+Цей список неповний, для додаткової інформації дивіться файл ядра kernel-
+parameters.txt.
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F8СПЕЦІАЛЬНІ ПАРАМЕТРИ ЗАВАНТАЖЕННЯ - СИСТЕМА УСТАНОВКИВи можете використовувати наступні параметри завантаження натиснувши F6, в
+поєднанні з методом завантаження (див. <F3F3>). Ці параметри керують
+роботою початкового завантажувача.
+
+РЕЗУЛЬТАТ                               ПАРАМЕТР
+
+Вимкнути ACPI для карт PCI (корисно для деяких серверів HP та машин на
+основі VIA)                             pci=noacpi
+Використовувати інтерфейс Брайля        brltty=driver,device,texttable
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F9ОТРИМАННЯ ДОПОМОГИЯкщо ви не можете запустити LE, не впадайте у відчай! Команда LE
+готова вам допомогти! Ми особливо зацікавлені у виявленні проблем,
+пов'язаних з запуском, вони виявляються не тільки в однієї людини, як
+правило. Якщо ми вже знаємо про вашу проблему, то ми зможемо швидко її
+вирішити, або ми вислухаємо Вас і подолаємо її разом, а ваш досвід буде
+корисним іншому користувачеві, який зіткнувся з такою самою проблемою!
+
+Прочитайте FAQ для отримання додаткової інформації; цей документ доступний
+на сайті LE: http://www.ubuntu.com/
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.F10АВТОРСЬКІ ПРАВА ТА ГАРАНТІЇLE охороняється авторським правом (C) 2004-2010 Canonical Ltd., та
+об'єднує працю багатьох самобутніх  авторів та учасників.
+
+Система LE вільно розповсюджується. Після запуску, точні умови
+розповсюдження кожного пакунку описані у відповідному файлі /usr/share
+/doc/packagename/copyright.
+
+LE розповсюджується БЕЗ БУДЬ-ЯКИХ ГАРАНТІЙ, в рамках визначених
+відповідним законодавством.
+
+Ця система основана на Debian. Більш детальна інформація щодо проекту Debian
+доступна тут http://www.debian.org/.
+
+Натисніть F1, щоб перейти до змісту довідки, або Escape для виходу з неї.�
diff --git a/templates/le5/server/isolinux/uk.tr b/templates/le5/server/isolinux/uk.tr
new file mode 100644
index 0000000000000000000000000000000000000000..9628e1d368fbbaaf1b3832d901baab3f8386f499
Binary files /dev/null and b/templates/le5/server/isolinux/uk.tr differ
diff --git a/templates/le5/server/isolinux/vesamenu.c32 b/templates/le5/server/isolinux/vesamenu.c32
new file mode 100644
index 0000000000000000000000000000000000000000..29b5546948b3b22ac6093abf9d7bf9c5d7d51d97
Binary files /dev/null and b/templates/le5/server/isolinux/vesamenu.c32 differ
diff --git a/templates/le5/server/isolinux/vi.hlp b/templates/le5/server/isolinux/vi.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..5f5f5a2bbfc01c64c33ad1b49cfe146d113c16d7
--- /dev/null
+++ b/templates/le5/server/isolinux/vi.hlp
@@ -0,0 +1,147 @@
+F1Chào mừng bạn đến với LE!Đây là hệ thống chạy trực tiếp (live) bản phân phối LE
+12.04, được build vào 20120423.
+
+CHỈ MỤC TRỢ GIÚP
+
+KHÓA   CHỦ ĐỀ
+
+<F1F1>   Chỉ mục trợ giúp tại trang này.
+<F2F2>   Điều kiện để chạy LE.
+<F3F3>   Các phương thức khởi động nhằm sử dụng hệ thống theo một vài cách đặt biệt.
+<F4F4>   Phương thức khởi động bổ sung; khôi phục hệ thống bị lỗi.
+<F5F5>   Tổng quan về các tham số khởi động đặc biệt.
+<F6F6>   Các tham số khởi động đặc biệt.
+<F7F7>   Các tham số khởi động đặc biệt cho các trình điều khiển đĩa được chọn.
+<F8F8>   Các tham biến khởi động đặc biệt cho hệ thống khởi động kiểu bootstrap
+<F9F9>   Làm thế nào để nhận được sự trợ giúp
+<F10F10>  Có bản quyền và được đảm bảo về luật pháp
+
+Nhấn F2 tới F10 để biết chi tiết, hoặc nhấn Escape để thoát trợ giúp.F2CÁC ĐIỀU KIỆN ĐỂ CÀI ĐẶT UBUNTUBạn phải có ít nhất 384 MB RAM để sử dụng hệ thống LE trực tiếp trên đĩa
+này.
+
+Bản sử dụng trực tiếp từ đĩa không yêu cầu bất kì dung lượng trống trên đĩa
+cứng của bạn. Tuy vậy, phân vùng swap của Linux có sẵn trên đĩa cứng sẽ được
+sử dụng nếu có.
+
+Xem danh sách các câu hỏi thường gặp để biết thêm thông tin; tài liệu này có
+sẵn trên trang web của LE, http://www.ubuntu.com/
+
+Cám ơn bạn đã chọn LE!
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F3CÁC PHƯƠNG THỨC KHỞI ĐỘNGCác phương thức khởi động sẵn có
+
+Dùng thử LE mà không thay đổi máy của bạn
+  Chạy trực tiếp trên đĩa. Bạn vẫn có thể cài đặt sau này bằng biểu tượng
+  "Cài đặt" trên màn hình nền.
+Cài đặt LE
+  Khởi động quá trình cài đặt.
+Kiểm tra bộ nhớ RAM
+  Thực hiện kiểm tra bộ nhớ RAM.
+
+("LE" có thể được thay thế bởi tên các hệ điều hành liên quan khác. Đây
+là hướng dẫn chung.)
+
+Để sử dụng các kiểu khởi động này, hãy lựa chọn từ trình đơn bằng các phím
+mũi tên. Nhấn F4 để lựa chọn những kiểu khởi động và cài đặt khác. Nhấn F6
+để thay đổi các tham số khởi động. Nhấn F6 một lần nữa để chọn các tham số
+thường dùng từ một trình đơn.
+
+Mọi thông báo trong quá trình sẽ không được hiển thị trừ khi trong chế độ
+cài đặt cao cấp.
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F4SỬA CHỮA HỆ THỐNG BỊ LỖIĐĩa của bạn không có chế độ cứu trợ chuyên dụng (dedicated rescue mode). Tuy
+vậy, vì bạn được cung cấp một môi trường người dùng hoàn thiện, bạn có thể
+sử dụng các công cụ dòng lệnh hoặc đồ họa để cứu hệ thống bị hỏng, và sử
+dụng trình duyệt web để tìm kiếm sự giúp đỡ. Bạn có thể tìm thấy những lời
+khuyên rất tuyệt vời, giúp bạn giải quyết được hầu hết mọi trục trặc khiến
+hệ thống của bạn không khởi động được như ý muốn.
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F5TỔNG QUAN VỀ CÁC THAM SỐ KHỞI ĐỘNG ĐẶC BIỆTTrong vài trường hợp, để khởi động được hệ thống bạn cần lựa chọn các tham
+số bằng cách nhần phím F6. Thí dụ, Linux có thể không tự phát hiện được phần
+cứng của bạn, và có thể bạn chỉ định cụ thể đường dẫn hoặc loại thiết bị để
+nó có thể được nhận diện.
+
+Để có thểm thông tin về các tham số khởi động bạn có thể sử dụng, hãy bấm:
+
+<F6F6>   các tham số khởi động cho các máy tính đặc biệt
+<F7F7>   các tham số khởi động cho các bộ điều khiển đĩa
+<F8F8>   Những tham số khởi động của hệ thống mồi.
+
+Có nhiều các mô đun nhân hệ thống được nạp động bởi hệ thống mồi khởi động,
+và tham số cho các mô đun này không thể nhập thông qua dòng lệnh
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F6CÁC THAM SỐ KHỞI ĐỘNG ĐẶC BIỆT DÀNH RIÊNG CHO MỘT SỐ PHẦN CỨNGBạn có thể sử dụng những tham số khởi động sau bằng cách nhấn F6, kết hợp
+cùng kiểu khởi động (xem thêm <F3F3>). Nếu muốn sử dụng các số hệ thập
+lục phân bạn phải thêm vào tiền tố 0x (ví dụ 0x300).
+
+PHẦN CỨNG                              CÁC THAM SỐ CẦN CHỈ ĐỊNH
+
+Chuẩn IBM PS/1 hoặc ValueaPoint (đĩa cứng chuẩn IDE)
+                                       hd=cylinders,heads,sectors
+Một số máy IBM ThinkPads               floppy.floppy=thinkpad
+Bảo vệ các vùng truy xuất vào ra       reserve=iobase,extent[,...]
+Một số máy xách tay có vấn đề với màn hình
+                                       vga=771
+Cưỡng chế sử dụng trình điều khiển IDE chung (không dùng loại dành riêng cho
+phần cứng hiện tại)                    Copy text   	 all_generic_ide=1
+
+Những cách giải quyết (tạm thời) cho các sự cố phần cứng hay treo:
+
+tắt chế độ định hướng ngắt APIC (hay gặp lỗi)
+                                       noapic nolapic
+tắt ACPI (một phần)                    acpi=noirq or acpi=off
+tắt việc sử dụng cổng USB              nousb
+truy cấn liên tục cho các ngắt         irqpoll
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F7CÁC THAM SỐ KHỞI ĐỘNG ĐẶC BIỆT - MỘT SỐ TRÌNH ĐIỀU KHIỂN ĐĨA CỨNGBạn có thể sử dụng những tham số khởi động sau bằng cách nhấn F6, kết hợp
+cùng kiểu khởi động (xem thêm <F3F3>).
+
+PHẦN CỨNG                    CÁC THAM SỐ CẦN CHỈ ĐỊNH
+
+Adaptec 151x, 152x           aha152x.aha152x=iobase[,irq[,scsi-id[,reconnect]]]
+Adaptec 1542                 aha1542.aha1542=iobase[,buson,busoff[,dmaspeed]]
+Adaptec 274x, 284x           aic7xxx.aic7xxx=no_reset (được kích hoạt nếu như khác
+không)
+Mạch chủ SCSI của hãng BusLogic
+                             BusLogic.BusLogic=iobase
+Một số máy tính của DELL     aic7xxx.aic7xxx=no_probe
+
+Danh sách này chưa đầy đủ, xin xem thêm tập tin kernel-parameters.txt để có
+thêm các tham số khác.
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F8CÁC THAM SỐ KHỞI ĐỘNG ĐẶC BIỆT - TRÌNH CÀI ĐẶTBạn có thể sử dụng những tham số khởi động sau bằng cách nhấn F6, kết hợp
+cùng kiểu khởi động (xem thêm <F3F3>). Các tham số sau điều chỉnh cách
+hoạt động của hệ thống mồi khởi động.
+
+KẾT QUẢ                                 THAM SỐ
+
+Tắt ACPI cho ánh xạ PCI (dùng cho một số máy chủ của HP hay các máy tính
+dùng chip của VIA)                      pci=noacpi
+Sử dụng nhập liệu Braille (dành cho người khiếm thị)
+                                        brltty=driver,device,texttable
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F9TÌM THÊM TRỢ GIÚPNếu như bạn không thể khởi động LE, hãy đừng thất vọng! Nhóm trợ giúp
+LE luôn sẵn sàng giúp đỡ bạn! Chúng tôi đặc biệt quan tâm đến việc được
+thông báo các sự cố khi khởi động, bởi vì nói chung chúng không chỉ xảy ra
+với chỉ một người. Hoặc là chúng tôi đã biết đến sự cố của bạn và có thể
+cung cấp cho bạn một cách giải quyết nhanh, hoặc chúng tôi rất muốn bạn
+thông báo để cùng giải quyết vấn đề với bạn, nhờ đó người dùng tiếp theo gặp
+phải cùng sự cố này sẽ được hưởng lợi từ kinh nghiệm của bạn!
+
+Xem danh sách các câu hỏi thường gặp để biết thêm thông tin; tài liệu này có
+sẵn trên trang web của LE, http://www.ubuntu.com/
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.F10BẢN QUYỀN VÀ BẢO ĐẢMLE thuộc Bản quyền (C) 2004-2010 của Canonical Ltd., và tập hợp công
+trình của nhiều tác giả nguyên bản và người đóng góp.
+
+Bạn có thể tự do phân phối lại hệ thống LE. Sau khi khởi động, những
+điều khoản phân phát lại cho từng gói phần mềm được ghi trong các tập tin
+tương ứng nằm trong /usr/share/doc/TênGói/copyright.
+
+LE KHÔNG ĐI KÈM VỚI BẤT KÌ BẢO ĐẢM NÀO trong giới hạn cho phép của
+luật pháp hiện hành.
+
+Hệ thống này được dựa trên Debian. Xem thêm http://www.debian.org/ để biết
+thêm chi tiết và thông tin về dự án Debian.
+
+Nhấn phím F1 để xem chỉ mục của trợ giúp, hoặc Escape để đóng trợ giúp.�
diff --git a/templates/le5/server/isolinux/vi.tr b/templates/le5/server/isolinux/vi.tr
new file mode 100644
index 0000000000000000000000000000000000000000..356364496da24f50c932d6fb9f19d12caf0bea09
Binary files /dev/null and b/templates/le5/server/isolinux/vi.tr differ
diff --git a/templates/le5/server/isolinux/zh_CN.hlp b/templates/le5/server/isolinux/zh_CN.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..9098885adebfee039c06d56867dbf27e675daceb
Binary files /dev/null and b/templates/le5/server/isolinux/zh_CN.hlp differ
diff --git a/templates/le5/server/isolinux/zh_CN.tr b/templates/le5/server/isolinux/zh_CN.tr
new file mode 100644
index 0000000000000000000000000000000000000000..2e8c6ccb4f2aea24df9bc10650088729a4614f56
Binary files /dev/null and b/templates/le5/server/isolinux/zh_CN.tr differ
diff --git a/templates/le5/server/isolinux/zh_TW.hlp b/templates/le5/server/isolinux/zh_TW.hlp
new file mode 100644
index 0000000000000000000000000000000000000000..86855fc1291ee13232e8cabc3c271dbaf04fcb97
Binary files /dev/null and b/templates/le5/server/isolinux/zh_TW.hlp differ
diff --git a/templates/le5/server/isolinux/zh_TW.tr b/templates/le5/server/isolinux/zh_TW.tr
new file mode 100644
index 0000000000000000000000000000000000000000..d656b1b2bb51e7c80c7392cf5f60bf8cabb89866
Binary files /dev/null and b/templates/le5/server/isolinux/zh_TW.tr differ
diff --git a/templates/le5/server/le-packages/packgs_list b/templates/le5/server/le-packages/packgs_list
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/templates/le5/server/le-packages/public.key b/templates/le5/server/le-packages/public.key
new file mode 100644
index 0000000000000000000000000000000000000000..518f0b3b13f09f8c8270e40418049002487f3400
--- /dev/null
+++ b/templates/le5/server/le-packages/public.key
@@ -0,0 +1,18 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+mQENBFAylIkBCACuzx7kfwePWrWzKi5124BMNnQ2gCNtdG+xFSSTFNleEpeNArYd
+6OjUkSqdU2VxWilNPtDCHl9krgATUWeDSrcZ4EMaldmbZaM37Y/tF9uD8+OeG9AY
+tn5PEYdkWJ1dKETTAIJTKF+TlGBLNjIod3eqXToIZ6wZvhW8bBLl1kO3yb6wDT/5
+MMjEINYx+ZdtT3rJEzaaiADEalF4SGkIWq0iEUmwnEsN+P6yAxpGz355lrxif1CC
+kkY3Yl6r18aMlQyKvXVF30TS9nOLm8QP5nGPNcdljfrIl7zm5wGYVS2Ai23Gx9gE
+K0p+3L1GYctpjylQP1KN+d2oeBAYXWTwanVtABEBAAG0I0xpbnV4IEVkdWNhY2lv
+bmFsIDxsZUBjM3NsLnVmcHIuYnI+iQE4BBMBAgAiBQJQMpSJAhsDBgsJCAcDAgYV
+CAIJCgsEFgIDAQIeAQIXgAAKCRDq2KdtmrV7D42CCACPGrYEisIA3FOCecceX7tX
+FjPIWXSf9WvjcvKQbW8f5MDYJODaYHDeL4VteK7dXCJkGDadX83xYC2TdWum8XWW
+5oPnvOab8sRQ1AEeozS4y9jwSj4snGFCJlSrAi8Jq4M0ZB4rTMotAZCzE6kXOdE0
+0AcrmM7i/yD05VmGfaoq6e9XvTSbJieG+epKwYKShvXM8JXSEuCyBjOwtzrAitLY
+Le5HO9YTO3SkkbdzAXOwNV+0oaVWUpxxKQKWxvXZlf8w/PaW97dzatLZXSR/sBQS
+B8lOCAPt4SEJkBskImOICukY07dpllqPwOqUmJYkM3dqRh3cvzXAYW0ZWaSdFy9o
+=GbvH
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/templates/le5/server/preseed/le5.seed b/templates/le5/server/preseed/le5.seed
new file mode 100644
index 0000000000000000000000000000000000000000..0e54b9655ee975c82f938a6af5db1a9c7d29c7ea
--- /dev/null
+++ b/templates/le5/server/preseed/le5.seed
@@ -0,0 +1,2 @@
+# Configure le5 hostname default
+d-i netcfg/get_hostname   string le5
diff --git a/templates/le5/server/sources.list b/templates/le5/server/sources.list
new file mode 100644
index 0000000000000000000000000000000000000000..de8790504164326380945303b06a544090130d35
--- /dev/null
+++ b/templates/le5/server/sources.list
@@ -0,0 +1,56 @@
+# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Beta i386 (20120301)]/ precise main restricted
+
+# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
+# newer versions of the distribution.
+deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted
+
+## Major bug fix updates produced after the final release of the
+## distribution.
+deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted
+
+## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
+## team. Also, please note that software in universe WILL NOT receive any
+## review or updates from the Ubuntu security team.
+deb http://br.archive.ubuntu.com/ubuntu/ precise universe
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise universe
+deb http://br.archive.ubuntu.com/ubuntu/ precise-updates universe
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates universe
+
+## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
+## team, and may not be under a free licence. Please satisfy yourself as to 
+## your rights to use the software. Also, please note that software in 
+## multiverse WILL NOT receive any review or updates from the Ubuntu
+## security team.
+deb http://br.archive.ubuntu.com/ubuntu/ precise multiverse
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise multiverse
+deb http://br.archive.ubuntu.com/ubuntu/ precise-updates multiverse
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates multiverse
+
+## N.B. software from this repository may not have been tested as
+## extensively as that contained in the main release, although it includes
+## newer versions of some applications which may provide useful features.
+## Also, please note that software in backports WILL NOT receive any review
+## or updates from the Ubuntu security team.
+deb http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
+deb-src http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
+
+deb http://security.ubuntu.com/ubuntu precise-security main restricted
+deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
+deb http://security.ubuntu.com/ubuntu precise-security universe
+deb-src http://security.ubuntu.com/ubuntu precise-security universe
+deb http://security.ubuntu.com/ubuntu precise-security multiverse
+deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
+
+## Uncomment the following two lines to add software from Canonical's
+## 'partner' repository.
+## This software is not part of Ubuntu, but is offered by Canonical and the
+## respective vendors as a service to Ubuntu users.
+# deb http://archive.canonical.com/ubuntu precise partner
+# deb-src http://archive.canonical.com/ubuntu precise partner
+
+## This software is not part of Ubuntu, but is offered by third-party
+## developers who want to ship their latest software.
+deb http://extras.ubuntu.com/ubuntu precise main
+deb-src http://extras.ubuntu.com/ubuntu precise main