0x10cAtlas / AtlasOS

An operating system for DCPU-16.
107 stars 16 forks source link

HELP! #67

Open aponigricon opened 12 years ago

aponigricon commented 12 years ago

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?

noxer commented 12 years ago

seems like a bug in Organic. We are using an (maybe too) old version of it but AtlasOS does not assemble with the new one...