removed unneeded code.

This commit is contained in:
Martin Preuss
2025-07-07 21:43:41 +02:00
parent e32e8e7c13
commit 4f497fc41a

View File

@@ -7,29 +7,6 @@
; * Please see toplevel file COPYING of that project for license details. * ; * Please see toplevel file COPYING of that project for license details. *
; *************************************************************************** ; ***************************************************************************
#if 0
; M_IO_READ DEST, SRC
.macro M_IO_READ
.if @1 < 64
in @0, @1
.else
lds @0, @1
.endif
.endmacro
; M_IO_WRITE DEST, SRC
.macro M_IO_WRITE
.if @0 < 64
out @0, @1
.else
sts @0, @1
.endif
.endmacro
#endif
; inr DEST, SRC ; inr DEST, SRC
.macro inr .macro inr