From 98cab31fc3659e33aef260efca55bf9f1753164c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 11 Feb 2019 11:49:19 +0100 Subject: Add source files from Michael --- system/shard-x86-at/7/src/HARDWARE.ASM | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/shard-x86-at/7/src/HARDWARE.ASM (limited to 'system/shard-x86-at/7/src/HARDWARE.ASM') diff --git a/system/shard-x86-at/7/src/HARDWARE.ASM b/system/shard-x86-at/7/src/HARDWARE.ASM new file mode 100644 index 0000000..df89fdf --- /dev/null +++ b/system/shard-x86-at/7/src/HARDWARE.ASM @@ -0,0 +1,17 @@ +;**************************************************************************** +;*======= Copyright (C) 1985,86 Martin Schoenbeck, Spenge ==================* +;* * +;* Lesen des Hardware Kennzeichen-Bytes * +;* * +;**************************************************************************** + +hardware: + push es + mov ax,0ffffh + mov es,ax + mov al,byte ptr es:14 ;hardware byte holen + pop es + ret + + + \ No newline at end of file -- cgit v1.2.3