uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 4d8b898142ab9d9bba7c04666d8d169faeefe8ef
parent c6a776cbe55b4c9088b6795e74053768a589a23b
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Sun, 16 May 2021 09:29:33 +0100

Removed test file from previous asma version

Diffstat:
Detc/assembler-test.usm | 17-----------------
1 file changed, 0 insertions(+), 17 deletions(-)

diff --git a/etc/assembler-test.usm b/etc/assembler-test.usm @@ -1,17 +0,0 @@ -%swap2 { SWP SWP2 } -%swap4 { swap2 swap2 } -%swap8 { swap4 swap4 } -%swap16 { swap8 swap8 } - -%NOPa2r { NOP2r } - -;Hello { world 2 there 1 testing 10 } - -( references to variables (e.g. Hello.world) not implemented yet ) - -NOPa2r -swap16 - -@testme - ,Hello.testing -