paladin-t / fantasy

A curated list of available fantasy consoles/computers.
https://paladin-t.github.io/fantasy/index
Creative Commons Zero v1.0 Universal
1.37k stars 78 forks source link

add YETI-16 #103

Closed yeti0904 closed 10 months ago

paladin-t commented 10 months ago

Added, thanks for the info.

However I got assertion failures for most of the demos with the latest github release:

C:\Users\Administrator\Desktop\build-windows-latest>yeti-16 asm demos\macro.asm -o test

core.exception.AssertError@source\assembler\parser.d(198): Assertion failure
----------------
0x00007FF706ADBEE7
0x00007FF706ADAB3C
0x00007FF706AC7E6C
0x00007FF706AC7F8C
0x00007FF706AC59C8
0x00007FF706A77089
0x00007FF706AEAA83
0x00007FF706AEA87F
0x00007FF706AEA99F
0x00007FF706AEA87F
0x00007FF706AEA64A
0x00007FF706ADEDD9
0x00007FF706A77D42
0x00007FF706B9563C
0x00007FFB32A77344 in BaseThreadInitThunk
0x00007FFB349A26B1 in RtlUserThreadStart

The only program I could compile and run is "loop.asm". Just something I should let you know.

yeti0904 commented 10 months ago

weird, i got it working fine in a windows 10 VM it's probably something to do with windows using different line endings, which is now fixed in the latest commit