30 lines
745 B
NASM
30 lines
745 B
NASM
; ========================================================================
|
|
;
|
|
; (C) Copyright 2023 by Molly Rocket, Inc., All Rights Reserved.
|
|
;
|
|
; This software is provided 'as-is', without any express or implied
|
|
; warranty. In no event will the authors be held liable for any damages
|
|
; arising from the use of this software.
|
|
;
|
|
; Please see https://computerenhance.com for further information
|
|
;
|
|
; ========================================================================
|
|
|
|
; ========================================================================
|
|
; LISTING 46
|
|
; ========================================================================
|
|
|
|
bits 16
|
|
|
|
mov bx, -4093
|
|
mov cx, 3841
|
|
sub bx, cx
|
|
|
|
mov sp, 998
|
|
mov bp, 999
|
|
cmp bp, sp
|
|
|
|
add bp, 1027
|
|
sub bp, 2026
|
|
|