Skip to content

need macro to load and run a whole program in asm80 for testing  #40

Description

@SteveJustin1963

my programs are now bigger than the 2k ram // i thnk as they are getting larger
so i load and test them on my realtec1
so, simialr to code test.FAST.z80 can u write a macro were i can load and run a whole program from asm80 that has 64k ram. because cannot drag and drop into terminal on it

i will add more ram soon to my tec one.
assume will mod the file constants.asm

TEC_1 EQU 1
RC2014 EQU 0
EXTENDED EQU 0

.if RC2014

; Configuration for RC2014

ROMSTART    EQU $8000
RAMSTART    EQU $8800
LOADER EQU 0              
BITBANG EQU 0

.endif

.if TEC_1
        
; Configuration for TEC-1
LOADER EQU 0                  ; <<<<<can this be used to load a program into mint on asm80 ???
BITBANG EQU 0
        
ROMSTART    EQU $0000
RAMSTART    EQU $0800
ROMSIZE     EQU $0800
RAMSIZE     EQU $0800 ; << will make this larger

;TEC-1D SC 8k rom/ram 
; ROMSTART .equ $0000
; RAMSTART .equ $2000
; ROMSIZE  .equ 8192
; RAMSIZE  .equ 8192

.endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions