mirror of
https://github.com/Tolik-Trek/Spectrum.EXE.git
synced 2026-06-15 00:51:36 +03:00
Переход на относительные URL подмодулей
This commit is contained in:
parent
23f3b72aa9
commit
58ff6a0843
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "Shared_Includes"]
|
[submodule "Shared_Includes"]
|
||||||
branch = main
|
branch = main
|
||||||
path = Shared_Includes
|
path = Shared_Includes
|
||||||
url = https://github.com/Tolik-Trek/Shared_Includes.git
|
url = ../Shared_Includes.git
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 51198ce44bd19f511b63e6fafaf91b3de5470f9d
|
Subproject commit 90d829290d3946ab99952128f4717dde577ced04
|
||||||
16
spectrum.asm
16
spectrum.asm
@ -44,9 +44,6 @@
|
|||||||
;
|
;
|
||||||
; Defines section
|
; Defines section
|
||||||
;***************************************
|
;***************************************
|
||||||
IFNDEF DEBUG : DEFINE DEBUG 0 : ENDIF
|
|
||||||
IFNDEF EMULATOR 0 : DEFINE EMULATOR 0 : ENDIF
|
|
||||||
DEFINE EXE_HEADER 1
|
|
||||||
DEFINE App_EXE_Version 1
|
DEFINE App_EXE_Version 1
|
||||||
DEFINE NEW_MEMORY_LOGIC 1
|
DEFINE NEW_MEMORY_LOGIC 1
|
||||||
; define NEED_LOADER 1
|
; define NEED_LOADER 1
|
||||||
@ -58,8 +55,8 @@
|
|||||||
; Included constants section
|
; Included constants section
|
||||||
;***************************************
|
;***************************************
|
||||||
INCLUDE 'Shared_Includes/constants/sp2000.inc'
|
INCLUDE 'Shared_Includes/constants/sp2000.inc'
|
||||||
INCLUDE 'Shared_Includes/constants/dss_equ.inc'
|
|
||||||
INCLUDE 'Shared_Includes/constants/BIOS_equ.inc'
|
INCLUDE 'Shared_Includes/constants/BIOS_equ.inc'
|
||||||
|
INCLUDE 'Shared_Includes/constants/dss_equ.inc'
|
||||||
;***************************************
|
;***************************************
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -135,14 +132,9 @@ CFG_FILE_LINES EQU 13
|
|||||||
;
|
;
|
||||||
; Code start section
|
; Code start section
|
||||||
;[]-------------------------------------------------------------------[]
|
;[]-------------------------------------------------------------------[]
|
||||||
IF EXE_HEADER
|
;ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ;
|
||||||
INCLUDE 'Shared_Includes/constants/EXE_Header.z80'
|
EXE_ORG org_addr
|
||||||
ORG org_addr
|
;ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ;
|
||||||
ELSE
|
|
||||||
ORG org_addr-CLP_Buffer
|
|
||||||
ENDIF
|
|
||||||
;ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ;
|
|
||||||
;ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ;
|
|
||||||
BEGIN: LD (LINE_X),IX
|
BEGIN: LD (LINE_X),IX
|
||||||
|
|
||||||
LD HL,START_MSG
|
LD HL,START_MSG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user