Skip to content

Commit

Permalink
Update alsl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Oct 27, 2023
1 parent bfe6695 commit 9d0b3f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions alsl.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
class ArgumentsCountError extends Error{
constructor(message){
super(message)
Expand Down Expand Up @@ -370,7 +371,7 @@ const keyboardMap = [
[TYPE.REG, 0]
]]
]
*/
*//*
class Screen{
Expand Down Expand Up @@ -1101,7 +1102,7 @@ class Machine{
console.log(this.flags.get(3), "sign")
console.log(this.flags.get(4), "zero")
console.log(this.flags.get(5), "reserved")
console.log(this.flags.get(6), "overflow")*/
console.log(this.flags.get(6), "overflow")*//*
}
perform(){
Expand Down Expand Up @@ -1599,4 +1600,4 @@ var stuff1 = [
[TYPE.CONST, 5]
]]
]
*/

0 comments on commit 9d0b3f9

Please sign in to comment.