You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
When I try to test the code from my fork with Organic, it just returns
vladvp@ubuntu:~/Desktop/VladVP-AtlasOS-695baa8$ sh build_disassemble.sh
Organic DCPU-16 Assembler Copyright Drew DeVault 2012
Error filesystem.dasm16 (line 69): Illegal expression.
Error ../apps/AtlasShell.dasm16 (line 790): Illegal expression.
Inconsistent address: filesystem.dasm16 70
Organic build complete 301.29ms
But line 69 in kernel/filesystem.dasm16 is:
SET PC, virtual_filesystem_getfiledatastart_skip_file
And line 790 of /apps/AtlasShell.dasm16 is a blank line!
I'm not sure what the inconsistent address error means, but something is clearly wrong!
Now, I just want to ask: What is wrong?
The text was updated successfully, but these errors were encountered: