uxn

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

commit f14f7628931e2798dfefddfc08d956d554ffcd99
parent fd84ff44d707976e05b896b2d9c2891450796090
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sat, 28 Jan 2023 14:45:51 -0800

Removed test file

Diffstat:
Dtest.tal | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/test.tal b/test.tal @@ -1,28 +0,0 @@ - -|0100 - - ;mmu-write #02 DEO2 - ;mmu-read #02 DEO2 - ;mmu-read2 #02 DEO2 - #0200 pstr #0a18 DEO - #010e DEO - #010f DEO - -BRK - -@pstr ( str* -- ) - - &w - LDAk #18 DEO - INC2 LDAk ,&w JCN - POP2 - -JMP2r - -@mmu-write 01 0100 0000 =hello 0001 0800 -@mmu-read 01 0100 0001 0800 0000 0200 -@mmu-read2 01 0100 0001 0800 0000 0205 - -@hello "hello $1 - -