Skip to content

Commit

Permalink
Update OASM.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored May 11, 2024
1 parent f202d0a commit efc83c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions featured/OASM.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
id: 'OASM',
name: 'OASM',
blocks: [
{
func: "docs",
blockType: Scratch.BlockType.BUTTON,
text: "Learn OASM",
},
{
opcode: 'compile',
blockType: Scratch.BlockType.REPORTER,
Expand Down Expand Up @@ -62,6 +67,9 @@
};
}

docs() {
window.open("https://github.com/Mistium/Origin-OS/wiki/OASM-%E2%80%90-Origin-Assembly", '_blank').focus();
}

run({CODE,X,Y}) {
CODE = JSON.parse(CODE)
Expand Down

0 comments on commit efc83c9

Please sign in to comment.